Synchronizing with a remote CardDAV server (#42, #138, #139)

+ Updated contacts sql shema (breaking changes)
+ Fixes
- Removed SabreDAV Server
- Removed Contacts Sharing (awhile, code refactoring)
This commit is contained in:
RainLoop Team 2014-04-26 01:50:17 +04:00
parent 54a4c2657a
commit d29f20789f
78 changed files with 2024 additions and 2317 deletions

View file

@ -22,6 +22,7 @@ LABEL_ADV_FROM = "Odosielateľ"
LABEL_ADV_TO = "Príjemca"
LABEL_ADV_SUBJECT = "Predmet"
LABEL_ADV_TEXT = "Text"
LABEL_ADV_HAS_ATTACHMENT = "Has attachment"
LABEL_ADV_HAS_ATTACHMENTS = "S prílohami"
LABEL_ADV_FLAGGED = "Označené hviezdičkou"
LABEL_ADV_UNSEEN = "Neprečítané"
@ -161,6 +162,8 @@ CONTACT_VIEW_DESC = "Zvoľte kontakt zo zoznamu pre jeho zobrazenie tu."
LABEL_DISPLAY_NAME = "Zobraziť ako"
LABEL_EMAIL = "Email"
LABEL_PHONE = "Telefón"
LABEL_WEB = "Web"
LABEL_BIRTHDAY = "Birthday"
LINK_ADD_EMAIL = "Pridať emailovú adresu"
LINK_ADD_PHONE = "Pridať telefón"
PLACEHOLDER_ENTER_DISPLAY_NAME = "Zadajte Zobrazované meno"
@ -170,6 +173,7 @@ LABEL_READ_ONLY = "Len pre čítanie"
LABEL_SHARE = "Zdielať"
BUTTON_SHARE_NONE = "Žiadne"
BUTTON_SHARE_ALL = "Všetko"
BUTTON_SYNC = "Synchronization (CardDAV)"
[COMPOSE]
TITLE_FROM = "Odosielateľ"
@ -383,15 +387,13 @@ LABEL_CHROME_NOTIFICATION_DESC_DENIED = "(Zablokované prehliadačom)"
[SETTINGS_CONTACTS]
LEGEND_CONTACTS = "Kontakty"
LEGEND_MOBILE_SYNC = "Mobilná synchronizácia"
LABEL_SYNC_SERVER = "Server"
LABEL_SYNC_USERNAME = "Používateľské meno"
LABEL_SYNC_PASSWORD = "Heslo"
LINK_HIDE = "skryť"
LINK_SHOW = "zobraziť"
LABEL_DESC_PAB = "Osobný adresár"
DESC_FULL_PAB_URL = "Ak vaša aplikácia (ako napríklad Mozilla Thunderbird (Rozšírenie SOGo Connector Thunderbird) alebo Evolution) vyžaduje úplnú cestu ku CardDAV Adresáru, použite nižšie uvedenú adresu."
LABEL_CONTACTS_AUTOSAVE = "Automaticky pridávať príjemcov správ do Adresára"
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 = "Motívy"
@ -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 = "Chyba pri vytváraní zoznamu správ."
CANT_GET_MESSAGE = "Správu sa nepodarilo načítať"
CANT_DELETE_MESSAGE = "Správu sa nepodarilo odstrániť"