- Added new TLS error messages.
- Removed unused UUID checking strings.
This commit is contained in:
Paul Beckingham
2013-09-16 00:07:09 -04:00
parent 6fc065e03e
commit 2599f1a0c6
4 changed files with 12 additions and 8 deletions

View File

@@ -425,6 +425,9 @@
#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_NO_CA "CA certificate not found."
#define STRING_CMD_SYNC_CONNECT "Could not connect to {1} {2}"
#define STRING_CMD_SYNC_HANDSHAKE "Handshake failed. {1}"
#define STRING_CMD_DIAG_USAGE "Dettagli su piattaforma, build e ambiente"
#define STRING_CMD_DIAG_PLATFORM "Piattaforma"
#define STRING_CMD_DIAG_UNKNOWN "<sconoscito>"
@@ -441,8 +444,6 @@
#define STRING_CMD_DIAG_CONFIG "Configurazione"
#define STRING_CMD_DIAG_EXTERNAL "Utility esterne"
#define STRING_CMD_DIAG_TESTS "Test"
#define STRING_CMD_DIAG_UUID_GOOD "Generati 1000 UUID unici."
#define STRING_CMD_DIAG_UUID_BAD "Fallimento - UUID duplicato all'iterazione {1}"
#define STRING_CMD_DIAG_UUID_SCAN "Valutati {1} task per duplicazione UUID:"
#define STRING_CMD_DIAG_UUID_DUP "Trovato duplicato {1}"
#define STRING_CMD_DIAG_UUID_NO_DUP "Nessun duplicato trovato"