l10n: Eliminated STRING_CMD_INFO_*

This commit is contained in:
Paul Beckingham 2018-01-21 12:21:42 -05:00
parent a21a523896
commit 6c4e861eac
10 changed files with 7 additions and 70 deletions

View file

@ -46,13 +46,6 @@
#define STRING_CMD_IDS_USAGE_LIST "Shows the IDs of matching tasks, in the form of a list"
#define STRING_CMD_IDS_USAGE_RANGE "Shows the IDs of matching tasks, as a range"
#define STRING_CMD_IDS_USAGE_ZSH "Shows the IDs and descriptions of matching tasks"
#define STRING_CMD_INFO_BLOCKED "This task blocked by"
#define STRING_CMD_INFO_BLOCKING "This task is blocking"
#define STRING_CMD_INFO_MODIFICATION "Modification"
#define STRING_CMD_INFO_MODIFIED "Last modified"
#define STRING_CMD_INFO_UNTIL "Until"
#define STRING_CMD_INFO_USAGE "Shows all data and metadata"
#define STRING_CMD_INFO_VIRTUAL_TAGS "Virtual tags"
#define STRING_CMD_TAGS_NO_TAGS "No tags."
#define STRING_CMD_TAGS_PLURAL "{1} tags"
#define STRING_CMD_TAGS_SINGLE "1 tag"