summaryrefslogtreecommitdiffstats
path: root/settings/l10n
diff options
context:
space:
mode:
Diffstat (limited to 'settings/l10n')
-rw-r--r--settings/l10n/de.js2
-rw-r--r--settings/l10n/de.json2
-rw-r--r--settings/l10n/el.js3
-rw-r--r--settings/l10n/el.json3
-rw-r--r--settings/l10n/en_GB.js3
-rw-r--r--settings/l10n/en_GB.json3
-rw-r--r--settings/l10n/et_EE.js10
-rw-r--r--settings/l10n/et_EE.json10
-rw-r--r--settings/l10n/hu.js42
-rw-r--r--settings/l10n/hu.json42
-rw-r--r--settings/l10n/pl.js3
-rw-r--r--settings/l10n/pl.json3
-rw-r--r--settings/l10n/pt_BR.js2
-rw-r--r--settings/l10n/pt_BR.json2
-rw-r--r--settings/l10n/sq.js3
-rw-r--r--settings/l10n/sq.json3
-rw-r--r--settings/l10n/sv.js3
-rw-r--r--settings/l10n/sv.json3
-rw-r--r--settings/l10n/zh_CN.js20
-rw-r--r--settings/l10n/zh_CN.json20
-rw-r--r--settings/l10n/zh_TW.js3
-rw-r--r--settings/l10n/zh_TW.json3
22 files changed, 168 insertions, 20 deletions
diff --git a/settings/l10n/de.js b/settings/l10n/de.js
index f37762d7f9d..89d25eedade 100644
--- a/settings/l10n/de.js
+++ b/settings/l10n/de.js
@@ -391,7 +391,7 @@ OC.L10N.register(
"Error while removing app" : "Fehler beim Entfernen der App",
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Die App wurde aktiviert, muss aber aktualisiert werden. Du wirst in 5 Sekunden zur Aktualisierungsseite weitergeleitet.",
"App update" : "App-Aktualisierung",
- "__language_name__" : " Deutsch (Persönlich: Du) ",
+ "__language_name__" : "Deutsch (Persönlich: Du)",
"Verifying" : "Überprüfe",
"Personal info" : "Persönliche Informationen ",
"Sync clients" : "Sync-Clients",
diff --git a/settings/l10n/de.json b/settings/l10n/de.json
index 71ee4bff75c..60c320929ba 100644
--- a/settings/l10n/de.json
+++ b/settings/l10n/de.json
@@ -389,7 +389,7 @@
"Error while removing app" : "Fehler beim Entfernen der App",
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Die App wurde aktiviert, muss aber aktualisiert werden. Du wirst in 5 Sekunden zur Aktualisierungsseite weitergeleitet.",
"App update" : "App-Aktualisierung",
- "__language_name__" : " Deutsch (Persönlich: Du) ",
+ "__language_name__" : "Deutsch (Persönlich: Du)",
"Verifying" : "Überprüfe",
"Personal info" : "Persönliche Informationen ",
"Sync clients" : "Sync-Clients",
diff --git a/settings/l10n/el.js b/settings/l10n/el.js
index 5de1fa6168e..eb0f50054fe 100644
--- a/settings/l10n/el.js
+++ b/settings/l10n/el.js
@@ -341,6 +341,7 @@ OC.L10N.register(
"change full name" : "αλλαγή πλήρους ονόματος",
"set new password" : "επιλογή νέου κωδικού",
"change email address" : "αλλαγή διεύθυνσης ηλ. αλληλογραφίας",
- "Default" : "Προκαθορισμένο"
+ "Default" : "Προκαθορισμένο",
+ "__language_name__" : "Ελληνικά"
},
"nplurals=2; plural=(n != 1);");
diff --git a/settings/l10n/el.json b/settings/l10n/el.json
index 4c79b03b7f2..5c03d4bd594 100644
--- a/settings/l10n/el.json
+++ b/settings/l10n/el.json
@@ -339,6 +339,7 @@
"change full name" : "αλλαγή πλήρους ονόματος",
"set new password" : "επιλογή νέου κωδικού",
"change email address" : "αλλαγή διεύθυνσης ηλ. αλληλογραφίας",
- "Default" : "Προκαθορισμένο"
+ "Default" : "Προκαθορισμένο",
+ "__language_name__" : "Ελληνικά"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/settings/l10n/en_GB.js b/settings/l10n/en_GB.js
index 8fb15e62479..40d3bb005ff 100644
--- a/settings/l10n/en_GB.js
+++ b/settings/l10n/en_GB.js
@@ -384,6 +384,7 @@ OC.L10N.register(
"change full name" : "change full name",
"set new password" : "set new password",
"change email address" : "change email address",
- "Default" : "Default"
+ "Default" : "Default",
+ "__language_name__" : "English (British English)"
},
"nplurals=2; plural=(n != 1);");
diff --git a/settings/l10n/en_GB.json b/settings/l10n/en_GB.json
index 8f81ebc83ac..b3ba1455d5a 100644
--- a/settings/l10n/en_GB.json
+++ b/settings/l10n/en_GB.json
@@ -382,6 +382,7 @@
"change full name" : "change full name",
"set new password" : "set new password",
"change email address" : "change email address",
- "Default" : "Default"
+ "Default" : "Default",
+ "__language_name__" : "English (British English)"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/settings/l10n/et_EE.js b/settings/l10n/et_EE.js
index 2d8cd9e326a..9e46cf5f494 100644
--- a/settings/l10n/et_EE.js
+++ b/settings/l10n/et_EE.js
@@ -8,6 +8,8 @@ OC.L10N.register(
"You changed your email address" : "Sa muutsid oma e-posti aadressi",
"Your email address was changed by an administrator" : "Administraator muutis sinu e-posti aadressi",
"Security" : "Turvalisus",
+ "You successfully logged in using two-factor authentication (%1$s)" : "Logisid edukalt sisse, kasutades kaheastmelist autentimiset (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "Sisselogimiskatse, kasutades kaheastmelist autentimist, ebaõnnestus (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Sinu <strong>parooli</strong> või <strong>e-posti aadressi</strong> muudeti",
"Your apps" : "Sinu rakendused",
"Updates" : "Uuendused",
@@ -49,14 +51,22 @@ OC.L10N.register(
"Invalid user" : "Vigane kasutaja",
"Unable to change mail address" : "E-posti aadressi muutmine ebaõnnestus",
"Email saved" : "Kiri on salvestatud",
+ "%1$s changed your password on %2$s." : "%1$s muutis su parooli %2$s.",
"Your password on %s was changed." : "Sinu %s parool muudeti.",
"Your password on %s was reset by an administrator." : "Administraator lähtestas sinu %s parooli.",
+ "Password for %1$s changed on %2$s" : "%1$s parool muudetud %2$s",
+ "Password changed for %s" : "%s parool muudetud",
"If you did not request this, please contact an administrator." : "Kui sa pole seda taotlenud, võta ühendust administraatoriga.",
+ "%1$s changed your email address on %2$s." : "%1$s muutis su e-posti aadressi %2$s.",
"Your email address on %s was changed." : "Sinu %s e-posti aadressi muudeti.",
"Your email address on %s was changed by an administrator." : "Administraator muutis sinu %s e-posti aadressi.",
+ "Email address for %1$s changed on %2$s" : "%1$s e-posti aadress muudetud %2$s",
+ "Email address changed for %s" : "%s e-posti aadress muudetud",
+ "The new email address is %s" : "Uus e-posti aadress on %s",
"Your %s account was created" : "Sinu %s konto on loodud",
"Welcome aboard" : "Tere tulemast",
"Welcome aboard %s" : "Tere tulemast %s",
+ "Welcome to your %s account, you can add, protect, and share your data." : "Tere tulemast oma %s kontole. Sa saad lisada, kaitsta ja jagada oma andmeid.",
"Your username is: %s" : "Sinu kasutajanimi on: %s",
"Set your password" : "Määra oma parool",
"Go to %s" : "Mine %s",
diff --git a/settings/l10n/et_EE.json b/settings/l10n/et_EE.json
index 15853ffd41a..0d9c2d6dc2c 100644
--- a/settings/l10n/et_EE.json
+++ b/settings/l10n/et_EE.json
@@ -6,6 +6,8 @@
"You changed your email address" : "Sa muutsid oma e-posti aadressi",
"Your email address was changed by an administrator" : "Administraator muutis sinu e-posti aadressi",
"Security" : "Turvalisus",
+ "You successfully logged in using two-factor authentication (%1$s)" : "Logisid edukalt sisse, kasutades kaheastmelist autentimiset (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "Sisselogimiskatse, kasutades kaheastmelist autentimist, ebaõnnestus (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Sinu <strong>parooli</strong> või <strong>e-posti aadressi</strong> muudeti",
"Your apps" : "Sinu rakendused",
"Updates" : "Uuendused",
@@ -47,14 +49,22 @@
"Invalid user" : "Vigane kasutaja",
"Unable to change mail address" : "E-posti aadressi muutmine ebaõnnestus",
"Email saved" : "Kiri on salvestatud",
+ "%1$s changed your password on %2$s." : "%1$s muutis su parooli %2$s.",
"Your password on %s was changed." : "Sinu %s parool muudeti.",
"Your password on %s was reset by an administrator." : "Administraator lähtestas sinu %s parooli.",
+ "Password for %1$s changed on %2$s" : "%1$s parool muudetud %2$s",
+ "Password changed for %s" : "%s parool muudetud",
"If you did not request this, please contact an administrator." : "Kui sa pole seda taotlenud, võta ühendust administraatoriga.",
+ "%1$s changed your email address on %2$s." : "%1$s muutis su e-posti aadressi %2$s.",
"Your email address on %s was changed." : "Sinu %s e-posti aadressi muudeti.",
"Your email address on %s was changed by an administrator." : "Administraator muutis sinu %s e-posti aadressi.",
+ "Email address for %1$s changed on %2$s" : "%1$s e-posti aadress muudetud %2$s",
+ "Email address changed for %s" : "%s e-posti aadress muudetud",
+ "The new email address is %s" : "Uus e-posti aadress on %s",
"Your %s account was created" : "Sinu %s konto on loodud",
"Welcome aboard" : "Tere tulemast",
"Welcome aboard %s" : "Tere tulemast %s",
+ "Welcome to your %s account, you can add, protect, and share your data." : "Tere tulemast oma %s kontole. Sa saad lisada, kaitsta ja jagada oma andmeid.",
"Your username is: %s" : "Sinu kasutajanimi on: %s",
"Set your password" : "Määra oma parool",
"Go to %s" : "Mine %s",
diff --git a/settings/l10n/hu.js b/settings/l10n/hu.js
index bd024acc743..3e9baaf1d32 100644
--- a/settings/l10n/hu.js
+++ b/settings/l10n/hu.js
@@ -384,6 +384,46 @@ OC.L10N.register(
"change full name" : "a teljes név megváltoztatása",
"set new password" : "új jelszó beállítása",
"change email address" : "e-mail cím megváltoztatása",
- "Default" : "Alapértelmezett"
+ "Default" : "Alapértelmezett",
+ "_You have %n app update pending_::_You have %n app updates pending_" : ["%n alkalmazás frissítése függőben van","%n alkalmazás frissítése függőben van"],
+ "Updating...." : "Frissítés folyamatban...",
+ "Error while updating app" : "Hiba történt az alkalmazás frissítése közben",
+ "Error while removing app" : "Hiba az alkalmazás eltávolításakor",
+ "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Ez az alkalmazás engedélyezve van, de frissíteni kell. A frissítő oldalra irányítjuk 5 másodpercen belül.",
+ "App update" : "Alkalmazás frissítése",
+ "__language_name__" : "Magyar",
+ "Verifying" : "Ellenőrzés...",
+ "Personal info" : "Személyes információk",
+ "Sync clients" : "Szinkron kliensek",
+ "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 telepítésed biztonságához és megfelelő teljesítményéhez fontos, hogy minden beállítás helyes legyen. Ennek érdekében segítünk pár automatikus ellenőrzéssel. Kérlek tekintsd meg a tippek&trükkök részt a dokumentációban több információért.",
+ "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Úgy tűnik, hogy a PHP nem tudja olvasni a rendszer környezeti változóit. A getenv(\"PATH\") teszt visszatérési értéke üres.",
+ "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." : "Kérjük, ellenőrizze a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">telepítési dokumentációt ↗</a> a PHP konfigurációs beállításaival kapcsolatban, főleg ha PHP-FPM-et használ.",
+ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Úgy tűnik, hogy a PHP úgy van beállítva, hogy eltávolítja programok belsejében elhelyezett szövegblokkokat. Emiatt a rendszer több alapvető fontosságú eleme működésképtelen lesz.",
+ "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s %2$s verziója van telepítve, de a stabilitási és teljesítményi okok miatt javasoljuk az újabb, %1$s verzióra való frissítést.",
+ "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "A 'fileinfo' PHP modul nincs meg. Erősen javasoljuk használatát, hogy a MIME típus felismerés megfelelően működjön.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Tranzakcionális fájl lezárás tiltva van, ez problémákat okozhat versenyhelyzetben. Engedélyezd a 'filelocking.enabled' beállítást a config.php -ben, hogy elkerüld ezeket a problémákat. Nézd meg a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentációt ↗</a> bővebb információért.",
+ "This means that there might be problems with certain characters in file names." : "Ez azt jelenti, hogy probléma lehet bizonyos karakterekkel a fájlnevekben.",
+ "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Feltétlenül javasoljuk, hogy telepítse a szükséges csomagokat ahhoz, hogy a rendszere támogassa a következő lokalizációk valamelyikét: %s",
+ "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 \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Ha a telepítése nem a webkiszolgáló gyökerében van, és a rendszer cron szolgáltatását használja, akkor problémák lehetnek az URL-ek képzésével. Ezek elkerülése érdekében állítsa be a config.php-ban az \"overwrite.cli.url\" paramétert a telepítés által használt webútvonalra. (Javasolt beállítás: \"%s\")",
+ "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Az ütemezett feladat (cronjob) nem futott le parancssorból. A következő hibák tűntek fel:",
+ "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>." : "Kérjük, ellenőrizd a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">telepítési dokumentációt ↗</a> és a <a href=\"%s\">naplót</a>, hogy tartalmaz-e bármilyen hibát vagy figyelmeztetést.",
+ "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "A cron.php webcron szolgáltatásként van regisztrálva, hogy 15 percenként egyszer lefuttassa a cron.php-t.",
+ "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Ennek a futtatásához szükség van a PHP posix kiterjesztésre. További információkért nézd meg a {linkstart}PHP dokumentációt{linkend}.",
+ "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>." : "Más adatbázisról való áttéréshez használja a parancssort: 'occ db:convert-type', vagy keresse fel a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentációt ↗</a>.",
+ "Get the apps to sync your files" : "Alkalmazások a fájljaid szinkronizálásához",
+ "Desktop client" : "Asztali kliens",
+ "Android app" : "Android alkalmazás",
+ "iOS app" : "IOS alkalmazás",
+ "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Ha szeretnéd támogatni a projektet {contributeopen}csatlakozz a fejlesztéshez{linkclose} vagy {contributeopen}terjeszd a világban{linkclose}!",
+ "Show First Run Wizard again" : "Jelenítsd meg újra az Első indíráskori varázslót!",
+ "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Web, asztali, mobil kliensek és app specifikus jelszavak, amelyek jelenleg hozzáférnek a fiókodhoz.",
+ "App passwords" : "Alkalmazás jelszavak",
+ "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Itt adhatsz egyedi jelszavakat az appokhoz. Így nem kell a sajátodat kiadnod nekik. Itt is vonhatod vissza azokat.",
+ "Follow us on Google+!" : "Kövess Google+ -on!",
+ "Like our facebook page!" : "Kedveld a Facebook oldalunkat!",
+ "Follow us on Twitter!" : "Kövess Twitteren!",
+ "Check out our blog!" : "Nézd meg a blogunkat!",
+ "Subscribe to our newsletter!" : "Iratkozz fel a hírlevelünkre!",
+ "Group name" : "Csoport neve"
},
"nplurals=2; plural=(n != 1);");
diff --git a/settings/l10n/hu.json b/settings/l10n/hu.json
index e337d0e7b07..fd66441b7f3 100644
--- a/settings/l10n/hu.json
+++ b/settings/l10n/hu.json
@@ -382,6 +382,46 @@
"change full name" : "a teljes név megváltoztatása",
"set new password" : "új jelszó beállítása",
"change email address" : "e-mail cím megváltoztatása",
- "Default" : "Alapértelmezett"
+ "Default" : "Alapértelmezett",
+ "_You have %n app update pending_::_You have %n app updates pending_" : ["%n alkalmazás frissítése függőben van","%n alkalmazás frissítése függőben van"],
+ "Updating...." : "Frissítés folyamatban...",
+ "Error while updating app" : "Hiba történt az alkalmazás frissítése közben",
+ "Error while removing app" : "Hiba az alkalmazás eltávolításakor",
+ "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Ez az alkalmazás engedélyezve van, de frissíteni kell. A frissítő oldalra irányítjuk 5 másodpercen belül.",
+ "App update" : "Alkalmazás frissítése",
+ "__language_name__" : "Magyar",
+ "Verifying" : "Ellenőrzés...",
+ "Personal info" : "Személyes információk",
+ "Sync clients" : "Szinkron kliensek",
+ "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 telepítésed biztonságához és megfelelő teljesítményéhez fontos, hogy minden beállítás helyes legyen. Ennek érdekében segítünk pár automatikus ellenőrzéssel. Kérlek tekintsd meg a tippek&trükkök részt a dokumentációban több információért.",
+ "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Úgy tűnik, hogy a PHP nem tudja olvasni a rendszer környezeti változóit. A getenv(\"PATH\") teszt visszatérési értéke üres.",
+ "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." : "Kérjük, ellenőrizze a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">telepítési dokumentációt ↗</a> a PHP konfigurációs beállításaival kapcsolatban, főleg ha PHP-FPM-et használ.",
+ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Úgy tűnik, hogy a PHP úgy van beállítva, hogy eltávolítja programok belsejében elhelyezett szövegblokkokat. Emiatt a rendszer több alapvető fontosságú eleme működésképtelen lesz.",
+ "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s %2$s verziója van telepítve, de a stabilitási és teljesítményi okok miatt javasoljuk az újabb, %1$s verzióra való frissítést.",
+ "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "A 'fileinfo' PHP modul nincs meg. Erősen javasoljuk használatát, hogy a MIME típus felismerés megfelelően működjön.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Tranzakcionális fájl lezárás tiltva van, ez problémákat okozhat versenyhelyzetben. Engedélyezd a 'filelocking.enabled' beállítást a config.php -ben, hogy elkerüld ezeket a problémákat. Nézd meg a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentációt ↗</a> bővebb információért.",
+ "This means that there might be problems with certain characters in file names." : "Ez azt jelenti, hogy probléma lehet bizonyos karakterekkel a fájlnevekben.",
+ "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Feltétlenül javasoljuk, hogy telepítse a szükséges csomagokat ahhoz, hogy a rendszere támogassa a következő lokalizációk valamelyikét: %s",
+ "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 \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Ha a telepítése nem a webkiszolgáló gyökerében van, és a rendszer cron szolgáltatását használja, akkor problémák lehetnek az URL-ek képzésével. Ezek elkerülése érdekében állítsa be a config.php-ban az \"overwrite.cli.url\" paramétert a telepítés által használt webútvonalra. (Javasolt beállítás: \"%s\")",
+ "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Az ütemezett feladat (cronjob) nem futott le parancssorból. A következő hibák tűntek fel:",
+ "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>." : "Kérjük, ellenőrizd a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">telepítési dokumentációt ↗</a> és a <a href=\"%s\">naplót</a>, hogy tartalmaz-e bármilyen hibát vagy figyelmeztetést.",
+ "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "A cron.php webcron szolgáltatásként van regisztrálva, hogy 15 percenként egyszer lefuttassa a cron.php-t.",
+ "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Ennek a futtatásához szükség van a PHP posix kiterjesztésre. További információkért nézd meg a {linkstart}PHP dokumentációt{linkend}.",
+ "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>." : "Más adatbázisról való áttéréshez használja a parancssort: 'occ db:convert-type', vagy keresse fel a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentációt ↗</a>.",
+ "Get the apps to sync your files" : "Alkalmazások a fájljaid szinkronizálásához",
+ "Desktop client" : "Asztali kliens",
+ "Android app" : "Android alkalmazás",
+ "iOS app" : "IOS alkalmazás",
+ "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Ha szeretnéd támogatni a projektet {contributeopen}csatlakozz a fejlesztéshez{linkclose} vagy {contributeopen}terjeszd a világban{linkclose}!",
+ "Show First Run Wizard again" : "Jelenítsd meg újra az Első indíráskori varázslót!",
+ "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Web, asztali, mobil kliensek és app specifikus jelszavak, amelyek jelenleg hozzáférnek a fiókodhoz.",
+ "App passwords" : "Alkalmazás jelszavak",
+ "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Itt adhatsz egyedi jelszavakat az appokhoz. Így nem kell a sajátodat kiadnod nekik. Itt is vonhatod vissza azokat.",
+ "Follow us on Google+!" : "Kövess Google+ -on!",
+ "Like our facebook page!" : "Kedveld a Facebook oldalunkat!",
+ "Follow us on Twitter!" : "Kövess Twitteren!",
+ "Check out our blog!" : "Nézd meg a blogunkat!",
+ "Subscribe to our newsletter!" : "Iratkozz fel a hírlevelünkre!",
+ "Group name" : "Csoport neve"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/settings/l10n/pl.js b/settings/l10n/pl.js
index b1d22bc6c6c..091969c1113 100644
--- a/settings/l10n/pl.js
+++ b/settings/l10n/pl.js
@@ -378,6 +378,7 @@ OC.L10N.register(
"change full name" : "Zmień pełna nazwę",
"set new password" : "ustaw nowe hasło",
"change email address" : "zmień adres email",
- "Default" : "Domyślny"
+ "Default" : "Domyślny",
+ "__language_name__" : "polski"
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
diff --git a/settings/l10n/pl.json b/settings/l10n/pl.json
index 33dabdc67c7..c49e997a584 100644
--- a/settings/l10n/pl.json
+++ b/settings/l10n/pl.json
@@ -376,6 +376,7 @@
"change full name" : "Zmień pełna nazwę",
"set new password" : "ustaw nowe hasło",
"change email address" : "zmień adres email",
- "Default" : "Domyślny"
+ "Default" : "Domyślny",
+ "__language_name__" : "polski"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
} \ No newline at end of file
diff --git a/settings/l10n/pt_BR.js b/settings/l10n/pt_BR.js
index 1100145afaa..afb8e7dbeef 100644
--- a/settings/l10n/pt_BR.js
+++ b/settings/l10n/pt_BR.js
@@ -391,7 +391,7 @@ OC.L10N.register(
"Error while removing app" : "Erro ao excluir aplicativo",
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "O aplicativo foi ativado, mas precisa ser atualizado. Você será redirecionado para a página de atualização em 5 segundos.",
"App update" : "Atualizar aplicativo",
- "__language_name__" : "__language_name__",
+ "__language_name__" : "Português Brasileiro",
"Verifying" : "Verificando",
"Personal info" : "Informação pessoal",
"Sync clients" : "Sincronizar clientes",
diff --git a/settings/l10n/pt_BR.json b/settings/l10n/pt_BR.json
index bbde1607a94..dee4376963e 100644
--- a/settings/l10n/pt_BR.json
+++ b/settings/l10n/pt_BR.json
@@ -389,7 +389,7 @@
"Error while removing app" : "Erro ao excluir aplicativo",
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "O aplicativo foi ativado, mas precisa ser atualizado. Você será redirecionado para a página de atualização em 5 segundos.",
"App update" : "Atualizar aplicativo",
- "__language_name__" : "__language_name__",
+ "__language_name__" : "Português Brasileiro",
"Verifying" : "Verificando",
"Personal info" : "Informação pessoal",
"Sync clients" : "Sincronizar clientes",
diff --git a/settings/l10n/sq.js b/settings/l10n/sq.js
index a815f28dc24..4cbc235c2a5 100644
--- a/settings/l10n/sq.js
+++ b/settings/l10n/sq.js
@@ -368,6 +368,7 @@ OC.L10N.register(
"change full name" : "ndryshoni emrin e plotë",
"set new password" : "caktoni fjalëkalim të ri",
"change email address" : "ndryshoni adresën email",
- "Default" : "Parazgjedhje"
+ "Default" : "Parazgjedhje",
+ "__language_name__" : "Shqip"
},
"nplurals=2; plural=(n != 1);");
diff --git a/settings/l10n/sq.json b/settings/l10n/sq.json
index 4beb1e996be..6b877baa9ab 100644
--- a/settings/l10n/sq.json
+++ b/settings/l10n/sq.json
@@ -366,6 +366,7 @@
"change full name" : "ndryshoni emrin e plotë",
"set new password" : "caktoni fjalëkalim të ri",
"change email address" : "ndryshoni adresën email",
- "Default" : "Parazgjedhje"
+ "Default" : "Parazgjedhje",
+ "__language_name__" : "Shqip"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/settings/l10n/sv.js b/settings/l10n/sv.js
index 379381a8f2f..3ac2dff57c6 100644
--- a/settings/l10n/sv.js
+++ b/settings/l10n/sv.js
@@ -373,6 +373,7 @@ OC.L10N.register(
"change full name" : "ändra namn",
"set new password" : "ange nytt lösenord",
"change email address" : "ändra e-postadress",
- "Default" : "Förvald"
+ "Default" : "Förvald",
+ "__language_name__" : "Svenska"
},
"nplurals=2; plural=(n != 1);");
diff --git a/settings/l10n/sv.json b/settings/l10n/sv.json
index 113b88b08ac..c4a028b0ac1 100644
--- a/settings/l10n/sv.json
+++ b/settings/l10n/sv.json
@@ -371,6 +371,7 @@
"change full name" : "ändra namn",
"set new password" : "ange nytt lösenord",
"change email address" : "ändra e-postadress",
- "Default" : "Förvald"
+ "Default" : "Förvald",
+ "__language_name__" : "Svenska"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/settings/l10n/zh_CN.js b/settings/l10n/zh_CN.js
index d810185fdeb..3591b6a60a3 100644
--- a/settings/l10n/zh_CN.js
+++ b/settings/l10n/zh_CN.js
@@ -380,6 +380,24 @@ OC.L10N.register(
"change full name" : "更改全名",
"set new password" : "设置新密码",
"change email address" : "修改电子邮箱地址",
- "Default" : "默认"
+ "Default" : "默认",
+ "Updating...." : "正在更新....",
+ "Error while updating app" : "更新应用时出错",
+ "Error while removing app" : "移除应用时出错",
+ "App update" : "更新应用",
+ "Verifying" : "正在验证",
+ "Personal info" : "个人信息",
+ "Sync clients" : "同步客户端",
+ "Get the apps to sync your files" : "安装应用进行文件同步",
+ "Desktop client" : "桌面客户端",
+ "Android app" : "安卓应用",
+ "iOS app" : "iOS 应用",
+ "App passwords" : "应用密码",
+ "Follow us on Google+!" : "在 Google+ 上关注我们!",
+ "Like our facebook page!" : "点赞我们 facebook 页面!",
+ "Follow us on Twitter!" : "在 Twitter 上关注我们!",
+ "Check out our blog!" : "浏览我们的博客!",
+ "Subscribe to our newsletter!" : "订阅我们的最新消息!",
+ "Group name" : "分组名称"
},
"nplurals=1; plural=0;");
diff --git a/settings/l10n/zh_CN.json b/settings/l10n/zh_CN.json
index 5478debc228..2e983129d60 100644
--- a/settings/l10n/zh_CN.json
+++ b/settings/l10n/zh_CN.json
@@ -378,6 +378,24 @@
"change full name" : "更改全名",
"set new password" : "设置新密码",
"change email address" : "修改电子邮箱地址",
- "Default" : "默认"
+ "Default" : "默认",
+ "Updating...." : "正在更新....",
+ "Error while updating app" : "更新应用时出错",
+ "Error while removing app" : "移除应用时出错",
+ "App update" : "更新应用",
+ "Verifying" : "正在验证",
+ "Personal info" : "个人信息",
+ "Sync clients" : "同步客户端",
+ "Get the apps to sync your files" : "安装应用进行文件同步",
+ "Desktop client" : "桌面客户端",
+ "Android app" : "安卓应用",
+ "iOS app" : "iOS 应用",
+ "App passwords" : "应用密码",
+ "Follow us on Google+!" : "在 Google+ 上关注我们!",
+ "Like our facebook page!" : "点赞我们 facebook 页面!",
+ "Follow us on Twitter!" : "在 Twitter 上关注我们!",
+ "Check out our blog!" : "浏览我们的博客!",
+ "Subscribe to our newsletter!" : "订阅我们的最新消息!",
+ "Group name" : "分组名称"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/settings/l10n/zh_TW.js b/settings/l10n/zh_TW.js
index 10e67094e79..bf72edced43 100644
--- a/settings/l10n/zh_TW.js
+++ b/settings/l10n/zh_TW.js
@@ -359,6 +359,7 @@ OC.L10N.register(
"change full name" : "變更全名",
"set new password" : "設定新密碼",
"change email address" : "更改電子郵件地址",
- "Default" : "預設"
+ "Default" : "預設",
+ "__language_name__" : "正體中文(臺灣)"
},
"nplurals=1; plural=0;");
diff --git a/settings/l10n/zh_TW.json b/settings/l10n/zh_TW.json
index fe6f82f0ad2..f380d852606 100644
--- a/settings/l10n/zh_TW.json
+++ b/settings/l10n/zh_TW.json
@@ -357,6 +357,7 @@
"change full name" : "變更全名",
"set new password" : "設定新密碼",
"change email address" : "更改電子郵件地址",
- "Default" : "預設"
+ "Default" : "預設",
+ "__language_name__" : "正體中文(臺灣)"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file