- Timestamp:
- Sep 29, 2010, 12:35:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.1/language/sk_SK/admin.lang.php
r7030 r7037 759 759 $lang['This theme was not designed to be directly activated'] = 'Táto téma nebola navrhnutá tak, aby bola priamo aktivovateľná'; 760 760 $lang['Menu Management'] = 'Ďalšie funkcie'; 761 $lang['Note: photo deletion does not apply to photos added by synchronization. For photos added by synchronization, remove them from the filesystem and then perform another synchronization.'] = 'Poznámka: vymazanie fotky sa neuplatňuje na fotky pridné synchronizáciou. Fotky pridané synchronizáciou musíte odstrániť zo súborového systému a potom vykonať ďalšiu synchronizáciu.'; 762 $lang['In your php.ini file, the upload_max_filesize (%sB) is bigger than post_max_size (%sB), you should change this setting'] = 'V súbore php.ini, upload_max_filesize (%sB) je väčší ako post_max_size (%sB), mali by ste zmeniť toto nastavenie'; 763 $lang['Exif extension not available, admin should disable exif use'] = 'Doplnok Exif nie je dostupný, administrátor by mal deaktivovať jeho použitie'; 764 $lang['The uploaded file exceeds the upload_max_filesize directive in php.ini: %sB'] = 'Nanrané súbory presahujú upload_max_filesize ako je uvedené v php.ini: %sB'; 765 $lang['The uploaded files exceed the post_max_size directive in php.ini: %sB'] = 'Nanrané súbory presahujú post_max_size ako je uvedené v php.ini: %sB'; 766 $lang['The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'] = 'Nahraný súbor presahuje MAX_FILE_SIZE ako je uvedené v HTML formulári'; 767 $lang['The uploaded file was only partially uploaded'] = 'Súbor bol iba čiastočne nahraný'; 768 $lang['No file was uploaded'] = 'Súbor nebol nahraný'; 769 $lang['Missing a temporary folder'] = 'Chýbajúci dočaný adresár'; 770 $lang['Failed to write file to disk'] = 'Chyba zápisu súboru na disk'; 771 $lang['File upload stopped by extension'] = 'Nahrávanie súboru zastavené doplnkom'; 772 $lang['Unknown upload error'] = 'Neznáma chyba nahrávania'; 773 $lang['Error on file "%s" : %s'] = 'Chyba súboru "%s" : %s'; 761 774 ?>
Note: See TracChangeset
for help on using the changeset viewer.