source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/popularity/lang/cs/lang.php@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 844 bytes
Line 
1<?php
2/**
3 * Czech language file
4 *
5 * @author Bohumir Zamecnik <[email protected]>
6 * @author [email protected]
7 * @author Marek Sacha <[email protected]>
8 * @author Lefty <[email protected]>
9 * @author Vojta Beran <[email protected]>
10 */
11$lang['name'] = 'Průzkum pouşívání (můşe chviličku trvat, neş se natáhne)';
12$lang['submit'] = 'Odeslat data';
13$lang['autosubmit'] = 'Automaticky odesílat data jednou měsíčně';
14$lang['submissionFailed'] = 'Data nemohla bÃœt odeslána kvůli následující chybě:';
15$lang['submitDirectly'] = 'Data můşete odeslat ručně zasláním následujícího formuláře.';
16$lang['autosubmitError'] = 'Poslední automatické odeslání selhalo kvůli následující chybě:';
17$lang['lastSent'] = 'Data byla odeslána.';
Note: See TracBrowser for help on using the repository browser.