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

Last change on this file since 26461 was 26461, checked in by mistic100, 10 years ago

Update headers to 2014. Happy new year!!

File size: 6.6 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-2014 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['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.';
34$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';
35$lang['Can\'t connect to server'] = 'Nebylo možné se připojit k serveru';
36$lang['Host'] = 'MySQL server';
37$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.cz';
38$lang['User'] = 'Uživatel';
39$lang['user login given by your host provider'] = 'uživatelské jméno, které Vám přidělil provozovatel serveru';
40$lang['user password given by your host provider'] = 'heslo na tomto serveru';
41$lang['Database name'] = 'Jméno databáze';
42$lang['also given by your host provider'] = 'které na tomto serveru';
43$lang['Database table prefix'] = 'Předpona názvů databázových tabulek';
44$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)';
45$lang['enter a login for webmaster'] = 'vložte uživatelské jméno správce';
46$lang['webmaster login can\'t contain characters \' or "'] = 'uživatelské jméno správce nemůže obsahovat znak \' nebo "';
47$lang['please enter your password again'] = 'prosím zadejte znovu heslo';
48$lang['Keep it confidential, it enables you to access administration panel'] = 'Heslo mějte utajeno, umožní Vám přístup do administrace aplikace';
49$lang['Password [confirm]'] = 'Heslo [potvrzení]';
50$lang['verification'] = 'kontrola';
51$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>.';
52$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';
53$lang['PHP 5 is required'] = 'Je nutný PHP 5';
54$lang['It appears your webhost is currently running PHP %s.'] = 'Na Vašem webhostingu je PHP %s.';
55$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.';
56$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 .';
57$lang['Try to configure PHP 5'] = 'Pokuste se změnit Vaše nastavení na PHP 5';
58$lang['Sorry!'] = 'Bohužel!';
59$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo nebylo schopno změnit Vaše nastavení na PHP 5.';
60$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.';
61$lang['Hope to see you back soon.'] = 'Věříme, že se brzy uvidíme.';
62$lang['Congratulations, Piwigo installation is completed'] = 'Gratulujeme, Piwigo instalace je ukončena';
63$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)';
64$lang['Creation of config file local/config/database.inc.php failed.'] = 'Vytvoření souboru local/config/database.inc.php se nepodařilo.';
65$lang['Download the config file'] = 'Stáhnout konfigurační soubor';
66$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.';
67$lang['Just another Piwigo gallery'] = 'Jen další galerie Piwigo';
68$lang['Welcome to my photo gallery'] = 'Vítejte na mé fotogalerii';
69$lang['Welcome to your new installation of Piwigo!'] = 'Vítejte v nové instalaci Piwigo!';
70$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'; 
71$lang['localhost or other, supplied by your host provider'] = 'localhost, nebo jiný, dodaný poskytovatelem hostingu';
72?>
Note: See TracBrowser for help on using the repository browser.