diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-27 16:12:47 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-27 16:12:47 +0000 |
commit | 769c831d993a1e10b44abf4b3d9e5e145770ecc8 (patch) | |
tree | 5b40316f693e2a9f0c098a0c30209961315beac0 /locale/legacy/tw_big5/pw | |
parent | 13637918c0ccffcb3ff46ee4cf440ad843d8bdf8 (diff) |
Moved duplicate locales into legacy for now
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@331 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/legacy/tw_big5/pw')
-rwxr-xr-x | locale/legacy/tw_big5/pw | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/locale/legacy/tw_big5/pw b/locale/legacy/tw_big5/pw new file mode 100755 index 00000000..951795a1 --- /dev/null +++ b/locale/legacy/tw_big5/pw @@ -0,0 +1,15 @@ +$self{charset} = 'BIG5'; + +$self{texts} = { + 'Continue' => '繼續', + 'Password' => '密碼', + 'Session expired!' => '使用期(Session)已過!', +}; + +$self{subs} = { + 'getpassword' => 'getpassword', + '繼續' => 'continue', +}; + +1; + |