- Removed inverted range error, and instead the parser just downgrades from an
  ID range to unknown.
This commit is contained in:
Paul Beckingham
2014-11-10 23:55:38 -05:00
parent 0ac751c94d
commit 66c303daef
8 changed files with 4 additions and 8 deletions

View File

@@ -105,7 +105,6 @@
#define STRING_PARSER_ALIAS_NEST "Límite de alias anidados ({1}) alcanzado."
#define STRING_PARSER_OVERRIDE_RC "Sobrescritura de configuración rc.{1}:{2}"
#define STRING_PARSER_UNKNOWN_ATTMOD "Error: modificador de atributo no reconocido '{1}'."
#define STRING_PARSER_RANGE_INVERTED "Rango invertido 'alto-bajo' en vez de 'bajo-alto'"
#define STRING_PARSER_UUID_AFTER_COMMA "UUID no reconocido tras coma."
#define STRING_PARSER_ALTERNATE_RC "Usando el archivo .taskrc alternativo {1}"
#define STRING_PARSER_ALTERNATE_DATA "Usando data.location alternativa {1}"