- Removed unused strings associated with file format 3.
This commit is contained in:
Paul Beckingham 2014-11-10 22:29:18 -05:00
parent 9ab722cd8c
commit d511c9d0be
7 changed files with 0 additions and 28 deletions

View file

@ -823,10 +823,6 @@
#define STRING_TASK_NO_FF1 "Taskwarrior já não suporta o formato 1, originalmente usado entre 27-Novembro-2006 e 31-Dezembro-2007."
#define STRING_TASK_NO_FF2 "Taskwarrior já não suporta o formato 2, originalmente usado entre 1-Janeiro-2008 e 12-April-2009."
#define STRING_TASK_NO_FF3 "Taskwarrior no longer supports file format 3, originally used between 23 March 2009 and 16 May 2009."
#define STRING_TASK_PARSE_ANNO_BRACK "Chavetas de anotação em falta."
#define STRING_TASK_PARSE_ATT_BRACK "Chavetas de atributo em falta."
#define STRING_TASK_PARSE_TAG_BRACK "Chavetas de marca em falta."
#define STRING_TASK_PARSE_TOO_SHORT "Linha demasiado curta."
#define STRING_TASK_PARSE_UNREC_FF "Formato taskwarrior não reconhecido."
#define STRING_TASK_DEPEND_ITSELF "Uma tarefa não pode depender dela própria."
#define STRING_TASK_DEPEND_MISS_CREA "Não foi possível criar a dependência da tarefa {1} - esta não existe."