[239] | 1 | <?php
|
---|
| 2 |
|
---|
| 3 | /** Slovak localization file for KCFinder
|
---|
| 4 | * author: drejk1 <drejk@inmail.sk>
|
---|
| 5 | */
|
---|
| 6 |
|
---|
| 7 | $lang = array(
|
---|
| 8 |
|
---|
| 9 | '_locale' => "sk_SK.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ávo nahrávať súbory.",
|
---|
| 19 |
|
---|
| 20 | "You don't have permissions to browse server." =>
|
---|
| 21 | "Nemáte právo prehliadať súbory na servery.",
|
---|
| 22 |
|
---|
| 23 | "Cannot move uploaded file to target folder." =>
|
---|
| 24 | "Nie je moşné presunúť súbor do yvoleného adresára.",
|
---|
| 25 |
|
---|
| 26 | "Unknown error." =>
|
---|
| 27 | "Neznáma chyba.",
|
---|
| 28 |
|
---|
| 29 | "The uploaded file exceeds {size} bytes." =>
|
---|
| 30 | "NahratÜ súbor presahuje {size} bytov.",
|
---|
| 31 |
|
---|
| 32 | "The uploaded file was only partially uploaded." =>
|
---|
| 33 | "NahratÃœ súbor bol nahranÃœ len ÄiastoÄne.",
|
---|
| 34 |
|
---|
| 35 | "No file was uploaded." =>
|
---|
| 36 | "ŜiadnÜ súbor alebol nahranÜ na server.",
|
---|
| 37 |
|
---|
| 38 | "Missing a temporary folder." =>
|
---|
| 39 | "Chyba doÄasnÃœ adresár.",
|
---|
| 40 |
|
---|
| 41 | "Failed to write file." =>
|
---|
| 42 | "Súbor se nepodarilo se uloşiť.",
|
---|
| 43 |
|
---|
| 44 | "Denied file extension." =>
|
---|
| 45 | "NepodporovanÜ typ súboru.",
|
---|
| 46 |
|
---|
| 47 | "Unknown image format/encoding." =>
|
---|
| 48 | "NeznamÜ formát obrázku/encoding.",
|
---|
| 49 |
|
---|
| 50 | "The image is too big and/or cannot be resized." =>
|
---|
| 51 | "Obrázok je prÃliÅ¡ veÄŸkÃœ/alebo nemohol byÅ¥ zmenÅ¡enÃœ.",
|
---|
| 52 |
|
---|
| 53 | "Cannot create {dir} folder." =>
|
---|
| 54 | "Adresár {dir} nie je moşné vytvoriť.",
|
---|
| 55 |
|
---|
| 56 | "Cannot write to upload folder." =>
|
---|
| 57 | "Nie je moşné ukladať do adresáru pre nahrávánie.",
|
---|
| 58 |
|
---|
| 59 | "Cannot read .htaccess" =>
|
---|
| 60 | "Nie je moÅŸné ÄÃtaÅ¥ súbor .htaccess",
|
---|
| 61 |
|
---|
| 62 | "Incorrect .htaccess file. Cannot rewrite it!" =>
|
---|
| 63 | "ChybnÃœ súbor .htaccess. Súbor nemoÅŸno prepÃsaÅ¥!",
|
---|
| 64 |
|
---|
| 65 | "Cannot read upload folder." =>
|
---|
| 66 | "Nie je moÅŸné ÄÃtaÅ¥ z adresáru pre nahrávánie súborov.",
|
---|
| 67 |
|
---|
| 68 | "Cannot access or create thumbnails folder." =>
|
---|
| 69 | "Adresár pre náhÄŸady nie je moÅŸné vytvoriÅ¥ alebo nie je prÃstupnÃœ.",
|
---|
| 70 |
|
---|
| 71 | "Cannot access or write to upload folder." =>
|
---|
| 72 | "Nie je moşné pristupova alebo zapisovať do adresáru pre nahrávanie súborov.",
|
---|
| 73 |
|
---|
| 74 | "Please enter new folder name." =>
|
---|
| 75 | "Zadajte prosÃm nové meno adresáru.",
|
---|
| 76 |
|
---|
| 77 | "Unallowable characters in folder name." =>
|
---|
| 78 | "Nepovolené znaky v názve adresáru.",
|
---|
| 79 |
|
---|
| 80 | "Folder name shouldn't begins with '.'" =>
|
---|
| 81 | "Meno adresára nesmie zaÄÃnaÅ¥ znakom '.'",
|
---|
| 82 |
|
---|
| 83 | "Please enter new file name." =>
|
---|
| 84 | "VloÅŸte prosÃm nové meno súboru.",
|
---|
| 85 |
|
---|
| 86 | "Unallowable characters in file name." =>
|
---|
| 87 | "Nepovolené znaky v názve súboru.",
|
---|
| 88 |
|
---|
| 89 | "File name shouldn't begins with '.'" =>
|
---|
| 90 | "Názov súboru nesmie zaÄÃnaÅ¥ znakom '.'",
|
---|
| 91 |
|
---|
| 92 | "Are you sure you want to delete this file?" =>
|
---|
| 93 | "Ste si istÜ şe chcete vymazať tento súbor?",
|
---|
| 94 |
|
---|
| 95 | "Are you sure you want to delete this folder and all its content?" =>
|
---|
| 96 | "Ste si istÜ şe chcete vymazať tento adresár a celÜ jeho obsah?",
|
---|
| 97 |
|
---|
| 98 | "Inexistant or inaccessible folder." =>
|
---|
| 99 | "Neexistujúci alebo neprÃstupnÃœ adresár.",
|
---|
| 100 |
|
---|
| 101 | "Undefined MIME types." =>
|
---|
| 102 | "NedefinovanÜ MIME typ súboru.",
|
---|
| 103 |
|
---|
| 104 | "Fileinfo PECL extension is missing." =>
|
---|
| 105 | "RozÅ¡Ãrenie PECL pre zistenie informácià o súbore chÃœba.",
|
---|
| 106 |
|
---|
| 107 | "Opening fileinfo database failed." =>
|
---|
| 108 | "NaÄÃtanie informácià o súbore zlyhalo.",
|
---|
| 109 |
|
---|
| 110 | "You can't upload such files." =>
|
---|
| 111 | "Tieto súbory nemÎşete nahrať na server.",
|
---|
| 112 |
|
---|
| 113 | "The file '{file}' does not exist." =>
|
---|
| 114 | "Tento súbor '{file}' neexistuje.",
|
---|
| 115 |
|
---|
| 116 | "Cannot read '{file}'." =>
|
---|
| 117 | "Nie je moÅŸné naÄÃtaÅ¥ '{file}'.",
|
---|
| 118 |
|
---|
| 119 | "Cannot copy '{file}'." =>
|
---|
| 120 | "Nie je moÅŸné kopÃrovaÅ¥ '{file}'.",
|
---|
| 121 |
|
---|
| 122 | "Cannot move '{file}'." =>
|
---|
| 123 | "Nie je moşné presunúť '{file}'.",
|
---|
| 124 |
|
---|
| 125 | "Cannot delete '{file}'." =>
|
---|
| 126 | "Nie je moşné vymazať '{file}'.",
|
---|
| 127 |
|
---|
| 128 | "Click to remove from the Clipboard" =>
|
---|
| 129 | "Kliknite pre odstránenie zo schránky",
|
---|
| 130 |
|
---|
| 131 | "This file is already added to the Clipboard." =>
|
---|
| 132 | "Tento súbor je uş v schránke uloşenÜ.",
|
---|
| 133 |
|
---|
| 134 | "Copy files here" =>
|
---|
| 135 | "KopÃrovaÅ¥ súbory na toto miesto",
|
---|
| 136 |
|
---|
| 137 | "Move files here" =>
|
---|
| 138 | "Presunúť súbory na toto miesto",
|
---|
| 139 |
|
---|
| 140 | "Delete files" =>
|
---|
| 141 | "Zmazať súbory",
|
---|
| 142 |
|
---|
| 143 | "Clear the Clipboard" =>
|
---|
| 144 | "VyÄistiÅ¥ schránku",
|
---|
| 145 |
|
---|
| 146 | "Are you sure you want to delete all files in the Clipboard?" =>
|
---|
| 147 | "Ste si istÜ şe chcete vymazať všetky súbory zo schránky?",
|
---|
| 148 |
|
---|
| 149 | "Copy {count} files" =>
|
---|
| 150 | "KopÃrovaÅ¥ {count} súborov",
|
---|
| 151 |
|
---|
| 152 | "Move {count} files" =>
|
---|
| 153 | "Presunúť {count} súborov",
|
---|
| 154 |
|
---|
| 155 | "Add to Clipboard" =>
|
---|
| 156 | "Vloşiť do schránky",
|
---|
| 157 |
|
---|
| 158 | "New folder name:" => "NovÜ názov adresára:",
|
---|
| 159 | "New file name:" => "NovÜ názov súboru:",
|
---|
| 160 |
|
---|
| 161 | "Upload" => "Nahrať",
|
---|
| 162 | "Refresh" => "Obnoviť",
|
---|
| 163 | "Settings" => "Nastavenia",
|
---|
| 164 | "Maximize" => "Maxializovať",
|
---|
| 165 | "About" => "O aplikácii",
|
---|
| 166 | "files" => "súbory",
|
---|
| 167 | "View:" => "Zobraziť:",
|
---|
| 168 | "Show:" => "Ukázať:",
|
---|
| 169 | "Order by:" => "Zoradiť podğa:",
|
---|
| 170 | "Thumbnails" => "Náhğady",
|
---|
| 171 | "List" => "Zoznam",
|
---|
| 172 | "Name" => "Meno",
|
---|
| 173 | "Size" => "Veğkosť",
|
---|
| 174 | "Date" => "Dátum",
|
---|
| 175 | "Descending" => "Zostupne",
|
---|
| 176 | "Uploading file..." => "Nahrávanie súborov...",
|
---|
| 177 | "Loading image..." => "NaÄÃtanie obrázkov...",
|
---|
| 178 | "Loading folders..." => "NaÄÃtanie adresárov...",
|
---|
| 179 | "Loading files..." => "NaÄÃtanie súborov...",
|
---|
| 180 | "New Subfolder..." => "NovÜ adresár...",
|
---|
| 181 | "Rename..." => "Premenovať...",
|
---|
| 182 | "Delete" => "Zmazať",
|
---|
| 183 | "OK" => "OK",
|
---|
| 184 | "Cancel" => "Zrušit",
|
---|
| 185 | "Select" => "Vybrať",
|
---|
| 186 | "Select Thumbnail" => "Vybrať náhğad",
|
---|
| 187 | "View" => "Zobraziť",
|
---|
| 188 | "Download" => "Stahnuť",
|
---|
| 189 | 'Clipboard' => "Schránka",
|
---|
| 190 |
|
---|
| 191 | // VERSION 2 NEW LABELS
|
---|
| 192 |
|
---|
| 193 | "Cannot rename the folder." =>
|
---|
| 194 | "Adresár nie je moşné premenovať.",
|
---|
| 195 |
|
---|
| 196 | "Non-existing directory type." =>
|
---|
| 197 | "Neexistujúci typ adresára.",
|
---|
| 198 |
|
---|
| 199 | "Cannot delete the folder." =>
|
---|
| 200 | "Adresár nie je moşné vymazať.",
|
---|
| 201 |
|
---|
| 202 | "The files in the Clipboard are not readable." =>
|
---|
| 203 | "Súbory v schránke nie je moÅŸné naÄÃtaÅ¥.",
|
---|
| 204 |
|
---|
| 205 | "{count} files in the Clipboard are not readable. Do you want to copy the rest?" =>
|
---|
| 206 | "{count} súborov v schránke nie je moÅŸné naÄÃtaÅ¥. Chcete skopÃrovaÅ¥ ostatné súbory?",
|
---|
| 207 |
|
---|
| 208 | "The files in the Clipboard are not movable." =>
|
---|
| 209 | "Súbory v schránke nie je moşné presunúť.",
|
---|
| 210 |
|
---|
| 211 | "{count} files in the Clipboard are not movable. Do you want to move the rest?" =>
|
---|
| 212 | "{count} súborov v schránke nie je moşné presunúť. Chcete presunúť ostatné súbory?",
|
---|
| 213 |
|
---|
| 214 | "The files in the Clipboard are not removable." =>
|
---|
| 215 | "Súbory v schránke nie je moşné vymazať.",
|
---|
| 216 |
|
---|
| 217 | "{count} files in the Clipboard are not removable. Do you want to delete the rest?" =>
|
---|
| 218 | "{count} súborov v schránke nie je moşné vymazať. Chcete vymazať ostatné súbory?",
|
---|
| 219 |
|
---|
| 220 | "The selected files are not removable." =>
|
---|
| 221 | "OznaÄené súbory nie je moÅŸné vymazaÅ¥.",
|
---|
| 222 |
|
---|
| 223 | "{count} selected files are not removable. Do you want to delete the rest?" =>
|
---|
| 224 | "{count} oznaÄenÃœch súborov nie je moÅŸné vymazaÅ¥. Chcete vymazaÅ¥ ostatné súbory?",
|
---|
| 225 |
|
---|
| 226 | "Are you sure you want to delete all selected files?" =>
|
---|
| 227 | "Ste si istÜ şe chcete vymazať vybrané súbory?",
|
---|
| 228 |
|
---|
| 229 | "Failed to delete {count} files/folders." =>
|
---|
| 230 | "Nebolo vymazanÜch {count} súborov/adresárov.",
|
---|
| 231 |
|
---|
| 232 | "A file or folder with that name already exists." =>
|
---|
| 233 | "Soubor alebo adresár s takovÜm menom uş existuje.",
|
---|
| 234 |
|
---|
| 235 | "selected files" => "vybrané súbory",
|
---|
| 236 | "Type" => "Typ",
|
---|
| 237 | "Select Thumbnails" => "Vybrať náhğad",
|
---|
| 238 | "Download files" => "Stiahnuť súbory",
|
---|
| 239 | );
|
---|
| 240 |
|
---|
| 241 | ?>
|
---|