L10N
- Localized Parser.
This commit is contained in:
@@ -101,20 +101,23 @@
|
||||
#define STRING_LOCALIZATION_DESC "English localization"
|
||||
#define STRING_LOCALIZATION_AUTHOR "Translated into English by A. Person."
|
||||
|
||||
// Parser
|
||||
#define STRING_PARSER_ALIAS_NEST "Nested alias limit of {1} reached."
|
||||
#define STRING_PARSER_OVERRIDE_RC "Configuration override rc.{1}:{2}"
|
||||
#define STRING_PARSER_UNKNOWN_ATTMOD "Error: unrecognized attribute modifier '{1}'."
|
||||
#define STRING_PARSER_RANGE_INVERTED "Inverted range 'high-low' instead of 'low-high'"
|
||||
#define STRING_PARSER_MALFORMED_ID "Malformed ID."
|
||||
#define STRING_PARSER_UUID_AFTER_COMMA "Unrecognized UUID after comma."
|
||||
#define STRING_PARSER_ALTERNATE_RC "Using alternate .taskrc file {1}"
|
||||
#define STRING_PARSER_ALTERNATE_DATA "Using alternate data.location {1}"
|
||||
|
||||
// A3
|
||||
#define STRING_A3_ALTERNATE_RC "Using alternate .taskrc file {1}"
|
||||
#define STRING_A3_ALTERNATE_DATA "Using alternate data.location {1}"
|
||||
#define STRING_A3_OVERRIDE_RC "Configuration override rc.{1}:{2}"
|
||||
#define STRING_A3_OVERRIDE_PROBLEM "Problem with override: {1}"
|
||||
#define STRING_A3_UNKNOWN_ATTMOD "Error: unrecognized attribute modifier '{1}'."
|
||||
#define STRING_A3_MISMATCHED_PARENS "Mismatched parentheses in expression"
|
||||
#define STRING_A3_PATTERN_GARBAGE "Unrecognized character(s) at end of pattern."
|
||||
#define STRING_A3_MALFORMED_PATTERN "Malformed pattern."
|
||||
#define STRING_A3_MALFORMED_ID "Malformed ID."
|
||||
#define STRING_A3_MALFORMED_UUID "Malformed UUID."
|
||||
#define STRING_A3_ID_AFTER_HYPHEN "Unrecognized ID after hyphen."
|
||||
#define STRING_A3_RANGE_INVERTED "Inverted range 'high-low' instead of 'low-high'"
|
||||
#define STRING_A3_UUID_AFTER_COMMA "Unrecognized UUID after comma."
|
||||
#define STRING_A3_ZERO_ID "'{1}' is not a valid ID."
|
||||
|
||||
// Color
|
||||
|
||||
Reference in New Issue
Block a user