diff options
author | voyteckst <voyteckst@piwigo.org> | 2010-04-01 06:12:22 +0000 |
---|---|---|
committer | voyteckst <voyteckst@piwigo.org> | 2010-04-01 06:12:22 +0000 |
commit | 914a52c7f48d4206e0aa0d3bb2b49268782d30f2 (patch) | |
tree | 5047ba372e1cf76c8fd696b12d68a7a588532ab0 /language/pl_PL/install.lang.php | |
parent | eaa10ee5b8a0bd92a537cc6729a21f45b2a0a541 (diff) |
2.1 strings
git-svn-id: http://piwigo.org/svn/trunk@5522 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/pl_PL/install.lang.php')
-rw-r--r-- | language/pl_PL/install.lang.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/language/pl_PL/install.lang.php b/language/pl_PL/install.lang.php index 283098645..2ba1e629f 100644 --- a/language/pl_PL/install.lang.php +++ b/language/pl_PL/install.lang.php @@ -73,4 +73,8 @@ $lang['Sorry!'] = 'Niestety!'; $lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo nie mógł skonfigurować Twojego PHP 5.'; $lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = "Możesz skontaktować się z działem wsparcia Twojego providera aby dowiedzieć się jak włączyć PHP 5."; $lang['Hope to see you back soon.'] = 'Do zobaczenia wkrótce.'; +//For 2.1.0 +$lang['Database type'] = 'Typ bazy danych'; +$lang['The type of database your piwigo data will be store in'] = 'Typ bazy danych Twojego Piwigo zostanie zapisany w'; +$lang['Congratulations, Piwigo installation is completed'] = 'Gratulacje, instlacja Piwigo zakończona sukcesem'; ?>
\ No newline at end of file |