diff options
Diffstat (limited to 'plugins/sasl_password/locale/pl_PL.inc')
-rw-r--r-- | plugins/sasl_password/locale/pl_PL.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/sasl_password/locale/pl_PL.inc b/plugins/sasl_password/locale/pl_PL.inc new file mode 100644 index 000000000..10cf51ad6 --- /dev/null +++ b/plugins/sasl_password/locale/pl_PL.inc @@ -0,0 +1,16 @@ +<?php + +$labels = array(); +$labels['changepasswd'] = 'Zmiana hasła'; +$labels['curpasswd'] = 'Aktualne hasło:'; +$labels['newpasswd'] = 'Nowe hasło:'; +$labels['confpasswd'] = 'Potwierdź hasło:'; + +$messages = array(); +$messages['nopassword'] = "Wprowadź nowe hasło"; +$messages['nocurpassword'] = "Wprowadź aktualne hasło"; +$messages['passwordincorrect'] = 'Błędne aktualne hasło, spróbuj ponownie.'; +$messages['passwordinconsistency'] = 'Hasła nie pasują, spróbuj ponownie.'; +$messages['successfullysaved'] = "Zapisano."; + +?>
\ No newline at end of file |