source: extensions/community/language/cs_CZ/plugin.lang.php @ 14274

Last change on this file since 14274 was 14274, checked in by TranslationTeam, 12 years ago

[community] Update cs_CZ, thanks to : sichr

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 3.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009      Pierrick LE GALL             http://piwigo.org |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License as published by  |
9// | the Free Software Foundation                                          |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
19// | USA.                                                                  |
20// +-----------------------------------------------------------------------+
21
22$lang['Add a permission'] = 'Přidat povolení';
23$lang['Who?'] = 'Komu?';
24$lang['any visitor'] = 'každém návštěvníkovi';
25$lang['any registered user'] = 'každému registrovanému uživateli';
26$lang['a specific user'] = 'konkrétnímu uživatele';
27$lang['a group'] = 'skupině';
28$lang['Where?'] = 'Kde?';
29$lang['The whole gallery'] = 'celou galerii';
30$lang['ability to create sub-albums'] = 'povolit vytváření sub-alb';
31$lang['Which level of trust?'] = 'Kterou úroveň oprávnění?';
32$lang['sub-albums creation'] = 'vytvoření sub-alb';
33$lang['Upload Permissions'] = 'Povoloení pro Upload';
34$lang['Pending Photos'] = 'Čekající fotografie';
35$lang['Permission added'] = 'Povolení přidáno';
36$lang['Permission removed'] = 'Povolení odebráno';
37$lang['%s (the user)'] = '%s (uživatel)';
38$lang['%s (the group)'] = '%s (skupina)';
39$lang['low trust'] = 'nízká důvěra';
40$lang['uploaded photos must be validated by an administrator'] = 'uploadované fotky musí být schváleny administrátorem';
41$lang['high trust'] = 'vysoká důvěra';
42$lang['uploaded photos are directly displayed in the gallery'] = 'uploadované fotky jsou ihned zobrazeny ve fotogalerii';
43$lang['%d photos validated'] = '%d fotek schváleno';
44$lang['%d photos rejected'] = '%d fotek nechváleno';
45$lang['web size'] = 'web velikost';
46$lang['Zoom'] = 'Přiblížit';
47$lang['Upload your own photos'] = 'Nahraj vlastní fotky';
48$lang['%d photos uploaded by %s'] = '%d obrázků náhrál %s';
49$lang['Validation page: %s'] = 'Ověřovací stránka: %s';
50$lang['%d photos uploaded into album "%s"'] = '%d fotek nahráno do alba "%s"';
51$lang['Hi administrators,'] = 'Ahoj administrátoři,';
52$lang['No album, this photo is orphan'] = 'Žádné album, tato fotka je samostatně';
53$lang['Cancel'] = 'Ukončit';
54$lang['Permission updated'] = 'Práva aktualizována';
55$lang['Delete permission'] = 'Smazat oprávnění';
56$lang['%u pending photos'] = '%u nedokončených fotek';
57$lang['Level 16'] = 'Probíhá';
58$lang['Edit a permission'] = 'Edituj a oprávnění';
59$lang['Your photos are waiting for validation, administrators have been notified'] = 'Vaše fotky čekají na ověření, správce byl informován';
60$lang['Set Photo Properties'] = 'Nastav vlastnosti fotky';
61?>
Note: See TracBrowser for help on using the repository browser.