diff options
Diffstat (limited to 'locale/hu/pw')
-rwxr-xr-x | locale/hu/pw | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/locale/hu/pw b/locale/hu/pw new file mode 100755 index 00000000..cb1ef45d --- /dev/null +++ b/locale/hu/pw @@ -0,0 +1,15 @@ +$self{charset} = 'ISO-8859-2'; + +$self{texts} = { + 'Continue' => 'Folytatás', + 'Password' => 'Jelszó', + 'Session expired!' => 'Lejárt az idő!', +}; + +$self{subs} = { + 'getpassword' => 'getpassword', + 'folytatás' => 'continue', +}; + +1; + |