mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Langs fixes
This commit is contained in:
parent
6116597f6f
commit
c0d016293d
27 changed files with 258 additions and 86 deletions
|
|
@ -131,10 +131,12 @@ LABEL_TO = "Til"
|
|||
LABEL_TO_SHORT = "til"
|
||||
LABEL_CC = "Kopi"
|
||||
LABEL_BCC = "Blindkopi"
|
||||
LABEL_REPLY_TO = "Reply-To"
|
||||
PRINT_LABEL_FROM = "Fra"
|
||||
PRINT_LABEL_TO = "Til"
|
||||
PRINT_LABEL_CC = "Kopi"
|
||||
PRINT_LABEL_BCC = "Blindkopi"
|
||||
PRINT_LABEL_REPLY_TO = "Reply-To"
|
||||
PRINT_LABEL_DATE = "Dato"
|
||||
PRINT_LABEL_SUBJECT = "Emne"
|
||||
PRINT_LABEL_ATTACHMENTS = "Vedlegg"
|
||||
|
|
@ -246,7 +248,7 @@ BUTTON_ADD_ACCOUNT = "Legg til"
|
|||
TITLE_UPDATE_ACCOUNT = "Update Account?"
|
||||
BUTTON_UPDATE_ACCOUNT = "Update"
|
||||
|
||||
[POPUPS_IDENTITIES]
|
||||
[POPUPS_IDENTITY]
|
||||
TITLE_ADD_IDENTITY = "Legg til identitet?"
|
||||
TITLE_UPDATE_IDENTITY = "Oppdater identitet?"
|
||||
BUTTON_ADD_IDENTITY = "Legg til"
|
||||
|
|
@ -254,7 +256,10 @@ BUTTON_UPDATE_IDENTITY = "Oppdater"
|
|||
LABEL_EMAIL = "E-post"
|
||||
LABEL_NAME = "Navn"
|
||||
LABEL_REPLY_TO = "Svar til"
|
||||
LABEL_SIGNATURE = "Signature"
|
||||
LABEL_CC = "Cc"
|
||||
LABEL_BCC = "Blindkopi"
|
||||
LABEL_SIGNATURE_INSERT_BEFORE = "Insert this signature before quoted text in replies"
|
||||
|
||||
[POPUPS_CREATE_FOLDER]
|
||||
TITLE_CREATE_FOLDER = "Opprett en mappe ?"
|
||||
|
|
@ -396,6 +401,7 @@ LABEL_ACCOUNTS_NAME = "Kontoer"
|
|||
LABEL_IDENTITY_NAME = "Identitet"
|
||||
LABEL_IDENTITIES_NAME = "Identiteter"
|
||||
LABEL_FILTERS_NAME = "Filters"
|
||||
LABEL_TEMPLATES_NAME = "Templates"
|
||||
LABEL_SECURITY_NAME = "Sikkerhet"
|
||||
LABEL_SOCIAL_NAME = "Sosialt"
|
||||
LABEL_THEMES_NAME = "Tema"
|
||||
|
|
@ -526,7 +532,9 @@ TO_MANY_FOLDERS_DESC_2 = "We have shown only a part of them, to avoid performanc
|
|||
|
||||
[SETTINGS_ACCOUNTS]
|
||||
LEGEND_ACCOUNTS = "Kontoer"
|
||||
LEGEND_ACCOUNTS_AND_IDENTITIES = "Accounts and Identities"
|
||||
BUTTON_ADD_ACCOUNT = "Legg til konto"
|
||||
BUTTON_ADD_IDENTITY = "Add an Identity"
|
||||
BUTTON_DELETE = "Slett"
|
||||
LOADING_PROCESS = "Oppdaterer kontoer"
|
||||
DELETING_ASK = "Er du sikker?"
|
||||
|
|
@ -674,4 +682,4 @@ NO_COOKIE_DESC = "Cookies-støtte er ikke tilgjengelig i nettleseren din .
|
|||
Vennligst aktiver Cookie-støtte i nettleserens innstillinger, og prøv på nytt ."
|
||||
BAD_BROWSER_TITLE = "Nettleseren din er utdatert."
|
||||
BAD_BROWSER_DESC = "Hvis du vil bruke alle funksjonene i programmet,
|
||||
last ned og installerer en av disse nettleserne:"
|
||||
last ned og installerer en av disse nettleserne:"
|
||||
Loading…
Add table
Add a link
Reference in a new issue