From feb85981cd6815083ee095d4c91b6ce8fbdfd50e Mon Sep 17 00:00:00 2001
From: Nextcloud bot <bot@nextcloud.com>
Date: Tue, 13 Sep 2016 00:11:21 +0000
Subject: [PATCH] [tx-robot] updated from transifex

---
 apps/twofactor_backupcodes/l10n/cs_CZ.js   | 15 +++++++++++++++
 apps/twofactor_backupcodes/l10n/cs_CZ.json | 13 +++++++++++++
 apps/twofactor_backupcodes/l10n/de_DE.js   | 14 ++++++++++++++
 apps/twofactor_backupcodes/l10n/de_DE.json | 12 ++++++++++++
 apps/updatenotification/l10n/de_DE.js      |  1 +
 apps/updatenotification/l10n/de_DE.json    |  1 +
 apps/updatenotification/l10n/fr.js         |  1 +
 apps/updatenotification/l10n/fr.json       |  1 +
 lib/l10n/hu_HU.js                          |  2 ++
 lib/l10n/hu_HU.json                        |  2 ++
 settings/l10n/de.js                        |  1 +
 settings/l10n/de.json                      |  1 +
 settings/l10n/hu_HU.js                     |  1 +
 settings/l10n/hu_HU.json                   |  1 +
 14 files changed, 66 insertions(+)
 create mode 100644 apps/twofactor_backupcodes/l10n/cs_CZ.js
 create mode 100644 apps/twofactor_backupcodes/l10n/cs_CZ.json
 create mode 100644 apps/twofactor_backupcodes/l10n/de_DE.js
 create mode 100644 apps/twofactor_backupcodes/l10n/de_DE.json

diff --git a/apps/twofactor_backupcodes/l10n/cs_CZ.js b/apps/twofactor_backupcodes/l10n/cs_CZ.js
new file mode 100644
index 00000000000..150310ae773
--- /dev/null
+++ b/apps/twofactor_backupcodes/l10n/cs_CZ.js
@@ -0,0 +1,15 @@
+OC.L10N.register(
+    "twofactor_backupcodes",
+    {
+    "Generate backup codes" : "Vytvořit záložní kódy",
+    "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Záložní kódy byly vytvořeny. {{used}} z {{total}} kódů bylo využito.",
+    "Save backup codes" : "Uložit záložní kódy",
+    "Print backup codes" : "Vytisknout záložní kódy",
+    "Regenerate backup codes" : "Vytvořit nové záložní kódy",
+    "If you regenerate backup codes, you automatically invalidate old codes." : "Pokud vytvoříte nové záložní kódy, staré budou automaticky zrušeny.",
+    "An error occurred while generating your backup codes" : "Při pokusu o vytvoření záložních kódů nastala chyba.",
+    "Nextcloud backup codes" : "Nextcloud záložní kódy",
+    "Backup code" : "Záložní kód",
+    "Use backup code" : "Použít záložní kód"
+},
+"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
diff --git a/apps/twofactor_backupcodes/l10n/cs_CZ.json b/apps/twofactor_backupcodes/l10n/cs_CZ.json
new file mode 100644
index 00000000000..fea5e11f1e1
--- /dev/null
+++ b/apps/twofactor_backupcodes/l10n/cs_CZ.json
@@ -0,0 +1,13 @@
+{ "translations": {
+    "Generate backup codes" : "Vytvořit záložní kódy",
+    "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Záložní kódy byly vytvořeny. {{used}} z {{total}} kódů bylo využito.",
+    "Save backup codes" : "Uložit záložní kódy",
+    "Print backup codes" : "Vytisknout záložní kódy",
+    "Regenerate backup codes" : "Vytvořit nové záložní kódy",
+    "If you regenerate backup codes, you automatically invalidate old codes." : "Pokud vytvoříte nové záložní kódy, staré budou automaticky zrušeny.",
+    "An error occurred while generating your backup codes" : "Při pokusu o vytvoření záložních kódů nastala chyba.",
+    "Nextcloud backup codes" : "Nextcloud záložní kódy",
+    "Backup code" : "Záložní kód",
+    "Use backup code" : "Použít záložní kód"
+},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
+}
\ No newline at end of file
diff --git a/apps/twofactor_backupcodes/l10n/de_DE.js b/apps/twofactor_backupcodes/l10n/de_DE.js
new file mode 100644
index 00000000000..498675698f6
--- /dev/null
+++ b/apps/twofactor_backupcodes/l10n/de_DE.js
@@ -0,0 +1,14 @@
+OC.L10N.register(
+    "twofactor_backupcodes",
+    {
+    "Generate backup codes" : "Backup-Codes erstellen",
+    "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Backup-Codes wurden erstellt.  {{used}} von {{total}} Codes wurden verwandt.",
+    "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Dies sind Ihre Backup-Codes. Bitte speichern und/oder drucken Sie diese, da diese Codes später nicht mehr gelesen werden können",
+    "Save backup codes" : "Backup-Codes speichern",
+    "Print backup codes" : "Backup-Codes drucken",
+    "An error occurred while generating your backup codes" : "Beim Erstellen Ihrer Backup-Codes ist ein Fehler aufgetreten",
+    "Nextcloud backup codes" : "Nextcloud Backup-Codes",
+    "Backup code" : "Backup-Code",
+    "Use backup code" : "Verwende Backup-Code"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/twofactor_backupcodes/l10n/de_DE.json b/apps/twofactor_backupcodes/l10n/de_DE.json
new file mode 100644
index 00000000000..fcc4a672513
--- /dev/null
+++ b/apps/twofactor_backupcodes/l10n/de_DE.json
@@ -0,0 +1,12 @@
+{ "translations": {
+    "Generate backup codes" : "Backup-Codes erstellen",
+    "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Backup-Codes wurden erstellt.  {{used}} von {{total}} Codes wurden verwandt.",
+    "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Dies sind Ihre Backup-Codes. Bitte speichern und/oder drucken Sie diese, da diese Codes später nicht mehr gelesen werden können",
+    "Save backup codes" : "Backup-Codes speichern",
+    "Print backup codes" : "Backup-Codes drucken",
+    "An error occurred while generating your backup codes" : "Beim Erstellen Ihrer Backup-Codes ist ein Fehler aufgetreten",
+    "Nextcloud backup codes" : "Nextcloud Backup-Codes",
+    "Backup code" : "Backup-Code",
+    "Use backup code" : "Verwende Backup-Code"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+}
\ No newline at end of file
diff --git a/apps/updatenotification/l10n/de_DE.js b/apps/updatenotification/l10n/de_DE.js
index 04ad9e9041c..ca7d72f4efe 100644
--- a/apps/updatenotification/l10n/de_DE.js
+++ b/apps/updatenotification/l10n/de_DE.js
@@ -7,6 +7,7 @@ OC.L10N.register(
     "Nextcloud core" : "Nextcloud Kern",
     "Update for %1$s to version %2$s is available." : "Ein Update von %1$s auf Version %2$s ist verfügbar.",
     "A new version is available: %s" : "Eine neue Version ist verfügbar: %s",
+    "Download now" : "Jetzt herunterladen",
     "Your version is up to date." : "Ihre Version ist aktuell.",
     "Checked on %s" : "Überprüft am %s",
     "Update channel:" : "Update-Kanal:",
diff --git a/apps/updatenotification/l10n/de_DE.json b/apps/updatenotification/l10n/de_DE.json
index fbcceda4c2c..32a40d1e3c2 100644
--- a/apps/updatenotification/l10n/de_DE.json
+++ b/apps/updatenotification/l10n/de_DE.json
@@ -5,6 +5,7 @@
     "Nextcloud core" : "Nextcloud Kern",
     "Update for %1$s to version %2$s is available." : "Ein Update von %1$s auf Version %2$s ist verfügbar.",
     "A new version is available: %s" : "Eine neue Version ist verfügbar: %s",
+    "Download now" : "Jetzt herunterladen",
     "Your version is up to date." : "Ihre Version ist aktuell.",
     "Checked on %s" : "Überprüft am %s",
     "Update channel:" : "Update-Kanal:",
diff --git a/apps/updatenotification/l10n/fr.js b/apps/updatenotification/l10n/fr.js
index 61833cc2089..14f7c8c519f 100644
--- a/apps/updatenotification/l10n/fr.js
+++ b/apps/updatenotification/l10n/fr.js
@@ -6,6 +6,7 @@ OC.L10N.register(
     "Nextcloud core" : "Noyau Nextcloud",
     "Update for %1$s to version %2$s is available." : "Une mise à jour de %1$s vers la version %2$s est disponible.",
     "A new version is available: %s" : "Une nouvelle version est disponible : %s",
+    "Download now" : "Télécharger maintenant",
     "Your version is up to date." : "Votre version est à jour.",
     "Checked on %s" : "Vérifié le %s",
     "Update channel:" : "Canal de mise à jour :",
diff --git a/apps/updatenotification/l10n/fr.json b/apps/updatenotification/l10n/fr.json
index ef53a3c6589..8b9361978ae 100644
--- a/apps/updatenotification/l10n/fr.json
+++ b/apps/updatenotification/l10n/fr.json
@@ -4,6 +4,7 @@
     "Nextcloud core" : "Noyau Nextcloud",
     "Update for %1$s to version %2$s is available." : "Une mise à jour de %1$s vers la version %2$s est disponible.",
     "A new version is available: %s" : "Une nouvelle version est disponible : %s",
+    "Download now" : "Télécharger maintenant",
     "Your version is up to date." : "Votre version est à jour.",
     "Checked on %s" : "Vérifié le %s",
     "Update channel:" : "Canal de mise à jour :",
diff --git a/lib/l10n/hu_HU.js b/lib/l10n/hu_HU.js
index 48f9c9eb4f2..8507fb179ef 100644
--- a/lib/l10n/hu_HU.js
+++ b/lib/l10n/hu_HU.js
@@ -108,11 +108,13 @@ OC.L10N.register(
     "A valid username must be provided" : "Érvényes felhasználónevet kell megadnia",
     "A valid password must be provided" : "Érvényes jelszót kell megadnia",
     "The username is already being used" : "Ez a bejelentkezési név már foglalt",
+    "Help" : "Súgó",
     "Personal" : "Személyes",
     "Users" : "Felhasználók",
     "Admin" : "Adminisztrátor",
     "Recommended" : "Ajánlott",
     "No app name specified" : "Nincs az alkalmazás név megadva.",
+    "a safe home for all your data" : "egy biztonságos hely az adataidnak",
     "File is currently busy, please try again later" : "A fájl jelenleg elfoglalt, kérjük próbáld újra később!",
     "Can't read file" : "Nem olvasható a fájl",
     "Application is not enabled" : "Az alkalmazás nincs engedélyezve",
diff --git a/lib/l10n/hu_HU.json b/lib/l10n/hu_HU.json
index e50dfce778d..b17ba4dbd89 100644
--- a/lib/l10n/hu_HU.json
+++ b/lib/l10n/hu_HU.json
@@ -106,11 +106,13 @@
     "A valid username must be provided" : "Érvényes felhasználónevet kell megadnia",
     "A valid password must be provided" : "Érvényes jelszót kell megadnia",
     "The username is already being used" : "Ez a bejelentkezési név már foglalt",
+    "Help" : "Súgó",
     "Personal" : "Személyes",
     "Users" : "Felhasználók",
     "Admin" : "Adminisztrátor",
     "Recommended" : "Ajánlott",
     "No app name specified" : "Nincs az alkalmazás név megadva.",
+    "a safe home for all your data" : "egy biztonságos hely az adataidnak",
     "File is currently busy, please try again later" : "A fájl jelenleg elfoglalt, kérjük próbáld újra később!",
     "Can't read file" : "Nem olvasható a fájl",
     "Application is not enabled" : "Az alkalmazás nincs engedélyezve",
diff --git a/settings/l10n/de.js b/settings/l10n/de.js
index 59b0bcb0a26..b445917abbb 100644
--- a/settings/l10n/de.js
+++ b/settings/l10n/de.js
@@ -46,6 +46,7 @@ OC.L10N.register(
     "Add trusted domain" : "Vertrauenswürdige Domain hinzufügen",
     "Migration in progress. Please wait until the migration is finished" : "Migration läuft. Bitte warte, bis die Migrationabgeschlossen ist",
     "Migration started …" : "Migration begonnen…",
+    "Not saved" : "Nicht gespeichert",
     "Sending..." : "Senden…",
     "Official" : "Offiziell",
     "Approved" : "Geprüft",
diff --git a/settings/l10n/de.json b/settings/l10n/de.json
index 155d29c1e05..62188ffd660 100644
--- a/settings/l10n/de.json
+++ b/settings/l10n/de.json
@@ -44,6 +44,7 @@
     "Add trusted domain" : "Vertrauenswürdige Domain hinzufügen",
     "Migration in progress. Please wait until the migration is finished" : "Migration läuft. Bitte warte, bis die Migrationabgeschlossen ist",
     "Migration started …" : "Migration begonnen…",
+    "Not saved" : "Nicht gespeichert",
     "Sending..." : "Senden…",
     "Official" : "Offiziell",
     "Approved" : "Geprüft",
diff --git a/settings/l10n/hu_HU.js b/settings/l10n/hu_HU.js
index 7dbcc4f6220..b43e9487595 100644
--- a/settings/l10n/hu_HU.js
+++ b/settings/l10n/hu_HU.js
@@ -288,6 +288,7 @@ OC.L10N.register(
     "Show First Run Wizard again" : "Nézzük meg újra az első bejelentkezéskori segítséget!",
     "Device" : "Eszköz",
     "Last activity" : "Utolsó tevékenység",
+    "Passcodes that give an app or device permissions to access your account." : "A számkódok jogosultságot adnak egy alkalmazás vagy eszköz részére a fiókod hozzáféréséhez.",
     "Name" : "Név",
     "App name" : "Alkalmazás név",
     "Create new app password" : "Új alkalmazás jelszó létrehozása",
diff --git a/settings/l10n/hu_HU.json b/settings/l10n/hu_HU.json
index b00c67ac3c1..85ca63fa140 100644
--- a/settings/l10n/hu_HU.json
+++ b/settings/l10n/hu_HU.json
@@ -286,6 +286,7 @@
     "Show First Run Wizard again" : "Nézzük meg újra az első bejelentkezéskori segítséget!",
     "Device" : "Eszköz",
     "Last activity" : "Utolsó tevékenység",
+    "Passcodes that give an app or device permissions to access your account." : "A számkódok jogosultságot adnak egy alkalmazás vagy eszköz részére a fiókod hozzáféréséhez.",
     "Name" : "Név",
     "App name" : "Alkalmazás név",
     "Create new app password" : "Új alkalmazás jelszó létrehozása",
-- 
GitLab