mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
l10n: Eliminated STRING_RECORD_*
This commit is contained in:
parent
3b792d5432
commit
e27049273c
10 changed files with 3 additions and 48 deletions
|
@ -589,7 +589,7 @@ void Task::parse (const std::string& input)
|
|||
(pig.skip ('\n') || pig.eos ()))
|
||||
{
|
||||
if (line.length () == 0)
|
||||
throw std::string (STRING_RECORD_EMPTY);
|
||||
throw std::string ("Empty record in input.");
|
||||
|
||||
Pig attLine (line);
|
||||
std::string name;
|
||||
|
@ -616,13 +616,13 @@ void Task::parse (const std::string& input)
|
|||
std::string remainder;
|
||||
attLine.getRemainder (remainder);
|
||||
if (remainder.length ())
|
||||
throw std::string (STRING_RECORD_JUNK_AT_EOL);
|
||||
throw std::string ("Unrecognized characters at end of line.");
|
||||
}
|
||||
}
|
||||
else if (input[0] == '{')
|
||||
parseJSON (input);
|
||||
else
|
||||
throw std::string (STRING_RECORD_NOT_FF4);
|
||||
throw std::string ("Record not recognized as format 4.");
|
||||
}
|
||||
|
||||
catch (const std::string&)
|
||||
|
|
|
@ -609,11 +609,6 @@
|
|||
#define STRING_HELPER_PROJECT_REM "({1} of {2} tasks remaining)."
|
||||
#define STRING_HELPER_PROJECT_REM1 "({1} task remaining)."
|
||||
|
||||
// Record
|
||||
#define STRING_RECORD_EMPTY "Leerer Datensatz in der Eingabe."
|
||||
#define STRING_RECORD_JUNK_AT_EOL "Unerkannte Zeichen am Ende der Eingabe."
|
||||
#define STRING_RECORD_NOT_FF4 "Datensatz nicht als Format 4 erkannt."
|
||||
|
||||
// 'show' command
|
||||
#define STRING_CMD_SHOW "Zeigt alle Konfigurations-Optionen oder eine Teilmenge davon"
|
||||
#define STRING_CMD_SHOW_ARGS "Sie müssen 'all' oder ein Suchwort angeben."
|
||||
|
|
|
@ -606,11 +606,6 @@
|
|||
#define STRING_HELPER_PROJECT_REM "({1} of {2} tasks remaining)."
|
||||
#define STRING_HELPER_PROJECT_REM1 "({1} task remaining)."
|
||||
|
||||
// Record
|
||||
#define STRING_RECORD_EMPTY "Empty record in input."
|
||||
#define STRING_RECORD_JUNK_AT_EOL "Unrecognized characters at end of line."
|
||||
#define STRING_RECORD_NOT_FF4 "Record not recognized as format 4."
|
||||
|
||||
// 'show' command
|
||||
#define STRING_CMD_SHOW "Shows all configuration variables or subset"
|
||||
#define STRING_CMD_SHOW_ARGS "You can only specify 'all' or a search string."
|
||||
|
|
|
@ -609,11 +609,6 @@
|
|||
#define STRING_HELPER_PROJECT_REM "({1} of {2} tasks remaining)."
|
||||
#define STRING_HELPER_PROJECT_REM1 "({1} task remaining)."
|
||||
|
||||
// Record
|
||||
#define STRING_RECORD_EMPTY "Malplena rikordo en la inigo."
|
||||
#define STRING_RECORD_JUNK_AT_EOL "Nekonataj signoj ĉe vicfino."
|
||||
#define STRING_RECORD_NOT_FF4 "Rikordo ne rekonata kiel aranĝo 4."
|
||||
|
||||
// 'show' command
|
||||
#define STRING_CMD_SHOW "Montras ĉian agordan variablon, aŭ subaron"
|
||||
#define STRING_CMD_SHOW_ARGS "Oni sole povas specifi 'all' aŭ serĉĉenon."
|
||||
|
|
|
@ -621,11 +621,6 @@
|
|||
#define STRING_HELPER_PROJECT_REM "({1} de {2} tareas restantes)."
|
||||
#define STRING_HELPER_PROJECT_REM1 "({1} tarea restante)."
|
||||
|
||||
// Record
|
||||
#define STRING_RECORD_EMPTY "Registro vacío en la entrada."
|
||||
#define STRING_RECORD_JUNK_AT_EOL "Caracteres no reconocidos al final de línea."
|
||||
#define STRING_RECORD_NOT_FF4 "Registro no reconocido como formato 4."
|
||||
|
||||
// 'show' command
|
||||
#define STRING_CMD_SHOW "Muestra todas las variables de configuración o un subconjunto"
|
||||
#define STRING_CMD_SHOW_ARGS "Solo puede especificar 'all' o un término de búsqueda."
|
||||
|
|
|
@ -611,11 +611,6 @@
|
|||
#define STRING_HELPER_PROJECT_REM "({1} of {2} tasks remaining)."
|
||||
#define STRING_HELPER_PROJECT_REM1 "({1} task remaining)."
|
||||
|
||||
// Record
|
||||
#define STRING_RECORD_EMPTY "Empty record in input."
|
||||
#define STRING_RECORD_JUNK_AT_EOL "Unrecognized characters at end of line."
|
||||
#define STRING_RECORD_NOT_FF4 "Record not recognized as format 4."
|
||||
|
||||
// 'show' command
|
||||
#define STRING_CMD_SHOW "Shows all configuration variables or subset"
|
||||
#define STRING_CMD_SHOW_ARGS "You can only specify 'all' or a search string."
|
||||
|
|
|
@ -610,11 +610,6 @@
|
|||
#define STRING_HELPER_PROJECT_REM "({1} di {2} task rimanenti)."
|
||||
#define STRING_HELPER_PROJECT_REM1 "({1} task remaining)."
|
||||
|
||||
// Record
|
||||
#define STRING_RECORD_EMPTY "Voce vuota in ingresso."
|
||||
#define STRING_RECORD_JUNK_AT_EOL "Carattere non riconosciuto a fine riga."
|
||||
#define STRING_RECORD_NOT_FF4 "Voce non riconosciuta come formato 4."
|
||||
|
||||
// 'show' command
|
||||
#define STRING_CMD_SHOW "Mostra i sottoinsiemi di variabili di configurazione"
|
||||
#define STRING_CMD_SHOW_ARGS "Solo 'all' può essere specificata come stringa di ricerca."
|
||||
|
|
|
@ -611,11 +611,6 @@
|
|||
#define STRING_HELPER_PROJECT_REM "({1} of {2} tasks remaining)."
|
||||
#define STRING_HELPER_PROJECT_REM1 "({1} task remaining)."
|
||||
|
||||
// Record
|
||||
#define STRING_RECORD_EMPTY "Empty record in input."
|
||||
#define STRING_RECORD_JUNK_AT_EOL "Unrecognized characters at end of line."
|
||||
#define STRING_RECORD_NOT_FF4 "Record not recognized as format 4."
|
||||
|
||||
// 'show' command
|
||||
#define STRING_CMD_SHOW "Shows all configuration variables or subset"
|
||||
#define STRING_CMD_SHOW_ARGS "You can only specify 'all' or a search string."
|
||||
|
|
|
@ -611,11 +611,6 @@
|
|||
#define STRING_HELPER_PROJECT_REM "({1} of {2} tasks remaining)."
|
||||
#define STRING_HELPER_PROJECT_REM1 "({1} task remaining)."
|
||||
|
||||
// Record
|
||||
#define STRING_RECORD_EMPTY "Pusty wpis na wejściu."
|
||||
#define STRING_RECORD_JUNK_AT_EOL "Nierozpoznawalny znak na koncu lini."
|
||||
#define STRING_RECORD_NOT_FF4 "Wpis nie rozpoznany jako wersja 4."
|
||||
|
||||
// 'show' command
|
||||
#define STRING_CMD_SHOW "Pokazuje wszystkie zmienne konfiguracji lub ich podzbiór"
|
||||
#define STRING_CMD_SHOW_ARGS "Możesz jedynie wybrać wszystkie lub wyszukać na podstawie ciągu."
|
||||
|
|
|
@ -611,11 +611,6 @@
|
|||
#define STRING_HELPER_PROJECT_REM "({1} of {2} tasks remaining)."
|
||||
#define STRING_HELPER_PROJECT_REM1 "({1} task remaining)."
|
||||
|
||||
// Record
|
||||
#define STRING_RECORD_EMPTY "Registo vazio na entrada fornecida."
|
||||
#define STRING_RECORD_JUNK_AT_EOL "Caracteres desconhecidos no fim da linha."
|
||||
#define STRING_RECORD_NOT_FF4 "Registo não reconhecido como formato 4."
|
||||
|
||||
// 'show' command
|
||||
#define STRING_CMD_SHOW "Mostra todas ou um subconjunto das variáveis de configuração"
|
||||
#define STRING_CMD_SHOW_ARGS "Apenas pode específicar 'all' ou uma expressão a procurar."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue