summaryrefslogtreecommitdiff
path: root/locale/legacy/tw_big5/pw
diff options
context:
space:
mode:
Diffstat (limited to 'locale/legacy/tw_big5/pw')
-rwxr-xr-xlocale/legacy/tw_big5/pw15
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;
+