diff options
author | ddtddt <ddtddt@piwigo.org> | 2011-04-10 20:17:42 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2011-04-10 20:17:42 +0000 |
commit | 94f13f96445d11398f7a02ceeb5b129c3a215e3c (patch) | |
tree | ff2a00a537c2c05f957cb1c2cc0ea08b14a830a0 /language/pl_PL | |
parent | dff548382f1bf0d236484d6396d4d5fc1784367c (diff) |
[trunk] - language - update PL thanks to voyteckst
git-svn-id: http://piwigo.org/svn/trunk@10268 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/pl_PL')
-rw-r--r-- | language/pl_PL/admin.lang.php | 2 | ||||
-rw-r--r-- | language/pl_PL/common.lang.php | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/language/pl_PL/admin.lang.php b/language/pl_PL/admin.lang.php index 247b964c6..a444d59a5 100644 --- a/language/pl_PL/admin.lang.php +++ b/language/pl_PL/admin.lang.php @@ -784,5 +784,5 @@ $lang['WARNING! This plugin does not seem to be compatible with this version of $lang['Do you want to activate anyway?'] = 'Czy jednak chcesz aktywować?'; $lang['THIS PLUGIN IS NOW PART OF PIWIGO CORE! DELETE IT NOW.'] = 'TA WTYCZKA JEST TERAZ CZĘŚCIĄ PODSTAWOWEJ WERSJI PIWIGO! ODINSTALUJ JĄ TERAZ!'; $lang['ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.'] = 'BŁĄD: BRAK WTYCZKI CHOĆ JEST ZAINSTALOWANA! ODINSTALUJ JĄ TERAZ.'; - +$lang['display'] = 'wyświetlanie'; ?>
\ No newline at end of file diff --git a/language/pl_PL/common.lang.php b/language/pl_PL/common.lang.php index 131910aca..f2fcb8498 100644 --- a/language/pl_PL/common.lang.php +++ b/language/pl_PL/common.lang.php @@ -361,4 +361,5 @@ $lang['This author removed the comment with id %d'] = 'Ten autor usunął koment $lang['validate this comment'] = 'potwierdź ten komentarz'; $lang['Album'] = 'Album'; $lang['Album: %s'] = 'Albumy: %s'; +$lang['html tags are not allowed in login'] = 'znaczniki html nie są dozwolone w polu login'; ?>
\ No newline at end of file |