mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: Eliminated STRING_EDIT_TABLE_HEADER
This commit is contained in:
parent
e8f1da6417
commit
6da0d8af95
10 changed files with 2 additions and 38 deletions
|
@ -216,8 +216,8 @@ std::string CmdEdit::formatTask (Task task, const std::string& dateformat)
|
||||||
<< "# " << STRING_EDIT_HEADER_12 << '\n'
|
<< "# " << STRING_EDIT_HEADER_12 << '\n'
|
||||||
<< "#\n";
|
<< "#\n";
|
||||||
|
|
||||||
before << "# " << STRING_EDIT_TABLE_HEADER_1 << '\n'
|
before << "# Name Editable details\n"
|
||||||
<< "# " << STRING_EDIT_TABLE_HEADER_2 << '\n'
|
<< "# ----------------- ----------------------------------------------------\n"
|
||||||
<< "# ID: " << task.id << '\n'
|
<< "# ID: " << task.id << '\n'
|
||||||
<< "# UUID: " << task.get ("uuid") << '\n'
|
<< "# UUID: " << task.get ("uuid") << '\n'
|
||||||
<< "# Status: " << Lexer::ucFirst (Task::statusToText (task.getStatus ())) << '\n'
|
<< "# Status: " << Lexer::ucFirst (Task::statusToText (task.getStatus ())) << '\n'
|
||||||
|
|
|
@ -561,10 +561,6 @@
|
||||||
#define STRING_EDIT_HEADER_14 "Die ' -- '-Trennung zwischen Datum und Text darf nicht entfernt werden."
|
#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."
|
#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
|
// Errors
|
||||||
// TODO Move each of these to appropriate section.
|
// TODO Move each of these to appropriate section.
|
||||||
#define STRING_ERROR_PREFIX "Fehler: "
|
#define STRING_ERROR_PREFIX "Fehler: "
|
||||||
|
|
|
@ -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_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."
|
#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
|
// Errors
|
||||||
// TODO Move each of these to appropriate section.
|
// TODO Move each of these to appropriate section.
|
||||||
#define STRING_ERROR_PREFIX "Error: "
|
#define STRING_ERROR_PREFIX "Error: "
|
||||||
|
|
|
@ -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_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."
|
#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
|
// Errors
|
||||||
// TODO Move each of these to appropriate section.
|
// TODO Move each of these to appropriate section.
|
||||||
#define STRING_ERROR_PREFIX "Eraro: "
|
#define STRING_ERROR_PREFIX "Eraro: "
|
||||||
|
|
|
@ -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_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:"
|
#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
|
// Errors
|
||||||
// TODO Move each of these to appropriate section.
|
// TODO Move each of these to appropriate section.
|
||||||
#define STRING_ERROR_PREFIX "Error: " // |esp-ESP|==|eng-USA|
|
#define STRING_ERROR_PREFIX "Error: " // |esp-ESP|==|eng-USA|
|
||||||
|
|
|
@ -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_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."
|
#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
|
// Errors
|
||||||
// TODO Move each of these to appropriate section.
|
// TODO Move each of these to appropriate section.
|
||||||
#define STRING_ERROR_PREFIX "Erreur : "
|
#define STRING_ERROR_PREFIX "Erreur : "
|
||||||
|
|
|
@ -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_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à."
|
#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
|
// Errors
|
||||||
// TODO Move each of these to appropriate section.
|
// TODO Move each of these to appropriate section.
|
||||||
#define STRING_ERROR_PREFIX "Errore: "
|
#define STRING_ERROR_PREFIX "Errore: "
|
||||||
|
|
|
@ -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_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."
|
#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
|
// Errors
|
||||||
// TODO Move each of these to appropriate section.
|
// TODO Move each of these to appropriate section.
|
||||||
#define STRING_ERROR_PREFIX "エラー: "
|
#define STRING_ERROR_PREFIX "エラー: "
|
||||||
|
|
|
@ -563,10 +563,6 @@
|
||||||
#define STRING_EDIT_HEADER_14 "Separator ' -- ' pomiędzy datą a tekstem nie powinien być pominięty."
|
#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."
|
#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
|
// Errors
|
||||||
// TODO Move each of these to appropriate section.
|
// TODO Move each of these to appropriate section.
|
||||||
#define STRING_ERROR_PREFIX "Błąd: "
|
#define STRING_ERROR_PREFIX "Błąd: "
|
||||||
|
|
|
@ -563,10 +563,6 @@
|
||||||
#define STRING_EDIT_HEADER_14 "O separador ' -- ' entre os campos data e texto deverá ser mantido."
|
#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."
|
#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
|
// Errors
|
||||||
// TODO Move each of these to appropriate section.
|
// TODO Move each of these to appropriate section.
|
||||||
#define STRING_ERROR_PREFIX "Erro: "
|
#define STRING_ERROR_PREFIX "Erro: "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue