| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- <?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
- */
- /**
- * Custom TV Czech Lexicon Entries for Gallery
- *
- * @package gallery
- * @subpackage lexicon
- *
- * @author modxcms.cz
- * @updated 2011-12-09
- */
- // $_lang['gallery.active'] = 'Active';
- $_lang['gallery.active'] = 'Aktivní';
- // $_lang['gallery.alt_text'] = 'Alt Text';
- $_lang['gallery.alt_text'] = 'Alt text';
- // $_lang['gallery.browser'] = 'Gallery Browser';
- $_lang['gallery.browser'] = 'Průzkumník galerue';
- // $_lang['gallery.choose_item'] = 'Choose an Image';
- $_lang['gallery.choose_item'] = 'Vyberte obrázek';
- // $_lang['gallery.class'] = 'CSS Classes';
- $_lang['gallery.class'] = 'CSS třídy';
- // $_lang['gallery.clear_image'] = 'Clear Image';
- $_lang['gallery.clear_image'] = 'Odstranit obrázek';
- // $_lang['gallery.crop_bottom'] = 'Crop Bottom';
- $_lang['gallery.crop_bottom'] = 'Oříznout odspodu';
- // $_lang['gallery.crop_enable'] = 'Enable Cropping';
- $_lang['gallery.crop_enable'] = 'Povolit ořez';
- // $_lang['gallery.crop_left'] = 'Crop Left';
- $_lang['gallery.crop_left'] = 'Oříznout zleva';
- // $_lang['gallery.crop_right'] = 'Crop Right';
- $_lang['gallery.crop_right'] = 'Oříznout zprava';
- // $_lang['gallery.crop_top'] = 'Crop Top';
- $_lang['gallery.crop_top'] = 'Oříznout shora';
- // $_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.inactive'] = 'Inactive';
- $_lang['gallery.inactive'] = 'Neaktivní';
- // $_lang['gallery.other_opt'] = 'Other phpThumb Options';
- $_lang['gallery.other_opt'] = 'Ostatní nastavení phpThumb';
- // $_lang['gallery.other_opt_desc'] = 'Any other phpThumb configuration parameters you want to pass. Please use the URL format for them.';
- $_lang['gallery.other_opt_desc'] = 'Všechna ostatní možná nastavení parametrů pro phpThumb. Používejte URL formát.';
- // $_lang['gallery.pos_b'] = 'Bottom';
- $_lang['gallery.pos_b'] = 'Odspodu';
- // $_lang['gallery.pos_bl'] = 'Bottom Left';
- $_lang['gallery.pos_bl'] = 'Odspodu zleva';
- // $_lang['gallery.pos_br'] = 'Bottom Right';
- $_lang['gallery.pos_br'] = 'Odspodu zprava';
- // $_lang['gallery.pos_c'] = 'Center';
- $_lang['gallery.pos_c'] = 'Střed';
- // $_lang['gallery.pos_l'] = 'Left';
- $_lang['gallery.pos_l'] = 'Zleva';
- // $_lang['gallery.pos_r'] = 'Right';
- $_lang['gallery.pos_r'] = 'Zprava';
- // $_lang['gallery.pos_t'] = 'Top';
- $_lang['gallery.pos_t'] = 'Shora';
- // $_lang['gallery.pos_tr'] = 'Top Right';
- $_lang['gallery.pos_tr'] = 'Shora zprava';
- // $_lang['gallery.pos_tl'] = 'Top Left';
- $_lang['gallery.pos_tl'] = 'Shora zleva';
- // $_lang['gallery.resize'] = 'Resize';
- $_lang['gallery.resize'] = 'Změnit velikost';
- // $_lang['gallery.rotate'] = 'Rotate';
- $_lang['gallery.rotate'] = 'Otočit';
- // $_lang['gallery.tags'] = 'Tags';
- $_lang['gallery.tags'] = 'Tagy';
- // $_lang['gallery.title'] = 'Title';
- $_lang['gallery.title'] = 'Titulek';
- // $_lang['gallery.watermark_options'] = 'Watermark Options';
- $_lang['gallery.watermark_options'] = 'Možnosti vodoznaku';
- // $_lang['gallery.watermark_options_desc'] = 'Note: Options here cannot be shown in preview mode.';
- $_lang['gallery.watermark_options_desc'] = 'Poznámka: Tato nastavení nebudou vidět v módu náhledu.';
- // $_lang['gallery.watermark_text'] = 'Text Watermark';
- $_lang['gallery.watermark_text'] = 'Text vodoznaku';
- // $_lang['gallery.watermark_text_desc'] = 'Text to have on the image as a watermark.';
- $_lang['gallery.watermark_text_desc'] = 'Text vodoznaku pro fotky.';
- // $_lang['gallery.watermark_text_position'] = 'Text Watermark Position';
- $_lang['gallery.watermark_text_position'] = 'Umístění textu vodoznaku';
- // $_lang['gallery.watermark_text_position_desc'] = 'The position of the text watermark.';
- $_lang['gallery.watermark_text_position_desc'] = 'Umístění textu vodoznaku v rámcí fotky.';
- // $_lang['gallery.width'] = 'Width';
- $_lang['gallery.width'] = 'Šířka';
|