I18N
- Localized the 'config' command.
This commit is contained in:
10
src/en-US.h
10
src/en-US.h
@@ -369,6 +369,16 @@
|
||||
#define STRING_CMD_COLOR_RAMP "Gray ramp"
|
||||
#define STRING_CMD_COLOR_TRY "Try running '{1}'."
|
||||
#define STRING_CMD_COLOR_OFF "Color is currently turned off in your .taskrc file. To enable color, remove the line 'color=off', or change the 'off' to 'on'."
|
||||
#define STRING_CMD_CONFIG_USAGE "Add, modify and remove 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_CHANGE "No changes made."
|
||||
#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."
|
||||
|
||||
// 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