l10n: Eliminated STRING_CMD_SYNC_*

This commit is contained in:
Paul Beckingham 2018-01-20 15:34:00 -05:00
parent 0daaf05782
commit 4e9267eed2
10 changed files with 26 additions and 253 deletions

View file

@ -290,31 +290,6 @@
#define STRING_CMD_IMPORT_UUID_BAD "Not a valid UUID '{1}'."
#define STRING_TASK_NO_DESC "Annotazione senza descrizione: {1}"
#define STRING_TASK_NO_ENTRY "Annotazione senza data di immissione: {1}"
#define STRING_CMD_SYNC_USAGE "Sincronizza i dati con il Taskserver"
#define STRING_CMD_SYNC_NO_SERVER "Taskserver non configurato."
#define STRING_CMD_SYNC_BAD_CRED "Credenziali del Taskserver malformate."
#define STRING_CMD_SYNC_BAD_CERT "Taskserver certificate missing."
#define STRING_CMD_SYNC_BAD_KEY "Taskserver key missing."
#define STRING_CMD_SYNC_ADD " aggiunto {1} '{2}'"
#define STRING_CMD_SYNC_MOD "modificato {1} '{2}'"
#define STRING_CMD_SYNC_PROGRESS "Sincronizzazione con {1}"
#define STRING_CMD_SYNC_SUCCESS0 "Sincronizzazione effettuata."
#define STRING_CMD_SYNC_SUCCESS1 "Sincronizzazione effettuata. {1} modifiche caricate."
#define STRING_CMD_SYNC_SUCCESS2 "Sincronizzazione effettuata. {1} modifiche scaricate."
#define STRING_CMD_SYNC_SUCCESS3 "Sincronizzazione effettuata. {1} modifiche caricate, {2} modifiche scaricate."
#define STRING_CMD_SYNC_SUCCESS_NOP "Sincronizzazione effettuata. Nessuna modifica."
#define STRING_CMD_SYNC_FAIL_ACCOUNT "Sincronizzazione fallita. Credenziali non corrette o Taskserver non abilitato."
#define STRING_CMD_SYNC_FAIL_ERROR "Sincronizzazione fallita. Il Taskserver ha ritornato l'errore: {1} {2}"
#define STRING_CMD_SYNC_FAIL_CONNECT "Sincronizzazione fallita. Impossibile connettersi al Taskserver."
#define STRING_CMD_SYNC_BAD_SERVER "Sincronizzazione fallita. Impostazione di configurazione '{1}' malformata"
#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 "Genera la lista di tutti i comandi, per autocompletamento"