source: extensions/File_Uploader/language/cs_CZ/plugin.lang.php @ 24900

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

[file_uploader] Update cs_CZ, thanks to : coudy

  • Property svn:executable set to *
File size: 3.4 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['Open files in a new tab'] = 'Otevřít soubory v novém panelu';
24$lang[': Check to overwrite files during upload if a file with the same name already exists.'] = ': Zaškrtněte pro přepsání souboru při nahrávání, pokud již soubor se stejným názvem existuje.';
25$lang['Album:'] = 'Album:';
26$lang['No file to upload'] = 'Žádný soubor k nahrání';
27$lang['Missing a temporary folder'] = 'Chybí dočasná složka';
28$lang['Invalid file name'] = 'Chybný název souboru';
29$lang['Help'] = 'Nápověda';
30$lang['File to upload:'] = 'Soubor k nahrání:';
31$lang['File Uploader Plugin'] = 'File Uploader Plugin';
32$lang['Failed to write file to disk'] = 'Soubor se nepodařilo zapsat na disk';
33$lang['Donate'] = 'Darovat';
34$lang['Configuration'] = 'Konfigurace';
35$lang['Choose a file'] = 'Vybrat soubor';
36$lang['... or '] = '... nebo';
37$lang['Specify a thumbnail for your file'] = 'Zvolte náhled pro Váš soubor';
38$lang['Specify a file to upload'] = 'Zvolte soubor pro nahrání';
39$lang['Properties'] = 'Vlastnosti';
40$lang['Overwrite files without notice'] = 'Přepiš soubory bez upozornění';
41$lang['File was only partially uploaded'] = 'Soubor byl nahrán jen částečně';
42$lang['File uploaded and synchronized'] = 'Soubor nahrán a synchronizován';
43$lang[': Check to open files in a new tab or download them depending on the extension.'] = ': zaškrtni, pokud chcete otevřít soubory v nové záložce nebo je stáhnout v závislosti na nainstalovaném rozšíření.';
44$lang['file_uploader_pdf2tab_tooltip'] = 'Otevři soubor v novém panelu';
45$lang['File exceeds the upload_max_filesize directive in php.ini'] = 'Soubor překročil hranici upload_max_filesize v php.ini';
46$lang['Choose a thumbnail'] = 'Zvol náhled';
47$lang['Can\'t upload file to galleries directory'] = 'Nelze nahrát soubor do adresáře galerií';
48?>
Note: See TracBrowser for help on using the repository browser.