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:
authorNextcloud bot <bot@nextcloud.com>2017-10-25 03:09:07 +0300
committerNextcloud bot <bot@nextcloud.com>2017-10-25 03:09:07 +0300
commit98274bbd64c12301a198b648340002e97a3797aa (patch)
tree0172be0107d1a338fc515127c4df2bfed2f078f7 /apps/theming/l10n
parentd7b269520c611f25c5d4f1f5a59250a67c5b1f8e (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/theming/l10n')
-rw-r--r--apps/theming/l10n/da.js8
-rw-r--r--apps/theming/l10n/da.json8
-rw-r--r--apps/theming/l10n/fi.js4
-rw-r--r--apps/theming/l10n/fi.json4
-rw-r--r--apps/theming/l10n/hu.js8
-rw-r--r--apps/theming/l10n/hu.json8
6 files changed, 40 insertions, 0 deletions
diff --git a/apps/theming/l10n/da.js b/apps/theming/l10n/da.js
index 120dab0521a..14e7bf8b0bd 100644
--- a/apps/theming/l10n/da.js
+++ b/apps/theming/l10n/da.js
@@ -9,6 +9,14 @@ OC.L10N.register(
"The given web address is too long" : "Webadressen er for lang",
"The given slogan is too long" : "Sloganet er for langt",
"The given color is invalid" : "Farven er ikke gyldig",
+ "There is no error, the file uploaded with success" : "Der skete ingen fejl, filen blev succesfuldt uploadet",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Den uploadede fil overstiger upload_max_filesize direktivet i php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den uploadede fil overstiger MAX_FILE_SIZE indstilingen, som specificeret i HTML formularen",
+ "The uploaded file was only partially uploaded" : "Filen blev kun delvist uploadet.",
+ "No file was uploaded" : "Ingen fil uploadet",
+ "Missing a temporary folder" : "Manglende midlertidig mappe.",
+ "Failed to write file to disk." : "Fejl ved skrivning af fil til disk.",
+ "A PHP extension stopped the file upload." : "En PHP-udvidelse stoppede file uploaden.",
"No file uploaded" : "Ingen fil uploadet",
"Unsupported image type" : "Ikke-understøttet billede format",
"You are already using a custom theme" : "Du bruger allerede et brugerdefineret tema",
diff --git a/apps/theming/l10n/da.json b/apps/theming/l10n/da.json
index 8403820fab2..8c2cac7b07e 100644
--- a/apps/theming/l10n/da.json
+++ b/apps/theming/l10n/da.json
@@ -7,6 +7,14 @@
"The given web address is too long" : "Webadressen er for lang",
"The given slogan is too long" : "Sloganet er for langt",
"The given color is invalid" : "Farven er ikke gyldig",
+ "There is no error, the file uploaded with success" : "Der skete ingen fejl, filen blev succesfuldt uploadet",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Den uploadede fil overstiger upload_max_filesize direktivet i php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den uploadede fil overstiger MAX_FILE_SIZE indstilingen, som specificeret i HTML formularen",
+ "The uploaded file was only partially uploaded" : "Filen blev kun delvist uploadet.",
+ "No file was uploaded" : "Ingen fil uploadet",
+ "Missing a temporary folder" : "Manglende midlertidig mappe.",
+ "Failed to write file to disk." : "Fejl ved skrivning af fil til disk.",
+ "A PHP extension stopped the file upload." : "En PHP-udvidelse stoppede file uploaden.",
"No file uploaded" : "Ingen fil uploadet",
"Unsupported image type" : "Ikke-understøttet billede format",
"You are already using a custom theme" : "Du bruger allerede et brugerdefineret tema",
diff --git a/apps/theming/l10n/fi.js b/apps/theming/l10n/fi.js
index 2fc502c9ba3..882231db1f8 100644
--- a/apps/theming/l10n/fi.js
+++ b/apps/theming/l10n/fi.js
@@ -9,6 +9,10 @@ OC.L10N.register(
"The given web address is too long" : "Verkko-osoite on liian pitkä",
"The given slogan is too long" : "Slogani on liian pitkä",
"The given color is invalid" : "Väri on virheellinen",
+ "No file was uploaded" : "Tiedostoa ei lähetetty",
+ "Missing a temporary folder" : "Väliaikaiskansio puuttuu",
+ "Failed to write file to disk." : "Levylle kirjoittaminen epäonnistui.",
+ "A PHP extension stopped the file upload." : "PHP-laajennus pysäytti tiedoston lähetyksen.",
"No file uploaded" : "Ei tiedostoa lähetetty",
"Unsupported image type" : "Ei-tuettu kuvatiedostomuoto",
"You are already using a custom theme" : "Käytät jo kustomoitua ulkoasua",
diff --git a/apps/theming/l10n/fi.json b/apps/theming/l10n/fi.json
index bf4fd40620e..3ac21388f16 100644
--- a/apps/theming/l10n/fi.json
+++ b/apps/theming/l10n/fi.json
@@ -7,6 +7,10 @@
"The given web address is too long" : "Verkko-osoite on liian pitkä",
"The given slogan is too long" : "Slogani on liian pitkä",
"The given color is invalid" : "Väri on virheellinen",
+ "No file was uploaded" : "Tiedostoa ei lähetetty",
+ "Missing a temporary folder" : "Väliaikaiskansio puuttuu",
+ "Failed to write file to disk." : "Levylle kirjoittaminen epäonnistui.",
+ "A PHP extension stopped the file upload." : "PHP-laajennus pysäytti tiedoston lähetyksen.",
"No file uploaded" : "Ei tiedostoa lähetetty",
"Unsupported image type" : "Ei-tuettu kuvatiedostomuoto",
"You are already using a custom theme" : "Käytät jo kustomoitua ulkoasua",
diff --git a/apps/theming/l10n/hu.js b/apps/theming/l10n/hu.js
index c9fb5581ae8..6bf53bc5293 100644
--- a/apps/theming/l10n/hu.js
+++ b/apps/theming/l10n/hu.js
@@ -9,6 +9,14 @@ OC.L10N.register(
"The given web address is too long" : "A bevitt webcím túl hosszú",
"The given slogan is too long" : "A bevitt szlogen túl hosszú",
"The given color is invalid" : "A bevitt szín érvénytelen",
+ "There is no error, the file uploaded with success" : "Nincs hiba, a feltöltés sikeres",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "A feltöltés mérete meghaladja a php.ini upload_max_filesize direktívájában meghatározottat.",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "A HTML-ben megadott MAX_FILE_SIZE méretét meghaladja a feltöltés mérete",
+ "The uploaded file was only partially uploaded" : "Csak részben került feltöltésre a fájl",
+ "No file was uploaded" : "Nincs feltöltött fájl",
+ "Missing a temporary folder" : "Átmeneti mappa hiányzik",
+ "Failed to write file to disk." : "Lemezre írás sikertelen.",
+ "A PHP extension stopped the file upload." : "Egy PHP kiterjesztés megakadályozta a feltöltést.",
"No file uploaded" : "Nincs fájl feltöltve",
"Unsupported image type" : "Nem támogatott képtípus",
"You are already using a custom theme" : "Már egyedi témát használ",
diff --git a/apps/theming/l10n/hu.json b/apps/theming/l10n/hu.json
index 1868959ef65..3bb00c37414 100644
--- a/apps/theming/l10n/hu.json
+++ b/apps/theming/l10n/hu.json
@@ -7,6 +7,14 @@
"The given web address is too long" : "A bevitt webcím túl hosszú",
"The given slogan is too long" : "A bevitt szlogen túl hosszú",
"The given color is invalid" : "A bevitt szín érvénytelen",
+ "There is no error, the file uploaded with success" : "Nincs hiba, a feltöltés sikeres",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "A feltöltés mérete meghaladja a php.ini upload_max_filesize direktívájában meghatározottat.",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "A HTML-ben megadott MAX_FILE_SIZE méretét meghaladja a feltöltés mérete",
+ "The uploaded file was only partially uploaded" : "Csak részben került feltöltésre a fájl",
+ "No file was uploaded" : "Nincs feltöltött fájl",
+ "Missing a temporary folder" : "Átmeneti mappa hiányzik",
+ "Failed to write file to disk." : "Lemezre írás sikertelen.",
+ "A PHP extension stopped the file upload." : "Egy PHP kiterjesztés megakadályozta a feltöltést.",
"No file uploaded" : "Nincs fájl feltöltve",
"Unsupported image type" : "Nem támogatott képtípus",
"You are already using a custom theme" : "Már egyedi témát használ",