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