l10n: Eliminated STRING_CONFIG_*

This commit is contained in:
Paul Beckingham 2018-01-20 12:51:40 -05:00
parent 6b08813585
commit 13ee52491e
9 changed files with 0 additions and 54 deletions

View file

@ -494,12 +494,6 @@
#define STRING_CMD_EDIT_USAGE "Launches an editor to modify a task directly"
#define STRING_CMD_CALC_USAGE "Calculator"
// Config
#define STRING_CONFIG_OVERNEST "Configuration file nested to more than 10 levels deep - this has to be a mistake."
#define STRING_CONFIG_READ_INCLUDE "Could not read include file '{1}'."
#define STRING_CONFIG_INCLUDE_PATH "Can only include files with absolute paths, not '{1}'"
#define STRING_CONFIG_BAD_ENTRY "Malformed entry '{1}' in config file."
// dependency
#define STRING_DEPEND_BLOCKED "Task {1} is blocked by:"
#define STRING_DEPEND_BLOCKING "and is blocking:"