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

Last change on this file was 28792, checked in by TranslationTeam, 10 years ago

[media_icon] Update cs_CZ, thanks to : coudy

  • Property svn:executable set to *
File size: 4.1 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$lang['Dailymotion'] = 'Dailymotion';
50$lang['Dailymotion videos'] = 'Dailymotion videa';
51$lang['Icon style:'] = 'Styl ikony:';
52$lang['Music'] = 'Hudba';
53$lang['Musics'] = 'Hudby';
54$lang['Not displayed'] = 'Nezobrazeno';
55$lang['Style'] = 'Styl';
56$lang['The icons are brought to you thanks to:'] = 'Ikony jsou Vám poskytnuta díky:';
57$lang['The opacity have to be a number between 0 and 100'] = 'Průhlednost musí být číslo mezi 0 a 100';
58$lang['The opacity of the icon.'] = 'Průhlednost ikony.';
59$lang['Top left corner'] = 'Levý horní roh';
60$lang['Top right corner'] = 'Pravý horní roh';
61$lang['Types of files you want to add an icon to:'] = 'Typy souborů ke kterým chcete pridat ikony:';
62$lang['Video'] = 'Video';
63$lang['Videos'] = 'Videa';
64$lang['Videos added with Embedded Videos'] = 'Videa přidány s vloženými videi';
65$lang['Vimeo'] = 'Vimeo';
66$lang['Vimeo videos'] = 'Vimeo videa';
67$lang['Wat'] = 'Wat';
68$lang['Wat videos'] = 'Wat videa';
69$lang['Wideo'] = 'Wideo';
70$lang['Wideo videos'] = 'Wideo videa';
71$lang['Youtube'] = 'Youtube';
72$lang['Youtube videos'] = 'Youtube videa';
73$lang['pdf'] = 'pdf';
74$lang['pdf files'] = 'pdf soubory';
75$lang['Click on submit to see changes.'] = 'Klikněte na tlačítko Submit aby se projevily změny';
Note: See TracBrowser for help on using the repository browser.