aboutsummaryrefslogtreecommitdiffstats
path: root/language/cs_CZ/install.lang.php
diff options
context:
space:
mode:
authorpab <pab@piwigo.org>2010-04-06 19:38:45 +0000
committerpab <pab@piwigo.org>2010-04-06 19:38:45 +0000
commitf8293effea23332e906173986a1902e224393f00 (patch)
tree2b29de060b2c47f990055eef163b4a94be07f699 /language/cs_CZ/install.lang.php
parent0deab62c7033ab5ff61d7a0f1b015ff5bc895442 (diff)
install.lang.php upgraded according to http://piwigo.us/l10n/21/tools/translation_analysis.php?lang=cs_CZ
git-svn-id: http://piwigo.org/svn/trunk@5690 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/cs_CZ/install.lang.php')
-rw-r--r--language/cs_CZ/install.lang.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/language/cs_CZ/install.lang.php b/language/cs_CZ/install.lang.php
index 1055eb699..7d810f912 100644
--- a/language/cs_CZ/install.lang.php
+++ b/language/cs_CZ/install.lang.php
@@ -59,4 +59,22 @@ $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.';
?> \ No newline at end of file