mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: Eliminated STRING_CMD_SYNC_*
This commit is contained in:
parent
abf529eba8
commit
9613350bb3
10 changed files with 26 additions and 253 deletions
|
@ -293,31 +293,6 @@
|
|||
#define STRING_CMD_IMPORT_UUID_BAD "Not a valid UUID '{1}'."
|
||||
#define STRING_TASK_NO_DESC "Annotation is missing a description: {1}"
|
||||
#define STRING_TASK_NO_ENTRY "Annotation is missing an entry date: {1}"
|
||||
#define STRING_CMD_SYNC_USAGE "Synchronizes data with the Taskserver"
|
||||
#define STRING_CMD_SYNC_NO_SERVER "Taskserver is not configured."
|
||||
#define STRING_CMD_SYNC_BAD_CRED "Taskserver credentials malformed."
|
||||
#define STRING_CMD_SYNC_BAD_CERT "Taskserver certificate missing."
|
||||
#define STRING_CMD_SYNC_BAD_KEY "Taskserver key missing."
|
||||
#define STRING_CMD_SYNC_ADD " add {1} '{2}'"
|
||||
#define STRING_CMD_SYNC_MOD "modify {1} '{2}'"
|
||||
#define STRING_CMD_SYNC_PROGRESS "Syncing with {1}"
|
||||
#define STRING_CMD_SYNC_SUCCESS0 "Sync successful."
|
||||
#define STRING_CMD_SYNC_SUCCESS1 "Sync successful. {1} changes uploaded."
|
||||
#define STRING_CMD_SYNC_SUCCESS2 "Sync successful. {1} changes downloaded."
|
||||
#define STRING_CMD_SYNC_SUCCESS3 "Sync successful. {1} changes uploaded, {2} changes downloaded."
|
||||
#define STRING_CMD_SYNC_SUCCESS_NOP "Sync successful. No changes."
|
||||
#define STRING_CMD_SYNC_FAIL_ACCOUNT "Sync failed. Either your credentials are incorrect, or your account doesn't exist on the Taskserver."
|
||||
#define STRING_CMD_SYNC_FAIL_ERROR "La synchrniqation a échouée. Taskserver a renvoyé l'erreur: {1} {2}"
|
||||
#define STRING_CMD_SYNC_FAIL_CONNECT "Sync failed. Could not connect to the Taskserver."
|
||||
#define STRING_CMD_SYNC_BAD_SERVER "Sync failed. Malformed configuration setting '{1}'"
|
||||
#define STRING_CMD_SYNC_NO_TLS "Taskwarrior was built without GnuTLS support. Sync is not available."
|
||||
#define STRING_CMD_SYNC_INIT "Please confirm that you wish to upload all your tasks to the Taskserver"
|
||||
#define STRING_CMD_SYNC_NO_INIT "Taskwarrior will not proceed with first-time sync initialization."
|
||||
#define STRING_CMD_SYNC_RELOCATE0 "The server account has been relocated. Please update your configuration using:"
|
||||
#define STRING_CMD_SYNC_RELOCATE1 "task config taskd.server {1}"
|
||||
#define STRING_CMD_SYNC_BAD_CA "CA certificate not found."
|
||||
#define STRING_CMD_SYNC_TRUST_CA "You should either provide a CA certificate or override verification, but not both."
|
||||
#define STRING_CMD_SYNC_TRUST_OBS "The 'taskd.trust' settings may now only contain a value of 'strict', 'ignore hostname' or 'allow all'."
|
||||
|
||||
#define STRING_CMD_COMMANDS_USAGE "Generates a list of all commands, with behavior details"
|
||||
#define STRING_CMD_HCOMMANDS_USAGE "Generates a list of all commands, for autocompletion purposes"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue