diff options
author | plegall <plg@piwigo.org> | 2011-09-08 11:52:02 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-09-08 11:52:02 +0000 |
commit | 79df57b96faeba32fe9648315442e129f1f570c1 (patch) | |
tree | 3bdf262bb158581f90e9fc2aacb03eed4e394304 /language/sk_SK | |
parent | 9ebf049b69ce1ea0a586b12c2a08b5b7578026ab (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/sk_SK')
-rw-r--r-- | language/sk_SK/admin.lang.php | 2 | ||||
-rw-r--r-- | language/sk_SK/install.lang.php | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/language/sk_SK/admin.lang.php b/language/sk_SK/admin.lang.php index 12e1a8540..31517186d 100644 --- a/language/sk_SK/admin.lang.php +++ b/language/sk_SK/admin.lang.php @@ -840,5 +840,5 @@ $lang['Rate'] = 'Hodnotenie'; $lang['Add a criteria'] = 'Pridať kritéria'; $lang['You can\'t define a default photo order because you have a custom setting in your local configuration.'] = 'Nemožno definovať prednastavené zoradenie fotiek, pretože ho máte inak nastavené lokálnej konfigurácii.'; $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> !'] = 'Máte špecifikované <i>$conf[\'order_by\']</i> vo Vašom lokálnom konfiguračnom súbore, tento parameter je neprípustný, prosím vymažte ho alebo premenujte v <i>$conf[\'order_by_custom\']</i> !'; - +$lang['Learn more'] = 'Zistiť viac'; ?>
\ No newline at end of file diff --git a/language/sk_SK/install.lang.php b/language/sk_SK/install.lang.php index b8f127cbe..88963c41e 100644 --- a/language/sk_SK/install.lang.php +++ b/language/sk_SK/install.lang.php @@ -74,5 +74,4 @@ $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.'] = 'Vytvorenie súboru local/config/database.inc.php sa nepodarilo.'; $lang['Download the config file'] = 'Stiahnuť konfiguračný súbor'; $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Môžete stiahnuť konfiguračný súbor a nahrať ho do adresára local/config Vašej inštalácie.'; -$lang['Learn more'] = 'Zistiť viac'; ?>
\ No newline at end of file |