mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
l10n: Eliminated STRING_CMD_COMTAGS_USAGE
This commit is contained in:
parent
02b4d8e821
commit
541e6a1de8
10 changed files with 1 additions and 10 deletions
|
@ -145,7 +145,7 @@ CmdCompletionTags::CmdCompletionTags ()
|
|||
{
|
||||
_keyword = "_tags";
|
||||
_usage = "task <filter> _tags";
|
||||
_description = STRING_CMD_COMTAGS_USAGE;
|
||||
_description = "Shows only a list of all tags used, for autocompletion purposes";
|
||||
_read_only = true;
|
||||
_displays_id = false;
|
||||
_needs_gc = true;
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_CMD_COMTAGS_USAGE "Listet ausschließlich alle genutzten Schlagwörter zur Auto-Vervollständigung"
|
||||
#define STRING_CMD_UDAS_COMPL_USAGE "Zeigt festgelegte UDAs zur Autovervollständigung"
|
||||
#define STRING_CMD_UDAS_USAGE "Zeigt alle festgelegten Eigenschaften von UDAs"
|
||||
#define STRING_CMD_UNDO_USAGE "Macht die letzte Änderung an einer Aufgabe Rückgängig"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_CMD_COMTAGS_USAGE "Shows only a list of all tags used, for autocompletion purposes"
|
||||
#define STRING_CMD_UDAS_COMPL_USAGE "Shows the defined UDAs for completion purposes"
|
||||
#define STRING_CMD_UDAS_USAGE "Shows all the defined UDA details"
|
||||
#define STRING_CMD_UNDO_USAGE "Reverts the most recent change to a task"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_CMD_COMTAGS_USAGE "Montras sole listo de ĉia uzata etikedo, por motivo memkompletada"
|
||||
#define STRING_CMD_UDAS_COMPL_USAGE "Montras ĉian definitan UDA, por motivo memkompletada"
|
||||
#define STRING_CMD_UDAS_USAGE "Montras la detalojn de ĉia definita UDA"
|
||||
#define STRING_CMD_UNDO_USAGE "Malfaras la plej malfrua modifado al tasko"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_CMD_COMTAGS_USAGE "Muestra una lista de todas las marcas (solo nombres) en uso, con fines de auto-completado"
|
||||
#define STRING_CMD_UDAS_COMPL_USAGE "Muestra los UDAs definidos con fines de terminación"
|
||||
#define STRING_CMD_UDAS_USAGE "Muestra detalles de todos los UDA definidos"
|
||||
#define STRING_CMD_UNDO_USAGE "Revierte el cambio más reciente a una tarea"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_CMD_COMTAGS_USAGE "Affiche uniquement une liste des étiquettes utilisées, pour la complétion"
|
||||
#define STRING_CMD_UDAS_COMPL_USAGE "Affiche les ADUs définis, pour la complétion"
|
||||
#define STRING_CMD_UDAS_USAGE "Affiche les détails de tous les ADUs définis"
|
||||
#define STRING_CMD_UNDO_USAGE "Annule les changements les plus récents sur une tâche"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_CMD_COMTAGS_USAGE "Mostra solo una lista dei tag utilizzati, per autocompletamento"
|
||||
#define STRING_CMD_UDAS_COMPL_USAGE "Mostra gli UDA definiti per il completamento"
|
||||
#define STRING_CMD_UDAS_USAGE "Mostra tutti i dettagli degli UDA definiti"
|
||||
#define STRING_CMD_UNDO_USAGE "Ritorna alla più recente modifica di un task"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_CMD_COMTAGS_USAGE "Shows only a list of all tags used, for autocompletion purposes"
|
||||
#define STRING_CMD_UDAS_COMPL_USAGE "Shows the defined UDAs for completion purposes"
|
||||
#define STRING_CMD_UDAS_USAGE "Shows all the defined UDA details"
|
||||
#define STRING_CMD_UNDO_USAGE "Reverts the most recent change to a task"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_CMD_COMTAGS_USAGE "Pokazuje listę użytych tagów dla celów autouzupełniania"
|
||||
#define STRING_CMD_UDAS_COMPL_USAGE "Pokazuje zdefiniowane UDA w celach autouzupełniania"
|
||||
#define STRING_CMD_UDAS_USAGE "Pokazuje zdefiniowane UDA"
|
||||
#define STRING_CMD_UNDO_USAGE "Odwraca ostatnią zmianę w zadaniu"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_CMD_COMTAGS_USAGE "Exibe apenas a lista de todas as marcas em uso, para fins de terminação automática"
|
||||
#define STRING_CMD_UDAS_COMPL_USAGE "Exibe os UDAs definidos para fins de terminação automática"
|
||||
#define STRING_CMD_UDAS_USAGE "Exibe os detalhes de todas os UDA definidos"
|
||||
#define STRING_CMD_UNDO_USAGE "Reverte a mais recente modificação a uma tarefa"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue