l10n: Eliminated STRING_EDIT_*

This commit is contained in:
Paul Beckingham 2018-01-20 13:42:04 -05:00
parent 51241c5a95
commit e65f1ecffe
10 changed files with 63 additions and 624 deletions

View file

@ -491,73 +491,8 @@
#define STRING_CMD_CAL_LABEL_DATE "Date"
#define STRING_CMD_CAL_LABEL_HOL "Holiday"
#define STRING_CMD_CAL_SUN_MON "'weekstart' 設定変数は 'Sunday' または 'Monday' のみが使えます。"
#define STRING_CMD_EDIT_USAGE "task を直接変更するためにエディタを起動します"
#define STRING_CMD_CALC_USAGE "電卓"
// edit
#define STRING_EDIT_NO_CHANGES "No edits were detected."
#define STRING_EDIT_FAILED "Editing failed with exit code {1}."
#define STRING_EDIT_COMPLETE "Editing complete."
#define STRING_EDIT_IN_PROGRESS "Task is already being edited."
#define STRING_EDIT_LAUNCHING "Launching '{1}' now..."
#define STRING_EDIT_CHANGES "Edits were detected."
#define STRING_EDIT_UNPARSEABLE "Taskwarrior couldn't handle your edits. Would you like to try again?"
#define STRING_EDIT_UNWRITABLE "Your data.location directory is not writable."
#define STRING_EDIT_TAG_SEP "Separate the tags with spaces, like this: tag1 tag2"
#define STRING_EDIT_DEP_SEP "Dependencies should be a comma-separated list of task IDs/UUIDs or ID ranges, with no spaces."
#define STRING_EDIT_UDA_SEP "User Defined Attributes"
#define STRING_EDIT_UDA_ORPHAN_SEP "User Defined Attribute Orphans"
#define STRING_EDIT_END "End"
#define STRING_EDIT_PROJECT_MOD "Project modified."
#define STRING_EDIT_PROJECT_DEL "Project deleted."
#define STRING_EDIT_DESC_MOD "Description modified."
#define STRING_EDIT_DESC_REMOVE_ERR "Cannot remove description."
#define STRING_EDIT_ENTRY_REMOVE_ERR "Cannot remove creation date."
#define STRING_EDIT_ENTRY_MOD "Creation date modified."
#define STRING_EDIT_START_MOD "Start date modified."
#define STRING_EDIT_START_DEL "Start date removed."
#define STRING_EDIT_END_MOD "End date modified."
#define STRING_EDIT_END_DEL "End date removed."
#define STRING_EDIT_END_SET_ERR "Cannot set a done date on a pending task."
#define STRING_EDIT_SCHED_MOD "Scheduled date modified."
#define STRING_EDIT_SCHED_DEL "Scheduled date removed."
#define STRING_EDIT_DUE_MOD "Due date modified."
#define STRING_EDIT_DUE_DEL "Due date removed."
#define STRING_EDIT_DUE_DEL_ERR "Cannot remove a due date from a recurring task."
#define STRING_EDIT_UNTIL_MOD "Until date modified."
#define STRING_EDIT_UNTIL_DEL "Until date removed."
#define STRING_EDIT_RECUR_MOD "Recurrence modified."
#define STRING_EDIT_RECUR_DEL "Recurrence removed."
#define STRING_EDIT_RECUR_DUE_ERR "A recurring task must have a due date."
#define STRING_EDIT_RECUR_ERR "Not a valid recurrence duration."
#define STRING_EDIT_WAIT_MOD "Wait date modified."
#define STRING_EDIT_WAIT_DEL "Wait date removed."
#define STRING_EDIT_PARENT_MOD "Parent UUID modified."
#define STRING_EDIT_PARENT_DEL "Parent UUID removed."
#define STRING_EDIT_UDA_MOD "UDA {1} modified."
#define STRING_EDIT_UDA_DEL "UDA {1} deleted."
// These four blocks can be replaced, but the number of lines must not change.
#define STRING_EDIT_HEADER_1 "The 'task <id> edit' command allows you to modify all aspects of a task"
#define STRING_EDIT_HEADER_2 "using a text editor. Below is a representation of all the task details."
#define STRING_EDIT_HEADER_3 "Modify what you wish, and when you save and quit your editor,"
#define STRING_EDIT_HEADER_4 "taskwarrior will read this file, determine what changed, and apply"
#define STRING_EDIT_HEADER_5 "those changes. If you exit your editor without saving or making"
#define STRING_EDIT_HEADER_6 "modifications, taskwarrior will do nothing."
#define STRING_EDIT_HEADER_7 "Lines that begin with # represent data you cannot change, like ID."
#define STRING_EDIT_HEADER_8 "If you get too creative with your editing, taskwarrior will send you"
#define STRING_EDIT_HEADER_9 "back to the editor to try again."
#define STRING_EDIT_HEADER_10 "Should you find yourself in an endless loop, re-editing the same file,"
#define STRING_EDIT_HEADER_11 "just quit the editor without making any changes. Taskwarrior will"
#define STRING_EDIT_HEADER_12 "notice this and stop the editing."
#define STRING_EDIT_HEADER_13 "Annotations look like this: <date> -- <text> and there can be any number of them."
#define STRING_EDIT_HEADER_14 "The ' -- ' separator between the date and text field should not be removed."
#define STRING_EDIT_HEADER_15 "A \"blank slot\" for adding an annotation follows for your convenience."
// Errors
// TODO Move each of these to appropriate section.
#define STRING_ERROR_PREFIX "エラー: "