diff options
Diffstat (limited to 'locale/tw_big5/pw')
-rwxr-xr-x | locale/tw_big5/pw | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/locale/tw_big5/pw b/locale/tw_big5/pw new file mode 100755 index 00000000..951795a1 --- /dev/null +++ b/locale/tw_big5/pw @@ -0,0 +1,15 @@ +$self{charset} = 'BIG5'; + +$self{texts} = { + 'Continue' => '繼續', + 'Password' => '密碼', + 'Session expired!' => '使用期(Session)已過!', +}; + +$self{subs} = { + 'getpassword' => 'getpassword', + '繼續' => 'continue', +}; + +1; + |