l10n: Eliminated STRING_CMD_PURGE_*

This commit is contained in:
Paul Beckingham 2018-01-20 21:29:51 -05:00
parent e00f106012
commit 360b1d81d1
10 changed files with 6 additions and 78 deletions

View file

@ -178,14 +178,6 @@
#define STRING_CMD_UNIQUE_MISSING "Se debe especificar un atributo. Ver 'task _columns'."
#define STRING_CMD_UNIQUE_VALID "Debe especificar un atributo o un UDA."
#define STRING_CMD_PURGE_USAGE "Removes the specified tasks from the data files. Causes permanent loss of data."
#define STRING_CMD_PURGE_ABRT "Purge operation aborted."
#define STRING_CMD_PURGE_1 "Purged {1} task."
#define STRING_CMD_PURGE_N "Purged {1} tasks."
#define STRING_CMD_PURGE_CONFIRM "Permanently remove task {1} '{2}'?"
#define STRING_CMD_PURGE_CONFIRM_R "Task '{1}' is a recurrence template. All its {2} deleted children tasks will be purged as well. Continue?"
#define STRING_CMD_PURGE_NDEL_CHILD "Task '{1}' is a recurrence template. Its child task {2} must be deleted before it can be purged."
#define STRING_CMD_APPEND_USAGE "Añade texto al final de la descripción de una tarea existente"
#define STRING_CMD_APPEND_1 "Añadiendo texto a {1} tarea."
#define STRING_CMD_APPEND_N "Añadiendo texto a {1} tareas."