summaryrefslogtreecommitdiff
path: root/locale/ch_utf/pw
diff options
context:
space:
mode:
Diffstat (limited to 'locale/ch_utf/pw')
-rwxr-xr-xlocale/ch_utf/pw15
1 files changed, 0 insertions, 15 deletions
diff --git a/locale/ch_utf/pw b/locale/ch_utf/pw
deleted file mode 100755
index a0ee73f6..00000000
--- a/locale/ch_utf/pw
+++ /dev/null
@@ -1,15 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'Continue' => 'Weiter',
- 'Password' => 'Passwort',
- 'Session expired!' => 'Sitzungsdauer abgelaufen!',
-};
-
-$self{subs} = {
- 'getpassword' => 'getpassword',
- 'weiter' => 'continue',
-};
-
-1;
-