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