mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
l10n: Eliminated STRING_CMD_CALC_*
This commit is contained in:
parent
76b7dc3820
commit
489515968c
10 changed files with 1 additions and 11 deletions
|
@ -28,7 +28,6 @@
|
|||
#include <CmdCalc.h>
|
||||
#include <Filter.h>
|
||||
#include <Eval.h>
|
||||
#include <i18n.h>
|
||||
|
||||
extern Context context;
|
||||
|
||||
|
@ -37,7 +36,7 @@ CmdCalc::CmdCalc ()
|
|||
{
|
||||
_keyword = "calc";
|
||||
_usage = "task calc <expression>";
|
||||
_description = STRING_CMD_CALC_USAGE;
|
||||
_description = "Calculator";
|
||||
_read_only = true;
|
||||
_displays_id = false;
|
||||
_needs_gc = false;
|
||||
|
|
|
@ -191,7 +191,6 @@
|
|||
#define STRING_CMD_CAL_LABEL_DATE "Datum"
|
||||
#define STRING_CMD_CAL_LABEL_HOL "Feiertag"
|
||||
#define STRING_CMD_CAL_SUN_MON "Die 'weekstart'-Konfigurationsoption darf nur 'Sunday' oder 'Monday' lauten."
|
||||
#define STRING_CMD_CALC_USAGE "Rechner"
|
||||
|
||||
// Feedback
|
||||
#define STRING_FEEDBACK_NO_TASKS "Keine Aufgaben."
|
||||
|
|
|
@ -188,7 +188,6 @@
|
|||
#define STRING_CMD_CAL_LABEL_DATE "Date"
|
||||
#define STRING_CMD_CAL_LABEL_HOL "Holiday"
|
||||
#define STRING_CMD_CAL_SUN_MON "The 'weekstart' configuration variable may only contain 'Sunday' or 'Monday'."
|
||||
#define STRING_CMD_CALC_USAGE "Calculator"
|
||||
|
||||
// Feedback
|
||||
#define STRING_FEEDBACK_NO_TASKS "No tasks."
|
||||
|
|
|
@ -191,7 +191,6 @@
|
|||
#define STRING_CMD_CAL_LABEL_DATE "Dato"
|
||||
#define STRING_CMD_CAL_LABEL_HOL "Ferio"
|
||||
#define STRING_CMD_CAL_SUN_MON "agordvariablo 'weekstart' devas esti 'Sunday' aŭ 'Monday'."
|
||||
#define STRING_CMD_CALC_USAGE "Kalkulilo"
|
||||
|
||||
// Feedback
|
||||
#define STRING_FEEDBACK_NO_TASKS "Nenia tasko."
|
||||
|
|
|
@ -197,7 +197,6 @@
|
|||
#define STRING_CMD_CAL_LABEL_DATE "Fecha"
|
||||
#define STRING_CMD_CAL_LABEL_HOL "Festivo"
|
||||
#define STRING_CMD_CAL_SUN_MON "La variable de configuración 'weekstart' solamente puede contener 'domingo' o 'lunes'."
|
||||
#define STRING_CMD_CALC_USAGE "Calculadora"
|
||||
|
||||
// Feedback
|
||||
#define STRING_FEEDBACK_NO_TASKS "Ninguna tarea."
|
||||
|
|
|
@ -193,7 +193,6 @@
|
|||
#define STRING_CMD_CAL_LABEL_DATE "Date"
|
||||
#define STRING_CMD_CAL_LABEL_HOL "Holiday"
|
||||
#define STRING_CMD_CAL_SUN_MON "The 'weekstart' configuration variable may only contain 'Sunday' or 'Monday'."
|
||||
#define STRING_CMD_CALC_USAGE "Calculator"
|
||||
|
||||
// These four blocks can be replaced, but the number of lines must not change.
|
||||
#define STRING_EDIT_HEADER_1 "La commande 'task <id> edit' vous permet de modifier tous les aspects d'une tâche"
|
||||
|
|
|
@ -192,7 +192,6 @@
|
|||
#define STRING_CMD_CAL_LABEL_DATE "Data"
|
||||
#define STRING_CMD_CAL_LABEL_HOL "Festività"
|
||||
#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"
|
||||
|
||||
// Feedback
|
||||
#define STRING_FEEDBACK_NO_TASKS "Nessun task."
|
||||
|
|
|
@ -193,7 +193,6 @@
|
|||
#define STRING_CMD_CAL_LABEL_DATE "Date"
|
||||
#define STRING_CMD_CAL_LABEL_HOL "Holiday"
|
||||
#define STRING_CMD_CAL_SUN_MON "'weekstart' 設定変数は 'Sunday' または 'Monday' のみが使えます。"
|
||||
#define STRING_CMD_CALC_USAGE "電卓"
|
||||
|
||||
// Feedback
|
||||
#define STRING_FEEDBACK_NO_TASKS "タスクがない。"
|
||||
|
|
|
@ -193,7 +193,6 @@
|
|||
#define STRING_CMD_CAL_LABEL_DATE "Data"
|
||||
#define STRING_CMD_CAL_LABEL_HOL "Wakacje"
|
||||
#define STRING_CMD_CAL_SUN_MON "Początek tygodnia może mieć wartość 'Niedziela' lub 'Poniedziałek'."
|
||||
#define STRING_CMD_CALC_USAGE "Kalkulator"
|
||||
|
||||
// Feedback
|
||||
#define STRING_FEEDBACK_NO_TASKS "Brak zadań."
|
||||
|
|
|
@ -193,7 +193,6 @@
|
|||
#define STRING_CMD_CAL_LABEL_DATE "Data"
|
||||
#define STRING_CMD_CAL_LABEL_HOL "Feriado"
|
||||
#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"
|
||||
|
||||
// Feedback
|
||||
#define STRING_FEEDBACK_NO_TASKS "Nenhuma tarefa."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue