From ac5b087ea2d9ba7428d367aaeb288534158fee9a Mon Sep 17 00:00:00 2001 From: christopherm Date: Fri, 1 Sep 2006 01:16:38 +0000 Subject: Initial Import git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46 --- locale/hu/pw | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 locale/hu/pw (limited to 'locale/hu/pw') 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; + -- cgit v1.2.3