aboutsummaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-01-05 01:54:36 -0500
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-01-05 01:54:36 -0500
commit87762711037d66a6dfab0f82730645385f8e6e14 (patch)
tree6c8168856ccaed1d2a1fe66eca7a85444e797690 /settings
parent298eae9c86bff3e78a12e7f814eac93543810e85 (diff)
downloadnextcloud-server-87762711037d66a6dfab0f82730645385f8e6e14.tar.gz
nextcloud-server-87762711037d66a6dfab0f82730645385f8e6e14.zip
[tx-robot] updated from transifex
Diffstat (limited to 'settings')
-rw-r--r--settings/l10n/cs_CZ.js14
-rw-r--r--settings/l10n/cs_CZ.json14
-rw-r--r--settings/l10n/lv.js13
-rw-r--r--settings/l10n/lv.json13
-rw-r--r--settings/l10n/nb_NO.js45
-rw-r--r--settings/l10n/nb_NO.json45
-rw-r--r--settings/l10n/sk_SK.js2
-rw-r--r--settings/l10n/sk_SK.json2
-rw-r--r--settings/l10n/sr@latin.js3
-rw-r--r--settings/l10n/sr@latin.json3
-rw-r--r--settings/l10n/sv.js7
-rw-r--r--settings/l10n/sv.json7
12 files changed, 152 insertions, 16 deletions
diff --git a/settings/l10n/cs_CZ.js b/settings/l10n/cs_CZ.js
index 04a22a0aeef..d9ac1f23084 100644
--- a/settings/l10n/cs_CZ.js
+++ b/settings/l10n/cs_CZ.js
@@ -47,8 +47,8 @@ OC.L10N.register(
"Your %s account was created" : "Účet %s byl vytvořen",
"Unable to delete user." : "Nelze smazat uživatele.",
"Forbidden" : "Zakázáno",
- "Invalid user" : "Neplatné uživatelské jméno",
- "Unable to change mail address" : "Nelze změnit email",
+ "Invalid user" : "Neplatný uživatel",
+ "Unable to change mail address" : "Nelze změnit emailovou adresu",
"Email saved" : "Email uložen",
"Are you really sure you want add \"{domain}\" as trusted domain?" : "Jste si jisti, že chcete přidat \"{domain}\" mezi důvěryhodné domény?",
"Add trusted domain" : "Přidat důvěryhodnou doménu",
@@ -107,8 +107,8 @@ OC.L10N.register(
"TLS" : "TLS",
"Security Warning" : "Bezpečnostní upozornění",
"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Přistupujete na %s protokolem HTTP. Důrazně doporučujeme nakonfigurovat server pro použití HTTPS.",
- "Read-Only config enabled" : "Konfigurační soubor pouze pro čtení",
- "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Konfigurační soubor je pouze pro čtení. Toto omezuje možnost nastavení přes webové rozhraní. Dále musí být pro každou změnu povolen zápis do souboru ručně.",
+ "Read-Only config enabled" : "Konfigurace pouze pro čtení",
+ "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Konfigurace je nastavena pouze pro čtení. Toto znemožňuje některá nastavení přes webové rozhraní. Dále musí být pro každou změnu povolen zápis do konfiguračního souboru ručně.",
"Setup Warning" : "Upozornění nastavení",
"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je patrně nastaveno tak, aby odstraňovalo bloky komentářů. Toto bude mít za následek nedostupnost množství hlavních aplikací.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Toto je pravděpodobně způsobeno aplikacemi pro urychlení načítání jako jsou Zend OPcache nebo eAccelerator.",
@@ -144,7 +144,7 @@ OC.L10N.register(
"Enforce expiration date" : "Vynutit datum vypršení",
"Allow resharing" : "Povolit znovu-sdílení",
"Restrict users to only share with users in their groups" : "Povolit sdílení pouze mezi uživateli v rámci skupiny",
- "Allow users to send mail notification for shared files to other users" : "Povolit uživatelům odesílat emailová upozornění na sdílené soubory",
+ "Allow users to send mail notification for shared files to other users" : "Povolit uživatelům odesílat emailová upozornění na sdílené soubory ostatním uživatelům",
"Exclude groups from sharing" : "Vyjmout skupiny ze sdílení",
"These groups will still be able to receive shares, but not to initiate them." : "Těmto skupinám bude stále možno sdílet, nemohou ale sami sdílet ostatním.",
"Enforce HTTPS" : "Vynutit HTTPS",
@@ -232,7 +232,7 @@ OC.L10N.register(
"Show last log in" : "Zobrazit poslední přihlášení",
"Show user backend" : "Zobrazit uživatelskou podpůrnou vrstvu",
"Send email to new user" : "Poslat email novému uživateli",
- "Show email address" : "Zobrazit email",
+ "Show email address" : "Zobrazit emailovou adresu",
"Username" : "Uživatelské jméno",
"E-Mail" : "Email",
"Create" : "Vytvořit",
@@ -254,7 +254,7 @@ OC.L10N.register(
"Last Login" : "Poslední přihlášení",
"change full name" : "změnit celé jméno",
"set new password" : "nastavit nové heslo",
- "change email address" : "změnit email",
+ "change email address" : "změnit emailovou adresu",
"Default" : "Výchozí"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
diff --git a/settings/l10n/cs_CZ.json b/settings/l10n/cs_CZ.json
index b6c2b3964b9..1d90e0c9e4c 100644
--- a/settings/l10n/cs_CZ.json
+++ b/settings/l10n/cs_CZ.json
@@ -45,8 +45,8 @@
"Your %s account was created" : "Účet %s byl vytvořen",
"Unable to delete user." : "Nelze smazat uživatele.",
"Forbidden" : "Zakázáno",
- "Invalid user" : "Neplatné uživatelské jméno",
- "Unable to change mail address" : "Nelze změnit email",
+ "Invalid user" : "Neplatný uživatel",
+ "Unable to change mail address" : "Nelze změnit emailovou adresu",
"Email saved" : "Email uložen",
"Are you really sure you want add \"{domain}\" as trusted domain?" : "Jste si jisti, že chcete přidat \"{domain}\" mezi důvěryhodné domény?",
"Add trusted domain" : "Přidat důvěryhodnou doménu",
@@ -105,8 +105,8 @@
"TLS" : "TLS",
"Security Warning" : "Bezpečnostní upozornění",
"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Přistupujete na %s protokolem HTTP. Důrazně doporučujeme nakonfigurovat server pro použití HTTPS.",
- "Read-Only config enabled" : "Konfigurační soubor pouze pro čtení",
- "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Konfigurační soubor je pouze pro čtení. Toto omezuje možnost nastavení přes webové rozhraní. Dále musí být pro každou změnu povolen zápis do souboru ručně.",
+ "Read-Only config enabled" : "Konfigurace pouze pro čtení",
+ "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Konfigurace je nastavena pouze pro čtení. Toto znemožňuje některá nastavení přes webové rozhraní. Dále musí být pro každou změnu povolen zápis do konfiguračního souboru ručně.",
"Setup Warning" : "Upozornění nastavení",
"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je patrně nastaveno tak, aby odstraňovalo bloky komentářů. Toto bude mít za následek nedostupnost množství hlavních aplikací.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Toto je pravděpodobně způsobeno aplikacemi pro urychlení načítání jako jsou Zend OPcache nebo eAccelerator.",
@@ -142,7 +142,7 @@
"Enforce expiration date" : "Vynutit datum vypršení",
"Allow resharing" : "Povolit znovu-sdílení",
"Restrict users to only share with users in their groups" : "Povolit sdílení pouze mezi uživateli v rámci skupiny",
- "Allow users to send mail notification for shared files to other users" : "Povolit uživatelům odesílat emailová upozornění na sdílené soubory",
+ "Allow users to send mail notification for shared files to other users" : "Povolit uživatelům odesílat emailová upozornění na sdílené soubory ostatním uživatelům",
"Exclude groups from sharing" : "Vyjmout skupiny ze sdílení",
"These groups will still be able to receive shares, but not to initiate them." : "Těmto skupinám bude stále možno sdílet, nemohou ale sami sdílet ostatním.",
"Enforce HTTPS" : "Vynutit HTTPS",
@@ -230,7 +230,7 @@
"Show last log in" : "Zobrazit poslední přihlášení",
"Show user backend" : "Zobrazit uživatelskou podpůrnou vrstvu",
"Send email to new user" : "Poslat email novému uživateli",
- "Show email address" : "Zobrazit email",
+ "Show email address" : "Zobrazit emailovou adresu",
"Username" : "Uživatelské jméno",
"E-Mail" : "Email",
"Create" : "Vytvořit",
@@ -252,7 +252,7 @@
"Last Login" : "Poslední přihlášení",
"change full name" : "změnit celé jméno",
"set new password" : "nastavit nové heslo",
- "change email address" : "změnit email",
+ "change email address" : "změnit emailovou adresu",
"Default" : "Výchozí"
},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
} \ No newline at end of file
diff --git a/settings/l10n/lv.js b/settings/l10n/lv.js
index 5ca412a0ff4..9d07761e32e 100644
--- a/settings/l10n/lv.js
+++ b/settings/l10n/lv.js
@@ -111,9 +111,14 @@ OC.L10N.register(
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Trūkst PHP modulis “fileinfo”. Mēs iesakām to aktivēt, lai pēc iespējas labāk noteiktu mime tipus.",
"Locale not working" : "Lokāle nestrādā",
"Please double check the <a href='%s'>installation guides</a>." : "Lūdzu, vēlreiz pārbaudiet <a href='%s'>instalēšanas palīdzību</a>.",
+ "Last cron was executed at %s." : "Pēdējo reizi Cron tika izpildīts %s.",
+ "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Pēdējo reizi Cron tika izpildīts %s. Tas ir vairāk kā pirms stundas, kaut kas nav kārtībā.",
"Execute one task with each page loaded" : "Izpildīt vienu uzdevumu ar katru ielādēto lapu",
"Allow apps to use the Share API" : "Ļauj lietotnēm izmantot koplietošanas API",
+ "Allow users to share via link" : "Ļaut lietotājiem dalīties caur saitēm",
"Allow public uploads" : "Atļaut publisko augšupielādi",
+ "Expire after " : "Nederīga pēc",
+ "days" : "dienas",
"Allow resharing" : "Atļaut atkārtotu koplietošanu",
"Enforce HTTPS" : "Uzspiest HTTPS",
"Forces the clients to connect to %s via an encrypted connection." : "Uzspiest klientiem pieslēgties pie %s caur šifrētu savienojumu.",
@@ -135,6 +140,9 @@ OC.L10N.register(
"Bugtracker" : "Kļūdu sekotājs",
"Commercial Support" : "Komerciālais atbalsts",
"Get the apps to sync your files" : "Saņem lietotnes, lai sinhronizētu savas datnes",
+ "Desktop client" : "Darbvirsmas klients",
+ "Android app" : "Android lietotne",
+ "iOS app" : "iOS lietotne",
"Show First Run Wizard again" : "Vēlreiz rādīt pirmās palaišanas vedni",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" : "Jūs lietojat <strong>%s</strong> no pieejamajiem <strong>%s</strong>",
"Password" : "Parole",
@@ -143,8 +151,13 @@ OC.L10N.register(
"Current password" : "Pašreizējā parole",
"New password" : "Jauna parole",
"Change password" : "Mainīt paroli",
+ "Full Name" : "Pilns vārds",
"Email" : "E-pasts",
"Your email address" : "Jūsu e-pasta adrese",
+ "Profile picture" : "Profila attēls",
+ "Upload new" : "Ielādēt jaunu",
+ "Select new from Files" : "Izvēlēties jaunu no Failiem",
+ "Remove image" : "Novākt attēlu",
"Cancel" : "Atcelt",
"Language" : "Valoda",
"Help translate" : "Palīdzi tulkot",
diff --git a/settings/l10n/lv.json b/settings/l10n/lv.json
index be4afd043d7..813f0d667f4 100644
--- a/settings/l10n/lv.json
+++ b/settings/l10n/lv.json
@@ -109,9 +109,14 @@
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Trūkst PHP modulis “fileinfo”. Mēs iesakām to aktivēt, lai pēc iespējas labāk noteiktu mime tipus.",
"Locale not working" : "Lokāle nestrādā",
"Please double check the <a href='%s'>installation guides</a>." : "Lūdzu, vēlreiz pārbaudiet <a href='%s'>instalēšanas palīdzību</a>.",
+ "Last cron was executed at %s." : "Pēdējo reizi Cron tika izpildīts %s.",
+ "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Pēdējo reizi Cron tika izpildīts %s. Tas ir vairāk kā pirms stundas, kaut kas nav kārtībā.",
"Execute one task with each page loaded" : "Izpildīt vienu uzdevumu ar katru ielādēto lapu",
"Allow apps to use the Share API" : "Ļauj lietotnēm izmantot koplietošanas API",
+ "Allow users to share via link" : "Ļaut lietotājiem dalīties caur saitēm",
"Allow public uploads" : "Atļaut publisko augšupielādi",
+ "Expire after " : "Nederīga pēc",
+ "days" : "dienas",
"Allow resharing" : "Atļaut atkārtotu koplietošanu",
"Enforce HTTPS" : "Uzspiest HTTPS",
"Forces the clients to connect to %s via an encrypted connection." : "Uzspiest klientiem pieslēgties pie %s caur šifrētu savienojumu.",
@@ -133,6 +138,9 @@
"Bugtracker" : "Kļūdu sekotājs",
"Commercial Support" : "Komerciālais atbalsts",
"Get the apps to sync your files" : "Saņem lietotnes, lai sinhronizētu savas datnes",
+ "Desktop client" : "Darbvirsmas klients",
+ "Android app" : "Android lietotne",
+ "iOS app" : "iOS lietotne",
"Show First Run Wizard again" : "Vēlreiz rādīt pirmās palaišanas vedni",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" : "Jūs lietojat <strong>%s</strong> no pieejamajiem <strong>%s</strong>",
"Password" : "Parole",
@@ -141,8 +149,13 @@
"Current password" : "Pašreizējā parole",
"New password" : "Jauna parole",
"Change password" : "Mainīt paroli",
+ "Full Name" : "Pilns vārds",
"Email" : "E-pasts",
"Your email address" : "Jūsu e-pasta adrese",
+ "Profile picture" : "Profila attēls",
+ "Upload new" : "Ielādēt jaunu",
+ "Select new from Files" : "Izvēlēties jaunu no Failiem",
+ "Remove image" : "Novākt attēlu",
"Cancel" : "Atcelt",
"Language" : "Valoda",
"Help translate" : "Palīdzi tulkot",
diff --git a/settings/l10n/nb_NO.js b/settings/l10n/nb_NO.js
index f40d06cf832..04f78ed38a5 100644
--- a/settings/l10n/nb_NO.js
+++ b/settings/l10n/nb_NO.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"settings",
{
+ "Security & Setup Warnings" : "Advarsler for sikkerhet og oppsett",
"Cron" : "Cron",
"Sharing" : "Deling",
"Security" : "Sikkerhet",
@@ -30,11 +31,24 @@ OC.L10N.register(
"Back-end doesn't support password change, but the users encryption key was successfully updated." : "Serveren støtter ikke endring av passord, men oppdatering av brukerens krypteringsnøkkel var vellykket.",
"Unable to change password" : "Kunne ikke endre passord",
"Enabled" : "Aktiv",
+ "Not enabled" : "Ikke aktivert",
+ "Recommended" : "Anbefalt",
+ "Group already exists." : "Gruppe finnes allerede.",
+ "Unable to add group." : "Kan ikke legge til gruppe.",
+ "Unable to delete group." : "Kan ikke slette gruppe.",
"Saved" : "Lagret",
"test email settings" : "Test av innstillinger for e-post",
"If you received this email, the settings seem to be correct." : "Hvis du mottar denne e-posten er innstillingene tydeligvis korrekte.",
+ "A problem occurred while sending the email. Please revise your settings." : "Et problem oppstod med sending av e-post. Sjekk innstillingene.",
"Email sent" : "E-post sendt",
"You need to set your user email before being able to send test emails." : "Du må sette e-postadressen for brukeren din før du kan teste sending av e-post.",
+ "Invalid mail address" : "Ugyldig e-postadresse",
+ "Unable to create user." : "Kan ikke opprette bruker.",
+ "Your %s account was created" : "%s-kontoen din ble opprettet",
+ "Unable to delete user." : "Kan ikke slette bruker.",
+ "Forbidden" : "Forbudt",
+ "Invalid user" : "Ugyldig bruker",
+ "Unable to change mail address" : "Kan ikke endre epost-adresse",
"Email saved" : "Epost lagret",
"Are you really sure you want add \"{domain}\" as trusted domain?" : "Ønsker du virkelig å legge til \"{domain}\" som tiltrodd domene?",
"Add trusted domain" : "Legg til et tiltrodd domene",
@@ -68,13 +82,16 @@ OC.L10N.register(
"A valid group name must be provided" : "Et gyldig gruppenavn må oppgis",
"deleted {groupName}" : "slettet {groupName}",
"undo" : "angre",
+ "no group" : "ingen gruppe",
"never" : "aldri",
"deleted {userName}" : "slettet {userName}",
"add group" : "legg til gruppe",
"A valid username must be provided" : "Oppgi et gyldig brukernavn",
"Error creating user" : "Feil ved oppretting av bruker",
"A valid password must be provided" : "Oppgi et gyldig passord",
+ "A valid email must be provided" : "En gyldig e-postadresse må oppgis",
"__language_name__" : "__language_name__",
+ "Personal Info" : "Personlig informasjon",
"SSL root certificates" : "SSL rotsertifikater",
"Encryption" : "Kryptering",
"Everything (fatal issues, errors, warnings, info, debug)" : "Alt (fatale problemer, feil, advarsler, info, debug)",
@@ -90,6 +107,8 @@ OC.L10N.register(
"TLS" : "TLS",
"Security Warning" : "Sikkerhetsadvarsel",
"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Du aksesserer %s via HTTP. Vi anbefaler på det sterkeste at du konfigurerer serveren til å kreve bruk av HTTPS i stedet.",
+ "Read-Only config enabled" : "Skrivebeskyttet konfigurasjon aktivert",
+ "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Den skrivebeskyttede konfigurasjonen er blitt aktivert. Dette forhindrer setting av visse konfigureringer via web-grensesnittet. Videre må config-filen gjøres skrivbar manuelt for hver oppdatering.",
"Setup Warning" : "Installasjonsadvarsel",
"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Det ser ut for at PHP er satt opp til å fjerne innebygde doc blocks. Dette gjør at flere av kjerneapplikasjonene blir utilgjengelige.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dette forårsakes sannsynligvis av en bufrer/akselerator, som f.eks. Zend OPcache eller eAccelerator.",
@@ -102,8 +121,10 @@ OC.L10N.register(
"Locale not working" : "Nasjonale innstillinger virker ikke",
"System locale can not be set to a one which supports UTF-8." : "Kan ikke sette systemets nasjonale innstillinger til en som støtter UTF-8.",
"This means that there might be problems with certain characters in file names." : "Dette betyr at det kan forekomme problemer med visse tegn i filnavn.",
+ "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Vi anbefaler sterkt å installere de påkrevde pakkene på systemet ditt for å støtte en av følgende nasjonale innstillinger: %s.",
"URL generation in notification emails" : "URL-generering i varsel-eposter",
"If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Hvis installasjonen din ikke er installert i roten av domenet og bruker system cron, kan det bli problemer med URL-generering. For å forhindre disse problemene, sett \"overwritewebroot\" i filen config.php til webroot-stien for installasjonen din (Forslag: \"%s\")",
+ "Configuration Checks" : "Konfigurasjons-sjekker",
"No problems found" : "Ingen problemer funnet",
"Please double check the <a href='%s'>installation guides</a>." : "Vennligst dobbelsjekk <a href='%s'>installasjonsguiden</a>.",
"Last cron was executed at %s." : "Siste cron ble utført %s.",
@@ -123,10 +144,13 @@ OC.L10N.register(
"Enforce expiration date" : "Tving utløpsdato",
"Allow resharing" : "TIllat videre deling",
"Restrict users to only share with users in their groups" : "Begrens brukere til kun å dele med brukere i deres grupper",
+ "Allow users to send mail notification for shared files to other users" : "Tillat at brukere sender varsler om delte filer på e-post til andre brukere",
"Exclude groups from sharing" : "Utelukk grupper fra deling",
"These groups will still be able to receive shares, but not to initiate them." : "Disse gruppene vil fremdeles kunne motta delinger men ikke lage dem.",
"Enforce HTTPS" : "Tving HTTPS",
"Forces the clients to connect to %s via an encrypted connection." : "Tvinger klientene til å koble til %s via en kryptert forbindelse.",
+ "Enforce HTTPS for subdomains" : "Krev HTTPS for underdomener",
+ "Forces the clients to connect to %s and subdomains via an encrypted connection." : "Tvinger klientene til å koble til %s og underdomener via en kryptert forbindelse.",
"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Vennligst koble til din %s via HTTPS for å aktivere eller deaktivere tvungen SSL.",
"This is used for sending out notifications." : "Dette brukes for utsending av varsler.",
"Send mode" : "Sendemåte",
@@ -139,6 +163,7 @@ OC.L10N.register(
"Credentials" : "Påloggingsdetaljer",
"SMTP Username" : "SMTP-brukernavn",
"SMTP Password" : "SMTP-passord",
+ "Store credentials" : "Lagre påloggingsdetaljer",
"Test email settings" : "Test innstillinger for e-post",
"Send email" : "Send e-post",
"Log level" : "Loggnivå",
@@ -146,22 +171,32 @@ OC.L10N.register(
"Less" : "Mindre",
"Version" : "Versjon",
"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." : "Utviklet av <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud-fellesskapet</a>. <a href=\"https://github.com/owncloud\" target=\"_blank\">Kildekoden</a> er lisensiert under <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
+ "More apps" : "Flere apper",
+ "Add your app" : "Legg til din app",
"by" : "av",
+ "licensed" : "lisensiert",
"Documentation:" : "Dokumentasjon:",
"User Documentation" : "Brukerdokumentasjon",
"Admin Documentation" : "Admin-dokumentasjon",
+ "This app cannot be installed because the following dependencies are not fulfilled:" : "Denne appen kan ikke installeres fordi følgende avhengigheter ikke er tilfredsstilt:",
+ "Update to %s" : "Oppdater til %s",
"Enable only for specific groups" : "Aktiver kun for visse grupper",
"Uninstall App" : "Avinstaller app",
+ "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hei,<br><br>vil bare informere om at du nå har en %s-konto.<br><br>Brukernavnet ditt: %s<br>Gå dit: <a href=\"%s\">%s</a><br><br>",
"Cheers!" : "Ha det!",
+ "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hei,\n\nVil bare informere om at du nå har en %s-konto.\n\nBrukernavnet ditt: %s\nGå dit: %s\n\n",
"Administrator Documentation" : "Dokumentasjon for administratorer",
"Online Documentation" : "Online dokumentasjon",
"Forum" : "Forum",
"Bugtracker" : "Innmelding og sporing av feil",
"Commercial Support" : "Forretningsstøtte",
"Get the apps to sync your files" : "Hent apper som synkroniserer filene dine",
+ "Desktop client" : "Skrivebordsklient",
+ "Android app" : "Android-app",
+ "iOS app" : "iOS-app",
"If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" : "Hvis du vil støtte prosjektet kan du\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">delta i utviklingen</a>\n\t\teller\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spre budskapet</a>!",
"Show First Run Wizard again" : "Vis \"Førstegangs veiviser\" på nytt",
- "You have used <strong>%s</strong> of the available <strong>%s</strong>" : "Du har brukt <strong>%s</strong> av tilgjengelig <strong>%s</strong>",
+ "You have used <strong>%s</strong> of the available <strong>%s</strong>" : "Du har brukt <strong>%s</strong> av de tilgjengelige <strong>%s</strong>",
"Password" : "Passord",
"Your password was changed" : "Passord har blitt endret",
"Unable to change your password" : "Kunne ikke endre passordet ditt",
@@ -195,10 +230,15 @@ OC.L10N.register(
"Delete Encryption Keys" : "Slett krypteringsnøkler",
"Show storage location" : "Vis lagringssted",
"Show last log in" : "Vis site innlogging",
+ "Show user backend" : "Vis bruker-server",
+ "Send email to new user" : "Send e-post til ny bruker",
+ "Show email address" : "Vis e-postadresse",
"Username" : "Brukernavn",
+ "E-Mail" : "E-post",
"Create" : "Opprett",
"Admin Recovery Password" : "Administrativt gjenopprettingspassord",
"Enter the recovery password in order to recover the users files during password change" : "Legg inn gjenopprettingspassordet for å gjenopprette brukerfilene når passordet endres",
+ "Search Users" : "Søk brukere",
"Add Group" : "Legg til gruppe",
"Group" : "Gruppe",
"Everyone" : "Alle",
@@ -207,11 +247,14 @@ OC.L10N.register(
"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Legg inn lagringskvote (f.eks. \"512 MB\" eller \"12 GB\")",
"Unlimited" : "Ubegrenset",
"Other" : "Annet",
+ "Group Admin for" : "Gruppeadministrator for",
"Quota" : "Kvote",
"Storage Location" : "Lagringsplassering",
+ "User Backend" : "Bruker-server",
"Last Login" : "Siste innlogging",
"change full name" : "endre fullt navn",
"set new password" : "sett nytt passord",
+ "change email address" : "endre e-postadresse",
"Default" : "Standard"
},
"nplurals=2; plural=(n != 1);");
diff --git a/settings/l10n/nb_NO.json b/settings/l10n/nb_NO.json
index 8984b996d04..4b9479c7057 100644
--- a/settings/l10n/nb_NO.json
+++ b/settings/l10n/nb_NO.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Security & Setup Warnings" : "Advarsler for sikkerhet og oppsett",
"Cron" : "Cron",
"Sharing" : "Deling",
"Security" : "Sikkerhet",
@@ -28,11 +29,24 @@
"Back-end doesn't support password change, but the users encryption key was successfully updated." : "Serveren støtter ikke endring av passord, men oppdatering av brukerens krypteringsnøkkel var vellykket.",
"Unable to change password" : "Kunne ikke endre passord",
"Enabled" : "Aktiv",
+ "Not enabled" : "Ikke aktivert",
+ "Recommended" : "Anbefalt",
+ "Group already exists." : "Gruppe finnes allerede.",
+ "Unable to add group." : "Kan ikke legge til gruppe.",
+ "Unable to delete group." : "Kan ikke slette gruppe.",
"Saved" : "Lagret",
"test email settings" : "Test av innstillinger for e-post",
"If you received this email, the settings seem to be correct." : "Hvis du mottar denne e-posten er innstillingene tydeligvis korrekte.",
+ "A problem occurred while sending the email. Please revise your settings." : "Et problem oppstod med sending av e-post. Sjekk innstillingene.",
"Email sent" : "E-post sendt",
"You need to set your user email before being able to send test emails." : "Du må sette e-postadressen for brukeren din før du kan teste sending av e-post.",
+ "Invalid mail address" : "Ugyldig e-postadresse",
+ "Unable to create user." : "Kan ikke opprette bruker.",
+ "Your %s account was created" : "%s-kontoen din ble opprettet",
+ "Unable to delete user." : "Kan ikke slette bruker.",
+ "Forbidden" : "Forbudt",
+ "Invalid user" : "Ugyldig bruker",
+ "Unable to change mail address" : "Kan ikke endre epost-adresse",
"Email saved" : "Epost lagret",
"Are you really sure you want add \"{domain}\" as trusted domain?" : "Ønsker du virkelig å legge til \"{domain}\" som tiltrodd domene?",
"Add trusted domain" : "Legg til et tiltrodd domene",
@@ -66,13 +80,16 @@
"A valid group name must be provided" : "Et gyldig gruppenavn må oppgis",
"deleted {groupName}" : "slettet {groupName}",
"undo" : "angre",
+ "no group" : "ingen gruppe",
"never" : "aldri",
"deleted {userName}" : "slettet {userName}",
"add group" : "legg til gruppe",
"A valid username must be provided" : "Oppgi et gyldig brukernavn",
"Error creating user" : "Feil ved oppretting av bruker",
"A valid password must be provided" : "Oppgi et gyldig passord",
+ "A valid email must be provided" : "En gyldig e-postadresse må oppgis",
"__language_name__" : "__language_name__",
+ "Personal Info" : "Personlig informasjon",
"SSL root certificates" : "SSL rotsertifikater",
"Encryption" : "Kryptering",
"Everything (fatal issues, errors, warnings, info, debug)" : "Alt (fatale problemer, feil, advarsler, info, debug)",
@@ -88,6 +105,8 @@
"TLS" : "TLS",
"Security Warning" : "Sikkerhetsadvarsel",
"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Du aksesserer %s via HTTP. Vi anbefaler på det sterkeste at du konfigurerer serveren til å kreve bruk av HTTPS i stedet.",
+ "Read-Only config enabled" : "Skrivebeskyttet konfigurasjon aktivert",
+ "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Den skrivebeskyttede konfigurasjonen er blitt aktivert. Dette forhindrer setting av visse konfigureringer via web-grensesnittet. Videre må config-filen gjøres skrivbar manuelt for hver oppdatering.",
"Setup Warning" : "Installasjonsadvarsel",
"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Det ser ut for at PHP er satt opp til å fjerne innebygde doc blocks. Dette gjør at flere av kjerneapplikasjonene blir utilgjengelige.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dette forårsakes sannsynligvis av en bufrer/akselerator, som f.eks. Zend OPcache eller eAccelerator.",
@@ -100,8 +119,10 @@
"Locale not working" : "Nasjonale innstillinger virker ikke",
"System locale can not be set to a one which supports UTF-8." : "Kan ikke sette systemets nasjonale innstillinger til en som støtter UTF-8.",
"This means that there might be problems with certain characters in file names." : "Dette betyr at det kan forekomme problemer med visse tegn i filnavn.",
+ "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Vi anbefaler sterkt å installere de påkrevde pakkene på systemet ditt for å støtte en av følgende nasjonale innstillinger: %s.",
"URL generation in notification emails" : "URL-generering i varsel-eposter",
"If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Hvis installasjonen din ikke er installert i roten av domenet og bruker system cron, kan det bli problemer med URL-generering. For å forhindre disse problemene, sett \"overwritewebroot\" i filen config.php til webroot-stien for installasjonen din (Forslag: \"%s\")",
+ "Configuration Checks" : "Konfigurasjons-sjekker",
"No problems found" : "Ingen problemer funnet",
"Please double check the <a href='%s'>installation guides</a>." : "Vennligst dobbelsjekk <a href='%s'>installasjonsguiden</a>.",
"Last cron was executed at %s." : "Siste cron ble utført %s.",
@@ -121,10 +142,13 @@
"Enforce expiration date" : "Tving utløpsdato",
"Allow resharing" : "TIllat videre deling",
"Restrict users to only share with users in their groups" : "Begrens brukere til kun å dele med brukere i deres grupper",
+ "Allow users to send mail notification for shared files to other users" : "Tillat at brukere sender varsler om delte filer på e-post til andre brukere",
"Exclude groups from sharing" : "Utelukk grupper fra deling",
"These groups will still be able to receive shares, but not to initiate them." : "Disse gruppene vil fremdeles kunne motta delinger men ikke lage dem.",
"Enforce HTTPS" : "Tving HTTPS",
"Forces the clients to connect to %s via an encrypted connection." : "Tvinger klientene til å koble til %s via en kryptert forbindelse.",
+ "Enforce HTTPS for subdomains" : "Krev HTTPS for underdomener",
+ "Forces the clients to connect to %s and subdomains via an encrypted connection." : "Tvinger klientene til å koble til %s og underdomener via en kryptert forbindelse.",
"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Vennligst koble til din %s via HTTPS for å aktivere eller deaktivere tvungen SSL.",
"This is used for sending out notifications." : "Dette brukes for utsending av varsler.",
"Send mode" : "Sendemåte",
@@ -137,6 +161,7 @@
"Credentials" : "Påloggingsdetaljer",
"SMTP Username" : "SMTP-brukernavn",
"SMTP Password" : "SMTP-passord",
+ "Store credentials" : "Lagre påloggingsdetaljer",
"Test email settings" : "Test innstillinger for e-post",
"Send email" : "Send e-post",
"Log level" : "Loggnivå",
@@ -144,22 +169,32 @@
"Less" : "Mindre",
"Version" : "Versjon",
"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." : "Utviklet av <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud-fellesskapet</a>. <a href=\"https://github.com/owncloud\" target=\"_blank\">Kildekoden</a> er lisensiert under <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
+ "More apps" : "Flere apper",
+ "Add your app" : "Legg til din app",
"by" : "av",
+ "licensed" : "lisensiert",
"Documentation:" : "Dokumentasjon:",
"User Documentation" : "Brukerdokumentasjon",
"Admin Documentation" : "Admin-dokumentasjon",
+ "This app cannot be installed because the following dependencies are not fulfilled:" : "Denne appen kan ikke installeres fordi følgende avhengigheter ikke er tilfredsstilt:",
+ "Update to %s" : "Oppdater til %s",
"Enable only for specific groups" : "Aktiver kun for visse grupper",
"Uninstall App" : "Avinstaller app",
+ "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hei,<br><br>vil bare informere om at du nå har en %s-konto.<br><br>Brukernavnet ditt: %s<br>Gå dit: <a href=\"%s\">%s</a><br><br>",
"Cheers!" : "Ha det!",
+ "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hei,\n\nVil bare informere om at du nå har en %s-konto.\n\nBrukernavnet ditt: %s\nGå dit: %s\n\n",
"Administrator Documentation" : "Dokumentasjon for administratorer",
"Online Documentation" : "Online dokumentasjon",
"Forum" : "Forum",
"Bugtracker" : "Innmelding og sporing av feil",
"Commercial Support" : "Forretningsstøtte",
"Get the apps to sync your files" : "Hent apper som synkroniserer filene dine",
+ "Desktop client" : "Skrivebordsklient",
+ "Android app" : "Android-app",
+ "iOS app" : "iOS-app",
"If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" : "Hvis du vil støtte prosjektet kan du\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">delta i utviklingen</a>\n\t\teller\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spre budskapet</a>!",
"Show First Run Wizard again" : "Vis \"Førstegangs veiviser\" på nytt",
- "You have used <strong>%s</strong> of the available <strong>%s</strong>" : "Du har brukt <strong>%s</strong> av tilgjengelig <strong>%s</strong>",
+ "You have used <strong>%s</strong> of the available <strong>%s</strong>" : "Du har brukt <strong>%s</strong> av de tilgjengelige <strong>%s</strong>",
"Password" : "Passord",
"Your password was changed" : "Passord har blitt endret",
"Unable to change your password" : "Kunne ikke endre passordet ditt",
@@ -193,10 +228,15 @@
"Delete Encryption Keys" : "Slett krypteringsnøkler",
"Show storage location" : "Vis lagringssted",
"Show last log in" : "Vis site innlogging",
+ "Show user backend" : "Vis bruker-server",
+ "Send email to new user" : "Send e-post til ny bruker",
+ "Show email address" : "Vis e-postadresse",
"Username" : "Brukernavn",
+ "E-Mail" : "E-post",
"Create" : "Opprett",
"Admin Recovery Password" : "Administrativt gjenopprettingspassord",
"Enter the recovery password in order to recover the users files during password change" : "Legg inn gjenopprettingspassordet for å gjenopprette brukerfilene når passordet endres",
+ "Search Users" : "Søk brukere",
"Add Group" : "Legg til gruppe",
"Group" : "Gruppe",
"Everyone" : "Alle",
@@ -205,11 +245,14 @@
"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Legg inn lagringskvote (f.eks. \"512 MB\" eller \"12 GB\")",
"Unlimited" : "Ubegrenset",
"Other" : "Annet",
+ "Group Admin for" : "Gruppeadministrator for",
"Quota" : "Kvote",
"Storage Location" : "Lagringsplassering",
+ "User Backend" : "Bruker-server",
"Last Login" : "Siste innlogging",
"change full name" : "endre fullt navn",
"set new password" : "sett nytt passord",
+ "change email address" : "endre e-postadresse",
"Default" : "Standard"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/settings/l10n/sk_SK.js b/settings/l10n/sk_SK.js
index 6d92592eaa8..4fdc69679e0 100644
--- a/settings/l10n/sk_SK.js
+++ b/settings/l10n/sk_SK.js
@@ -170,6 +170,8 @@ OC.L10N.register(
"Bugtracker" : "Bugtracker",
"Commercial Support" : "Komerčná podpora",
"Get the apps to sync your files" : "Získať aplikácie na synchronizáciu vašich súborov",
+ "Android app" : "Android aplikácia",
+ "iOS app" : "iOS aplikácia",
"If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" : "Ak chcete podporiť projekt\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">pridajte sa do vývoja</a>\n\t\talebo\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">pomáhajte šíriť povedomie</a>!",
"Show First Run Wizard again" : "Znovu zobraziť sprievodcu prvým spustením",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" : "Použili ste <strong>%s</strong> z <strong>%s</strong> dostupných ",
diff --git a/settings/l10n/sk_SK.json b/settings/l10n/sk_SK.json
index 6d36c84b9b1..86ac65237eb 100644
--- a/settings/l10n/sk_SK.json
+++ b/settings/l10n/sk_SK.json
@@ -168,6 +168,8 @@
"Bugtracker" : "Bugtracker",
"Commercial Support" : "Komerčná podpora",
"Get the apps to sync your files" : "Získať aplikácie na synchronizáciu vašich súborov",
+ "Android app" : "Android aplikácia",
+ "iOS app" : "iOS aplikácia",
"If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" : "Ak chcete podporiť projekt\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">pridajte sa do vývoja</a>\n\t\talebo\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">pomáhajte šíriť povedomie</a>!",
"Show First Run Wizard again" : "Znovu zobraziť sprievodcu prvým spustením",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" : "Použili ste <strong>%s</strong> z <strong>%s</strong> dostupných ",
diff --git a/settings/l10n/sr@latin.js b/settings/l10n/sr@latin.js
index 0542d77592f..aae711e987e 100644
--- a/settings/l10n/sr@latin.js
+++ b/settings/l10n/sr@latin.js
@@ -4,6 +4,7 @@ OC.L10N.register(
"Authentication error" : "Greška pri autentifikaciji",
"Language changed" : "Jezik je izmenjen",
"Invalid request" : "Neispravan zahtev",
+ "Saved" : "Sačuvano",
"Email sent" : "Email poslat",
"Very weak password" : "Veoma slaba lozinka",
"Weak password" : "Slaba lozinka",
@@ -13,7 +14,9 @@ OC.L10N.register(
"Delete" : "Obriši",
"Groups" : "Grupe",
"Security Warning" : "Bezbednosno upozorenje",
+ "Port" : "Port",
"by" : "od",
+ "Cheers!" : "U zdravlje!",
"Password" : "Lozinka",
"Unable to change your password" : "Ne mogu da izmenim vašu lozinku",
"Current password" : "Trenutna lozinka",
diff --git a/settings/l10n/sr@latin.json b/settings/l10n/sr@latin.json
index 8a83afea7c4..16be7389679 100644
--- a/settings/l10n/sr@latin.json
+++ b/settings/l10n/sr@latin.json
@@ -2,6 +2,7 @@
"Authentication error" : "Greška pri autentifikaciji",
"Language changed" : "Jezik je izmenjen",
"Invalid request" : "Neispravan zahtev",
+ "Saved" : "Sačuvano",
"Email sent" : "Email poslat",
"Very weak password" : "Veoma slaba lozinka",
"Weak password" : "Slaba lozinka",
@@ -11,7 +12,9 @@
"Delete" : "Obriši",
"Groups" : "Grupe",
"Security Warning" : "Bezbednosno upozorenje",
+ "Port" : "Port",
"by" : "od",
+ "Cheers!" : "U zdravlje!",
"Password" : "Lozinka",
"Unable to change your password" : "Ne mogu da izmenim vašu lozinku",
"Current password" : "Trenutna lozinka",
diff --git a/settings/l10n/sv.js b/settings/l10n/sv.js
index e029389e4bd..42be5093591 100644
--- a/settings/l10n/sv.js
+++ b/settings/l10n/sv.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"settings",
{
+ "Security & Setup Warnings" : "Säkerhets & Inställningsvarningar",
"Cron" : "Cron",
"Sharing" : "Dela",
"Security" : "Säkerhet",
@@ -107,7 +108,9 @@ OC.L10N.register(
"Security Warning" : "Säkerhetsvarning",
"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Du ansluter till %s via HTTP. Vi rekommenderar starkt att du konfigurerar din server att använda HTTPS istället.",
"Read-Only config enabled" : "Skrivskyddad konfiguration påslagen",
+ "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Lär-bara konfigureringen har blivit aktiv. Detta förhindrar att några konfigureringar kan sättas via web-gränssnittet.",
"Setup Warning" : "Installationsvarning",
+ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP är tydligen inställd för att rensa inline doc block. Detta kommer att göra flera kärnapplikationer otillgängliga.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Detta orsakas troligtvis av en cache/accelerator som t ex Zend OPchache eller eAccelerator.",
"Database Performance Info" : "Databasprestanda Information",
"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite används som databas. För större installationer rekommenderar vi att ändra på detta. För att migrera till en annan databas, använd kommandoverktyget: 'occ db:convert-type'",
@@ -179,7 +182,9 @@ OC.L10N.register(
"Update to %s" : "Uppdatera till %s",
"Enable only for specific groups" : "Aktivera endast för specifika grupper",
"Uninstall App" : "Avinstallera applikation",
+ "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hej där,<br><br>ville bara informera dig om att du nu har ett %s konto.<br><br>Ditt användarnamn: %s<br>Accessa det genom: <a href=\"%s\">%s</a><br><br>",
"Cheers!" : "Ha de fint!",
+ "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hej där,\n\njville bara informera dig om att du nu har ett %s konto.\n\nDitt användarnamn: %s\nAccessa det genom: %s\n",
"Administrator Documentation" : "Administratörsdokumentation",
"Online Documentation" : "Onlinedokumentation",
"Forum" : "Forum",
@@ -225,6 +230,7 @@ OC.L10N.register(
"Delete Encryption Keys" : "Radera krypteringsnycklar",
"Show storage location" : "Visa lagringsplats",
"Show last log in" : "Visa senaste inloggning",
+ "Show user backend" : "Visa användar-back-end",
"Send email to new user" : "Skicka e-post till ny användare",
"Show email address" : "Visa e-postadress",
"Username" : "Användarnamn",
@@ -244,6 +250,7 @@ OC.L10N.register(
"Group Admin for" : "Gruppadministratör för",
"Quota" : "Kvot",
"Storage Location" : "Lagringsplats",
+ "User Backend" : "Användar-back-end",
"Last Login" : "Senaste inloggning",
"change full name" : "ändra hela namnet",
"set new password" : "ange nytt lösenord",
diff --git a/settings/l10n/sv.json b/settings/l10n/sv.json
index 40f285f123a..54ee7b60733 100644
--- a/settings/l10n/sv.json
+++ b/settings/l10n/sv.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Security & Setup Warnings" : "Säkerhets & Inställningsvarningar",
"Cron" : "Cron",
"Sharing" : "Dela",
"Security" : "Säkerhet",
@@ -105,7 +106,9 @@
"Security Warning" : "Säkerhetsvarning",
"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Du ansluter till %s via HTTP. Vi rekommenderar starkt att du konfigurerar din server att använda HTTPS istället.",
"Read-Only config enabled" : "Skrivskyddad konfiguration påslagen",
+ "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Lär-bara konfigureringen har blivit aktiv. Detta förhindrar att några konfigureringar kan sättas via web-gränssnittet.",
"Setup Warning" : "Installationsvarning",
+ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP är tydligen inställd för att rensa inline doc block. Detta kommer att göra flera kärnapplikationer otillgängliga.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Detta orsakas troligtvis av en cache/accelerator som t ex Zend OPchache eller eAccelerator.",
"Database Performance Info" : "Databasprestanda Information",
"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite används som databas. För större installationer rekommenderar vi att ändra på detta. För att migrera till en annan databas, använd kommandoverktyget: 'occ db:convert-type'",
@@ -177,7 +180,9 @@
"Update to %s" : "Uppdatera till %s",
"Enable only for specific groups" : "Aktivera endast för specifika grupper",
"Uninstall App" : "Avinstallera applikation",
+ "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hej där,<br><br>ville bara informera dig om att du nu har ett %s konto.<br><br>Ditt användarnamn: %s<br>Accessa det genom: <a href=\"%s\">%s</a><br><br>",
"Cheers!" : "Ha de fint!",
+ "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hej där,\n\njville bara informera dig om att du nu har ett %s konto.\n\nDitt användarnamn: %s\nAccessa det genom: %s\n",
"Administrator Documentation" : "Administratörsdokumentation",
"Online Documentation" : "Onlinedokumentation",
"Forum" : "Forum",
@@ -223,6 +228,7 @@
"Delete Encryption Keys" : "Radera krypteringsnycklar",
"Show storage location" : "Visa lagringsplats",
"Show last log in" : "Visa senaste inloggning",
+ "Show user backend" : "Visa användar-back-end",
"Send email to new user" : "Skicka e-post till ny användare",
"Show email address" : "Visa e-postadress",
"Username" : "Användarnamn",
@@ -242,6 +248,7 @@
"Group Admin for" : "Gruppadministratör för",
"Quota" : "Kvot",
"Storage Location" : "Lagringsplats",
+ "User Backend" : "Användar-back-end",
"Last Login" : "Senaste inloggning",
"change full name" : "ändra hela namnet",
"set new password" : "ange nytt lösenord",