mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +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 = "De la"
|
|||
LABEL_ADV_TO = "către"
|
||||
LABEL_ADV_SUBJECT = "Subiect"
|
||||
LABEL_ADV_TEXT = "Conținut"
|
||||
LABEL_ADV_HAS_ATTACHMENT = "Has attachment"
|
||||
LABEL_ADV_HAS_ATTACHMENTS = "Atașamente"
|
||||
LABEL_ADV_FLAGGED = "Importante"
|
||||
LABEL_ADV_UNSEEN = "Necitit"
|
||||
|
|
@ -160,6 +161,8 @@ CONTACT_VIEW_DESC = "Selectați un contact pentru al vizualiza"
|
|||
LABEL_DISPLAY_NAME = "Nume complet"
|
||||
LABEL_EMAIL = "Adresa de eMail"
|
||||
LABEL_PHONE = "Тelefon"
|
||||
LABEL_WEB = "Web"
|
||||
LABEL_BIRTHDAY = "Birthday"
|
||||
LINK_ADD_EMAIL = "Adugă Mail nou"
|
||||
LINK_ADD_PHONE = "Adaugă un număr nou"
|
||||
PLACEHOLDER_ENTER_DISPLAY_NAME = "Introduceți numele complet"
|
||||
|
|
@ -169,6 +172,7 @@ LABEL_READ_ONLY = "Doar pentru citire"
|
|||
LABEL_SHARE = "Distribuie"
|
||||
BUTTON_SHARE_NONE = "Nimic"
|
||||
BUTTON_SHARE_ALL = "Toate"
|
||||
BUTTON_SYNC = "Synchronization (CardDAV)"
|
||||
|
||||
[COMPOSE]
|
||||
TITLE_FROM = "De la"
|
||||
|
|
@ -382,15 +386,13 @@ LABEL_CHROME_NOTIFICATION_DESC_DENIED = "(browser-ul blocat)"
|
|||
|
||||
[SETTINGS_CONTACTS]
|
||||
LEGEND_CONTACTS = "Contacte"
|
||||
LEGEND_MOBILE_SYNC = "Sincronizați cu mobilul"
|
||||
LABEL_SYNC_SERVER = "Server"
|
||||
LABEL_SYNC_USERNAME = "Utilizator"
|
||||
LABEL_SYNC_PASSWORD = "Parolă"
|
||||
LINK_HIDE = "Ascunde"
|
||||
LINK_SHOW = "Arată"
|
||||
LABEL_DESC_PAB = "Agendă personală"
|
||||
DESC_FULL_PAB_URL = "Dacă cerea dumneavoastră (cum ar fi Mozilla Thunderbird (Extensie Sogo Conector Thunderbird) sau Evolution) are nevoie de calea completă la agenda CardDAV, utilizați URL-ul de mai jos."
|
||||
LABEL_CONTACTS_AUTOSAVE = "Adaugă automat destinatarii la agenda de scrisori"
|
||||
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 = "Tematică"
|
||||
|
|
@ -536,6 +538,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 = "Nu găsesc o lista de scrisori"
|
||||
CANT_GET_MESSAGE = "Nu pot obține scrisoarea. Încercați din nou"
|
||||
CANT_DELETE_MESSAGE = "Nu pot șterge scrisoarea. Încercați din nou"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue