source: trunk/plugins/LocalFilesEditor/language/cs_CZ/plugin.lang.php @ 7091

Last change on this file since 7091 was 7091, checked in by ddtddt, 13 years ago

[trunk] LocalFilesEdito - update cz - thanks to webprostor
merge 7079

  • 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) 2008-2010 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// | plugin LocalFilesEditor ,czech lang by webprostor.eu                  |
9// +-----------------------------------------------------------------------+
10// | This program is free software; you can redistribute it and/or modify  |
11// | it under the terms of the GNU General Public License as published by  |
12// | the Free Software Foundation                                          |
13// |                                                                       |
14// | This program is distributed in the hope that it will be useful, but   |
15// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
16// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
17// | General Public License for more details.                              |
18// |                                                                       |
19// | You should have received a copy of the GNU General Public License     |
20// | along with this program; if not, write to the Free Software           |
21// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
22// | USA.                                                                  |
23// +-----------------------------------------------------------------------+
24$lang['locfiledit_onglet_localconf'] = 'Lokální konfigurace';
25$lang['locfiledit_onglet_css'] = 'CSS';
26$lang['locfiledit_onglet_tpl'] = 'Šablony';
27$lang['locfiledit_onglet_lang'] = 'Jazyky';
28$lang['locfiledit_onglet_plug'] = 'Vlastní pluginy';
29$lang['locfiledit_cant_save'] = 'Vybraný soubor nelze pøepsat.Zkontrolujte jestli je složka "include/" zapisovatelná (chmod).';
30$lang['locfiledit_newfile'] = 'Soubor neexistuje a bude vytvoøen LocalFiles Editorem';
31$lang['locfiledit_save_config'] = 'Soubor byl zmìnìn.';
32$lang['locfiledit_show_default'] = 'Zobraz refereèní soubor: ';
33$lang['locfiledit_save_bak'] = 'Záloha bude vytvoøena pøi uložení.';
34$lang['locfiledit_saved_bak'] = 'Záloha vytvoøena (%s)';
35$lang['locfiledit_save_file'] = 'Uložit soubor';
36$lang['locfiledit_choose_file'] = 'Vyber soubor k editaci';
37$lang['locfiledit_edit'] = 'Editace';
38$lang['locfiledit_restore'] = 'Obnovit ze zálohy';
39$lang['locfiledit_restore_confirm'] = 'Prosím potvrïte?Obnova nebude mít efekt do dalšího uložení.';
40$lang['locfiledit_bak_loaded1'] = 'Záložní soubor nahrán.';
41$lang['locfiledit_bak_loaded2'] = 'Musíte nejprve soubor uložit aby mohl být obnoven.';
42$lang['locfiledit_syntax_error'] = 'Syntax error! Soubor nemuže být uložen.';
43$lang['locfiledit_enable_editarea'] = 'Povol editaci';
44$lang['locfiledit_disable_editarea'] = 'Zakázat editaci';
45$lang['locfiledit_new_tpl'] = 'Vytvoøit nový soubor';
46$lang['locfiledit_new_filename'] = 'Název souboru';
47$lang['locfiledit_model'] = 'Model';
48$lang['locfiledit_empty_page'] = 'Prázdná stránka';
49$lang['locfiledit_parent_directory'] = 'Nadøazená složka';
50$lang['locfiledit_filename_error'] = 'Nepovolené znaky v názvu souboru.';
51$lang['locfiledit_file_already_exists'] = 'Soubor už existuje.';
52$lang['locfiledit_model_error'] = 'Musíte zvolit model.';
53$lang['locfiledit_empty_filename'] = 'Musíte vyplnit název souboru.';
54$lang['locfiledit_webmaster_only'] = 'Pouze webmaster mùže vytváøet nebo mìnit lokální soubory.';
55?>
Note: See TracBrowser for help on using the repository browser.