mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 08:27:03 +03:00
Add some text constant (contacts)
This commit is contained in:
parent
599e934b4a
commit
2f8b9efbac
14 changed files with 37 additions and 11 deletions
|
|
@ -145,6 +145,8 @@ LABEL_PHONE = "Phone"
|
|||
LINK_ADD_EMAIL = "Add an email address"
|
||||
LINK_ADD_PHONE = "Add a phone"
|
||||
PLACEHOLDER_ENTER_DISPLAY_NAME = "Enter display name"
|
||||
PLACEHOLDER_ENTER_LAST_NAME = "Enter last name"
|
||||
PLACEHOLDER_ENTER_FIRST_NAME = "Enter first name"
|
||||
LABEL_READ_ONLY = "Read only"
|
||||
LABEL_SHARE = "Share"
|
||||
BUTTON_SHARE_NONE = "None"
|
||||
|
|
@ -182,7 +184,7 @@ EMPTY_TO_ERROR_DESC = "Pievienojat vismaz vienu saņēmēju"
|
|||
BUTTON_YES = "Yes"
|
||||
BUTTON_NO = "No"
|
||||
DESC_WANT_CLOSE_THIS_WINDOW = "Are you sure you want to close this window?"
|
||||
DESC_WANT_DELETE_MESSAGES = "Are you sure you want to delete this message(s)?"
|
||||
DESC_WANT_DELETE_MESSAGES = "Are you sure you want to delete the message(s)?"
|
||||
|
||||
[POPUPS_LANGUAGES]
|
||||
TITLE_LANGUAGES = "Choose language"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue