aboutsummaryrefslogtreecommitdiffstats
path: root/language/cs_CZ
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-09-08 11:52:02 +0000
committerplegall <plg@piwigo.org>2011-09-08 11:52:02 +0000
commit79df57b96faeba32fe9648315442e129f1f570c1 (patch)
tree3bdf262bb158581f90e9fc2aacb03eed4e394304 /language/cs_CZ
parent9ebf049b69ce1ea0a586b12c2a08b5b7578026ab (diff)
bug fixed: the "Learn more" language key needs to be in admin.lang.php, not in install.lang.php
git-svn-id: http://piwigo.org/svn/trunk@12105 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/cs_CZ')
-rw-r--r--language/cs_CZ/admin.lang.php2
-rw-r--r--language/cs_CZ/install.lang.php1
2 files changed, 1 insertions, 2 deletions
diff --git a/language/cs_CZ/admin.lang.php b/language/cs_CZ/admin.lang.php
index 6e9d2dcf9..11bc04cb8 100644
--- a/language/cs_CZ/admin.lang.php
+++ b/language/cs_CZ/admin.lang.php
@@ -841,5 +841,5 @@ $lang['Rate'] = 'Hodnocení';
$lang['Add a criteria'] = 'Přidání kritéria';
$lang['You can\'t define a default photo order because you have a custom setting in your local configuration.'] = 'Nemužete definovat výchozí pořadí fotografií, protože máte nadefinováno vlastní nastavení v konfiguraci';
$lang['You have specified <i>$conf[\'order_by\']</i> in your local configuration file, this parameter in deprecated, please remove it or rename it into <i>$conf[\'order_by_custom\']</i> !'] = 'Specifikovali jste <i>$conf[\'order_by\']</i> v konfiguračním souboru, tento parametr je zastaralý, prosím odstraňte ho nebo přejmenujte na <i>$conf[\'order_by_custom\']</i> !';
-
+$lang['Learn more'] = 'Zjistit více';
?> \ No newline at end of file
diff --git a/language/cs_CZ/install.lang.php b/language/cs_CZ/install.lang.php
index ab6306367..3c971196a 100644
--- a/language/cs_CZ/install.lang.php
+++ b/language/cs_CZ/install.lang.php
@@ -69,7 +69,6 @@ $lang['An alternate solution is to copy the text in the box above and paste it i
$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['Learn more'] = 'Zjistit více';
$lang['Just another Piwigo gallery'] = 'Jen další galerie Piwigo';
$lang['Welcome to my photo gallery'] = 'Vítejte na mé fotogalerii';
?> \ No newline at end of file