diff options
Diffstat (limited to 'language')
-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 |