summaryrefslogtreecommitdiff
path: root/locale/tw_big5/login
diff options
context:
space:
mode:
authorchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 01:16:38 +0000
committerchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 01:16:38 +0000
commitac5b087ea2d9ba7428d367aaeb288534158fee9a (patch)
tree2dbe0bdea0b653a215ba9ddfdf627cb57855050d /locale/tw_big5/login
Initial Import
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/tw_big5/login')
-rwxr-xr-xlocale/tw_big5/login27
1 files changed, 27 insertions, 0 deletions
diff --git a/locale/tw_big5/login b/locale/tw_big5/login
new file mode 100755
index 00000000..0f39169b
--- /dev/null
+++ b/locale/tw_big5/login
@@ -0,0 +1,27 @@
+$self{charset} = 'BIG5';
+
+$self{texts} = {
+ 'Access Denied!' => '拒絕存取!',
+ 'Company' => '公司',
+ 'Continue' => '繼續',
+ 'Dataset is newer than version!' => '較新資料集!',
+ 'Incorrect Dataset version!' => '資料集版本錯誤!',
+ 'Login' => '登入',
+ 'Name' => '名稱',
+ 'Password' => '密碼',
+ 'Upgrading to Version' => '正升級至新版',
+ 'Version' => '版本',
+ 'You did not enter a name!' => '你並未鍵入名稱!',
+ 'done' => '完成',
+};
+
+$self{subs} = {
+ 'login' => 'login',
+ 'login_screen' => 'login_screen',
+ 'logout' => 'logout',
+ 'selectdataset' => 'selectdataset',
+ '登大' => 'login',
+};
+
+1;
+