- 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 non supporta più il formato di file 1, usato tra il 27 Novembre 2006 e il 31 Dicembre 2007."
#define STRING_TASK_NO_FF2 "Taskwarrior no longer supports file format 2, originally used between 1 January 2008 and 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 "Parentesi di annotazione mancanti."
#define STRING_TASK_PARSE_ATT_BRACK "Parentesi di attributo mancanti."
#define STRING_TASK_PARSE_TAG_BRACK "Parentesi di tag mancanti."
#define STRING_TASK_PARSE_TOO_SHORT "Linea troppo breve."
#define STRING_TASK_PARSE_UNREC_FF "Formato di file non riconosciuto."
#define STRING_TASK_DEPEND_ITSELF "Un task non può dipendere da sè stesso."
#define STRING_TASK_DEPEND_MISS_CREA "Impossibile creare la dipendenza dal task {1} - non trovato."