mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: Eliminated some column labels
This commit is contained in:
parent
20ed6c0169
commit
a1431f0d98
10 changed files with 28 additions and 270 deletions
|
@ -27,36 +27,10 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_FEEDBACK_ANN_ADD "Annotation of '{1}' added."
|
||||
#define STRING_FEEDBACK_ANN_DEL "Annotation '{1}' deleted."
|
||||
#define STRING_FEEDBACK_ANN_WAS_MOD "Annotation changed to '{1}'."
|
||||
#define STRING_FEEDBACK_ATT_DEL "{1} deleted."
|
||||
#define STRING_FEEDBACK_ATT_DEL_DUR "{1} deleted (duration: {2})."
|
||||
#define STRING_FEEDBACK_ATT_MOD "{1} will be changed from '{2}' to '{3}'."
|
||||
#define STRING_FEEDBACK_ATT_SET "{1} will be set to '{2}'."
|
||||
#define STRING_FEEDBACK_ATT_WAS_MOD "{1} changed from '{2}' to '{3}'."
|
||||
#define STRING_FEEDBACK_ATT_WAS_SET "{1} set to '{2}'."
|
||||
#define STRING_FEEDBACK_BACKLOG "There is {1} local change. Sync required."
|
||||
#define STRING_FEEDBACK_BACKLOG_N "There are {1} local changes. Sync required."
|
||||
#define STRING_FEEDBACK_DELETED "{1} will be deleted."
|
||||
#define STRING_FEEDBACK_DEP_DEL "Dependencies '{1}' deleted."
|
||||
#define STRING_FEEDBACK_DEP_MOD "Dependencies will be changed from '{1}' to '{2}'."
|
||||
#define STRING_FEEDBACK_DEP_SET "Dependencies will be set to '{1}'."
|
||||
#define STRING_FEEDBACK_DEP_WAS_MOD "Dependencies changed from '{1}' to '{2}'."
|
||||
#define STRING_FEEDBACK_DEP_WAS_SET "Dependencies set to '{1}'."
|
||||
#define STRING_FEEDBACK_EXPIRED "Task {1} '{2}' expired and was deleted."
|
||||
#define STRING_FEEDBACK_NOP "No changes will be made."
|
||||
#define STRING_FEEDBACK_NO_MATCH "No matches."
|
||||
#define STRING_FEEDBACK_NO_TASKS "No tasks."
|
||||
#define STRING_FEEDBACK_TAG_NEXT "The 'next' special tag will boost the urgency of this task so it appears on the 'next' report."
|
||||
#define STRING_FEEDBACK_TAG_NOCAL "The 'nocal' special tag will keep this task off the 'calendar' report."
|
||||
#define STRING_FEEDBACK_TAG_NOCOLOR "The 'nocolor' special tag will disable color rules for this task."
|
||||
#define STRING_FEEDBACK_TAG_NONAG "The 'nonag' special tag will prevent nagging when this task is modified."
|
||||
#define STRING_FEEDBACK_TAG_VIRTUAL "Virtual tags (including '{1}') are reserved and may not be added or removed."
|
||||
#define STRING_FEEDBACK_TASKS_PLURAL "({1} tasks)"
|
||||
#define STRING_FEEDBACK_TASKS_SINGLE "(1 task)"
|
||||
#define STRING_FEEDBACK_UNBLOCKED "Unblocked {1} '{2}'."
|
||||
#define STRING_FEEDBACK_WAS_NOP "No changes made."
|
||||
#define STRING_TASK_DEPEND_CIRCULAR "Circular dependency detected and disallowed."
|
||||
#define STRING_TASK_DEPEND_DUP "Task {1} already depends on task {2}."
|
||||
#define STRING_TASK_DEPEND_ITSELF "A task cannot be dependent on itself."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue