summaryrefslogtreecommitdiff
path: root/locale/de_utf/pw
diff options
context:
space:
mode:
Diffstat (limited to 'locale/de_utf/pw')
-rwxr-xr-xlocale/de_utf/pw14
1 files changed, 14 insertions, 0 deletions
diff --git a/locale/de_utf/pw b/locale/de_utf/pw
new file mode 100755
index 00000000..70e3afa4
--- /dev/null
+++ b/locale/de_utf/pw
@@ -0,0 +1,14 @@
+$self{charset} = 'UTF-8';
+
+$self{texts} = {
+ 'Continue' => 'Weiter',
+ 'Password' => 'Passwort',
+};
+
+$self{subs} = {
+ 'getpassword' => 'getpassword',
+ 'weiter' => 'continue',
+};
+
+1;
+