summaryrefslogtreecommitdiff
path: root/plugins/sasl_password/locale/pl_PL.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-05-15 18:49:53 +0000
committeralecpl <alec@alec.pl>2009-05-15 18:49:53 +0000
commit34ee9e7498f84394bfc7d5a4a845720aed8e0b2f (patch)
tree8a2f1905149075a5d448e81b4ec45acdab7322fa /plugins/sasl_password/locale/pl_PL.inc
parent94115bb338d3f0e7789bdd3607b7dccc7a8507c6 (diff)
- pl_PL localization for plugins
Diffstat (limited to 'plugins/sasl_password/locale/pl_PL.inc')
-rw-r--r--plugins/sasl_password/locale/pl_PL.inc16
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