diff options
author | voyteckst <voyteckst@piwigo.org> | 2010-02-10 20:03:01 +0000 |
---|---|---|
committer | voyteckst <voyteckst@piwigo.org> | 2010-02-10 20:03:01 +0000 |
commit | 164a8e8f5d497404fdb7cbba87cdb51155b11360 (patch) | |
tree | 6e7aa7d774f48dac51445de877a6890464527b85 | |
parent | 3666288d62c4ad7a2fce33da272c53b20a9c3739 (diff) |
TODO done
git-svn-id: http://piwigo.org/svn/trunk@4871 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/pl_PL/admin.lang.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/language/pl_PL/admin.lang.php b/language/pl_PL/admin.lang.php index 51daab4de..76601175d 100644 --- a/language/pl_PL/admin.lang.php +++ b/language/pl_PL/admin.lang.php @@ -657,8 +657,8 @@ $lang['Password is missing'] = 'Brak hasła. Wpisz proszę hasło.'; $lang['Password confirmation is missing'] = 'Brak informacji o haśle. Potwierdź wybrane hasło.'; $lang['Email address is missing'] = 'Brak adresu email. usupełnij adres email.'; $lang['Password confirmation error'] = 'Wprowadzone hasła nie pasują do siebie.'; -/*TODO*/$lang['Allow users to edit theirs owns comments'] = 'Allow users to edit theirs owns comments'; -/*TODO*/$lang['Allow users to delete theirs owns comments'] = 'Allow users to delete theirs owns comments'; -/*TODO*/$lang['Email administrators when a comment is modified'] = 'Email administrators when a comment is modified'; -/*TODO*/$lang['Email administrators when a comment is deleted'] = 'Email administrators when a comment is deleted'; +$lang['Allow users to edit theirs owns comments'] = 'Zezwalaj użytkownikom edytować własne komentarze'; +$lang['Allow users to delete theirs owns comments'] = 'Zezwalaj użytkownikom usuwać własne komentarze'; +$lang['Email administrators when a comment is modified'] = 'Wyślij email do administratorów gdy komentarz został zmodyfikowany'; +$lang['Email administrators when a comment is deleted'] = 'Wyślij email do administratorów gdy komentarz został usunięty'; ?>
\ No newline at end of file |