From cdb1326219c538df018648a9ed78f281cf1cc7a1 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 20 Jan 2018 12:59:45 -0500 Subject: [PATCH] l10n: Eliminated STRING_EDIT_TABLE_HEADER --- src/commands/CmdEdit.cpp | 4 ++-- src/l10n/deu-DEU.h | 4 ---- src/l10n/eng-USA.h | 4 ---- src/l10n/epo-RUS.h | 4 ---- src/l10n/esp-ESP.h | 4 ---- src/l10n/fra-FRA.h | 4 ---- src/l10n/ita-ITA.h | 4 ---- src/l10n/jpn-JPN.h | 4 ---- src/l10n/pol-POL.h | 4 ---- src/l10n/por-PRT.h | 4 ---- 10 files changed, 2 insertions(+), 38 deletions(-) diff --git a/src/commands/CmdEdit.cpp b/src/commands/CmdEdit.cpp index eb9149bb3..7e1678d19 100644 --- a/src/commands/CmdEdit.cpp +++ b/src/commands/CmdEdit.cpp @@ -215,8 +215,8 @@ std::string CmdEdit::formatTask (Task task, const std::string& dateformat) << "# " << STRING_EDIT_HEADER_12 << '\n' << "#\n"; - before << "# " << STRING_EDIT_TABLE_HEADER_1 << '\n' - << "# " << STRING_EDIT_TABLE_HEADER_2 << '\n' + before << "# Name Editable details\n" + << "# ----------------- ----------------------------------------------------\n" << "# ID: " << task.id << '\n' << "# UUID: " << task.get ("uuid") << '\n' << "# Status: " << Lexer::ucFirst (Task::statusToText (task.getStatus ())) << '\n' diff --git a/src/l10n/deu-DEU.h b/src/l10n/deu-DEU.h index 14a415689..c76defe2d 100644 --- a/src/l10n/deu-DEU.h +++ b/src/l10n/deu-DEU.h @@ -559,10 +559,6 @@ #define STRING_EDIT_HEADER_14 "Die ' -- '-Trennung zwischen Datum und Text darf nicht entfernt werden." #define STRING_EDIT_HEADER_15 "Zum einfachen hinzufügen neuer Kommentare folgt ein leeres Kommentarfeld." -// Maintain the same spacing. -#define STRING_EDIT_TABLE_HEADER_1 "Name Bearbeitbare Details" -#define STRING_EDIT_TABLE_HEADER_2 "----------------- ----------------------------------------------------" - // Errors // TODO Move each of these to appropriate section. #define STRING_ERROR_PREFIX "Fehler: " diff --git a/src/l10n/eng-USA.h b/src/l10n/eng-USA.h index 2d4e3ecf8..08eea6768 100644 --- a/src/l10n/eng-USA.h +++ b/src/l10n/eng-USA.h @@ -556,10 +556,6 @@ #define STRING_EDIT_HEADER_14 "The ' -- ' separator between the date and text field should not be removed." #define STRING_EDIT_HEADER_15 "A \"blank slot\" for adding an annotation follows for your convenience." -// Maintain the same spacing. -#define STRING_EDIT_TABLE_HEADER_1 "Name Editable details" -#define STRING_EDIT_TABLE_HEADER_2 "----------------- ----------------------------------------------------" - // Errors // TODO Move each of these to appropriate section. #define STRING_ERROR_PREFIX "Error: " diff --git a/src/l10n/epo-RUS.h b/src/l10n/epo-RUS.h index c8997dec5..74482c363 100644 --- a/src/l10n/epo-RUS.h +++ b/src/l10n/epo-RUS.h @@ -559,10 +559,6 @@ #define STRING_EDIT_HEADER_14 "nombro de komentojn. Ne viŝus la apartigilon ' -- ' inter la dato kaj la" #define STRING_EDIT_HEADER_15 "teksto. Malplena loko sekvas por simpligi la aldonon de komenton." -// Maintain the same spacing. -#define STRING_EDIT_TABLE_HEADER_1 "Nomo Redakteblaj detaloj" -#define STRING_EDIT_TABLE_HEADER_2 "----------------- ----------------------------------------------------" - // Errors // TODO Move each of these to appropriate section. #define STRING_ERROR_PREFIX "Eraro: " diff --git a/src/l10n/esp-ESP.h b/src/l10n/esp-ESP.h index a3c314469..36d8669b5 100644 --- a/src/l10n/esp-ESP.h +++ b/src/l10n/esp-ESP.h @@ -571,10 +571,6 @@ #define STRING_EDIT_HEADER_14 "El separador ' -- ' entre la fecha y el campo de texto no debe ser eliminado." #define STRING_EDIT_HEADER_15 "La última es una \"entrada en blanco\" para añadir una anotación, si le conviene:" -// Maintain the same spacing. -#define STRING_EDIT_TABLE_HEADER_1 "Nombre Detalles modificables" -#define STRING_EDIT_TABLE_HEADER_2 "----------------- ----------------------------------------------------" // |esp-ESP|==|eng-USA| - // Errors // TODO Move each of these to appropriate section. #define STRING_ERROR_PREFIX "Error: " // |esp-ESP|==|eng-USA| diff --git a/src/l10n/fra-FRA.h b/src/l10n/fra-FRA.h index 2f2e93c88..fd6402a0c 100644 --- a/src/l10n/fra-FRA.h +++ b/src/l10n/fra-FRA.h @@ -561,10 +561,6 @@ #define STRING_EDIT_HEADER_14 "Le séparateur ' -- ' entre les champs de date et de texte ne devrai pas être supprimé." #define STRING_EDIT_HEADER_15 "Il y a un champs vide ci-dessous pour ajouter une annotation facilement." -// Maintain the same spacing. -#define STRING_EDIT_TABLE_HEADER_1 "Nom Détails éditables" -#define STRING_EDIT_TABLE_HEADER_2 "----------------- ----------------------------------------------------" - // Errors // TODO Move each of these to appropriate section. #define STRING_ERROR_PREFIX "Erreur : " diff --git a/src/l10n/ita-ITA.h b/src/l10n/ita-ITA.h index 8ffdeb2c5..70d6bd2f2 100644 --- a/src/l10n/ita-ITA.h +++ b/src/l10n/ita-ITA.h @@ -560,10 +560,6 @@ #define STRING_EDIT_HEADER_14 "Il separatore ' -- ' tra la data e il campo di teso non dovrebbe essere rimosso." #define STRING_EDIT_HEADER_15 "Una linea preimpostata per aggiungere una annotazione è stata aggiunta per comodità." -// Maintain the same spacing. -#define STRING_EDIT_TABLE_HEADER_1 "Nome Dati modificabili" -#define STRING_EDIT_TABLE_HEADER_2 "----------------- ----------------------------------------------------" - // Errors // TODO Move each of these to appropriate section. #define STRING_ERROR_PREFIX "Errore: " diff --git a/src/l10n/jpn-JPN.h b/src/l10n/jpn-JPN.h index 1f802096d..0f89377a2 100644 --- a/src/l10n/jpn-JPN.h +++ b/src/l10n/jpn-JPN.h @@ -561,10 +561,6 @@ #define STRING_EDIT_HEADER_14 "The ' -- ' separator between the date and text field should not be removed." #define STRING_EDIT_HEADER_15 "A \"blank slot\" for adding an annotation follows for your convenience." -// Maintain the same spacing. -#define STRING_EDIT_TABLE_HEADER_1 "Name Editable details" -#define STRING_EDIT_TABLE_HEADER_2 "----------------- ----------------------------------------------------" - // Errors // TODO Move each of these to appropriate section. #define STRING_ERROR_PREFIX "エラー: " diff --git a/src/l10n/pol-POL.h b/src/l10n/pol-POL.h index 443c1befa..3d7a1c413 100644 --- a/src/l10n/pol-POL.h +++ b/src/l10n/pol-POL.h @@ -561,10 +561,6 @@ #define STRING_EDIT_HEADER_14 "Separator ' -- ' pomiędzy datą a tekstem nie powinien być pominięty." #define STRING_EDIT_HEADER_15 "Pusty slot poniżej został dodany dla Twojej wygody." -// Maintain the same spacing. -#define STRING_EDIT_TABLE_HEADER_1 "Nazwa Edytowalne wartości" -#define STRING_EDIT_TABLE_HEADER_2 "----------------- ----------------------------------------------------" - // Errors // TODO Move each of these to appropriate section. #define STRING_ERROR_PREFIX "Błąd: " diff --git a/src/l10n/por-PRT.h b/src/l10n/por-PRT.h index e581adb9d..86a792e13 100644 --- a/src/l10n/por-PRT.h +++ b/src/l10n/por-PRT.h @@ -561,10 +561,6 @@ #define STRING_EDIT_HEADER_14 "O separador ' -- ' entre os campos data e texto deverá ser mantido." #define STRING_EDIT_HEADER_15 "Segue-se uma \"linha em branco\" onde adicionar anotações para sua conveniência." -// Maintain the same spacing. -#define STRING_EDIT_TABLE_HEADER_1 "Nome Detalhes editáveis" -#define STRING_EDIT_TABLE_HEADER_2 "----------------- ----------------------------------------------------" // |por-PRT|==|eng-USA| - // Errors // TODO Move each of these to appropriate section. #define STRING_ERROR_PREFIX "Erro: "