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