l10n: Eliminated STRING_CMD_CONFIG_*

This commit is contained in:
Paul Beckingham 2018-01-21 11:06:36 -05:00
parent 765c12a2d1
commit 375294a56c
10 changed files with 9 additions and 83 deletions

View file

@ -195,14 +195,6 @@
#define STRING_CMD_ZSHATTS_USAGE "Generates a list of all attributes, for zsh autocompletion purposes"
#define STRING_CMD_ALIASES_USAGE "Generates a list of all aliases, for autocompletion purposes"
#define STRING_CMD_CONFIG_USAGE "Change settings in the task configuration"
#define STRING_CMD_CONFIG_CONFIRM "Are you sure you want to change the value of '{1}' from '{2}' to '{3}'?"
#define STRING_CMD_CONFIG_CONFIRM2 "Are you sure you want to add '{1}' with a value of '{2}'?"
#define STRING_CMD_CONFIG_CONFIRM3 "Are you sure you want to remove '{1}'?"
#define STRING_CMD_CONFIG_NO_ENTRY "No entry named '{1}' found."
#define STRING_CMD_CONFIG_FILE_MOD "Config file {1} modified."
#define STRING_CMD_CONFIG_NO_NAME "Specify the name of a config variable to modify."
#define STRING_CMD_HCONFIG_USAGE "Lists all supported configuration variables, for completion purposes"
#define STRING_CMD_CUSTOM_MISMATCH "There are different numbers of columns and labels for report '{1}'."
#define STRING_CMD_CUSTOM_SHOWN "{1} shown"
#define STRING_CMD_CUSTOM_COUNT "1 task"