I18N
- Localized more commands.
This commit is contained in:
16
src/en-US.h
16
src/en-US.h
@@ -258,6 +258,22 @@
|
||||
#define STRING_CMD_SUMMARY_AVG_AGE "Avg age"
|
||||
#define STRING_CMD_SUMMARY_COMPLETE "Complete"
|
||||
#define STRING_CMD_COUNT_USAGE "Shows only the number of matching tasks."
|
||||
#define STRING_CMD_DELETE_USAGE "Deletes the specified task."
|
||||
#define STRING_CMD_DELETE_QUESTION "Permanently delete task {1} '{2}'?"
|
||||
#define STRING_CMD_DELETE_RECURRING "Deleting recurring task {1} '{2}'."
|
||||
#define STRING_CMD_DELETE_DELETING "Deleting task {1} '{2}'."
|
||||
#define STRING_CMD_DELETE_CONF_RECUR "This is a recurring task. Do you want to delete all pending recurrences of this same task?"
|
||||
#define STRING_CMD_DELETE_NOT "Task not deleted."
|
||||
#define STRING_CMD_DELETE_NOTPEND "Task {1} '{2}' is neither pending nor waiting."
|
||||
#define STRING_CMD_DUPLICATE_USAGE "Duplicates the specified tasks, and allows modifications."
|
||||
#define STRING_CMD_DUPLICATE_NON_REC "Note: task {1} was a recurring task. The duplicate task is not."
|
||||
#define STRING_CMD_DUPLICATE_DONE "Duplicated {1} '{2}'."
|
||||
#define STRING_CMD_START_USAGE "Marks specified task as started."
|
||||
#define STRING_CMD_START_DONE "Started {1} '{2}'."
|
||||
#define STRING_CMD_START_ALREADY "Task {1} '{2}' already started."
|
||||
#define STRING_CMD_STOP_USAGE "Removes the 'start' time from a task."
|
||||
#define STRING_CMD_STOP_NOT "Task {1} '{2}' not started."
|
||||
#define STRING_CMD_STOP_DONE "Stopped {1} '{2}'."
|
||||
|
||||
// Config
|
||||
#define STRING_CONFIG_OVERNEST "Configuration file nested to more than 10 levels deep - this has to be a mistake."
|
||||
|
||||
Reference in New Issue
Block a user