mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
21 lines
1.6 KiB
JavaScript
21 lines
1.6 KiB
JavaScript
OC.L10N.register(
|
|
"snappymail",
|
|
{
|
|
"Email" : "Email",
|
|
"Error" : "Fejl",
|
|
"Invalid argument(s)" : "Ugyldige argument(er)",
|
|
"Saved successfully" : "Gemt",
|
|
"RainLoop" : "RainLoop",
|
|
"RainLoop Webmail" : "RainLoop Webmail",
|
|
"Go to RainLoop Webmail admin panel" : "Gå til RainLoop Webmail admin panel",
|
|
"Users will login manually, or define credentials in their personal settings for automatic logins." : "Brugere vil logge på manuelt eller definere legitimationsoplysninger i deres personlige indstillinger for automatiske logins.",
|
|
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Forsøg automatisk at logge på brugere med deres Nextcloud-brugernavn og adgangskode eller brugerdefinerede legitimationsoplysninger, hvis det er angivet.",
|
|
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Forsøg automatisk at logge på brugere med deres Nextcloud-e-mail og adgangskode eller brugerdefinerede legitimationsoplysninger, hvis det er angivet.",
|
|
"Save" : "Gem",
|
|
"RainLoop Webmail is not configured yet." : "RainLoop Webmail er ikke konfigureret endnu.",
|
|
"may have some" : "kan have nogle",
|
|
"security considerations" : "sikkerhedshensyn",
|
|
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Indtast en e-mail og adgangskode for automatisk at logge på RainLoop. <b>Bemærk</b> at denne funktion %s %s.",
|
|
"Password" : "Adgangskode"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|