mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
l10n: Eliminated STRING_CMD_ALIASES_*
This commit is contained in:
parent
6c4e861eac
commit
3a2b5df05d
10 changed files with 1 additions and 11 deletions
|
@ -28,7 +28,6 @@
|
||||||
#include <CmdAliases.h>
|
#include <CmdAliases.h>
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <Command.h>
|
#include <Command.h>
|
||||||
#include <i18n.h>
|
|
||||||
|
|
||||||
extern Context context;
|
extern Context context;
|
||||||
|
|
||||||
|
@ -37,7 +36,7 @@ CmdCompletionAliases::CmdCompletionAliases ()
|
||||||
{
|
{
|
||||||
_keyword = "_aliases";
|
_keyword = "_aliases";
|
||||||
_usage = "task _aliases";
|
_usage = "task _aliases";
|
||||||
_description = STRING_CMD_ALIASES_USAGE;
|
_description = "Generates a list of all aliases, for autocompletion purposes";
|
||||||
_read_only = true;
|
_read_only = true;
|
||||||
_displays_id = false;
|
_displays_id = false;
|
||||||
_needs_gc = false;
|
_needs_gc = false;
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_CMD_ALIASES_USAGE "Erzeugt eine Liste aller Aliase zur Auto-Vervollständigung"
|
|
||||||
#define STRING_CMD_CAL_BAD_ARG "Konnte Argument '{1}' nicht erkennen."
|
#define STRING_CMD_CAL_BAD_ARG "Konnte Argument '{1}' nicht erkennen."
|
||||||
#define STRING_CMD_CAL_BAD_MONTH "Argument '{1}' ist kein zulässiger Monat."
|
#define STRING_CMD_CAL_BAD_MONTH "Argument '{1}' ist kein zulässiger Monat."
|
||||||
#define STRING_CMD_CAL_LABEL_DATE "Datum"
|
#define STRING_CMD_CAL_LABEL_DATE "Datum"
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_CMD_ALIASES_USAGE "Generates a list of all aliases, for autocompletion purposes"
|
|
||||||
#define STRING_CMD_CAL_BAD_ARG "Could not recognize argument '{1}'."
|
#define STRING_CMD_CAL_BAD_ARG "Could not recognize argument '{1}'."
|
||||||
#define STRING_CMD_CAL_BAD_MONTH "Argument '{1}' is not a valid month."
|
#define STRING_CMD_CAL_BAD_MONTH "Argument '{1}' is not a valid month."
|
||||||
#define STRING_CMD_CAL_LABEL_DATE "Date"
|
#define STRING_CMD_CAL_LABEL_DATE "Date"
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_CMD_ALIASES_USAGE "Generates a list of all aliases, for autocompletion purposes"
|
|
||||||
#define STRING_CMD_CAL_BAD_ARG "Ne povis rekoni argumenton '{1}'."
|
#define STRING_CMD_CAL_BAD_ARG "Ne povis rekoni argumenton '{1}'."
|
||||||
#define STRING_CMD_CAL_BAD_MONTH "Argumento '{1}' ne estas valida monato."
|
#define STRING_CMD_CAL_BAD_MONTH "Argumento '{1}' ne estas valida monato."
|
||||||
#define STRING_CMD_CAL_LABEL_DATE "Dato"
|
#define STRING_CMD_CAL_LABEL_DATE "Dato"
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_CMD_ALIASES_USAGE "Genera una lista de todos los alias, con fines de auto-completado"
|
|
||||||
#define STRING_CMD_CAL_BAD_ARG "No se pudo reconocer el argumento '{1}'."
|
#define STRING_CMD_CAL_BAD_ARG "No se pudo reconocer el argumento '{1}'."
|
||||||
#define STRING_CMD_CAL_BAD_MONTH "El argumento '{1}' no es un mes válido."
|
#define STRING_CMD_CAL_BAD_MONTH "El argumento '{1}' no es un mes válido."
|
||||||
#define STRING_CMD_CAL_LABEL_DATE "Fecha"
|
#define STRING_CMD_CAL_LABEL_DATE "Fecha"
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_CMD_ALIASES_USAGE "Generates a list of all aliases, for autocompletion purposes"
|
|
||||||
#define STRING_CMD_CAL_BAD_ARG "Could not recognize argument '{1}'."
|
#define STRING_CMD_CAL_BAD_ARG "Could not recognize argument '{1}'."
|
||||||
#define STRING_CMD_CAL_BAD_MONTH "Argument '{1}' is not a valid month."
|
#define STRING_CMD_CAL_BAD_MONTH "Argument '{1}' is not a valid month."
|
||||||
#define STRING_CMD_CAL_LABEL_DATE "Date"
|
#define STRING_CMD_CAL_LABEL_DATE "Date"
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_CMD_ALIASES_USAGE "Genera la lista di tutti gli alias, per autocompletamento"
|
|
||||||
#define STRING_CMD_CAL_BAD_ARG "Impossibile riconosce l'argomento '{1}'."
|
#define STRING_CMD_CAL_BAD_ARG "Impossibile riconosce l'argomento '{1}'."
|
||||||
#define STRING_CMD_CAL_BAD_MONTH "L'argomento '{1}' non è un mese valido."
|
#define STRING_CMD_CAL_BAD_MONTH "L'argomento '{1}' non è un mese valido."
|
||||||
#define STRING_CMD_CAL_LABEL_DATE "Data"
|
#define STRING_CMD_CAL_LABEL_DATE "Data"
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_CMD_ALIASES_USAGE "Generates a list of all aliases, for autocompletion purposes"
|
|
||||||
#define STRING_CMD_CAL_BAD_ARG "引数'{1}' を認識できません。"
|
#define STRING_CMD_CAL_BAD_ARG "引数'{1}' を認識できません。"
|
||||||
#define STRING_CMD_CAL_BAD_MONTH "引数 '{1}' は正しい月ではありません。"
|
#define STRING_CMD_CAL_BAD_MONTH "引数 '{1}' は正しい月ではありません。"
|
||||||
#define STRING_CMD_CAL_LABEL_DATE "Date"
|
#define STRING_CMD_CAL_LABEL_DATE "Date"
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_CMD_ALIASES_USAGE "Generuje listę wszystkich aliasów dla funkcji autouzupełniania"
|
|
||||||
#define STRING_CMD_CAL_BAD_ARG "Nie rozpoznany argument '{1}'."
|
#define STRING_CMD_CAL_BAD_ARG "Nie rozpoznany argument '{1}'."
|
||||||
#define STRING_CMD_CAL_BAD_MONTH "Argument '{1}' nie jest poprawnym miesiącem"
|
#define STRING_CMD_CAL_BAD_MONTH "Argument '{1}' nie jest poprawnym miesiącem"
|
||||||
#define STRING_CMD_CAL_LABEL_DATE "Data"
|
#define STRING_CMD_CAL_LABEL_DATE "Data"
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_CMD_ALIASES_USAGE "Gera uma lista com todos os 'alias', para fins de terminação automática"
|
|
||||||
#define STRING_CMD_CAL_BAD_ARG "Não foi possível reconhecer o argumento '{1}'."
|
#define STRING_CMD_CAL_BAD_ARG "Não foi possível reconhecer o argumento '{1}'."
|
||||||
#define STRING_CMD_CAL_BAD_MONTH "Argumento '{1}' não é um mês válido."
|
#define STRING_CMD_CAL_BAD_MONTH "Argumento '{1}' não é um mês válido."
|
||||||
#define STRING_CMD_CAL_LABEL_DATE "Data"
|
#define STRING_CMD_CAL_LABEL_DATE "Data"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue