From 34ee9e7498f84394bfc7d5a4a845720aed8e0b2f Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Fri, 15 May 2009 18:49:53 +0000 Subject: - pl_PL localization for plugins --- plugins/sasl_password/locale/pl_PL.inc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 plugins/sasl_password/locale/pl_PL.inc (limited to 'plugins/sasl_password/locale') 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 -- cgit v1.2.3