source: trunk/language/cs_CZ/install.lang.php @ 5585

Last change on this file since 5585 was 5585, checked in by ddtddt, 14 years ago

[trunk] update CZ

File size: 4.8 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// | Czech language localization                                           |
5// +-----------------------------------------------------------------------+
6// | Copyright(C) 2009     Pavel Budka & Petr Jirsa    http://pbudka.co.cc |
7// +-----------------------------------------------------------------------+
8// | Copyright(C) 2008-2010 Piwigo Team                  http://piwigo.org |
9// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
10// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
11// +-----------------------------------------------------------------------+
12// | This program is free software; you can redistribute it and/or modify  |
13// | it under the terms of the GNU General Public License as published by  |
14// | the Free Software Foundation                                          |
15// |                                                                       |
16// | This program is distributed in the hope that it will be useful, but   |
17// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
18// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
19// | General Public License for more details.                              |
20// |                                                                       |
21// | You should have received a copy of the GNU General Public License     |
22// | along with this program; if not, write to the Free Software           |
23// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
24// | USA.                                                                  |
25// +-----------------------------------------------------------------------+
26
27$lang['Installation'] = 'Instalace';
28$lang['Basic configuration'] = 'Základní konfigurace';
29$lang['Default gallery language'] = 'Základní jazyk galerie';
30$lang['Database configuration'] = 'Databázová konfigurace';
31$lang['Admin configuration'] = 'Administrátorská konfigurace';
32$lang['Start Install'] = 'Spustit instalaci';
33$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'e-mailová adresa musí mít formát xxx@yyy.eee (například : novak@mail.cz)';
34
35$lang['Webmaster login'] = 'Uživatelské jméno správce';
36$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Bude zobrazen návštěvníkům. Je nutný pro administraci aplikace.';
37
38$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Spojení na server se podařilo, ale nebylo možné připojit databázi';
39$lang['Can\'t connect to server'] = 'Nebylo možné se připojit k serveru';
40$lang['Copy the text in pink between hyphens and paste it into the file "local/config/database.inc.php"(Warning : database.inc.php must only contain what is in pink, no line return or space character)'] = 'Zkopírujte růžový text mezi čárkami a vložte jej do souboru "include/mysql.inc.php"(Varování : mysql.inc.php musí obsahovat jen text, který je růžový, bez dalších odřádkování, nebo mezer)';
41
42$lang['Host'] = 'MySQL server';
43$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.cz';
44$lang['User'] = 'Uživatel';
45$lang['user login given by your host provider'] = 'uživatelské jméno, které Vám přidělil provozovatel serveru';
46$lang['Password'] = 'Heslo';
47$lang['user password given by your host provider'] = 'heslo na tomto serveru';
48$lang['Database name'] = 'Jméno databáze';
49$lang['also given by your host provider'] = 'které na tomto serveru';
50$lang['Database table prefix'] = 'Předpona názvů databázových tabulek';
51$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'názvy vytvořených databázových tabulek budou tuto předponu (pro jejich snadnější správu)';
52$lang['enter a login for webmaster'] = 'vložte uživatelské jméno správce';
53$lang['webmaster login can\'t contain characters \' or "'] = 'uživatelské jméno správce nemůže obsahovat znak \' nebo "';
54$lang['please enter your password again'] = 'prosím zadejte znovu heslo';
55$lang['Webmaster password'] = 'Heslo správce';
56$lang['Keep it confidential, it enables you to access administration panel'] = 'Heslo mějte utajeno, umožní Vám přístup do administrace aplikace';
57$lang['Password [confirm]'] = 'Heslo [potvrzení]';
58$lang['verification'] = 'kontrola';
59$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Potřebujete pomoc ? Zeptejte se na <a href="%s">Piwigo fóru</a>.';
60$lang['Webmaster mail address'] = 'E-mail správce';
61$lang['Visitors will be able to contact site administrator with this mail'] = 'Návštěvníci mohou pomocí tohoto e-mailu správce kontaktovat';
62?>
Note: See TracBrowser for help on using the repository browser.