diff options
Diffstat (limited to 'files/l10n/cs_CZ.php')
-rw-r--r-- | files/l10n/cs_CZ.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/files/l10n/cs_CZ.php b/files/l10n/cs_CZ.php new file mode 100644 index 00000000000..c5430deaeb6 --- /dev/null +++ b/files/l10n/cs_CZ.php @@ -0,0 +1,14 @@ +<?php $TRANSLATIONS = array( +"Files" => "Soubory", +"Maximum upload size" => "Maximální velikost ukládaných souborů", +"Upload" => "Uložit", +"New Folder" => "Nový adresář", +"Nothing in here. Upload something!" => "Žádný obsah. Uložte si něco!", +"Name" => "Název", +"Download" => "Stáhnout", +"Size" => "Velikost", +"Modified" => "Změněno", +"Delete" => "Vymazat", +"Upload too large" => "Příliš velký soubor", +"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Soubory, které se snažíte uložit, překračují maximální velikosti uploadu na tomto serveru." +); |