mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
+ Updated contacts sql shema (breaking changes) + Fixes - Removed SabreDAV Server - Removed Contacts Sharing (awhile, code refactoring)
This commit is contained in:
parent
54a4c2657a
commit
d29f20789f
78 changed files with 2024 additions and 2317 deletions
|
|
@ -22,6 +22,7 @@ LABEL_ADV_FROM = "Da"
|
|||
LABEL_ADV_TO = "A"
|
||||
LABEL_ADV_SUBJECT = "Oggetto"
|
||||
LABEL_ADV_TEXT = "Messaggio"
|
||||
LABEL_ADV_HAS_ATTACHMENT = "Has attachment"
|
||||
LABEL_ADV_HAS_ATTACHMENTS = "Ha allegati"
|
||||
LABEL_ADV_FLAGGED = "Preferiti"
|
||||
LABEL_ADV_UNSEEN = "Non letti"
|
||||
|
|
@ -161,6 +162,8 @@ CONTACT_VIEW_DESC = "Seleziona un contatto dalla lista per visualizzarlo qui"
|
|||
LABEL_DISPLAY_NAME = "Nome visualizzato"
|
||||
LABEL_EMAIL = "Email"
|
||||
LABEL_PHONE = "Telefono"
|
||||
LABEL_WEB = "Web"
|
||||
LABEL_BIRTHDAY = "Birthday"
|
||||
LINK_ADD_EMAIL = "Aggiungi un'indirizzo email"
|
||||
LINK_ADD_PHONE = "Aggiungi un numero di telefono"
|
||||
PLACEHOLDER_ENTER_DISPLAY_NAME = "Inserisci il nome visualizzato"
|
||||
|
|
@ -170,6 +173,7 @@ LABEL_READ_ONLY = "Sola lettura"
|
|||
LABEL_SHARE = "Condividi"
|
||||
BUTTON_SHARE_NONE = "Nessuno"
|
||||
BUTTON_SHARE_ALL = "Tutti"
|
||||
BUTTON_SYNC = "Synchronization (CardDAV)"
|
||||
|
||||
[COMPOSE]
|
||||
TITLE_FROM = "Da"
|
||||
|
|
@ -383,15 +387,13 @@ LABEL_CHROME_NOTIFICATION_DESC_DENIED = "(Bloccate dal browser)"
|
|||
|
||||
[SETTINGS_CONTACTS]
|
||||
LEGEND_CONTACTS = "Contatti"
|
||||
LEGEND_MOBILE_SYNC = "Sincronizzazione mobile"
|
||||
LABEL_SYNC_SERVER = "Server"
|
||||
LABEL_SYNC_USERNAME = "Username"
|
||||
LABEL_SYNC_PASSWORD = "Password"
|
||||
LINK_HIDE = "nascondi"
|
||||
LINK_SHOW = "mostra"
|
||||
LABEL_DESC_PAB = "Rubrica personale"
|
||||
DESC_FULL_PAB_URL = "Se la tua applicazione (come Mozilla Thunderbird (estensione SOGo Connector) o Evolution) richiedono il percorso completo alla rubrica CardDAV, utilizza l'URL in basso."
|
||||
LABEL_CONTACTS_AUTOSAVE = "Aggiungi automaticamente le persone che ti inviano mail alla rubrica"
|
||||
LEGEND_CONTACTS_SYNC = "Remote Synchronization (CardDAV)"
|
||||
LABEL_CONTACTS_SYNC_ENABLE = "Enable remote synchronization"
|
||||
LABEL_CONTACTS_SYNC_SERVER = "Server"
|
||||
LABEL_CONTACTS_SYNC_AB_URL = "Addressbook URL"
|
||||
LABEL_CONTACTS_SYNC_USER = "User"
|
||||
LABEL_CONTACTS_SYNC_PASSWORD = "Password"
|
||||
|
||||
[SETTINGS_THEMES]
|
||||
LEGEND_THEMES = "Temi"
|
||||
|
|
@ -537,6 +539,7 @@ CURRENT_PASSWORD_INCORRECT = "Current password incorrect"
|
|||
NEW_PASSWORD_SHORT = "Password is too short"
|
||||
NEW_PASSWORD_WEAK = "Password is too easy"
|
||||
NEW_PASSWORD_FORBIDDENT = "Password contains forbidden characters"
|
||||
CONTACTS_SYNC_ERROR = "Contacts synchronization error"
|
||||
CANT_GET_MESSAGE_LIST = "Impossibile ottenere la lista dei messaggi"
|
||||
CANT_GET_MESSAGE = "Impossibile ottenere il messaggio"
|
||||
CANT_DELETE_MESSAGE = "Impossibile cancellare il messaggio"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue