l10n: Eliminated STRING_UTIL_CONFIRM_*

This commit is contained in:
Paul Beckingham 2018-01-15 13:43:34 -05:00
parent ff02cf8613
commit bc90b9a4e1
10 changed files with 7 additions and 74 deletions

View file

@ -721,14 +721,6 @@
// View
#define STRING_VIEW_TOO_SMALL "Dieser Report hat eine Mindestbreite von {1} und passt nicht in die Bildschirmbreite von {2}."
// util
#define STRING_UTIL_CONFIRM_YES "ja"
#define STRING_UTIL_CONFIRM_YES_U "Ja"
#define STRING_UTIL_CONFIRM_NO "nein"
#define STRING_UTIL_CONFIRM_ALL "alle"
#define STRING_UTIL_CONFIRM_ALL_U "Alle"
#define STRING_UTIL_CONFIRM_QUIT "abbrechen"
// Legacy
#define STRING_LEGACY_PRIORITY "Legacy attribute found. Please change '{1}' to '{2}'."

View file

@ -718,14 +718,6 @@
// View
#define STRING_VIEW_TOO_SMALL "The report has a minimum width of {1} and does not fit in the available width of {2}."
// util
#define STRING_UTIL_CONFIRM_YES "yes"
#define STRING_UTIL_CONFIRM_YES_U "Yes"
#define STRING_UTIL_CONFIRM_NO "no"
#define STRING_UTIL_CONFIRM_ALL "all"
#define STRING_UTIL_CONFIRM_ALL_U "All"
#define STRING_UTIL_CONFIRM_QUIT "quit"
// Legacy
#define STRING_LEGACY_PRIORITY "Legacy attribute found. Please change '{1}' to '{2}'."

View file

@ -721,14 +721,6 @@
// View
#define STRING_VIEW_TOO_SMALL "La raporto havas larĝecminimumon {1}, al kio ne konformas la disponebla larĝeco {2}."
// util
#define STRING_UTIL_CONFIRM_YES "jes"
#define STRING_UTIL_CONFIRM_YES_U "Jes"
#define STRING_UTIL_CONFIRM_NO "ne"
#define STRING_UTIL_CONFIRM_ALL "ĉia"
#define STRING_UTIL_CONFIRM_ALL_U "Ĉia"
#define STRING_UTIL_CONFIRM_QUIT "eliru"
// Legacy
#define STRING_LEGACY_PRIORITY "Legacy attribute found. Please change '{1}' to '{2}'."

View file

@ -734,14 +734,6 @@
// View
#define STRING_VIEW_TOO_SMALL "El informe tiene una anchura mínima de {1} y no cabe en la disponible, que es {2}."
// util
#define STRING_UTIL_CONFIRM_YES "sí"
#define STRING_UTIL_CONFIRM_YES_U "Sí"
#define STRING_UTIL_CONFIRM_NO "no" // |esp-ESP|==|eng-USA|
#define STRING_UTIL_CONFIRM_ALL "todos"
#define STRING_UTIL_CONFIRM_ALL_U "Todos"
#define STRING_UTIL_CONFIRM_QUIT "canc"
// Legacy
#define STRING_LEGACY_PRIORITY "Encontrado atributo anticuado. Por favor, cambie '{1}' a '{2}'."

View file

@ -723,14 +723,6 @@
// View
#define STRING_VIEW_TOO_SMALL "The report has a minimum width of {1} and does not fit in the available width of {2}."
// util
#define STRING_UTIL_CONFIRM_YES "oui"
#define STRING_UTIL_CONFIRM_YES_U "Oui"
#define STRING_UTIL_CONFIRM_NO "non"
#define STRING_UTIL_CONFIRM_ALL "tous"
#define STRING_UTIL_CONFIRM_ALL_U "Tous"
#define STRING_UTIL_CONFIRM_QUIT "quitter"
// Legacy
#define STRING_LEGACY_PRIORITY "Legacy attribute found. Please change '{1}' to '{2}'."

View file

@ -722,14 +722,6 @@
// View
#define STRING_VIEW_TOO_SMALL "Il report ha larghezza minima di {1} e non entra nella larghezza disponibile di {2}."
// util
#define STRING_UTIL_CONFIRM_YES "si"
#define STRING_UTIL_CONFIRM_YES_U "Si"
#define STRING_UTIL_CONFIRM_NO "no"
#define STRING_UTIL_CONFIRM_ALL "tutti"
#define STRING_UTIL_CONFIRM_ALL_U "Tutti"
#define STRING_UTIL_CONFIRM_QUIT "esci"
// Legacy
#define STRING_LEGACY_PRIORITY "Legacy attribute found. Please change '{1}' to '{2}'."

View file

@ -723,14 +723,6 @@
// View
#define STRING_VIEW_TOO_SMALL "The report has a minimum width of {1} and does not fit in the available width of {2}."
// util
#define STRING_UTIL_CONFIRM_YES "yes"
#define STRING_UTIL_CONFIRM_YES_U "Yes"
#define STRING_UTIL_CONFIRM_NO "no"
#define STRING_UTIL_CONFIRM_ALL "all"
#define STRING_UTIL_CONFIRM_ALL_U "All"
#define STRING_UTIL_CONFIRM_QUIT "quit"
// Legacy
#define STRING_LEGACY_PRIORITY "古い属性が見つかった。'{1}' を '{2}' に変更してください。"

View file

@ -723,14 +723,6 @@
// View
#define STRING_VIEW_TOO_SMALL "Raport ma minimalną szerokość {1} i nie mieści się w dostępnej przestrzeni {2}."
// util
#define STRING_UTIL_CONFIRM_YES "tak"
#define STRING_UTIL_CONFIRM_YES_U "Tak"
#define STRING_UTIL_CONFIRM_NO "nie"
#define STRING_UTIL_CONFIRM_ALL "wszystko"
#define STRING_UTIL_CONFIRM_ALL_U "Wszystko"
#define STRING_UTIL_CONFIRM_QUIT "wyjście"
// Legacy
#define STRING_LEGACY_PRIORITY "Legacy attribute found. Please change '{1}' to '{2}'."

View file

@ -723,14 +723,6 @@
// View
#define STRING_VIEW_TOO_SMALL "O relatório tem uma largura mínima de {1} e não cabe na largura disponível {2}."
// util
#define STRING_UTIL_CONFIRM_YES "sim"
#define STRING_UTIL_CONFIRM_YES_U "Sim"
#define STRING_UTIL_CONFIRM_NO "não"
#define STRING_UTIL_CONFIRM_ALL "todas"
#define STRING_UTIL_CONFIRM_ALL_U "Todas"
#define STRING_UTIL_CONFIRM_QUIT "Sair"
// Legacy
#define STRING_LEGACY_PRIORITY "Legacy attribute found. Please change '{1}' to '{2}'."

View file

@ -50,12 +50,17 @@
#include <pwd.h>
#include <signal.h>
#include <sys/select.h>
#include <Lexer.h>
#include <utf8.h>
#include <util.h>
#include <main.h>
#include <i18n.h>
#define STRING_UTIL_CONFIRM_YES "yes"
#define STRING_UTIL_CONFIRM_YES_U "Yes"
#define STRING_UTIL_CONFIRM_NO "no"
#define STRING_UTIL_CONFIRM_ALL "all"
#define STRING_UTIL_CONFIRM_ALL_U "All"
#define STRING_UTIL_CONFIRM_QUIT "quit"
extern Context context;