l10n: Propagate the purge-related strings into language files

This commit is contained in:
Tomas Babej 2016-03-20 19:28:09 +01:00 committed by Paul Beckingham
parent 3cb974de49
commit dbec3ad33f
8 changed files with 32 additions and 0 deletions

View file

@ -404,8 +404,12 @@
#define STRING_CMD_DUPLICATE_N "Duplicadas {1} tareas."
#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_START_USAGE "Marca la tarea especificada como comenzada"
#define STRING_CMD_START_NO "Tarea no comenzada."