mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +03:00
CardDAV (pre-release)
This commit is contained in:
parent
7a8fffede8
commit
639d8c58f6
38 changed files with 525 additions and 207 deletions
|
|
@ -266,6 +266,7 @@ TEXT_SWITCHER_CONFIRM = "본문 형식과 이미지가 삭제됩니다. 정말
|
|||
[SETTINGS_LABELS]
|
||||
LABEL_PERSONAL_NAME = "개인"
|
||||
LABEL_GENERAL_NAME = "일반"
|
||||
LABEL_CONTACTS_NAME = "Contacts"
|
||||
LABEL_FOLDERS_NAME = "메일함"
|
||||
LABEL_ACCOUNTS_NAME = "계정"
|
||||
LABEL_IDENTITY_NAME = "신원"
|
||||
|
|
@ -283,7 +284,6 @@ LABEL_SIGNATURE = "서명"
|
|||
|
||||
[SETTINGS_GENERAL]
|
||||
LEGEND_GENERAL = "일반"
|
||||
LEGEND_CONTACTS = "Contacts"
|
||||
LABEL_LANGUAGE = "언어"
|
||||
LABEL_EDITOR = "기본 본문 편집 도구"
|
||||
LABEL_EDITOR_HTML_AS_DEFAULT = "Html 편집기"
|
||||
|
|
@ -303,6 +303,17 @@ LABEL_MESSAGE_PER_PAGE = "페이지 당 메시지 수"
|
|||
LABEL_CHROME_NOTIFICATION = "알림"
|
||||
LABEL_CHROME_NOTIFICATION_DESC = "새 메시지 알림 팝업 사용"
|
||||
LABEL_CHROME_NOTIFICATION_DESC_DENIED = "(브라우저에 의해 차단됨)"
|
||||
|
||||
[SETTINGS_CONTACTS]
|
||||
LEGEND_CONTACTS = "Contacts"
|
||||
LEGEND_MOBILE_SYNC = "Mobile Sync"
|
||||
LABEL_SYNC_SERVER = "Server"
|
||||
LABEL_SYNC_USERNAME = "User Name"
|
||||
LABEL_SYNC_PASSWORD = "Password"
|
||||
LINK_HIDE = "hide"
|
||||
LINK_SHOW = "show"
|
||||
LABEL_DESC_PAB = "Pesonal Address Book"
|
||||
DESC_FULL_PAB_URL = "If your application (such as Mozilla Thunderbird (SOGo Connector Thunderbird extension) or Evolution) requires the full path to the CardDAV address book, use the URL below."
|
||||
LABEL_CONTACTS_AUTOSAVE = "Automatically add recipients to your address book"
|
||||
|
||||
[SETTINGS_THEMES]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue