<?php // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based picture gallery | // | Czech language localization | // +-----------------------------------------------------------------------+ // | Copyright(C) 2009 Pavel Budka & Petr Jirsa http://pbudka.co.cc | // +-----------------------------------------------------------------------+ // | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | // +-----------------------------------------------------------------------+ // | This program is free software; you can redistribute it and/or modify | // | it under the terms of the GNU General Public License as published by | // | the Free Software Foundation | // | | // | This program is distributed in the hope that it will be useful, but | // | WITHOUT ANY WARRANTY; without even the implied warranty of | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | // | General Public License for more details. | // | | // | You should have received a copy of the GNU General Public License | // | along with this program; if not, write to the Free Software | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | // | USA. | // +-----------------------------------------------------------------------+ $lang['Installation'] = 'Instalace'; $lang['Basic configuration'] = 'Základní konfigurace'; $lang['Default gallery language'] = 'Základní jazyk galerie'; $lang['Database configuration'] = 'Databázová konfigurace'; $lang['Admin configuration'] = 'Administrátorská konfigurace'; $lang['Start Install'] = 'Spustit instalaci'; $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)'; $lang['Webmaster login'] = 'Uživatelské jméno správce'; $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.'; $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'; $lang['Can\'t connect to server'] = 'Nebylo možné se připojit k serveru'; $lang['Host'] = 'MySQL server'; $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.cz'; $lang['User'] = 'Uživatel'; $lang['user login given by your host provider'] = 'uživatelské jméno, které Vám přidělil provozovatel serveru'; $lang['Password'] = 'Heslo'; $lang['user password given by your host provider'] = 'heslo na tomto serveru'; $lang['Database name'] = 'Jméno databáze'; $lang['also given by your host provider'] = 'které na tomto serveru'; $lang['Database table prefix'] = 'Předpona názvů databázových tabulek'; $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)'; $lang['enter a login for webmaster'] = 'vložte uživatelské jméno správce'; $lang['webmaster login can\'t contain characters \' or "'] = 'uživatelské jméno správce nemůže obsahovat znak \' nebo "'; $lang['please enter your password again'] = 'prosím zadejte znovu heslo'; $lang['Webmaster password'] = 'Heslo správce'; $lang['Keep it confidential, it enables you to access administration panel'] = 'Heslo mějte utajeno, umožní Vám přístup do administrace aplikace'; $lang['Password [confirm]'] = 'Heslo [potvrzení]'; $lang['verification'] = 'kontrola'; $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>.'; $lang['Webmaster mail address'] = 'E-mail správce'; $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'; // missing translations 2.1.0 $lang['Database type'] = 'Typ databáze'; $lang['The type of database your piwigo data will be store in'] = 'Typ databáze Vaší Piwigo databáze bude uložen'; $lang['PHP 5 is required'] = 'Je nutný PHP 5'; $lang['It appears your webhost is currently running PHP %s.'] = 'Na Vašem webhostingu je PHP %s.'; $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.'; $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 .'; $lang['Try to configure PHP 5'] = 'Pokuste se změnit Vaše nastavení na PHP 5'; $lang['Sorry!'] = 'Bohužel!'; $lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo nebylo schopno změnit Vaše nastavení na PHP 5.'; $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.'; $lang['Hope to see you back soon.'] = 'Věříme, že se brzy uvidíme.'; $lang['Congratulations, Piwigo installation is completed'] = 'Gratulujeme, Piwigo instalace je ukončena'; $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)'; $lang['Creation of config file local/config/database.inc.php failed.'] = 'Vytvoření souboru local/config/database.inc.php se nepodařilo.'; $lang['Download the config file'] = 'Stáhnout konfigurační soubor'; $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.'; $lang['SQLite and PostgreSQL are currently in experimental state.'] = 'SQLite a PostgreSQL se aktuálně teprve testují.'; $lang['Learn more'] = 'Zjistit více'; ?>