l10n: Eliminated STRING_LOCALIZATION_*

This commit is contained in:
Paul Beckingham 2018-01-20 14:19:24 -05:00
parent 6cf8f18196
commit bf63dde8ca
10 changed files with 0 additions and 93 deletions

View file

@ -102,12 +102,6 @@ int CmdVersion::execute (std::string& output)
#else #else
<< STRING_CMD_VERSION_UNKNOWN << STRING_CMD_VERSION_UNKNOWN
#endif #endif
#if PACKAGE_LANGUAGE != LANGUAGE_ENG_USA
<< ' '
<< STRING_LOCALIZATION_DESC
#endif
<< '\n' << '\n'
<< "Copyright (C) 2006 - 2018 P. Beckingham, F. Hernandez." << "Copyright (C) 2006 - 2018 P. Beckingham, F. Hernandez."
<< '\n' << '\n'
@ -117,12 +111,6 @@ int CmdVersion::execute (std::string& output)
<< link.render () << link.render ()
<< '\n'; << '\n';
#if PACKAGE_LANGUAGE != LANGUAGE_ENG_USA
out << STRING_LOCALIZATION_AUTHOR
<< '\n'
<< '\n';
#endif
output = out.str (); output = out.str ();
return 0; return 0;
} }

View file

@ -27,15 +27,6 @@
#ifndef INCLUDED_STRINGS #ifndef INCLUDED_STRINGS
#define INCLUDED_STRINGS #define INCLUDED_STRINGS
// Note that for English, the following two lines are not displayed. For all
// other localizations, these lines will appear in the output of the 'version'
// and 'diagnostics' commands.
//
// DO NOT include a copyright in the translation.
//
#define STRING_LOCALIZATION_DESC "Deutsche Übersetzung"
#define STRING_LOCALIZATION_AUTHOR "Ins Deutsche übersetzt von Jens Erat."
// columns/Col* // columns/Col*
#define STRING_COLUMN_BAD_NAME "Spaltenname '{1}' nicht erkannt." #define STRING_COLUMN_BAD_NAME "Spaltenname '{1}' nicht erkannt."
#define STRING_COLUMN_BAD_FORMAT "Spaltenformat '{1}.{2}' nicht erkannt" #define STRING_COLUMN_BAD_FORMAT "Spaltenformat '{1}.{2}' nicht erkannt"

View file

@ -27,15 +27,6 @@
#ifndef INCLUDED_STRINGS #ifndef INCLUDED_STRINGS
#define INCLUDED_STRINGS #define INCLUDED_STRINGS
// Note that for English, the following two lines are not displayed. For all
// other localizations, these lines will appear in the output of the 'version'
// and 'diagnostics' commands.
//
// DO NOT include a copyright in the translation.
//
#define STRING_LOCALIZATION_DESC "English localization"
#define STRING_LOCALIZATION_AUTHOR "Translated into English by A. Person."
// columns/Col* // columns/Col*
#define STRING_COLUMN_BAD_NAME "Unrecognized column name '{1}'." #define STRING_COLUMN_BAD_NAME "Unrecognized column name '{1}'."
#define STRING_COLUMN_BAD_FORMAT "Unrecognized column format '{1}.{2}'" #define STRING_COLUMN_BAD_FORMAT "Unrecognized column format '{1}.{2}'"

View file

@ -27,15 +27,6 @@
#ifndef INCLUDED_STRINGS #ifndef INCLUDED_STRINGS
#define INCLUDED_STRINGS #define INCLUDED_STRINGS
// Note that for English, the following two lines are not displayed. For all
// other localizations, these lines will appear in the output of the 'version'
// and 'diagnostics' commands.
//
// DO NOT include a copyright in the translation.
//
#define STRING_LOCALIZATION_DESC "— Esperanta lokalaĵo"
#define STRING_LOCALIZATION_AUTHOR "Tradukita al la Internacia Lingvo per Jeremy John Reeder"
// columns/Col* // columns/Col*
#define STRING_COLUMN_BAD_NAME "Nekonata kolumna nomo '{1}'." #define STRING_COLUMN_BAD_NAME "Nekonata kolumna nomo '{1}'."
#define STRING_COLUMN_BAD_FORMAT "Nekonata kolumna formiĝo '{1}.{2}'" #define STRING_COLUMN_BAD_FORMAT "Nekonata kolumna formiĝo '{1}.{2}'"

View file

@ -27,15 +27,6 @@
#ifndef INCLUDED_STRINGS #ifndef INCLUDED_STRINGS
#define INCLUDED_STRINGS #define INCLUDED_STRINGS
// Note that for English, the following two lines are not displayed. For all
// other localizations, these lines will appear in the output of the 'version'
// and 'diagnostics' commands.
//
// DO NOT include a copyright in the translation.
//
#define STRING_LOCALIZATION_DESC "- localización española"
#define STRING_LOCALIZATION_AUTHOR "Traducido al español por Fidel Mato y Jeremy John Reeder."
// columns/Col* // columns/Col*
#define STRING_COLUMN_BAD_NAME "Nombre de columna no reconocido '{1}'." #define STRING_COLUMN_BAD_NAME "Nombre de columna no reconocido '{1}'."
#define STRING_COLUMN_BAD_FORMAT "Formato de columna no reconocido '{1}.{2}'" #define STRING_COLUMN_BAD_FORMAT "Formato de columna no reconocido '{1}.{2}'"

View file

@ -27,15 +27,6 @@
#ifndef INCLUDED_STRINGS #ifndef INCLUDED_STRINGS
#define INCLUDED_STRINGS #define INCLUDED_STRINGS
// Note that for English, the following two lines are not displayed. For all
// other localizations, these lines will appear in the output of the 'version'
// and 'diagnostics' commands.
//
// DO NOT include a copyright in the translation.
//
#define STRING_LOCALIZATION_DESC "Traduction française"
#define STRING_LOCALIZATION_AUTHOR "Traduit en français par Leowzukw et Jeremy John Reeder."
// columns/Col* // columns/Col*
#define STRING_COLUMN_BAD_NAME "Nom de colonne non reconnu '{1}'." #define STRING_COLUMN_BAD_NAME "Nom de colonne non reconnu '{1}'."
#define STRING_COLUMN_BAD_FORMAT "Format de colonne non reconnu '{1}.{2}'" #define STRING_COLUMN_BAD_FORMAT "Format de colonne non reconnu '{1}.{2}'"

View file

@ -27,15 +27,6 @@
#ifndef INCLUDED_STRINGS #ifndef INCLUDED_STRINGS
#define INCLUDED_STRINGS #define INCLUDED_STRINGS
// Note that for English, the following two lines are not displayed. For all
// other localizations, these lines will appear in the output of the 'version'
// and 'diagnostics' commands.
//
// DO NOT include a copyright in the translation.
//
#define STRING_LOCALIZATION_DESC "Traduzione in Italiano"
#define STRING_LOCALIZATION_AUTHOR "Tradotto in Italiano da Tullio Facchinetti."
// columns/Col* // columns/Col*
#define STRING_COLUMN_BAD_NAME "Nome di colonna '{1}' non riconosciuto." #define STRING_COLUMN_BAD_NAME "Nome di colonna '{1}' non riconosciuto."
#define STRING_COLUMN_BAD_FORMAT "Formato di colonna '{1}.{2}' non riconosciuto" #define STRING_COLUMN_BAD_FORMAT "Formato di colonna '{1}.{2}' non riconosciuto"

View file

@ -27,15 +27,6 @@
#ifndef INCLUDED_STRINGS #ifndef INCLUDED_STRINGS
#define INCLUDED_STRINGS #define INCLUDED_STRINGS
// Note that for English, the following two lines are not displayed. For all
// other localizations, these lines will appear in the output of the 'version'
// and 'diagnostics' commands.
//
// DO NOT include a copyright in the translation.
//
#define STRING_LOCALIZATION_DESC "Japanese localization"
#define STRING_LOCALIZATION_AUTHOR "Translated into Japanese by Oota Toshiya."
// columns/Col* // columns/Col*
#define STRING_COLUMN_BAD_NAME "認識できないカラム名 '{1}'。" #define STRING_COLUMN_BAD_NAME "認識できないカラム名 '{1}'。"
#define STRING_COLUMN_BAD_FORMAT "認識出来ないカラム形式 '{1}.{2}'" #define STRING_COLUMN_BAD_FORMAT "認識出来ないカラム形式 '{1}.{2}'"

View file

@ -27,15 +27,6 @@
#ifndef INCLUDED_STRINGS #ifndef INCLUDED_STRINGS
#define INCLUDED_STRINGS #define INCLUDED_STRINGS
// Note that for English, the following two lines are not displayed. For all
// other localizations, these lines will appear in the output of the 'version'
// and 'diagnostics' commands.
//
// DO NOT include a copyright in the translation.
//
#define STRING_LOCALIZATION_DESC "Tłumaczenie polskie"
#define STRING_LOCALIZATION_AUTHOR "Przetłumaczył na język polski Ł. Panek."
// columns/Col* // columns/Col*
#define STRING_COLUMN_BAD_NAME "Nierozpoznano nazwy kolumny '{1}'." #define STRING_COLUMN_BAD_NAME "Nierozpoznano nazwy kolumny '{1}'."
#define STRING_COLUMN_BAD_FORMAT "Nierozpoznano formatu kolumny '{1}.{2}'" #define STRING_COLUMN_BAD_FORMAT "Nierozpoznano formatu kolumny '{1}.{2}'"

View file

@ -27,15 +27,6 @@
#ifndef INCLUDED_STRINGS #ifndef INCLUDED_STRINGS
#define INCLUDED_STRINGS #define INCLUDED_STRINGS
// Note that for English, the following two lines are not displayed. For all
// other localizations, these lines will appear in the output of the 'version'
// and 'diagnostics' commands.
//
// DO NOT include a copyright in the translation.
//
#define STRING_LOCALIZATION_DESC "Tradução em Português"
#define STRING_LOCALIZATION_AUTHOR "Traduzido para Português por Renato Alves."
// columns/Col* // columns/Col*
#define STRING_COLUMN_BAD_NAME "Nome de coluna '{1}' não reconhecido." #define STRING_COLUMN_BAD_NAME "Nome de coluna '{1}' não reconhecido."
#define STRING_COLUMN_BAD_FORMAT "Formato de coluna '{1}.{2}' não reconhecido" #define STRING_COLUMN_BAD_FORMAT "Formato de coluna '{1}.{2}' não reconhecido"