From 6da0d8af9578b3617556ea06e14a83434a45539f 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 0610bf6c2..a1fcb608e 100644 --- a/src/commands/CmdEdit.cpp +++ b/src/commands/CmdEdit.cpp @@ -216,8 +216,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 6fb9146fb..f61c4abed 100644 --- a/src/l10n/deu-DEU.h +++ b/src/l10n/deu-DEU.h @@ -561,10 +561,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 d3cc4f8e8..e74b68413 100644 --- a/src/l10n/eng-USA.h +++ b/src/l10n/eng-USA.h @@ -558,10 +558,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 534f0708c..aa9af28ef 100644 --- a/src/l10n/epo-RUS.h +++ b/src/l10n/epo-RUS.h @@ -561,10 +561,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 a455428e5..526c730ed 100644 --- a/src/l10n/esp-ESP.h +++ b/src/l10n/esp-ESP.h @@ -573,10 +573,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 525a206d0..c43710d7a 100644 --- a/src/l10n/fra-FRA.h +++ b/src/l10n/fra-FRA.h @@ -563,10 +563,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 5fd19ca0e..26acf0952 100644 --- a/src/l10n/ita-ITA.h +++ b/src/l10n/ita-ITA.h @@ -562,10 +562,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 b5045414e..1da2c81d6 100644 --- a/src/l10n/jpn-JPN.h +++ b/src/l10n/jpn-JPN.h @@ -563,10 +563,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 1966fd234..c81a099fe 100644 --- a/src/l10n/pol-POL.h +++ b/src/l10n/pol-POL.h @@ -563,10 +563,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 d0f3c2e95..db505cdac 100644 --- a/src/l10n/por-PRT.h +++ b/src/l10n/por-PRT.h @@ -563,10 +563,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: "