diff options
Diffstat (limited to 'apps/theming/l10n/cs.json')
-rw-r--r-- | apps/theming/l10n/cs.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/theming/l10n/cs.json b/apps/theming/l10n/cs.json index 64b1fa8293c..b59f1e44654 100644 --- a/apps/theming/l10n/cs.json +++ b/apps/theming/l10n/cs.json @@ -8,13 +8,10 @@ "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á", - "There is no error, the file uploaded with success" : "Nenastala žádná chyba, soubor byl úspěšně nahrán", "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", "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", - "A PHP extension stopped the file upload." : "Rozšíření PHP zastavilo nahrávání souboru.", "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", @@ -33,6 +30,9 @@ "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í", - "The uploaded file was only partially uploaded" : "Nahraný soubor byl nahrán pouze částečně" + "There is no error, the file uploaded with success" : "Nenastala žádná chyba, soubor byl úspěšně nahrán", + "The uploaded file was only partially uploaded" : "Nahraný soubor byl nahrán pouze částečně", + "Failed to write file to disk." : "Selhal zápis na disk", + "A PHP extension stopped the file upload." : "Rozšíření PHP zastavilo nahrávání souboru." },"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" }
\ No newline at end of file |