diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-26 18:39:20 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-26 18:39:20 +0000 |
commit | a5050309c82a718670dfd0d552603e8b377d540a (patch) | |
tree | 6ae1d310c1975765c3771726500103e62330d5bb /locale/hu/pw | |
parent | 18d17c80639dadf9201e93730015f6076b1ffc26 (diff) |
Converting Hungarian translation to gettext
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@317 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/hu/pw')
-rwxr-xr-x | locale/hu/pw | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/locale/hu/pw b/locale/hu/pw deleted file mode 100755 index cb1ef45d..00000000 --- a/locale/hu/pw +++ /dev/null @@ -1,15 +0,0 @@ -$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; - |