[239] | 1 | <?php
|
---|
| 2 |
|
---|
| 3 | /** Czech localization file for KCFinder
|
---|
| 4 | * author: Rostislav Sivak <rsivak@rsivak.com>
|
---|
| 5 | */
|
---|
| 6 |
|
---|
| 7 | $lang = array(
|
---|
| 8 |
|
---|
| 9 | '_locale' => "cs_CZ.UTF-8", // UNIX localization code
|
---|
| 10 | '_charset' => "utf-8", // Browser charset
|
---|
| 11 |
|
---|
| 12 | // Date time formats. See http://www.php.net/manual/en/function.strftime.php
|
---|
| 13 | '_dateTimeFull' => "%A, %e.%B.%Y %H:%M",
|
---|
| 14 | '_dateTimeMid' => "%a %e %b %Y %H:%M",
|
---|
| 15 | '_dateTimeSmall' => "%d.%m.%Y %H:%M",
|
---|
| 16 |
|
---|
| 17 | "You don't have permissions to upload files." =>
|
---|
| 18 | "Nemáte práva pro nahrávánà souborů.",
|
---|
| 19 |
|
---|
| 20 | "You don't have permissions to browse server." =>
|
---|
| 21 | "Nemáte práva pro prohlÃÅŸenà serveru.",
|
---|
| 22 |
|
---|
| 23 | "Cannot move uploaded file to target folder." =>
|
---|
| 24 | "Nelze pÅesunout soubor do urÄeného adresáÅe.",
|
---|
| 25 |
|
---|
| 26 | "Unknown error." =>
|
---|
| 27 | "Neznámá chyba.",
|
---|
| 28 |
|
---|
| 29 | "The uploaded file exceeds {size} bytes." =>
|
---|
| 30 | "NahranÃœ soubor pÅesahuje {size} bytů.",
|
---|
| 31 |
|
---|
| 32 | "The uploaded file was only partially uploaded." =>
|
---|
| 33 | "NahranÃœ soubor byl nahrán pouze ÄásteÄnÄ.",
|
---|
| 34 |
|
---|
| 35 | "No file was uploaded." =>
|
---|
| 36 | "ŜádnÜ soubor nebyl nahrán na server.",
|
---|
| 37 |
|
---|
| 38 | "Missing a temporary folder." =>
|
---|
| 39 | "Chybà doÄasnÃœ adresáÅ.",
|
---|
| 40 |
|
---|
| 41 | "Failed to write file." =>
|
---|
| 42 | "Soubor se nepodaÅilo se uloÅŸit.",
|
---|
| 43 |
|
---|
| 44 | "Denied file extension." =>
|
---|
| 45 | "NepodporovanÜ typ souboru.",
|
---|
| 46 |
|
---|
| 47 | "Unknown image format/encoding." =>
|
---|
| 48 | "NeznámÜ formát obrázku/encoding.",
|
---|
| 49 |
|
---|
| 50 | "The image is too big and/or cannot be resized." =>
|
---|
| 51 | "Obrázek je pÅÃliÅ¡ velkÃœ/nebo nemohl bÃœt zmenÅ¡en.",
|
---|
| 52 |
|
---|
| 53 | "Cannot create {dir} folder." =>
|
---|
| 54 | "AdresáŠ{dir} nelze vytvoÅit.",
|
---|
| 55 |
|
---|
| 56 | "Cannot write to upload folder." =>
|
---|
| 57 | "Nelze ukládat do adresáÅe pro nahrávánÃ.",
|
---|
| 58 |
|
---|
| 59 | "Cannot read .htaccess" =>
|
---|
| 60 | "Nenà moÅŸno ÄÃst soubor .htaccess",
|
---|
| 61 |
|
---|
| 62 | "Incorrect .htaccess file. Cannot rewrite it!" =>
|
---|
| 63 | "ChybnÃœ soubor .htaccess. Soubor nelze pÅepsat!",
|
---|
| 64 |
|
---|
| 65 | "Cannot read upload folder." =>
|
---|
| 66 | "Nelze ÄÃst z adresáÅe pro nahrávánà souborů.",
|
---|
| 67 |
|
---|
| 68 | "Cannot access or create thumbnails folder." =>
|
---|
| 69 | "AdresáŠpro náhledy nelze vytvoÅit nebo nenà pÅÃstupnÃœ.",
|
---|
| 70 |
|
---|
| 71 | "Cannot access or write to upload folder." =>
|
---|
| 72 | "Nelze pÅistoupit, nebo zapisovat do adresáÅe pro nahrávánà souborů.",
|
---|
| 73 |
|
---|
| 74 | "Please enter new folder name." =>
|
---|
| 75 | "VloÅŸte prosÃm nové jméno adresáÅe.",
|
---|
| 76 |
|
---|
| 77 | "Unallowable characters in folder name." =>
|
---|
| 78 | "Nepovolené znaky v názvu adresáÅe.",
|
---|
| 79 |
|
---|
| 80 | "Folder name shouldn't begins with '.'" =>
|
---|
| 81 | "Jméno adresáÅe nesmà zaÄÃnat znakem '.'",
|
---|
| 82 |
|
---|
| 83 | "Please enter new file name." =>
|
---|
| 84 | "VloÅŸte prosÃm nové jméno souboru.",
|
---|
| 85 |
|
---|
| 86 | "Unallowable characters in file name." =>
|
---|
| 87 | "Nepovolené znaky v názvu souboru.",
|
---|
| 88 |
|
---|
| 89 | "File name shouldn't begins with '.'" =>
|
---|
| 90 | "Název soubor nesmà zaÄÃnat znakem '.'",
|
---|
| 91 |
|
---|
| 92 | "Are you sure you want to delete this file?" =>
|
---|
| 93 | "Jste si jistÜ şe chcete smazat tento soubor?",
|
---|
| 94 |
|
---|
| 95 | "Are you sure you want to delete this folder and all its content?" =>
|
---|
| 96 | "Jste si jistÜ şe chcete smazat tento adresáŠa celÜ jeho obsah?",
|
---|
| 97 |
|
---|
| 98 | "Inexistant or inaccessible folder." =>
|
---|
| 99 | "NeexistujÃcà nebo nepÅÃstupnÃœ adresáÅ.",
|
---|
| 100 |
|
---|
| 101 | "Undefined MIME types." =>
|
---|
| 102 | "NedefinovanÜ MIME typ souboru.",
|
---|
| 103 |
|
---|
| 104 | "Fileinfo PECL extension is missing." =>
|
---|
| 105 | "RozÅÃÅenà PECL pro zjiÅ¡tÄnà informacà o souboru chybÃ.",
|
---|
| 106 |
|
---|
| 107 | "Opening fileinfo database failed." =>
|
---|
| 108 | "NaÄtenà informacà o souboru selhalo.",
|
---|
| 109 |
|
---|
| 110 | "You can't upload such files." =>
|
---|
| 111 | "Tyto soubory nemůşete nahrát na server.",
|
---|
| 112 |
|
---|
| 113 | "The file '{file}' does not exist." =>
|
---|
| 114 | "Tento soubor '{file}' neexistuje.",
|
---|
| 115 |
|
---|
| 116 | "Cannot read '{file}'." =>
|
---|
| 117 | "Nelze naÄÃst '{file}'.",
|
---|
| 118 |
|
---|
| 119 | "Cannot copy '{file}'." =>
|
---|
| 120 | "Nelze kopÃrovat '{file}'.",
|
---|
| 121 |
|
---|
| 122 | "Cannot move '{file}'." =>
|
---|
| 123 | "Nelze pÅesunout '{file}'.",
|
---|
| 124 |
|
---|
| 125 | "Cannot delete '{file}'." =>
|
---|
| 126 | "Nelze smazat '{file}'.",
|
---|
| 127 |
|
---|
| 128 | "Click to remove from the Clipboard" =>
|
---|
| 129 | "KliknÄte pro odstranÄnà ze schránky",
|
---|
| 130 |
|
---|
| 131 | "This file is already added to the Clipboard." =>
|
---|
| 132 | "Tento soubor je jiş ve schránce vloşen.",
|
---|
| 133 |
|
---|
| 134 | "Copy files here" =>
|
---|
| 135 | "KopÃrovat soubory na toto mÃsto",
|
---|
| 136 |
|
---|
| 137 | "Move files here" =>
|
---|
| 138 | "PÅesunout soubory na toto mÃsto",
|
---|
| 139 |
|
---|
| 140 | "Delete files" =>
|
---|
| 141 | "Smazat soubory",
|
---|
| 142 |
|
---|
| 143 | "Clear the Clipboard" =>
|
---|
| 144 | "VyÄistit schránku",
|
---|
| 145 |
|
---|
| 146 | "Are you sure you want to delete all files in the Clipboard?" =>
|
---|
| 147 | "Jste si jistÜ şe chcete vymazat všechny soubory ze schránky?",
|
---|
| 148 |
|
---|
| 149 | "Copy {count} files" =>
|
---|
| 150 | "KopÃrovat {count} souborů",
|
---|
| 151 |
|
---|
| 152 | "Move {count} files" =>
|
---|
| 153 | "PÅesunout {count} souborů",
|
---|
| 154 |
|
---|
| 155 | "Add to Clipboard" =>
|
---|
| 156 | "Vloşit do schránky",
|
---|
| 157 |
|
---|
| 158 | "New folder name:" => "NovÃœ název adresáÅe:",
|
---|
| 159 | "New file name:" => "NovÜ název souboru:",
|
---|
| 160 |
|
---|
| 161 | "Upload" => "Nahrát",
|
---|
| 162 | "Refresh" => "Obnovit",
|
---|
| 163 | "Settings" => "NastavenÃ",
|
---|
| 164 | "Maximize" => "Maxializovat",
|
---|
| 165 | "About" => "O aplikaci",
|
---|
| 166 | "files" => "soubory",
|
---|
| 167 | "View:" => "Zobrazit:",
|
---|
| 168 | "Show:" => "Ukázat:",
|
---|
| 169 | "Order by:" => "Åadit podle:",
|
---|
| 170 | "Thumbnails" => "Náhledy",
|
---|
| 171 | "List" => "Seznam",
|
---|
| 172 | "Name" => "Jméno",
|
---|
| 173 | "Size" => "Velikost",
|
---|
| 174 | "Date" => "Datum",
|
---|
| 175 | "Descending" => "SestupnÄ",
|
---|
| 176 | "Uploading file..." => "Nahrávánà souboru...",
|
---|
| 177 | "Loading image..." => "NaÄÃtánà obrázku...",
|
---|
| 178 | "Loading folders..." => "NaÄÃtánà adresáÅů...",
|
---|
| 179 | "Loading files..." => "NaÄÃtánà souborů...",
|
---|
| 180 | "New Subfolder..." => "NovÃœ adresáÅ...",
|
---|
| 181 | "Rename..." => "PÅejmenovat...",
|
---|
| 182 | "Delete" => "Smazat",
|
---|
| 183 | "OK" => "OK",
|
---|
| 184 | "Cancel" => "Zrušit",
|
---|
| 185 | "Select" => "Vybrat",
|
---|
| 186 | "Select Thumbnail" => "Vybrat náhled",
|
---|
| 187 | "View" => "Zobrazit",
|
---|
| 188 | "Download" => "StaÅŸenÃ",
|
---|
| 189 | 'Clipboard' => "Schránka",
|
---|
| 190 |
|
---|
| 191 | // VERSION 2 NEW LABELS
|
---|
| 192 |
|
---|
| 193 | "Cannot rename the folder." =>
|
---|
| 194 | "AdresáŠnelze pÅejmenovat.",
|
---|
| 195 |
|
---|
| 196 | "Non-existing directory type." =>
|
---|
| 197 | "NeexistujÃcà typ adresáÅe.",
|
---|
| 198 |
|
---|
| 199 | "Cannot delete the folder." =>
|
---|
| 200 | "AdresáŠnelze smazat.",
|
---|
| 201 |
|
---|
| 202 | "The files in the Clipboard are not readable." =>
|
---|
| 203 | "Soubory ve schránce nelze naÄÃst.",
|
---|
| 204 |
|
---|
| 205 | "{count} files in the Clipboard are not readable. Do you want to copy the rest?" =>
|
---|
| 206 | "{count} souborů ve schránce nelze naÄÃst. Chcete zkopÃrovat zbylé soubory?",
|
---|
| 207 |
|
---|
| 208 | "The files in the Clipboard are not movable." =>
|
---|
| 209 | "Soubory ve schránce nelze pÅesunout.",
|
---|
| 210 |
|
---|
| 211 | "{count} files in the Clipboard are not movable. Do you want to move the rest?" =>
|
---|
| 212 | "{count} souborů ve schránce nelze pÅesunout. Chcete pÅesunout zbylé soubory?",
|
---|
| 213 |
|
---|
| 214 | "The files in the Clipboard are not removable." =>
|
---|
| 215 | "Soubory ve schránce nelze smazat.",
|
---|
| 216 |
|
---|
| 217 | "{count} files in the Clipboard are not removable. Do you want to delete the rest?" =>
|
---|
| 218 | "{count} souborů ve schránce nelze smazat. Chcete smazat zbylé soubory?",
|
---|
| 219 |
|
---|
| 220 | "The selected files are not removable." =>
|
---|
| 221 | "OznaÄené soubory nelze smazat.",
|
---|
| 222 |
|
---|
| 223 | "{count} selected files are not removable. Do you want to delete the rest?" =>
|
---|
| 224 | "{count} oznaÄenÃœch souborů nelze smazat. Chcete smazat zbylé soubory?",
|
---|
| 225 |
|
---|
| 226 | "Are you sure you want to delete all selected files?" =>
|
---|
| 227 | "Jste si jistÜ şe chcete smazat vybrané soubory?",
|
---|
| 228 |
|
---|
| 229 | "Failed to delete {count} files/folders." =>
|
---|
| 230 | "Nebylo smazáno {count} souborů/adresáÅů.",
|
---|
| 231 |
|
---|
| 232 | "A file or folder with that name already exists." =>
|
---|
| 233 | "Soubor nebo adresáŠs takovÜm jménem jiş existuje.",
|
---|
| 234 |
|
---|
| 235 | "selected files" => "vybrané soubory",
|
---|
| 236 | "Type" => "Typ",
|
---|
| 237 | "Select Thumbnails" => "Vybrat náhled",
|
---|
| 238 | "Download files" => "Stáhnout soubory",
|
---|
| 239 |
|
---|
| 240 | // SINCE 2.4
|
---|
| 241 |
|
---|
| 242 | "Checking for new version..." => "Zkontrolovat novou verzi...",
|
---|
| 243 | "Unable to connect!" => "Nelze pÅipojit!",
|
---|
| 244 | "Download version {version} now!" => "Stáhnout verzi {version} nynÃ!",
|
---|
| 245 | "KCFinder is up to date!" => "KCFinder je aktuálnÃ!",
|
---|
| 246 | "Licenses:" => "Licence:",
|
---|
| 247 | "Attention" => "UpozornÄnÃ",
|
---|
| 248 | "Question" => "Otázka",
|
---|
| 249 | "Yes" => "Ano",
|
---|
| 250 | "No" => "Ne",
|
---|
| 251 | );
|
---|
| 252 |
|
---|
| 253 | ?>
|
---|