mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: Eliminated STRING_ERROR_NO_FILTER
This commit is contained in:
parent
e686d198e6
commit
190d57ac70
10 changed files with 1 additions and 37 deletions
|
@ -64,7 +64,7 @@ int CmdSync::execute (std::string& output)
|
|||
|
||||
Filter filter;
|
||||
if (filter.hasFilter ())
|
||||
throw std::string (STRING_ERROR_NO_FILTER);
|
||||
throw std::string ("Command line filters are not supported by this command.");
|
||||
|
||||
// Loog for the 'init' keyword to indicate one-time pending.data upload.
|
||||
bool first_time_init = false;
|
||||
|
|
|
@ -471,10 +471,6 @@
|
|||
#define STRING_CMD_CAL_SUN_MON "Die 'weekstart'-Konfigurationsoption darf nur 'Sunday' oder 'Monday' lauten."
|
||||
#define STRING_CMD_CALC_USAGE "Rechner"
|
||||
|
||||
// Errors
|
||||
// TODO Move each of these to appropriate section.
|
||||
#define STRING_ERROR_NO_FILTER "Command line filters are not supported by this command."
|
||||
|
||||
// Feedback
|
||||
#define STRING_FEEDBACK_NO_TASKS "Keine Aufgaben."
|
||||
#define STRING_FEEDBACK_NO_TASKS_SP "Keine Aufgaben angegeben."
|
||||
|
|
|
@ -468,10 +468,6 @@
|
|||
#define STRING_CMD_CAL_SUN_MON "The 'weekstart' configuration variable may only contain 'Sunday' or 'Monday'."
|
||||
#define STRING_CMD_CALC_USAGE "Calculator"
|
||||
|
||||
// Errors
|
||||
// TODO Move each of these to appropriate section.
|
||||
#define STRING_ERROR_NO_FILTER "Command line filters are not supported by this command."
|
||||
|
||||
// Feedback
|
||||
#define STRING_FEEDBACK_NO_TASKS "No tasks."
|
||||
#define STRING_FEEDBACK_NO_TASKS_SP "No tasks specified."
|
||||
|
|
|
@ -471,10 +471,6 @@
|
|||
#define STRING_CMD_CAL_SUN_MON "agordvariablo 'weekstart' devas esti 'Sunday' aŭ 'Monday'."
|
||||
#define STRING_CMD_CALC_USAGE "Kalkulilo"
|
||||
|
||||
// Errors
|
||||
// TODO Move each of these to appropriate section.
|
||||
#define STRING_ERROR_NO_FILTER "Command line filters are not supported by this command."
|
||||
|
||||
// Feedback
|
||||
#define STRING_FEEDBACK_NO_TASKS "Nenia tasko."
|
||||
#define STRING_FEEDBACK_NO_TASKS_SP "Nenia tasko specifata."
|
||||
|
|
|
@ -483,10 +483,6 @@
|
|||
#define STRING_CMD_CAL_SUN_MON "La variable de configuración 'weekstart' solamente puede contener 'domingo' o 'lunes'."
|
||||
#define STRING_CMD_CALC_USAGE "Calculadora"
|
||||
|
||||
// Errors
|
||||
// TODO Move each of these to appropriate section.
|
||||
#define STRING_ERROR_NO_FILTER "Los filtros de línea de comando no están soportados por este comando."
|
||||
|
||||
// Feedback
|
||||
#define STRING_FEEDBACK_NO_TASKS "Ninguna tarea."
|
||||
#define STRING_FEEDBACK_NO_TASKS_SP "No se especificaron tareas."
|
||||
|
|
|
@ -493,10 +493,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."
|
||||
|
||||
// Errors
|
||||
// TODO Move each of these to appropriate section.
|
||||
#define STRING_ERROR_NO_FILTER "Command line filters are not supported by this command."
|
||||
|
||||
// Feedback
|
||||
#define STRING_FEEDBACK_NO_TASKS "No tasks."
|
||||
#define STRING_FEEDBACK_NO_TASKS_SP "No tasks specified."
|
||||
|
|
|
@ -472,10 +472,6 @@
|
|||
#define STRING_CMD_CAL_SUN_MON "La variabile di configurazione 'weekstart' può solo contenere i valori 'Domenica' or 'Lunedì'."
|
||||
#define STRING_CMD_CALC_USAGE "Calculator"
|
||||
|
||||
// Errors
|
||||
// TODO Move each of these to appropriate section.
|
||||
#define STRING_ERROR_NO_FILTER "Command line filters are not supported by this command."
|
||||
|
||||
// Feedback
|
||||
#define STRING_FEEDBACK_NO_TASKS "Nessun task."
|
||||
#define STRING_FEEDBACK_NO_TASKS_SP "Nessun task specificat."
|
||||
|
|
|
@ -473,10 +473,6 @@
|
|||
#define STRING_CMD_CAL_SUN_MON "'weekstart' 設定変数は 'Sunday' または 'Monday' のみが使えます。"
|
||||
#define STRING_CMD_CALC_USAGE "電卓"
|
||||
|
||||
// Errors
|
||||
// TODO Move each of these to appropriate section.
|
||||
#define STRING_ERROR_NO_FILTER "Command line filters are not supported by this command."
|
||||
|
||||
// Feedback
|
||||
#define STRING_FEEDBACK_NO_TASKS "タスクがない。"
|
||||
#define STRING_FEEDBACK_NO_TASKS_SP "タスクが1つも指定されていません。"
|
||||
|
|
|
@ -473,10 +473,6 @@
|
|||
#define STRING_CMD_CAL_SUN_MON "Początek tygodnia może mieć wartość 'Niedziela' lub 'Poniedziałek'."
|
||||
#define STRING_CMD_CALC_USAGE "Kalkulator"
|
||||
|
||||
// Errors
|
||||
// TODO Move each of these to appropriate section.
|
||||
#define STRING_ERROR_NO_FILTER "Command line filters are not supported by this command."
|
||||
|
||||
// Feedback
|
||||
#define STRING_FEEDBACK_NO_TASKS "Brak zadań."
|
||||
#define STRING_FEEDBACK_NO_TASKS_SP "Nie określono zadań"
|
||||
|
|
|
@ -473,10 +473,6 @@
|
|||
#define STRING_CMD_CAL_SUN_MON "A variável de configuração 'weekstart' apenas pode conter 'domingo' ou 'segunda-feira'."
|
||||
#define STRING_CMD_CALC_USAGE "Calculadora"
|
||||
|
||||
// Errors
|
||||
// TODO Move each of these to appropriate section.
|
||||
#define STRING_ERROR_NO_FILTER "Command line filters are not supported by this command."
|
||||
|
||||
// Feedback
|
||||
#define STRING_FEEDBACK_NO_TASKS "Nenhuma tarefa."
|
||||
#define STRING_FEEDBACK_NO_TASKS_SP "Nenhuma tarefa especificada."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue