diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-11-16 01:09:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-11-16 01:09:50 +0000 |
commit | b2e9cb6a004e40d573ce3923f184f72be3be54fe (patch) | |
tree | b73f53e14bfbca22ad1fa30174d1e1f683d42718 /apps/theming | |
parent | 7310c698de582684f65081e3d0523c8b9ac27bc0 (diff) | |
download | nextcloud-server-b2e9cb6a004e40d573ce3923f184f72be3be54fe.tar.gz nextcloud-server-b2e9cb6a004e40d573ce3923f184f72be3be54fe.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/l10n/cs.js | 7 | ||||
-rw-r--r-- | apps/theming/l10n/cs.json | 7 |
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;" |