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

Last change on this file since 19703 was 19703, checked in by plg, 11 years ago

update Piwigo headers to 2013 (the end of the world didn't occur as expected on r12922)

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 3.5 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// | 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
25$lang['locfiledit_onglet_localconf'] = 'Lokální konfigurace';
26$lang['locfiledit_onglet_css'] = 'CSS';
27$lang['locfiledit_onglet_tpl'] = 'Šablony';
28$lang['locfiledit_onglet_lang'] = 'Jazyky';
29$lang['locfiledit_onglet_plug'] = 'Vlastní pluginy';
30$lang['locfiledit_cant_save'] = 'Vybraný soubor nelze přepsat.Zkontrolujte jestli je složka "local/" zapisovatelná (chmod).';
31$lang['locfiledit_newfile'] = 'Soubor neexistuje a bude vytvořen LocalFiles Editorem';
32$lang['locfiledit_save_config'] = 'Soubor byl změněn.';
33$lang['locfiledit_show_default'] = 'Zobraz referenční soubor: ';
34$lang['locfiledit_save_bak'] = 'Záloha bude vytvořena při uložení.';
35$lang['locfiledit_saved_bak'] = 'Záloha vytvořena (%s)';
36$lang['locfiledit_save_file'] = 'Uložit soubor';
37$lang['locfiledit_choose_file'] = 'Vyber soubor k editaci';
38$lang['locfiledit_edit'] = 'Editace';
39$lang['locfiledit_restore'] = 'Obnovit ze zálohy';
40$lang['locfiledit_restore_confirm'] = 'Prosím potvrďte?Obnova nebude mít efekt do dalšího uložení.';
41$lang['locfiledit_bak_loaded1'] = 'Záložní soubor nahrán.';
42$lang['locfiledit_bak_loaded2'] = 'Musíte nejprve soubor uložit aby mohl být obnoven.';
43$lang['locfiledit_syntax_error'] = 'Syntax error! Soubor nemůže být uložen.';
44$lang['locfiledit_new_tpl'] = 'Vytvořit nový soubor';
45$lang['locfiledit_new_filename'] = 'Název souboru';
46$lang['locfiledit_model'] = 'Model';
47$lang['locfiledit_empty_page'] = 'Prázdná stránka';
48$lang['locfiledit_parent_directory'] = 'Nadřazená složka';
49$lang['locfiledit_filename_error'] = 'Nepovolené znaky v názvu souboru.';
50$lang['locfiledit_file_already_exists'] = 'Soubor už existuje.';
51$lang['locfiledit_model_error'] = 'Musíte zvolit model.';
52$lang['locfiledit_empty_filename'] = 'Musíte vyplnit název souboru.';
53$lang['locfiledit_webmaster_only'] = 'Pouze webmaster může vytvářet nebo měnit lokální soubory.';
54?>
Note: See TracBrowser for help on using the repository browser.