mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
l10n: Eliminated STRING_CMD_UNDO_*
This commit is contained in:
parent
4a54d82cef
commit
294f819648
10 changed files with 1 additions and 12 deletions
|
@ -27,8 +27,6 @@
|
|||
#include <cmake.h>
|
||||
#include <CmdUndo.h>
|
||||
#include <Context.h>
|
||||
#include <Filter.h>
|
||||
#include <i18n.h>
|
||||
|
||||
extern Context context;
|
||||
|
||||
|
@ -37,7 +35,7 @@ CmdUndo::CmdUndo ()
|
|||
{
|
||||
_keyword = "undo";
|
||||
_usage = "task undo";
|
||||
_description = STRING_CMD_UNDO_USAGE;
|
||||
_description = "Reverts the most recent change to a task";
|
||||
_read_only = false;
|
||||
_displays_id = false;
|
||||
_needs_gc = false;
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_CMD_UNDO_USAGE "Macht die letzte Änderung an einer Aufgabe Rückgängig"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO1 "Direkt vor dem Mittagessen"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO2 "Wenn Du heute Nachmittag in der Partie mitspielst"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO3 "Bevor Du den Brief nach Hause schreibst"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_CMD_UNDO_USAGE "Reverts the most recent change to a task"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO1 "Immediately before your lunch"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO2 "If you are playing in the match this afternoon"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO3 "Before you write your letter home"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_CMD_UNDO_USAGE "Malfaras la plej malfrua modifado al tasko"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO1 "Juste antaŭ tagmanĝi"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO2 "Se vi ludos en la maĉo hodiaŭ posttagmeze"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO3 "Antaŭ skribi poŝtaĵon hejmen"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_CMD_UNDO_USAGE "Revierte el cambio más reciente a una tarea"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO1 "Inmediatamente antes de comer"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO2 "Si juegas en el partido de esta tarde"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO3 "Antes de que escribas a casa"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_CMD_UNDO_USAGE "Annule les changements les plus récents sur une tâche"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO1 "Juste avant votre repas"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO2 "If you are playing in the match this afternoon"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO3 "Before you write your letter home"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_CMD_UNDO_USAGE "Ritorna alla più recente modifica di un task"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO1 "Immediatamente prima di pranzo"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO2 "Se si sta giocando la partita questo pomeriggio"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO3 "Prima di scrivere la lettera a casa"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_CMD_UNDO_USAGE "Reverts the most recent change to a task"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO1 "Immediately before your lunch"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO2 "If you are playing in the match this afternoon"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO3 "Before you write your letter home"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_CMD_UNDO_USAGE "Odwraca ostatnią zmianę w zadaniu"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO1 "Odrazu przed obiadem"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO2 "Jesli grasz mecz tego popołudnia"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO3 "Przed napisaniem listu do domu"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_CMD_UNDO_USAGE "Reverte a mais recente modificação a uma tarefa"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO1 "Imediatamente antes do almoço"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO2 "Se vais jogar no torneio esta tarde"
|
||||
#define STRING_COLUMN_EXAMPLES_ANNO3 "Antes de escrever para casa"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue