l10n: Eliminated STRING_CMD_TAGS_*

This commit is contained in:
Paul Beckingham 2018-01-21 12:36:02 -05:00
parent faf6ecceda
commit fdc045a230
10 changed files with 4 additions and 40 deletions

View file

@ -39,10 +39,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_TAGS_NO_TAGS "タグがない。"
#define STRING_CMD_TAGS_PLURAL "{1} 個のタグ"
#define STRING_CMD_TAGS_SINGLE "1 つのタグ"
#define STRING_CMD_TAGS_USAGE "使用されているすべてのタグを表示"
#define STRING_CMD_UDAS_COMPL_USAGE "Shows the defined UDAs for completion purposes"
#define STRING_CMD_UDAS_USAGE "Shows all the defined UDA details"
#define STRING_CMD_UNDO_USAGE "Reverts the most recent change to a task"