summaryrefslogtreecommitdiff
path: root/locale/pl/pw
diff options
context:
space:
mode:
Diffstat (limited to 'locale/pl/pw')
-rwxr-xr-xlocale/pl/pw14
1 files changed, 14 insertions, 0 deletions
diff --git a/locale/pl/pw b/locale/pl/pw
new file mode 100755
index 00000000..e2996e56
--- /dev/null
+++ b/locale/pl/pw
@@ -0,0 +1,14 @@
+$self{charset} = 'ISO-8859-2';
+
+$self{texts} = {
+ 'Continue' => 'Kontynuj',
+ 'Password' => 'Hasło',
+};
+
+$self{subs} = {
+ 'getpassword' => 'getpassword',
+ 'kontynuj' => 'continue',
+};
+
+1;
+