diff options
author | nikrou <nikrou@piwigo.org> | 2010-05-08 20:23:13 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2010-05-08 20:23:13 +0000 |
commit | f1c5936f8b8b5ee4ca8aaeff156d15d6ed657a41 (patch) | |
tree | d318300eac7f8e79a34b6cb2ad9412d45ede1f7e /language/pl_PL/upgrade.lang.php | |
parent | eb0aec97524af79ced247393fac94ed4d14baf80 (diff) |
Fix language key (return in string) for message introduction in upgrade.php
git-svn-id: http://piwigo.org/svn/trunk@6127 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/pl_PL/upgrade.lang.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/language/pl_PL/upgrade.lang.php b/language/pl_PL/upgrade.lang.php index 7e492a33f..bc5f0323b 100644 --- a/language/pl_PL/upgrade.lang.php +++ b/language/pl_PL/upgrade.lang.php @@ -37,7 +37,6 @@ $lang['All sub-categories of private categories become private'] = 'Wszystkie po $lang['User permissions and group permissions have been erased'] = 'Uprawnienia użytkowników oraz grup zostały usunięte'; $lang['Only thumbnails prefix and webmaster mail address have been saved from previous configuration'] = 'Z poprzedniej konfiguracji zostały zapisane tylko prefixy miniatur oraz adres email administratora.'; //For version 2.1.0 -$lang['This page proposes to upgrade your database corresponding to your old version of Piwigo to the current version. -The upgrade assistant thinks you are currently running a <strong>release %s</strong> (or equivalent).'] = 'Ta strona proponuje aktualizację Twojej bazy danych Piwigo do nowej wersji. Asystent aktualizacji myśli, że aktualnie uzywasz <strong>wersji %s</strong> (lub równoważnej).'; +$lang['This page proposes to upgrade your database corresponding to your old version of Piwigo to the current version. The upgrade assistant thinks you are currently running a <strong>release %s</strong> (or equivalent).'] = 'Ta strona proponuje aktualizację Twojej bazy danych Piwigo do nowej wersji. Asystent aktualizacji myśli, że aktualnie uzywasz <strong>wersji %s</strong> (lub równoważnej).'; $lang['As a precaution, following plugins have been deactivated. You must check for plugins upgrade before reactiving them:'] = 'Jako zabezpieczenie, nastepujące wtyczki zostały zdeaktywowane. Przed ich aktywacją musisz sprawdzić czy nie ma nowszych wersji:'; ?>
\ No newline at end of file |