summaryrefslogtreecommitdiff
path: root/locale/legacy/tw_big5/jc
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-27 16:12:47 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-27 16:12:47 +0000
commit769c831d993a1e10b44abf4b3d9e5e145770ecc8 (patch)
tree5b40316f693e2a9f0c098a0c30209961315beac0 /locale/legacy/tw_big5/jc
parent13637918c0ccffcb3ff46ee4cf440ad843d8bdf8 (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/jc')
-rwxr-xr-xlocale/legacy/tw_big5/jc124
1 files changed, 124 insertions, 0 deletions
diff --git a/locale/legacy/tw_big5/jc b/locale/legacy/tw_big5/jc
new file mode 100755
index 00000000..163c1628
--- /dev/null
+++ b/locale/legacy/tw_big5/jc
@@ -0,0 +1,124 @@
+$self{charset} = 'BIG5';
+
+$self{texts} = {
+ 'Accounting Menu' => '會計選單',
+ 'Amount' => '金額',
+ 'Clocked' => '計算出的時間',
+ 'Closed' => '已關閉',
+ 'Confirm!' => '入帳成功!',
+ 'Continue' => '繼續',
+ 'Cost' => '成本',
+ 'Current' => '現有',
+ 'Date' => '日期',
+ 'Date missing!' => '未指明日期!',
+ 'Date worked' => '工作日期',
+ 'Delete' => '刪除',
+ 'Description' => '說明',
+ 'Employee' => '職員',
+ 'Friday' => '星期五',
+ 'From' => '從',
+ 'ID' => '識別編號',
+ 'Include in Report' => '一併顯示',
+ 'Job Name' => '工作名稱',
+ 'Job Number' => '工作編號',
+ 'Job Number missing!' => '未指明工作編號!',
+ 'Labor Code' => '直接人工代碼',
+ 'Monday' => '星期一',
+ 'Month' => '月',
+ 'No Employees on file!' => '沒有任何僱員的記錄!',
+ 'No Labor codes on file!' => '沒有任何直接人工代碼的記錄!',
+ 'No open Jobs!' => '沒有已開啟的工作',
+ 'No open Projects!' => '沒有已開啟的項目',
+ 'Notes' => '備註',
+ 'Open' => '開啟',
+ 'PDF' => 'PDF',
+ 'Part Number' => '零件編號',
+ 'Period' => '期間',
+ 'Postscript' => 'Postscript',
+ 'Print' => '列印',
+ 'Print and Save' => '列印並儲存',
+ 'Print and Save as new' => '列印並儲存作為新的',
+ 'Printed' => '已列印',
+ 'Project Name' => '項目名稱',
+ 'Project Number' => '項目號碼',
+ 'Project Number missing!' => '未指明項目號碼!',
+ 'Project/Job Name' => '項目/工作名稱',
+ 'Project/Job Number' => '項目/工作號碼',
+ 'Qty' => '數量',
+ 'Quarter' => '季',
+ 'Saturday' => '星期六',
+ 'Save' => '儲存',
+ 'Save as new' => '當新的儲存',
+ 'Screen' => '螢幕',
+ 'Select a Printer!' => '選擇印表機!',
+ 'Select postscript or PDF!' => '選擇postscript或PDF!',
+ 'Service Code' => '服務編號',
+ 'Service/Labor Code' => '服務/直接人工編號',
+ 'Startdate' => '開始日期',
+ 'Subtotal' => '小計',
+ 'Sunday' => '星期日',
+ 'Thursday' => '星期四',
+ 'Time In' => '上班時間',
+ 'Time Out' => '下班時間',
+ 'To' => '至',
+ 'Total' => '總計',
+ 'Tuesday' => '星期二',
+ 'Update' => '更新',
+ 'Warning!' => '警告!',
+ 'Wednesday' => '星期三',
+ 'Year' => '年',
+ 'Yes' => '是',
+ 'You are printing and saving an existing transaction!' => '您正在列印及儲存一個現存的交易!',
+ 'You are saving an existing transaction!' => '您正在儲存一個現存的交易!',
+};
+
+$self{subs} = {
+ 'acc_menu' => 'acc_menu',
+ 'add' => 'add',
+ 'add_stores_card' => 'add_stores_card',
+ 'add_time_card' => 'add_time_card',
+ 'continue' => 'continue',
+ 'delete' => 'delete',
+ 'delete_timecard' => 'delete_timecard',
+ 'display' => 'display',
+ 'display_form' => 'display_form',
+ 'edit' => 'edit',
+ 'form_footer' => 'form_footer',
+ 'form_header' => 'form_header',
+ 'jcitems_links' => 'jcitems_links',
+ 'js_menu' => 'js_menu',
+ 'list_storescard' => 'list_storescard',
+ 'list_timecard' => 'list_timecard',
+ 'menubar' => 'menubar',
+ 'prepare_storescard' => 'prepare_storescard',
+ 'prepare_timecard' => 'prepare_timecard',
+ 'print' => 'print',
+ 'print_and_save' => 'print_and_save',
+ 'print_and_save_as_new' => 'print_and_save_as_new',
+ 'print_options' => 'print_options',
+ 'print_timecard' => 'print_timecard',
+ 'resave' => 'resave',
+ 'save' => 'save',
+ 'save_as_new' => 'save_as_new',
+ 'search' => 'search',
+ 'section_menu' => 'section_menu',
+ 'storescard_footer' => 'storescard_footer',
+ 'storescard_header' => 'storescard_header',
+ 'timecard_footer' => 'timecard_footer',
+ 'timecard_header' => 'timecard_header',
+ 'update' => 'update',
+ 'yes' => 'yes',
+ 'yes_delete_timecard' => 'yes_delete_timecard',
+ '繼續' => 'continue',
+ '呀除' => 'delete',
+ '圭奸' => 'print',
+ '圭奸並儲存' => 'print_and_save',
+ '圭奸並儲存作為新的' => 'print_and_save_as_new',
+ '儲存' => 'save',
+ '當新的儲存' => 'save_as_new',
+ '更新' => 'update',
+ '殃' => 'yes',
+};
+
+1;
+