I18N
- Localized 'color' command.
This commit is contained in:
14
src/en-US.h
14
src/en-US.h
@@ -355,6 +355,20 @@
|
||||
#define STRING_CMD_MODIFY_PROCEED "Proceed with change?"
|
||||
#define STRING_CMD_MODIFY_TASK "Modified {1} task."
|
||||
#define STRING_CMD_MODIFY_TASKS "Modified {1} tasks."
|
||||
#define STRING_CMD_COLOR_USAGE "Displays all possible colors, a named sample, or a legend containing all currently defined colors."
|
||||
#define STRING_CMD_COLOR_HERE "Here are the colors currently in use:"
|
||||
#define STRING_CMD_COLOR_COLOR "Color"
|
||||
#define STRING_CMD_COLOR_DEFINITION "Definition"
|
||||
#define STRING_CMD_COLOR_EXPLANATION "Use this command to see how colors are displayed by your terminal."
|
||||
#define STRING_CMD_COLOR_16 "16-color usage (supports underline, bold text, bright background):"
|
||||
#define STRING_CMD_COLOR_256 "256-color usage (supports underline):"
|
||||
#define STRING_CMD_COLOR_YOURS "Your sample:" << "\n"
|
||||
#define STRING_CMD_COLOR_BASIC "Basic colors"
|
||||
#define STRING_CMD_COLOR_EFFECTS "Effects"
|
||||
#define STRING_CMD_COLOR_CUBE "Color cube rgb"
|
||||
#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'."
|
||||
|
||||
// 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