source: trunk/language/cs_CZ/install.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)

File size: 6.8 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// | Czech language localization                                           |
5// +-----------------------------------------------------------------------+
6// | Copyright(C) 2009     Pavel Budka & Petr Jirsa    http://pbudka.co.cc |
7// +-----------------------------------------------------------------------+
8// | Copyright(C) 2008-2013 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$lang['Webmaster login'] = 'Uživatelské jméno správce';
35$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.';
36$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';
37$lang['Can\'t connect to server'] = 'Nebylo možné se připojit k serveru';
38$lang['Host'] = 'MySQL server';
39$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.cz';
40$lang['User'] = 'Uživatel';
41$lang['user login given by your host provider'] = 'uživatelské jméno, které Vám přidělil provozovatel serveru';
42$lang['Password'] = 'Heslo';
43$lang['user password given by your host provider'] = 'heslo na tomto serveru';
44$lang['Database name'] = 'Jméno databáze';
45$lang['also given by your host provider'] = 'které na tomto serveru';
46$lang['Database table prefix'] = 'Předpona názvů databázových tabulek';
47$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)';
48$lang['enter a login for webmaster'] = 'vložte uživatelské jméno správce';
49$lang['webmaster login can\'t contain characters \' or "'] = 'uživatelské jméno správce nemůže obsahovat znak \' nebo "';
50$lang['please enter your password again'] = 'prosím zadejte znovu heslo';
51$lang['Webmaster password'] = 'Heslo správce';
52$lang['Keep it confidential, it enables you to access administration panel'] = 'Heslo mějte utajeno, umožní Vám přístup do administrace aplikace';
53$lang['Password [confirm]'] = 'Heslo [potvrzení]';
54$lang['verification'] = 'kontrola';
55$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>.';
56$lang['Webmaster mail address'] = 'E-mail správce';
57$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';
58$lang['PHP 5 is required'] = 'Je nutný PHP 5';
59$lang['It appears your webhost is currently running PHP %s.'] = 'Na Vašem webhostingu je PHP %s.';
60$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo se může pokusit změnit Vaše nastavení na PHP 5 tím, že vytvoří nebo změní soubor .htaccess.';
61$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Případně můžete změnit Vaši konfirguraci sami a potom restartovat Piwigo .';
62$lang['Try to configure PHP 5'] = 'Pokuste se změnit Vaše nastavení na PHP 5';
63$lang['Sorry!'] = 'Bohužel!';
64$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo nebylo schopno změnit Vaše nastavení na PHP 5.';
65$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'Obraťte se na poskytovatele Vašeho webhostingu, aby jste zjistili, jak můžete změnit Vaše nastavení na PHP 5.';
66$lang['Hope to see you back soon.'] = 'Věříme, že se brzy uvidíme.';
67$lang['Congratulations, Piwigo installation is completed'] = 'Gratulujeme, Piwigo instalace je ukončena';
68$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'Náhradním řešením je zkopírovat text z boxu výše a vložit jej do souboru "local/config/database.inc.php" (Upozornění : soubor database.inc.php smí obsahovat jen to, co je v tomto boxu, žádné znaky odřádkování nebo mezery)';
69$lang['Creation of config file local/config/database.inc.php failed.'] = 'Vytvoření souboru local/config/database.inc.php se nepodařilo.';
70$lang['Download the config file'] = 'Stáhnout konfigurační soubor';
71$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Můžete stáhnout konfigurační soubor a nahrát jej do adrešáře local/config Vaší instalace.';
72$lang['Just another Piwigo gallery'] = 'Jen další galerie Piwigo';
73$lang['Welcome to my photo gallery'] = 'Vítejte na mé fotogalerii';
74$lang['Welcome to your new installation of Piwigo!'] = 'Vítejte v nové instalaci Piwigo!';
75$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Neváhejte navštívit naše fórum v případě jakýchkoliv dotazů: %s'; 
76?>
Note: See TracBrowser for help on using the repository browser.