source: extensions/PwgCarbon/language/cs_CZ/theme.lang.php @ 20879

Last change on this file since 20879 was 20879, checked in by TranslationTeam, 11 years ago

[pwgcarbon] Add cs_CZ, thanks to : sichr

  • Property svn:executable set to *
File size: 2.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['Open picture in lighting box'] = 'Otevřít obrázek ve světelném boxu';
24$lang['Theme picture'] = 'Obrázek tématu';
25$lang['lb_configuration_saved'] = 'Konfigurace uložena';
26$lang['lb_default_parameters'] = 'standardní parametry';
27$lang['lb_default_parameters_saved'] = 'standardní parametry uloženy';
28$lang['lb_theme'] = 'Téma';
29$lang['no'] = 'ne';
30$lang['set as category representative'] = 'nastavit jako reprezentant kategorie';
31$lang['use picture in the theme'] = 'použít obrázek v tématu';
32$lang['yes'] = 'ano';
33$lang['Background'] = 'Pozadí';
34$lang['Background and color'] = 'Pozadí a barva';
35$lang['Background, theme and color'] = 'Pozadí, téma a barva';
36$lang['Black'] = 'Černá';
37$lang['Blue'] = 'Modrá';
38$lang['Brown'] = 'Hnědá';
39$lang['Color'] = 'Barva';
40$lang['Colorus menu'] = 'Menu barev';
41$lang['Green'] = 'Zelená';
42$lang['Header'] = 'Hlavička';
43$lang['Orange'] = 'Oranžová';
44$lang['Purple'] = 'Purpurová';
45$lang['Random'] = 'Náhodná';
46$lang['Red'] = 'Červená';
47$lang['Reflexion on thumbmail'] = 'Odlesk na náhledu';
48$lang['Theme'] = 'Téma';
49$lang['White'] = 'Bílá';
50$lang['Yellow'] = 'Žlutá';
51?>
Note: See TracBrowser for help on using the repository browser.