mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03:00
Langs fixes
This commit is contained in:
parent
6116597f6f
commit
c0d016293d
27 changed files with 258 additions and 86 deletions
|
|
@ -249,15 +249,7 @@ BUTTON_ADD_ACCOUNT = "Add"
|
|||
TITLE_UPDATE_ACCOUNT = "Update Account?"
|
||||
BUTTON_UPDATE_ACCOUNT = "Update"
|
||||
|
||||
[POPUPS_ADD_TEMPLATE]
|
||||
TITLE_ADD_TEMPLATE = "Add Template?"
|
||||
BUTTON_ADD_TEMPLATE = "Add"
|
||||
TITLE_UPDATE_TEMPLATE = "Update Template?"
|
||||
BUTTON_UPDATE_TEMPLATE = "Update"
|
||||
LABEL_NAME = "Name"
|
||||
LABEL_TEXT = "Text"
|
||||
|
||||
[POPUPS_IDENTITIES]
|
||||
[POPUPS_IDENTITY]
|
||||
TITLE_ADD_IDENTITY = "Add Identity?"
|
||||
TITLE_UPDATE_IDENTITY = "Update Identity?"
|
||||
BUTTON_ADD_IDENTITY = "Add"
|
||||
|
|
@ -543,14 +535,7 @@ TO_MANY_FOLDERS_DESC_2 = "We have shown only a part of them, to avoid performanc
|
|||
LEGEND_ACCOUNTS = "Account List"
|
||||
LEGEND_ACCOUNTS_AND_IDENTITIES = "Accounts and Identities"
|
||||
BUTTON_ADD_ACCOUNT = "Add an Account"
|
||||
BUTTON_ADD_IDENTITY= "Add an Identity"
|
||||
BUTTON_DELETE = "Delete"
|
||||
LOADING_PROCESS = "Updating..."
|
||||
DELETING_ASK = "Are you sure?"
|
||||
|
||||
[SETTINGS_TEMPLATES]
|
||||
LEGEND_TEMPLATES = "Templates"
|
||||
BUTTON_ADD_TEMPLATE = "Add a Template"
|
||||
BUTTON_ADD_IDENTITY = "Add an Identity"
|
||||
BUTTON_DELETE = "Delete"
|
||||
LOADING_PROCESS = "Updating..."
|
||||
DELETING_ASK = "Are you sure?"
|
||||
|
|
@ -698,4 +683,4 @@ NO_COOKIE_DESC = "Cookies support is not available in your browser.
|
|||
Please enable Cookie support in your browser settings and retry."
|
||||
BAD_BROWSER_TITLE = "Your browser is outdated."
|
||||
BAD_BROWSER_DESC = "To use all the features of the application,
|
||||
download and install one of these browsers:"
|
||||
download and install one of these browsers:"
|
||||
Loading…
Add table
Add a link
Reference in a new issue