- 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

@@ -835,10 +835,6 @@
#define STRING_TASK_NO_FF1 "Taskwarrior ya no admite el formato de archivo 1, usado originalmente entre el 27 de noviembre del 2006 y el 31 de diciembre del 2007."
#define STRING_TASK_NO_FF2 "Taskwarrior ya no admite el formato de archivo 2, usado originalmente entre el 1 de enero del 2008 y el 12 de abril del 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 "Faltan corchetes de anotación."
#define STRING_TASK_PARSE_ATT_BRACK "Faltan corchetes de atributo."
#define STRING_TASK_PARSE_TAG_BRACK "Faltan corchetes de marca."
#define STRING_TASK_PARSE_TOO_SHORT "Línea demasiado corta."
#define STRING_TASK_PARSE_UNREC_FF "Formato de archivo taskwarrior no reconocido."
#define STRING_TASK_DEPEND_ITSELF "Una tarea no puede depender de sí misma."
#define STRING_TASK_DEPEND_MISS_CREA "No se pudo crear una dependencia de la tarea {1} - no encontrada."