diff options
Diffstat (limited to 'locale/cz/pw')
-rwxr-xr-x | locale/cz/pw | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/locale/cz/pw b/locale/cz/pw new file mode 100755 index 00000000..680ba7b5 --- /dev/null +++ b/locale/cz/pw @@ -0,0 +1,14 @@ +$self{charset} = 'ISO-8859-2'; + +$self{texts} = { + 'Continue' => 'Pokračování', + 'Password' => 'Heslo', +}; + +$self{subs} = { + 'getpassword' => 'getpassword', + 'pokračování' => 'continue', +}; + +1; + |