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/pl_PL | |
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 '')
-rw-r--r-- | language/pl_PL/admin.lang.php | 1 | ||||
-rw-r--r-- | language/pl_PL/install.lang.php | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/language/pl_PL/admin.lang.php b/language/pl_PL/admin.lang.php index 88892a8ad..f225ad161 100644 --- a/language/pl_PL/admin.lang.php +++ b/language/pl_PL/admin.lang.php @@ -809,4 +809,5 @@ $lang['ERROR'] = 'BŁĄD'; $lang['Update Complete'] = 'Aktualizacja zakończona'; $lang['Rate'] = 'Ocena'; $lang['Average rate'] = 'Średnia ocena'; +$lang['Learn more'] = 'Dowiedz się więcej'; ?>
\ No newline at end of file diff --git a/language/pl_PL/install.lang.php b/language/pl_PL/install.lang.php index 89fdb44ac..299b6d364 100644 --- a/language/pl_PL/install.lang.php +++ b/language/pl_PL/install.lang.php @@ -71,5 +71,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.'] = 'Nie powiodło się stworzenie pliku konfiguracyjnego local/config/database.inc.php.'; $lang['Download the config file'] = 'Pobierz plik konfiguracyjny'; $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Możesz pobrać plik konfiguracyjny i wgrać go do katalogu lokalnego/z konfiguracją.'; -$lang['Learn more'] = 'Dowiedz się więcej'; ?>
\ No newline at end of file |