source: extensions/Media_Icon/language/cs_CZ/plugin.lang.php @ 24593

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

[media_icon] Add cs_CZ, thanks to : Dejv92

  • Property svn:executable set to *
File size: 2.9 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['Position'] = 'Pozice';
24$lang['Presentation'] = 'Prezentace';
25$lang['Presentations'] = 'Prezentace';
26$lang['Result'] = 'Výsledek';
27$lang['Folder color'] = 'Barva adresáře';
28$lang['Folder picture'] = 'Obrázek adresáře';
29$lang['General'] = 'Hlavní';
30$lang['Logo'] = 'Logo';
31$lang['Official logos or Wikipedia:'] = 'Oficiální loga nebo Wikipedie:';
32$lang['Opacity'] = 'Průhlednost';
33$lang['Page'] = 'Stránka';
34$lang['Advanced options'] = 'Rozšířené nastavení';
35$lang['Bottom left corner'] = 'Levý spodní roh';
36$lang['Bottom right corner'] = 'Pravý spodní roh';
37$lang['Credits'] = 'Kredity';
38$lang['Document'] = 'Dokument';
39$lang['Documents'] = 'Dokumenty';
40$lang['Donate'] = 'Přispěd';
41$lang['Download website'] = 'Stáhnout stránku';
42$lang['Files supported: doc, docx and odt'] = 'Podporované soubory: doc, docx and odt';
43$lang['Files supported: mp3, ogg, oga, m4a, webma, fla, wav'] = 'Podporované soubory: mp3, ogg, oga, m4a, webma, fla, wav';
44$lang['Files supported: pdf'] = 'Podporované soubory: pdf';
45$lang['Files supported: ppt, pptx and odp files'] = 'Podporované soubory: ppt, pptx and odp';
46$lang['Files supported: webm, webmv, ogv, m4v, flv, mp4'] = 'Podporované soubory: webm, webmv, ogv, m4v, flv, mp4';
47$lang['Files supported: xls, xlsx and ods'] = 'Podporované soubory: xls, xlsx and ods';
48$lang['Folder'] = 'Adresář';
49?>
Note: See TracBrowser for help on using the repository browser.