mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
l10n: Eliminated STRING_DATE_INVALID_FORMAT
This commit is contained in:
parent
d56487e509
commit
f6d2fe6093
10 changed files with 1 additions and 10 deletions
|
@ -242,7 +242,7 @@ void ColumnTypeDate::modify (Task& task, const std::string& value)
|
|||
// If a date doesn't parse (2/29/2014) then it evaluates to zero.
|
||||
if (value != "" &&
|
||||
evaluatedValue.get_date () == 0)
|
||||
throw format (STRING_DATE_INVALID_FORMAT, value, Variant::dateFormat);
|
||||
throw format ("'{1}' is not a valid date in the '{2}' format.", value, Variant::dateFormat);
|
||||
|
||||
task.set (_name, evaluatedValue.get_date ());
|
||||
}
|
||||
|
|
|
@ -504,7 +504,6 @@
|
|||
#define STRING_CONFIG_DEPRECATED_VAR "Ihre .taskrc-Datei enthält veraltete Optionen:"
|
||||
|
||||
// Date
|
||||
#define STRING_DATE_INVALID_FORMAT "'{1}' ist kein gültiges Datum im '{2}'-Format."
|
||||
#define STRING_DATE_BAD_WEEKSTART "Die 'weekstart'-Konfigurationsoption darf nur 'Sunday' oder 'Monday' lauten."
|
||||
|
||||
// dependency
|
||||
|
|
|
@ -501,7 +501,6 @@
|
|||
#define STRING_CONFIG_DEPRECATED_VAR "Your .taskrc file contains variables that are deprecated:"
|
||||
|
||||
// Date
|
||||
#define STRING_DATE_INVALID_FORMAT "'{1}' is not a valid date in the '{2}' format."
|
||||
#define STRING_DATE_BAD_WEEKSTART "The 'weekstart' configuration variable may only contain 'Sunday' or 'Monday'."
|
||||
|
||||
// dependency
|
||||
|
|
|
@ -504,7 +504,6 @@
|
|||
#define STRING_CONFIG_DEPRECATED_VAR "Via dosiero .taskrc enhavas arkaikajn variablojn:"
|
||||
|
||||
// Date
|
||||
#define STRING_DATE_INVALID_FORMAT "'{1}' ne estas valida dato laŭ stilo '{2}'."
|
||||
#define STRING_DATE_BAD_WEEKSTART "Argorda variablo 'weekstart' devas esti 'Sunday' aŭ 'Monday'."
|
||||
|
||||
// dependency
|
||||
|
|
|
@ -516,7 +516,6 @@
|
|||
#define STRING_CONFIG_DEPRECATED_VAR "Su archivo .taskrc contiene variables que están en desuso:"
|
||||
|
||||
// Date
|
||||
#define STRING_DATE_INVALID_FORMAT "'{1}' no es una fecha válida según el formato '{2}'."
|
||||
#define STRING_DATE_BAD_WEEKSTART "La variable de configuración 'weekstart' solamente puede contener 'Sunday' (domingo) o 'Monday' (lunes)."
|
||||
|
||||
// dependency
|
||||
|
|
|
@ -506,7 +506,6 @@
|
|||
#define STRING_CONFIG_DEPRECATED_VAR "Your .taskrc file contains variables that are deprecated:"
|
||||
|
||||
// Date
|
||||
#define STRING_DATE_INVALID_FORMAT "'{1}' n'est pas une date au format '{2}'."
|
||||
#define STRING_DATE_BAD_WEEKSTART "La variable de configuration 'weekstart' ne peut contenir que 'dimanche' ou 'lundi'."
|
||||
|
||||
// dependency
|
||||
|
|
|
@ -505,7 +505,6 @@
|
|||
#define STRING_CONFIG_DEPRECATED_VAR "Il file .taskrc contiene variabili deprecate:"
|
||||
|
||||
// Date
|
||||
#define STRING_DATE_INVALID_FORMAT "'{1}' non è una data valida nel formato '{2}'."
|
||||
#define STRING_DATE_BAD_WEEKSTART "La variabile di configurazione 'weekstart' può solo contenere 'Domenica' o 'Lunedì'."
|
||||
|
||||
// dependency
|
||||
|
|
|
@ -506,7 +506,6 @@
|
|||
#define STRING_CONFIG_DEPRECATED_VAR "Your .taskrc file contains variables that are deprecated:"
|
||||
|
||||
// Date
|
||||
#define STRING_DATE_INVALID_FORMAT "'{1}' is not a valid date in the '{2}' format."
|
||||
#define STRING_DATE_BAD_WEEKSTART "The 'weekstart' configuration variable may only contain 'Sunday' or 'Monday'."
|
||||
|
||||
// dependency
|
||||
|
|
|
@ -506,7 +506,6 @@
|
|||
#define STRING_CONFIG_DEPRECATED_VAR "Twój plik .taskrc zawiera przestarzałe zmienne:"
|
||||
|
||||
// Date
|
||||
#define STRING_DATE_INVALID_FORMAT "'{1}' nie jest poprawną wartością daty w formacie '{2}'."
|
||||
#define STRING_DATE_BAD_WEEKSTART "Zmienna konfiguracji 'weekstart' może przyjmować tylko wartość 'Sunday' lub 'Monday'."
|
||||
|
||||
// dependency
|
||||
|
|
|
@ -506,7 +506,6 @@
|
|||
#define STRING_CONFIG_DEPRECATED_VAR "O seu ficheiro .taskrc contém variáveis obsoletas:"
|
||||
|
||||
// Date
|
||||
#define STRING_DATE_INVALID_FORMAT "'{1}' não é uma data válida no formato '{2}'."
|
||||
#define STRING_DATE_BAD_WEEKSTART "A variável de configuração 'weekstart' apenas pode conter 'domingo' ou 'segunda-feira'."
|
||||
|
||||
// dependency
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue