| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273 |
- <?php
- /**
- * Gallery
- *
- * Copyright 2010-2012 by Shaun McCormick <shaun@modx.com>
- *
- * Gallery is free software; you can redistribute it and/or modify it under the
- * terms of the GNU General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option) any later
- * version.
- *
- * Gallery is distributed in the hope that it will be useful, but WITHOUT ANY
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * Gallery; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * @package gallery
- */
- /**
- * Default Czech Lexicon Entries for Gallery
- *
- * @package gallery
- * @subpackage lexicon
- *
- * @author modxcms.cz
- * @updated 2011-12-09
- */
- // $_lang['gallery'] = 'Gallery';
- $_lang['gallery'] = 'Galerie';
- // $_lang['gallery.active'] = 'Active';
- $_lang['gallery.active'] = 'Aktivní';
- // $_lang['gallery.active_desc'] = 'If false, this album will not be viewable.';
- $_lang['gallery.active_desc'] = 'Je-li nezaškrtnuto, album nebude na webu viditelné.';
- // $_lang['gallery.album'] = 'Album';
- $_lang['gallery.album'] = 'Album';
- // $_lang['gallery.album_create'] = 'Create Album';
- $_lang['gallery.album_create'] = 'Vytvořit album';
- // $_lang['gallery.album_err_nf'] = 'Album not found.';
- $_lang['gallery.album_err_nf'] = 'Album nenalezeno.';
- // $_lang['gallery.album_err_ns'] = 'Album not specified.';
- $_lang['gallery.album_err_ns'] = 'Nebylo vybráno album.';
- // $_lang['gallery.album_err_ns_name'] = 'Please enter a valid name for the album.';
- $_lang['gallery.album_err_ns_name'] = 'Zadejte platný název alba.';
- // $_lang['gallery.album_err_remove'] = 'An error occurred while trying to remove the album.';
- $_lang['gallery.album_err_remove'] = 'Nastala chyba při odstraňování alba.';
- // $_lang['gallery.album_err_save'] = 'An error occurred while trying to save the album.';
- $_lang['gallery.album_err_save'] = 'Nastala chyba při ukládání alba.';
- // $_lang['gallery.album_remove'] = 'Remove Album';
- $_lang['gallery.album_remove'] = 'Odstranit album';
- // $_lang['gallery.album_remove_confirm'] = 'Are you sure you want to remove this album? Any items that are not in any other albums will also be removed.';
- $_lang['gallery.album_remove_confirm'] = 'Opravdu chcete odstranit toto album? Všechny položky, které zároveň nejsou i v jiném albu budou také odstraněny.';
- // $_lang['gallery.album_update'] = 'Update Album';
- $_lang['gallery.album_update'] = 'Upravit album';
- // $_lang['gallery.albums'] = 'Albums';
- $_lang['gallery.albums'] = 'Alba';
- // $_lang['gallery.back'] = 'Back';
- $_lang['gallery.back'] = 'Zpět';
- // $_lang['gallery.batch_upload'] = 'Batch Upload';
- $_lang['gallery.batch_upload'] = 'Dávkové nahrávání';
- // $_lang['gallery.batch_upload_intro'] = '<p>Specify a directory on the filesystem to scan for images. You can use {base_path}, {core_path}, or {assets_path} as placeholders.</p>';
- $_lang['gallery.batch_upload_intro'] = '<p>Zadejte složku na FTP, který má být prohledán. Můžete použít placeholdery {base_path}, {core_path} nebo {assets_path}.</p>';
- // $_lang['gallery.batch_upload_tags'] = 'Tags to assign to any items batch uploaded, in comma-separated list format.';
- $_lang['gallery.batch_upload_tags'] = 'Tagy přiřazené každe položce dávkového nahrávání, seznam oddělený čárkou.';
- // $_lang['gallery.bytes'] = 'bytes';
- $_lang['gallery.bytes'] = 'bajtů';
- // $_lang['gallery.comma_separated_list'] = 'Comma-separated list';
- $_lang['gallery.comma_separated_list'] = 'Čárkou oddělený seznam';
- // $_lang['gallery.clearsuccessful'] = 'Clear Successful Uploads';
- $_lang['gallery.clearsuccessful'] = 'Vymazat úspěšně nahrané';
- // $_lang['gallery.clearfailure'] = 'Clear Failed Uploads';
- $_lang['gallery.clearfailure'] = 'Vymazat neúspešně nahrané';
- // $_lang['gallery.directory'] = 'Directory';
- $_lang['gallery.directory'] = 'Složka';
- // $_lang['gallery.directory_desc'] = 'The directory to scan for images.';
- $_lang['gallery.directory_desc'] = 'Složka, ve které budou vyhledány položky.';
- // $_lang['gallery.directory_err_create'] = 'Could not create directory: [[+directory]]';
- $_lang['gallery.directory_err_create'] = 'Nelze vytvořit složku: [[+directory]]';
- // $_lang['gallery.directory_err_nf'] = 'Directory not found.';
- $_lang['gallery.directory_err_nf'] = 'Složka nenalezena.';
- // $_lang['gallery.directory_err_ns'] = 'Directory not specified.';
- $_lang['gallery.directory_err_ns'] = 'Složka nebyla specifikována.';
- // $_lang['gallery.directory_err_write'] = 'Could not write to directory: [[+directory]]';
- $_lang['gallery.directory_err_write'] = 'Nelze zapisovat do složky: [[+directory]]';
- // $_lang['gallery.file'] = 'File';
- $_lang['gallery.file'] = 'Soubor';
- // $_lang['gallery.file_err_move'] = 'An error occurred while trying to move the file: [[+file]] to [[+target]]';
- $_lang['gallery.file_err_move'] = 'Nastala chyba při přesunu souboru: [[+file]] do [[+target]]';
- // $_lang['gallery.file_name'] = 'File Name';
- $_lang['gallery.file_name'] = 'Název souboru';
- // $_lang['gallery.file_size'] = 'File Size';
- $_lang['gallery.file_size'] = 'Velikost souboru';
- // $_lang['gallery.height'] = 'Height';
- $_lang['gallery.height'] = 'Výška';
- // $_lang['gallery.images_selected'] = '[[+count]] images selected.';
- $_lang['gallery.images_selected'] = 'Vybráno [[+count]] položek.';
- // $_lang['gallery.inactive'] = 'Inactive';
- $_lang['gallery.inactive'] = 'Neaktivní';
- // $_lang['gallery.intro_msg'] = 'Here you can manage your albums. Right-click on an album to view more options.';
- $_lang['gallery.intro_msg'] = 'V této části můžete spravovat svá alba. Pravým kliknutím na album získate další možnosti.';
- // $_lang['gallery.item_delete'] = 'Delete Item';
- $_lang['gallery.item_delete'] = 'Odstranit';
- // $_lang['gallery.item_delete_confirm'] = 'Are you sure you want to delete this item entirely? This is irreversible.';
- $_lang['gallery.item_delete_confirm'] = 'Opravdu chcete odstranit tuto položku? Tato akce je nevratná.';
- // $_lang['gallery.item_delete_multiple'] = 'Delete Selected Items';
- $_lang['gallery.item_delete_multiple'] = 'Odstranit vybrané položky';
- // $_lang['gallery.item_delete_multiple_confirm'] = 'Are you sure you want to delete these items entirely? This is irreversible.';
- $_lang['gallery.item_delete_multiple_confirm'] = 'Opradu chcete odstranit vybrané položky? Tato akce je nevratná.';
- // $_lang['gallery.item_err_nf'] = 'Item not found.';
- $_lang['gallery.item_err_nf'] = 'Položka nenalezena.';
- // $_lang['gallery.item_err_ns'] = 'Item not specified.';
- $_lang['gallery.item_err_ns'] = 'Nebyla vybrána položka.';
- // $_lang['gallery.item_err_ns_file'] = 'Please specify a file to upload.';
- $_lang['gallery.item_err_ns_file'] = 'Vyberte soubor, který chcete nahrát.';
- // $_lang['gallery.item_err_remove'] = 'An error occurred while trying to remove the item.';
- $_lang['gallery.item_err_remove'] = 'Nastala chyba při odstraňování položky.';
- // $_lang['gallery.item_err_save'] = 'An error occurred while trying to save the item.';
- $_lang['gallery.item_err_save'] = 'Nastala chyba při ukládání položky.';
- // $_lang['gallery.item_err_upload'] = 'An error occurred while trying to upload the item.';
- $_lang['gallery.item_err_upload'] = 'Nastala chyba při nahrávání položky.';
- // $_lang['gallery.item_remove'] = 'Remove Item';
- $_lang['gallery.item_remove'] = 'Odstranit';
- // $_lang['gallery.item_remove_album'] = 'Remove Item from Album';
- $_lang['gallery.item_remove_album'] = 'Odstranit položku z alba';
- // $_lang['gallery.item_update'] = 'Update Item';
- $_lang['gallery.item_update'] = 'Upravit položku';
- // $_lang['gallery.item_upload'] = 'Upload Item';
- $_lang['gallery.item_upload'] = 'Nahrát';
- // $_lang['gallery.item_url'] = 'URL';
- $_lang['gallery.item_url'] = 'URL';
- // $_lang['gallery.item_url_desc'] = 'A URL that the user will go to when clicking this Gallery Item.';
- $_lang['gallery.item_url_desc'] = 'URL na kterou přejde uživatel kliknutím na položku galerie.';
- // $_lang['gallery.items'] = 'Items';
- $_lang['gallery.items'] = 'Položky';
- // $_lang['gallery.menu_desc'] = 'A dynamic gallery system.';
- $_lang['gallery.menu_desc'] = 'Dynamický systém pro správu alb.';
- // $_lang['gallery.multi_item_upload'] = 'Multi-Upload';
- $_lang['gallery.multi_item_upload'] = 'Multi-Upload';
- // $_lang['gallery.parent'] = 'Parent';
- $_lang['gallery.parent'] = 'Nadřazené';
- // $_lang['gallery.prominent'] = 'Prominent';
- $_lang['gallery.prominent'] = 'Veřejné';
- // $_lang['gallery.prominent_desc'] = 'Making an Album non-prominent can be used to hide Albums from your Album listing, should you want a private album, or to create non-listed albums.';
- $_lang['gallery.prominent_desc'] = 'Nezaškrtnutím tohoto políčka učiníte album skrytým.';
- // $_lang['gallery.refresh'] = 'Refresh';
- $_lang['gallery.refresh'] = 'Obnovit';
- // $_lang['gallery.tags'] = 'Tags';
- $_lang['gallery.tags'] = 'Tagy';
- // $_lang['gallery.title'] = 'Title';
- $_lang['gallery.title'] = 'Titulek';
- // $_lang['gallery.width'] = 'Width';
- $_lang['gallery.width'] = 'Šířka';
- // $_lang['gallery.xpdozip_err_nf'] = 'Could not load xPDOZip class.';
- $_lang['gallery.xpdozip_err_nf'] = 'Nelze načíst třídu xPDOZip.';
- // $_lang['gallery.zip_err_ns'] = 'Please specify a zip file.';
- $_lang['gallery.zip_err_ns'] = 'Vyberte ZIP soubor.';
- // $_lang['gallery.zip_err_unpack'] = 'Could not unpack zip file. Please check and make sure that your zip file is not corrupted, and that the Gallery files path is correct.';
- $_lang['gallery.zip_err_unpack'] = 'Nelze rozbalit ZIP soubor. Zkontrolujte zda není ZIP soubor porušen a že jste zadali správnou cestu do galerie.';
- // $_lang['gallery.zip_file'] = 'Zip File';
- $_lang['gallery.zip_file'] = 'ZIP soubor';
- // $_lang['gallery.zip_upload'] = 'Zip Upload';
- $_lang['gallery.zip_upload'] = 'Nahrátí ZIP souboru';
- // $_lang['gallery.zip_upload_intro'] = '<p>Specify a zip file to upload for images. Gallery will unzip the file and place the images in it in this Album.</p>';
- $_lang['gallery.zip_upload_intro'] = '<p>Vyberte ZIP soubor s obrázky, který chcete nahrát na server, následně doje k rozbalení daného souboru a obrázky budou umístěny do tohoto alba.</p>';
- // $_lang['area_backend'] = 'Backend';
- $_lang['area_backend'] = 'Backend';
- // $_lang['setting_gallery.backend_thumb_far'] = 'Backend Thumbnail Aspect Ratio';
- $_lang['setting_gallery.backend_thumb_far'] = 'Backend poměr stran náhledu';
- // $_lang['setting_gallery.backend_thumb_far_desc'] = 'The phpThumb FAR (aspect ratio) setting for thumbnails when managing them in the backend.';
- $_lang['setting_gallery.backend_thumb_far_desc'] = 'Nastavení poměru stran pro náhledy zobrazené ve správci obsahu.';
- // $_lang['setting_gallery.backend_thumb_height'] = 'Backend Thumbnail Height';
- $_lang['setting_gallery.backend_thumb_height'] = 'Backend výška náhledu';
- // $_lang['setting_gallery.backend_thumb_height_desc'] = 'The height in pixels for thumbnails when managing them in the backend.';
- $_lang['setting_gallery.backend_thumb_height_desc'] = 'Výška náhledu při zobrazení ve správci obsahu.';
- // $_lang['setting_gallery.backend_thumb_width'] = 'Backend Thumbnail Width';
- $_lang['setting_gallery.backend_thumb_width'] = 'Backend šířka náhledu';
- // $_lang['setting_gallery.backend_thumb_width_desc'] = 'The width in pixels for thumbnails when managing them in the backend.';
- $_lang['setting_gallery.backend_thumb_width_desc'] = 'Šířka náhledu při zobrazení ve správci obsahu.';
- // $_lang['setting_gallery.backend_thumb_zoomcrop'] = 'Backend Thumbnail Zoomcrop';
- $_lang['setting_gallery.backend_thumb_zoomcrop'] = 'Backend ořez náhledu';
- // $_lang['setting_gallery.backend_thumb_zoomcrop_desc'] = 'Whether or not to use zoomcrop for thumbnails when managing them in the backend.';
- $_lang['setting_gallery.backend_thumb_zoomcrop_desc'] = 'Zda má být použit ořez při zobrazení ve správci obsahu.';
- // $_lang['setting_gallery.default_batch_upload_path'] = 'Default Batch Upload Path';
- $_lang['setting_gallery.default_batch_upload_path'] = 'Výchozí cesta pro dávkové nahrávání';
- // $_lang['setting_gallery.default_batch_upload_path_desc'] = 'The default value to use for the path when using batch upload.';
- $_lang['setting_gallery.default_batch_upload_path_desc'] = 'Výchozí cesta, kterou správce obsahu nabídne při použití dávkového nahrávání.';
- // $_lang['setting_gallery.thumbs_prepend_site_url'] = 'Prepend Site URL to Thumbs';
- $_lang['setting_gallery.thumbs_prepend_site_url'] = 'Přidávat URL portálu k náhledu';
- // $_lang['setting_gallery.thumbs_prepend_site_url_desc'] = 'If true, will prepend the site URL to all thumbnails being sent to phpThumb.';
- $_lang['setting_gallery.thumbs_prepend_site_url_desc'] = 'Je-li aktivní, systém přidá URL portálu před každý náhled poslaný do phpThumb.';
|