L10N: Propagated new strings to all LANGS

This commit is contained in:
Paul Beckingham 2016-03-19 21:57:01 -04:00
parent 1091cc23af
commit 58cee899b0
9 changed files with 33 additions and 1 deletions

View file

@ -398,6 +398,10 @@
#define STRING_CMD_DUPLICATE_1 "Duplicada {1} tarefa."
#define STRING_CMD_DUPLICATE_N "Duplicadas {1} tarefas."
#define STRING_CMD_PURGE_USAGE "Removes the specified tasks from the data files. Causes permanent loss of data."
#define STRING_CMD_PURGE_1 "Purged {1} task."
#define STRING_CMD_PURGE_N "Purged {1} tasks."
#define STRING_CMD_START_USAGE "Assinala a tarefa especificada como iniciada"
#define STRING_CMD_START_NO "Tarefa não iniciada."
#define STRING_CMD_START_ALREADY "Tarefa {1} '{2}' já iniciada."