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-11-16 04:10:19 +0300
committerNextcloud bot <bot@nextcloud.com>2017-11-16 04:10:19 +0300
commit7750e306da8d1032ab4786803083d83397b74410 (patch)
tree5ca8dec648f939e5f3e0ffd0cdb92fc4f8dd0767 /apps/theming/l10n
parent5ab5c3cfed061d9cca4ba43aa84f4dc1cf154f11 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/theming/l10n')
-rw-r--r--apps/theming/l10n/cs.js7
-rw-r--r--apps/theming/l10n/cs.json7
2 files changed, 14 insertions, 0 deletions
diff --git a/apps/theming/l10n/cs.js b/apps/theming/l10n/cs.js
index b1d994456cf..79c35567277 100644
--- a/apps/theming/l10n/cs.js
+++ b/apps/theming/l10n/cs.js
@@ -9,6 +9,12 @@ OC.L10N.register(
"The given web address is too long" : "Zadaná webová adresa je příliš dlouhá",
"The given slogan is too long" : "Zadaný slogan je příliš dlouhý",
"The given color is invalid" : "Zadaná barva je neplatná",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Nahrávaný soubor přesahuje nastavení upload_max_filesize v php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Nahraný soubor překračuje nastavení MAX_FILE_SIZE, která byla zadána ve HTML formuláři",
+ "The uploaded file was only partially uploaded" : "Nahraný soubor byl nahrán pouze částečně",
+ "No file was uploaded" : "Nebyl nahrán žádný soubor",
+ "Missing a temporary folder" : "Chybí adresář pro dočasné soubory",
+ "Failed to write file to disk." : "Selhal zápis na disk",
"No file uploaded" : "Nenahrán žádný soubor",
"Unsupported image type" : "Nepodporovaný typ obrázku",
"You are already using a custom theme" : "Již používáte vlastní motiv",
@@ -25,6 +31,7 @@ OC.L10N.register(
"Login image" : "Přihlašovací obrázek",
"Upload new login background" : "Nahrát nové přihlašovací pozadí",
"Remove background image" : "Odebrat obrázek pozadí",
+ "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Nainstalujte rozšíření Imagemagick PHP s podporou obrázků SVG, které automaticky generuje favicony na základě nahraného loga a barvy.",
"reset to default" : "obnovit výchozí",
"Log in image" : "Přihlašovací obrázek"
},
diff --git a/apps/theming/l10n/cs.json b/apps/theming/l10n/cs.json
index aaa3ae1dbdc..c5159e547b4 100644
--- a/apps/theming/l10n/cs.json
+++ b/apps/theming/l10n/cs.json
@@ -7,6 +7,12 @@
"The given web address is too long" : "Zadaná webová adresa je příliš dlouhá",
"The given slogan is too long" : "Zadaný slogan je příliš dlouhý",
"The given color is invalid" : "Zadaná barva je neplatná",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Nahrávaný soubor přesahuje nastavení upload_max_filesize v php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Nahraný soubor překračuje nastavení MAX_FILE_SIZE, která byla zadána ve HTML formuláři",
+ "The uploaded file was only partially uploaded" : "Nahraný soubor byl nahrán pouze částečně",
+ "No file was uploaded" : "Nebyl nahrán žádný soubor",
+ "Missing a temporary folder" : "Chybí adresář pro dočasné soubory",
+ "Failed to write file to disk." : "Selhal zápis na disk",
"No file uploaded" : "Nenahrán žádný soubor",
"Unsupported image type" : "Nepodporovaný typ obrázku",
"You are already using a custom theme" : "Již používáte vlastní motiv",
@@ -23,6 +29,7 @@
"Login image" : "Přihlašovací obrázek",
"Upload new login background" : "Nahrát nové přihlašovací pozadí",
"Remove background image" : "Odebrat obrázek pozadí",
+ "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Nainstalujte rozšíření Imagemagick PHP s podporou obrázků SVG, které automaticky generuje favicony na základě nahraného loga a barvy.",
"reset to default" : "obnovit výchozí",
"Log in image" : "Přihlašovací obrázek"
},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"