Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'settings')
-rw-r--r--settings/l10n/de.js3
-rw-r--r--settings/l10n/de.json3
-rw-r--r--settings/l10n/de_DE.js3
-rw-r--r--settings/l10n/de_DE.json3
-rw-r--r--settings/l10n/es_MX.js3
-rw-r--r--settings/l10n/es_MX.json3
-rw-r--r--settings/l10n/fr.js3
-rw-r--r--settings/l10n/fr.json3
-rw-r--r--settings/l10n/is.js15
-rw-r--r--settings/l10n/is.json15
-rw-r--r--settings/l10n/nb.js5
-rw-r--r--settings/l10n/nb.json5
-rw-r--r--settings/l10n/pl.js8
-rw-r--r--settings/l10n/pl.json8
-rw-r--r--settings/l10n/pt_BR.js3
-rw-r--r--settings/l10n/pt_BR.json3
-rw-r--r--settings/l10n/ru.js3
-rw-r--r--settings/l10n/ru.json3
-rw-r--r--settings/l10n/tr.js3
-rw-r--r--settings/l10n/tr.json3
20 files changed, 92 insertions, 6 deletions
diff --git a/settings/l10n/de.js b/settings/l10n/de.js
index d65ce85878d..d6baa004e04 100644
--- a/settings/l10n/de.js
+++ b/settings/l10n/de.js
@@ -7,6 +7,9 @@ OC.L10N.register(
"{actor} changed your email address" : "{actor} hat Deine E-Mail-Adresse geändert",
"You changed your email address" : "Du hst erfolgreich deine E-Mail-Adresse geändert",
"Your email address was changed by an administrator" : "Deine E-Mail-Adresse wurde von einen Administrator geändert",
+ "Security" : "Sicherheit",
+ "You successfully logged in using two-factor authentication (%1$s)" : "Sie haben sich erfolgreich mittels Zwei-Faktor-Authentifizierung angemeldet (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "Ein Anmeldeversuch mittels Zwei-Faktor-Authentifizierung schlug fehl (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Dein <strong>Passwort</strong> oder Deine <strong>E.Mail-Adresse</strong> wurde geändert",
"Your apps" : "Deine Apps",
"Enabled apps" : "Aktivierte Apps",
diff --git a/settings/l10n/de.json b/settings/l10n/de.json
index 1eab7e1f1f7..32c634e0b3f 100644
--- a/settings/l10n/de.json
+++ b/settings/l10n/de.json
@@ -5,6 +5,9 @@
"{actor} changed your email address" : "{actor} hat Deine E-Mail-Adresse geändert",
"You changed your email address" : "Du hst erfolgreich deine E-Mail-Adresse geändert",
"Your email address was changed by an administrator" : "Deine E-Mail-Adresse wurde von einen Administrator geändert",
+ "Security" : "Sicherheit",
+ "You successfully logged in using two-factor authentication (%1$s)" : "Sie haben sich erfolgreich mittels Zwei-Faktor-Authentifizierung angemeldet (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "Ein Anmeldeversuch mittels Zwei-Faktor-Authentifizierung schlug fehl (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Dein <strong>Passwort</strong> oder Deine <strong>E.Mail-Adresse</strong> wurde geändert",
"Your apps" : "Deine Apps",
"Enabled apps" : "Aktivierte Apps",
diff --git a/settings/l10n/de_DE.js b/settings/l10n/de_DE.js
index 774287e73c3..0769bc18bd0 100644
--- a/settings/l10n/de_DE.js
+++ b/settings/l10n/de_DE.js
@@ -7,6 +7,9 @@ OC.L10N.register(
"{actor} changed your email address" : "{Aktör} EMail Adresse geändert",
"You changed your email address" : "Du hast deine EMail Adresse geändert",
"Your email address was changed by an administrator" : "Deine EMail Adresse wurde durch den Administrator geändert",
+ "Security" : "Sicherheit",
+ "You successfully logged in using two-factor authentication (%1$s)" : "Du hast dich erfolgreich mittels Zwei-Faktor-Authentifizierung angemeldet (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "Ein Anmeldeversuch mittels Zwei-Faktor-Authentifizierung schlug fehl (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Ihr <strong>Passwort</strong> oder Ihre <strong>E.Mail-Adresse</strong> wurde geändert",
"Your apps" : "Ihre Apps",
"Enabled apps" : "Aktivierte Apps",
diff --git a/settings/l10n/de_DE.json b/settings/l10n/de_DE.json
index 99370649967..92b7aa0ec2b 100644
--- a/settings/l10n/de_DE.json
+++ b/settings/l10n/de_DE.json
@@ -5,6 +5,9 @@
"{actor} changed your email address" : "{Aktör} EMail Adresse geändert",
"You changed your email address" : "Du hast deine EMail Adresse geändert",
"Your email address was changed by an administrator" : "Deine EMail Adresse wurde durch den Administrator geändert",
+ "Security" : "Sicherheit",
+ "You successfully logged in using two-factor authentication (%1$s)" : "Du hast dich erfolgreich mittels Zwei-Faktor-Authentifizierung angemeldet (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "Ein Anmeldeversuch mittels Zwei-Faktor-Authentifizierung schlug fehl (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Ihr <strong>Passwort</strong> oder Ihre <strong>E.Mail-Adresse</strong> wurde geändert",
"Your apps" : "Ihre Apps",
"Enabled apps" : "Aktivierte Apps",
diff --git a/settings/l10n/es_MX.js b/settings/l10n/es_MX.js
index 8e8b306648a..154bcc90704 100644
--- a/settings/l10n/es_MX.js
+++ b/settings/l10n/es_MX.js
@@ -7,6 +7,9 @@ OC.L10N.register(
"{actor} changed your email address" : "{actor} ha cambiado su dirección de correo electrónico",
"You changed your email address" : "Usted ha cambiado su dirección de correo electrónico",
"Your email address was changed by an administrator" : "Su dirección de correo electrónico ha sido cambiada por un administrador",
+ "Security" : "Seguridad",
+ "You successfully logged in using two-factor authentication (%1$s)" : "Ha iniciado sesión exitosamente usando autenticación de dos-factores (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "Un intento de autenticación usando autienticación de dos-factores ha fallado (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Su <strong>contraseña</strong> o <strong>correo electrónico</strong> ha sido modificado",
"Your apps" : "Sus aplicaciones",
"Enabled apps" : "Aplicaciones habilitadas",
diff --git a/settings/l10n/es_MX.json b/settings/l10n/es_MX.json
index a20a022dabe..5534cf69f27 100644
--- a/settings/l10n/es_MX.json
+++ b/settings/l10n/es_MX.json
@@ -5,6 +5,9 @@
"{actor} changed your email address" : "{actor} ha cambiado su dirección de correo electrónico",
"You changed your email address" : "Usted ha cambiado su dirección de correo electrónico",
"Your email address was changed by an administrator" : "Su dirección de correo electrónico ha sido cambiada por un administrador",
+ "Security" : "Seguridad",
+ "You successfully logged in using two-factor authentication (%1$s)" : "Ha iniciado sesión exitosamente usando autenticación de dos-factores (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "Un intento de autenticación usando autienticación de dos-factores ha fallado (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Su <strong>contraseña</strong> o <strong>correo electrónico</strong> ha sido modificado",
"Your apps" : "Sus aplicaciones",
"Enabled apps" : "Aplicaciones habilitadas",
diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js
index 719d4b6aba3..e309c5635c8 100644
--- a/settings/l10n/fr.js
+++ b/settings/l10n/fr.js
@@ -7,6 +7,9 @@ OC.L10N.register(
"{actor} changed your email address" : "{actor} a modifié votre adresse e-mail",
"You changed your email address" : "Vous avez modifié votre adresse e-mail",
"Your email address was changed by an administrator" : "Votre adresse e-mail a été modifiée par un administrateur",
+ "Security" : "Sécurité",
+ "You successfully logged in using two-factor authentication (%1$s)" : "Vous avez réussi à vous connecter en utilisant l'authentification à deux facteurs (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "Une tentative de connexion utilisant l'authentification à deux facteurs a échoué (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Votre <strong>mot de passe</strong> ou <strong>adresse e-mail</strong> a été modifié",
"Your apps" : "Vos applications",
"Enabled apps" : "Applications activées",
diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json
index 7363d0985d7..787b6301038 100644
--- a/settings/l10n/fr.json
+++ b/settings/l10n/fr.json
@@ -5,6 +5,9 @@
"{actor} changed your email address" : "{actor} a modifié votre adresse e-mail",
"You changed your email address" : "Vous avez modifié votre adresse e-mail",
"Your email address was changed by an administrator" : "Votre adresse e-mail a été modifiée par un administrateur",
+ "Security" : "Sécurité",
+ "You successfully logged in using two-factor authentication (%1$s)" : "Vous avez réussi à vous connecter en utilisant l'authentification à deux facteurs (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "Une tentative de connexion utilisant l'authentification à deux facteurs a échoué (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Votre <strong>mot de passe</strong> ou <strong>adresse e-mail</strong> a été modifié",
"Your apps" : "Vos applications",
"Enabled apps" : "Applications activées",
diff --git a/settings/l10n/is.js b/settings/l10n/is.js
index 1ac92f8b889..250ee74025a 100644
--- a/settings/l10n/is.js
+++ b/settings/l10n/is.js
@@ -7,6 +7,9 @@ OC.L10N.register(
"{actor} changed your email address" : "{actor} breytti tölvupóstfanginu þínu",
"You changed your email address" : "Þú breyttir tölvupóstfanginu þínu",
"Your email address was changed by an administrator" : "Kerfisstjóri breytti tölvupóstfanginu þínu",
+ "Security" : "Öryggi",
+ "You successfully logged in using two-factor authentication (%1$s)" : "Þér tókst að skrá þig inn með tveggja-þrepa auðkenningu (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "Innskráning með tveggja-þrepa auðkenningu mistókst (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Breyting hefur orðið á <strong>lykilorði</strong> eða <strong>tölvupóstfangi</strong> þínu",
"Your apps" : "Forritin þín",
"Enabled apps" : "Virk forrit",
@@ -193,6 +196,7 @@ OC.L10N.register(
"STARTTLS" : "STARTTLS",
"Email server" : "Póstþjónn",
"Open documentation" : "Opna hjálparskjöl",
+ "It is important to set up this server to be able to send emails, like for password reset and notifications." : "Það er mikilvægt að setja þennan vefþjón upp þannig að hann getir sent tölvupóst, eins og fyrir endurstillingu lykilorða og útsendingu tilkynninga.",
"Send mode" : "Sendihamur",
"Encryption" : "Dulritun",
"From address" : "Frá vistfangi",
@@ -208,6 +212,7 @@ OC.L10N.register(
"Test email settings" : "Prófa tölvupóststillingar",
"Send email" : "Senda tölvupóst",
"Server-side encryption" : "Dulritun á þjóni",
+ "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Dulritun á vefþjóni (server-side encryption) gerir kleift að dulrita skrár sem sendar eru inn á þennan þjón. Sá eiginleiki er ekki án áhrifa á afköst kerfisins, þannig að slíkt ætti ekki að virkja nema að vel yfirlögðu máli.",
"Enable server-side encryption" : "Virkja dulritun á þjóni",
"Please read carefully before activating server-side encryption: " : "Lestu eftirfarandi gaumgæfilega áður en þú virkjar dulritun á þjóni: ",
"Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Þegar dulritun er virkjuð, munu frá þeim tímapunkti allar skrár sem sendar eru inn á þjóninn verða dulritaðar inni á honum. Einungis mun verða hægt að afvirkja dulritun síðar, ef virka dulritunareiningin styður þá aðgerð, og ef allar forsendur (t.d. að setja endurheimtulykil) eru uppfylltar.",
@@ -222,6 +227,7 @@ OC.L10N.register(
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Þú verður að yfirfæra dulritunarlyklana þína úr gömlu dulrituninni (ownCloud <= 8.0) yfir í þá nýju.",
"Start migration" : "Hefja yfirfærslu",
"Security & setup warnings" : "Öryggi og aðvaranir vegna uppsetningar",
+ "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Ticks section and the documentation for more information." : "Það er mikilvægt fyrir öryggi og afköst uppsetningarinnar þinnar að allt sé rétt stillt. Til að hjálpa við að svo sé, eru gerðar ýmsar sjálfvirkar prófanir. Skoðaðu 'Ábendingar og góð ráð' (Tips & Tricks) og hjálparskjölin til að sjá ítarlegar upplýsingar.",
"php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Það lítur út eins og að PHP sé ekki rétt sett upp varðandi fyrirspurnir um umhverfisbreytur. Prófun með getenv(\"PATH\") skilar auðu svari.",
"Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Endilega skoðaðu <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">hjálparskjöl uppsetningarinnar ↗</a> varðandi athugasemdir vegna uppsetningar PHP og sjálfa uppsetningu PHP-þjónsins, Sérstaklega ef þú notar php-fpm.",
"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." : "Skrifvarða stillingaskráin hefur verið virkjuð. Þetta kemur í veg fyrir að hægt sé að sýsla með sumar stillingar í gegnum vefviðmótið. Að auki þarf þessi skrá að vera skrifanleg við hverja uppfærslu.",
@@ -239,10 +245,15 @@ OC.L10N.register(
"Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Yfirfarðu vandlega <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">uppsetningarleiðbeiningarnar ↗</a>, og athugaðu hvort nokkrar villumeldingar eða aðvaranir séu í <a href=\"%s\">annálnum</a>.",
"All checks passed." : "Stóðst allar prófanir.",
"Background jobs" : "Verk í bakgrunni",
+ "Last job ran %s." : "Síðasta verk var keyrt %s.",
+ "Last job execution ran %s. Something seems wrong." : "Síðasta verk var keyrt %s. Eitthvað er ekki eins og það á að sér að vera.",
+ "Background job didn’t run yet!" : "Bakgrunnsverk hefur ekki ennþá verið keyrt!",
+ "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Til að ná bestum afköstum er mikilvægt að stilla bakgrunnsverk rétt. Fyrir stórar uppsetningar er mælt með því að nota 'cron' kerfisins. Skoðaðu hjálparskjölin til að sjá ítarlegar upplýsingar.",
"Execute one task with each page loaded" : "Framkvæma eitt verk með hverri innhlaðinni síðu",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php er skráð á webcron-þjónustu til að kalla á cron.php á 15 mínútna fresti yfir http.",
+ "Use system cron service to call the cron.php file every 15 minutes." : "Nota cron-þjónustu kerfisins til að kalla á cron.php skrána á 15 mínútna fresti.",
"The cron.php needs to be executed by the system user \"%s\"." : "cron.php verður að vera keyrt af kerfisnotandanum \"%s\".",
- "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Til að keyra þetta þarftu að hafa PHP posix viðvótina (extension). Skoðaðu {linkstart}PHP hjálparskjölin{linkend} fyrir nánari útlistun.",
+ "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Til að keyra þetta þarftu að hafa PHP-posix-viðaukann (extension). Skoðaðu {linkstart}PHP-hjálparskjölin{linkend} fyrir nánari útlistun.",
"Version" : "Útgáfa",
"Sharing" : "Deiling",
"As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Sem stjórnandi geturðu fínstillt hegðun við deilingu. Endilega kíktu á hjálparskjölin til að sjá ítarlegri upplýsingar.",
@@ -264,6 +275,7 @@ OC.L10N.register(
"Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "Birta fyrirvara á opinberu upphleðslusíðunni. (Birtist einungis þegar listi yfir skrár er falinn).",
"This text will be shown on the public link upload page when the file list is hidden." : "Þessi texti birtist á opinberu upphleðslusíðunni þegar listi yfir skrár er falinn.",
"Tips & tricks" : "Ábendingar og góð ráð",
+ "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Það eru margir eiginleikar og stillingarofar í boði til að sérsníða og besta notkun þessarar uppsetningar. Hér eru nokkrar ábendingar um frekari upplýsingar.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Núna er stuðst við SQLite sem bakenda fyrir gagnagrunn. Fyrir stærri uppsetningar mælum við með að skipta yfir í annan gagnagrunnsbakenda.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Mælt er sérstaklega með þessu þegar skjáborðsforritið er notað til að samstilla skrár.",
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "Til að yfirfæra í annan gagnagrunn skaltu nota skipanalínutólið: 'occ db:convert-type', eða lesa <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">hjálparskjölin ↗</a>.",
@@ -343,6 +355,7 @@ OC.L10N.register(
"Web, desktop and mobile clients currently logged in to your account." : "Veftól, tölvur og símar sem núna eru skráð inn á aðganginn þinn.",
"Device" : "Tæki",
"Last activity" : "Síðasta virkni",
+ "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Hér geturðu útbúið sérstök lykilorð fyrir hvert forrit svo að þú þurfir ekki að gefa upp lykilorðið þitt. Þú getur líka afturkallað þau hvert fyrir sig.",
"Name" : "Heiti",
"App name" : "Heiti forrits",
"Create new app password" : "Búa til nýtt lykilorð forrits",
diff --git a/settings/l10n/is.json b/settings/l10n/is.json
index 56a02c207d8..138eae743f0 100644
--- a/settings/l10n/is.json
+++ b/settings/l10n/is.json
@@ -5,6 +5,9 @@
"{actor} changed your email address" : "{actor} breytti tölvupóstfanginu þínu",
"You changed your email address" : "Þú breyttir tölvupóstfanginu þínu",
"Your email address was changed by an administrator" : "Kerfisstjóri breytti tölvupóstfanginu þínu",
+ "Security" : "Öryggi",
+ "You successfully logged in using two-factor authentication (%1$s)" : "Þér tókst að skrá þig inn með tveggja-þrepa auðkenningu (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "Innskráning með tveggja-þrepa auðkenningu mistókst (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Breyting hefur orðið á <strong>lykilorði</strong> eða <strong>tölvupóstfangi</strong> þínu",
"Your apps" : "Forritin þín",
"Enabled apps" : "Virk forrit",
@@ -191,6 +194,7 @@
"STARTTLS" : "STARTTLS",
"Email server" : "Póstþjónn",
"Open documentation" : "Opna hjálparskjöl",
+ "It is important to set up this server to be able to send emails, like for password reset and notifications." : "Það er mikilvægt að setja þennan vefþjón upp þannig að hann getir sent tölvupóst, eins og fyrir endurstillingu lykilorða og útsendingu tilkynninga.",
"Send mode" : "Sendihamur",
"Encryption" : "Dulritun",
"From address" : "Frá vistfangi",
@@ -206,6 +210,7 @@
"Test email settings" : "Prófa tölvupóststillingar",
"Send email" : "Senda tölvupóst",
"Server-side encryption" : "Dulritun á þjóni",
+ "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Dulritun á vefþjóni (server-side encryption) gerir kleift að dulrita skrár sem sendar eru inn á þennan þjón. Sá eiginleiki er ekki án áhrifa á afköst kerfisins, þannig að slíkt ætti ekki að virkja nema að vel yfirlögðu máli.",
"Enable server-side encryption" : "Virkja dulritun á þjóni",
"Please read carefully before activating server-side encryption: " : "Lestu eftirfarandi gaumgæfilega áður en þú virkjar dulritun á þjóni: ",
"Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Þegar dulritun er virkjuð, munu frá þeim tímapunkti allar skrár sem sendar eru inn á þjóninn verða dulritaðar inni á honum. Einungis mun verða hægt að afvirkja dulritun síðar, ef virka dulritunareiningin styður þá aðgerð, og ef allar forsendur (t.d. að setja endurheimtulykil) eru uppfylltar.",
@@ -220,6 +225,7 @@
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Þú verður að yfirfæra dulritunarlyklana þína úr gömlu dulrituninni (ownCloud <= 8.0) yfir í þá nýju.",
"Start migration" : "Hefja yfirfærslu",
"Security & setup warnings" : "Öryggi og aðvaranir vegna uppsetningar",
+ "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Ticks section and the documentation for more information." : "Það er mikilvægt fyrir öryggi og afköst uppsetningarinnar þinnar að allt sé rétt stillt. Til að hjálpa við að svo sé, eru gerðar ýmsar sjálfvirkar prófanir. Skoðaðu 'Ábendingar og góð ráð' (Tips & Tricks) og hjálparskjölin til að sjá ítarlegar upplýsingar.",
"php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Það lítur út eins og að PHP sé ekki rétt sett upp varðandi fyrirspurnir um umhverfisbreytur. Prófun með getenv(\"PATH\") skilar auðu svari.",
"Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Endilega skoðaðu <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">hjálparskjöl uppsetningarinnar ↗</a> varðandi athugasemdir vegna uppsetningar PHP og sjálfa uppsetningu PHP-þjónsins, Sérstaklega ef þú notar php-fpm.",
"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." : "Skrifvarða stillingaskráin hefur verið virkjuð. Þetta kemur í veg fyrir að hægt sé að sýsla með sumar stillingar í gegnum vefviðmótið. Að auki þarf þessi skrá að vera skrifanleg við hverja uppfærslu.",
@@ -237,10 +243,15 @@
"Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Yfirfarðu vandlega <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">uppsetningarleiðbeiningarnar ↗</a>, og athugaðu hvort nokkrar villumeldingar eða aðvaranir séu í <a href=\"%s\">annálnum</a>.",
"All checks passed." : "Stóðst allar prófanir.",
"Background jobs" : "Verk í bakgrunni",
+ "Last job ran %s." : "Síðasta verk var keyrt %s.",
+ "Last job execution ran %s. Something seems wrong." : "Síðasta verk var keyrt %s. Eitthvað er ekki eins og það á að sér að vera.",
+ "Background job didn’t run yet!" : "Bakgrunnsverk hefur ekki ennþá verið keyrt!",
+ "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Til að ná bestum afköstum er mikilvægt að stilla bakgrunnsverk rétt. Fyrir stórar uppsetningar er mælt með því að nota 'cron' kerfisins. Skoðaðu hjálparskjölin til að sjá ítarlegar upplýsingar.",
"Execute one task with each page loaded" : "Framkvæma eitt verk með hverri innhlaðinni síðu",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php er skráð á webcron-þjónustu til að kalla á cron.php á 15 mínútna fresti yfir http.",
+ "Use system cron service to call the cron.php file every 15 minutes." : "Nota cron-þjónustu kerfisins til að kalla á cron.php skrána á 15 mínútna fresti.",
"The cron.php needs to be executed by the system user \"%s\"." : "cron.php verður að vera keyrt af kerfisnotandanum \"%s\".",
- "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Til að keyra þetta þarftu að hafa PHP posix viðvótina (extension). Skoðaðu {linkstart}PHP hjálparskjölin{linkend} fyrir nánari útlistun.",
+ "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Til að keyra þetta þarftu að hafa PHP-posix-viðaukann (extension). Skoðaðu {linkstart}PHP-hjálparskjölin{linkend} fyrir nánari útlistun.",
"Version" : "Útgáfa",
"Sharing" : "Deiling",
"As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Sem stjórnandi geturðu fínstillt hegðun við deilingu. Endilega kíktu á hjálparskjölin til að sjá ítarlegri upplýsingar.",
@@ -262,6 +273,7 @@
"Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "Birta fyrirvara á opinberu upphleðslusíðunni. (Birtist einungis þegar listi yfir skrár er falinn).",
"This text will be shown on the public link upload page when the file list is hidden." : "Þessi texti birtist á opinberu upphleðslusíðunni þegar listi yfir skrár er falinn.",
"Tips & tricks" : "Ábendingar og góð ráð",
+ "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Það eru margir eiginleikar og stillingarofar í boði til að sérsníða og besta notkun þessarar uppsetningar. Hér eru nokkrar ábendingar um frekari upplýsingar.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Núna er stuðst við SQLite sem bakenda fyrir gagnagrunn. Fyrir stærri uppsetningar mælum við með að skipta yfir í annan gagnagrunnsbakenda.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Mælt er sérstaklega með þessu þegar skjáborðsforritið er notað til að samstilla skrár.",
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "Til að yfirfæra í annan gagnagrunn skaltu nota skipanalínutólið: 'occ db:convert-type', eða lesa <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">hjálparskjölin ↗</a>.",
@@ -341,6 +353,7 @@
"Web, desktop and mobile clients currently logged in to your account." : "Veftól, tölvur og símar sem núna eru skráð inn á aðganginn þinn.",
"Device" : "Tæki",
"Last activity" : "Síðasta virkni",
+ "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Hér geturðu útbúið sérstök lykilorð fyrir hvert forrit svo að þú þurfir ekki að gefa upp lykilorðið þitt. Þú getur líka afturkallað þau hvert fyrir sig.",
"Name" : "Heiti",
"App name" : "Heiti forrits",
"Create new app password" : "Búa til nýtt lykilorð forrits",
diff --git a/settings/l10n/nb.js b/settings/l10n/nb.js
index 2844d1114b6..513d6c5f0b1 100644
--- a/settings/l10n/nb.js
+++ b/settings/l10n/nb.js
@@ -7,6 +7,9 @@ OC.L10N.register(
"{actor} changed your email address" : "{actor} endret din e-postadresse",
"You changed your email address" : "Du endret din e-postadresse",
"Your email address was changed by an administrator" : "Din e-postadresse ble endret av en administrator",
+ "Security" : "Sikkerhet",
+ "You successfully logged in using two-factor authentication (%1$s)" : "Din innlogging med to-trinns bekreftelse var velykket (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "En innlogging med to-trinns bekreftelse mislyktes (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Ditt <strong>passord</strong> eller din <strong>e-postadresse</strong> ble endret",
"Your apps" : "Dine programmer",
"Enabled apps" : "Påskrudde programmer",
@@ -106,7 +109,7 @@ OC.L10N.register(
"Removing …" : "Fjerner…",
"Error while removing app" : "Feil under fjerning av program",
"Remove" : "Fjern",
- "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Programmet er aktivert men må oppdateres. Du vil bli omdirigert til oppdateringssiden om 5 sekunder.",
+ "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Programmet er aktivert men må oppdateres. Du vil bli videresendt til oppdateringssiden om 5 sekunder.",
"App update" : "Programoppdatering",
"Approved" : "Godkjent",
"Experimental" : "Eksperimentell",
diff --git a/settings/l10n/nb.json b/settings/l10n/nb.json
index 198ac6229e1..58b44a466a3 100644
--- a/settings/l10n/nb.json
+++ b/settings/l10n/nb.json
@@ -5,6 +5,9 @@
"{actor} changed your email address" : "{actor} endret din e-postadresse",
"You changed your email address" : "Du endret din e-postadresse",
"Your email address was changed by an administrator" : "Din e-postadresse ble endret av en administrator",
+ "Security" : "Sikkerhet",
+ "You successfully logged in using two-factor authentication (%1$s)" : "Din innlogging med to-trinns bekreftelse var velykket (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "En innlogging med to-trinns bekreftelse mislyktes (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Ditt <strong>passord</strong> eller din <strong>e-postadresse</strong> ble endret",
"Your apps" : "Dine programmer",
"Enabled apps" : "Påskrudde programmer",
@@ -104,7 +107,7 @@
"Removing …" : "Fjerner…",
"Error while removing app" : "Feil under fjerning av program",
"Remove" : "Fjern",
- "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Programmet er aktivert men må oppdateres. Du vil bli omdirigert til oppdateringssiden om 5 sekunder.",
+ "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Programmet er aktivert men må oppdateres. Du vil bli videresendt til oppdateringssiden om 5 sekunder.",
"App update" : "Programoppdatering",
"Approved" : "Godkjent",
"Experimental" : "Eksperimentell",
diff --git a/settings/l10n/pl.js b/settings/l10n/pl.js
index e2a753cf9c4..be02cf7dd9b 100644
--- a/settings/l10n/pl.js
+++ b/settings/l10n/pl.js
@@ -7,6 +7,9 @@ OC.L10N.register(
"{actor} changed your email address" : "{actor} zmienił twój adres e-mail",
"You changed your email address" : "Zmieniłeś/-aś swój adres e-mail",
"Your email address was changed by an administrator" : "Twój adres e-mail został zmieniony przez administratora",
+ "Security" : "Bezpieczeństwo",
+ "You successfully logged in using two-factor authentication (%1$s)" : "Pomyślnie zalogowano z wykorzystaniem uwierzytelnienia dwuetapowego (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "Próba logowania z wykorzystaniem uwierzytelniania dwuetepowego zakończyła się niepowodzeniem (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Twoje <strong>hasło</strong> lub <strong>e-mail</strong> zostal zmieniony",
"Your apps" : "Twoje aplikacje",
"Enabled apps" : "Włączone aplikacje",
@@ -241,7 +244,10 @@ OC.L10N.register(
"It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Nie było możliwe do wykonania przez cron CLI. Pojawiły się następujące błędy techniczne:",
"Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Proszę sprawdzić dokładnie <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">przewodniki instalacji ↗</a> oraz błędy i ostrzeżenia w <a href=\"%s\">logu</a>.",
"All checks passed." : "Wszystkie testy konfiguracji zakończyły się pomyślnie.",
- "Background jobs" : "Procesy w tle",
+ "Background jobs" : "Zadania w tle",
+ "Last job ran %s." : "Ostatnie zadanie wykonano %s",
+ "Last job execution ran %s. Something seems wrong." : "Ostatnie zadanie wykonano %s. Coś poszło nie tak.",
+ "Background job didn’t run yet!" : "Zadanie w tle nie zostało wykonane ani razu!",
"For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Dla optymalnej wydajności należy poprawnie skonfigurować zadania w tle. Dla większych instancji zalecane jest użycie usługi 'Cron'. Więcej informacji można znaleźć w dokumentacji.",
"Execute one task with each page loaded" : "Wykonuj jedno zadanie wraz z każdą wczytaną stroną.",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "Cron.php jest zarejestrowany w usłudze webcron do uruchamiania cron.php raz na 15 minut przez http.",
diff --git a/settings/l10n/pl.json b/settings/l10n/pl.json
index 7d374666f0c..05436b13f43 100644
--- a/settings/l10n/pl.json
+++ b/settings/l10n/pl.json
@@ -5,6 +5,9 @@
"{actor} changed your email address" : "{actor} zmienił twój adres e-mail",
"You changed your email address" : "Zmieniłeś/-aś swój adres e-mail",
"Your email address was changed by an administrator" : "Twój adres e-mail został zmieniony przez administratora",
+ "Security" : "Bezpieczeństwo",
+ "You successfully logged in using two-factor authentication (%1$s)" : "Pomyślnie zalogowano z wykorzystaniem uwierzytelnienia dwuetapowego (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "Próba logowania z wykorzystaniem uwierzytelniania dwuetepowego zakończyła się niepowodzeniem (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Twoje <strong>hasło</strong> lub <strong>e-mail</strong> zostal zmieniony",
"Your apps" : "Twoje aplikacje",
"Enabled apps" : "Włączone aplikacje",
@@ -239,7 +242,10 @@
"It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Nie było możliwe do wykonania przez cron CLI. Pojawiły się następujące błędy techniczne:",
"Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Proszę sprawdzić dokładnie <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">przewodniki instalacji ↗</a> oraz błędy i ostrzeżenia w <a href=\"%s\">logu</a>.",
"All checks passed." : "Wszystkie testy konfiguracji zakończyły się pomyślnie.",
- "Background jobs" : "Procesy w tle",
+ "Background jobs" : "Zadania w tle",
+ "Last job ran %s." : "Ostatnie zadanie wykonano %s",
+ "Last job execution ran %s. Something seems wrong." : "Ostatnie zadanie wykonano %s. Coś poszło nie tak.",
+ "Background job didn’t run yet!" : "Zadanie w tle nie zostało wykonane ani razu!",
"For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Dla optymalnej wydajności należy poprawnie skonfigurować zadania w tle. Dla większych instancji zalecane jest użycie usługi 'Cron'. Więcej informacji można znaleźć w dokumentacji.",
"Execute one task with each page loaded" : "Wykonuj jedno zadanie wraz z każdą wczytaną stroną.",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "Cron.php jest zarejestrowany w usłudze webcron do uruchamiania cron.php raz na 15 minut przez http.",
diff --git a/settings/l10n/pt_BR.js b/settings/l10n/pt_BR.js
index 5a4883920a6..74baec24bfd 100644
--- a/settings/l10n/pt_BR.js
+++ b/settings/l10n/pt_BR.js
@@ -7,6 +7,9 @@ OC.L10N.register(
"{actor} changed your email address" : "{actor} alterou seu e-mail",
"You changed your email address" : "Você alterou seu e-mail",
"Your email address was changed by an administrator" : "Seu e-mail foi alterado pelo administrador",
+ "Security" : "Segurança",
+ "You successfully logged in using two-factor authentication (%1$s)" : "Você conectou com êxito usando q autenticação de dois fatores (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "A tentativa de login usando a autenticação de dois fatores falhou (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Sua <strong>senha</strong> ou <strong>e-mail</strong> foram alterados",
"Your apps" : "Seus aplicativos",
"Enabled apps" : "Aplicativos habilitados",
diff --git a/settings/l10n/pt_BR.json b/settings/l10n/pt_BR.json
index 930a8e5d3d2..89e45f0423c 100644
--- a/settings/l10n/pt_BR.json
+++ b/settings/l10n/pt_BR.json
@@ -5,6 +5,9 @@
"{actor} changed your email address" : "{actor} alterou seu e-mail",
"You changed your email address" : "Você alterou seu e-mail",
"Your email address was changed by an administrator" : "Seu e-mail foi alterado pelo administrador",
+ "Security" : "Segurança",
+ "You successfully logged in using two-factor authentication (%1$s)" : "Você conectou com êxito usando q autenticação de dois fatores (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "A tentativa de login usando a autenticação de dois fatores falhou (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Sua <strong>senha</strong> ou <strong>e-mail</strong> foram alterados",
"Your apps" : "Seus aplicativos",
"Enabled apps" : "Aplicativos habilitados",
diff --git a/settings/l10n/ru.js b/settings/l10n/ru.js
index ebcad1dab36..0b4ce13e8ef 100644
--- a/settings/l10n/ru.js
+++ b/settings/l10n/ru.js
@@ -7,6 +7,9 @@ OC.L10N.register(
"{actor} changed your email address" : "{actor} сменил ваш адрес email",
"You changed your email address" : "Вы изменили свой адрес email",
"Your email address was changed by an administrator" : "Ваш адрес email был изменён администратором",
+ "Security" : "Безопасность",
+ "You successfully logged in using two-factor authentication (%1$s)" : "Вы успешно вошли в систему используя двухфакторную аутентификацию (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "Сбой при попытке входа с использованием двухфакторной аутентификации (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Вашr <strong>пароль</strong> или <strong>email</strong> были изменены",
"Your apps" : "Ваши приложения",
"Enabled apps" : "Активные приложения",
diff --git a/settings/l10n/ru.json b/settings/l10n/ru.json
index 984b650a5f2..e0b55109706 100644
--- a/settings/l10n/ru.json
+++ b/settings/l10n/ru.json
@@ -5,6 +5,9 @@
"{actor} changed your email address" : "{actor} сменил ваш адрес email",
"You changed your email address" : "Вы изменили свой адрес email",
"Your email address was changed by an administrator" : "Ваш адрес email был изменён администратором",
+ "Security" : "Безопасность",
+ "You successfully logged in using two-factor authentication (%1$s)" : "Вы успешно вошли в систему используя двухфакторную аутентификацию (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "Сбой при попытке входа с использованием двухфакторной аутентификации (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Вашr <strong>пароль</strong> или <strong>email</strong> были изменены",
"Your apps" : "Ваши приложения",
"Enabled apps" : "Активные приложения",
diff --git a/settings/l10n/tr.js b/settings/l10n/tr.js
index 43fd4139949..6aa9978f8c1 100644
--- a/settings/l10n/tr.js
+++ b/settings/l10n/tr.js
@@ -7,6 +7,9 @@ OC.L10N.register(
"{actor} changed your email address" : "{actor} e-posta adresinizi değiştirdi",
"You changed your email address" : "E-posta adresinizi değiştirdiniz",
"Your email address was changed by an administrator" : "E-posta adresiniz bir yönetici tarafından değiştirildi",
+ "Security" : "Güvenlik",
+ "You successfully logged in using two-factor authentication (%1$s)" : "İki aşamalı kimlik doğrulama ile oturum açtınız (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "İki aşamalı kimlik doğrulama ile oturum açma girişimi reddedildi (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "<strong>Parolanız</strong> ya da <strong>e-posta adresiniz</strong> değiştirildi",
"Your apps" : "Uygulamalarınız",
"Enabled apps" : "Etkinleştirilmiş Uygulamalar",
diff --git a/settings/l10n/tr.json b/settings/l10n/tr.json
index e3e0b42381c..0cbae85d552 100644
--- a/settings/l10n/tr.json
+++ b/settings/l10n/tr.json
@@ -5,6 +5,9 @@
"{actor} changed your email address" : "{actor} e-posta adresinizi değiştirdi",
"You changed your email address" : "E-posta adresinizi değiştirdiniz",
"Your email address was changed by an administrator" : "E-posta adresiniz bir yönetici tarafından değiştirildi",
+ "Security" : "Güvenlik",
+ "You successfully logged in using two-factor authentication (%1$s)" : "İki aşamalı kimlik doğrulama ile oturum açtınız (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "İki aşamalı kimlik doğrulama ile oturum açma girişimi reddedildi (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "<strong>Parolanız</strong> ya da <strong>e-posta adresiniz</strong> değiştirildi",
"Your apps" : "Uygulamalarınız",
"Enabled apps" : "Etkinleştirilmiş Uygulamalar",