| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?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
- */
- /**
- * @package gallery
- * @subpackage galleriffic
- *
- * @author modxcms.cz
- * @updated 2011-12-12
- */
- // $_lang['gallery.download_original'] = 'Download Original';
- $_lang['gallery.download_original'] = 'Stáhnout originál';
- // $_lang['gallery.photo_next'] = 'Next Photo';
- $_lang['gallery.photo_next'] = 'Následující fotka';
- // $_lang['gallery.photo_previous'] = 'Previous Photo';
- $_lang['gallery.photo_previous'] = 'Předcházející fotka';
- // $_lang['gallery.next'] = 'Next';
- $_lang['gallery.next'] = 'Další';
- // $_lang['gallery.prev'] = 'Prev';
- $_lang['gallery.prev'] = 'Předchozí';
- // $_lang['gallery.slideshow_pause'] = 'Pause Slideshow';
- $_lang['gallery.slideshow_pause'] = 'Pozastavit prezentaci';
- // $_lang['gallery.slideshow_play'] = 'Play Slideshow';
- $_lang['gallery.slideshow_play'] = 'Spustit prezentaci';
- // $_lang['gallery.tags'] = 'Tags';
- $_lang['gallery.tags'] = 'Tagy';
|