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 "Skopiowano {1} zadanie."
#define STRING_CMD_DUPLICATE_N "Skopiowano {1} zadań."
#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 "Oznacza zadanie jako uruchomione"
#define STRING_CMD_START_NO "Zadanie nie uruchomione"
#define STRING_CMD_START_ALREADY "Zadanie {1} '{2}' jest już uruchomione"