summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/tw/rc
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/tw/rc')
-rw-r--r--sql-ledger/locale/tw/rc37
1 files changed, 0 insertions, 37 deletions
diff --git a/sql-ledger/locale/tw/rc b/sql-ledger/locale/tw/rc
deleted file mode 100644
index 2f813ab..0000000
--- a/sql-ledger/locale/tw/rc
+++ /dev/null
@@ -1,37 +0,0 @@
-$self{texts} = {
- 'Account' => '科目',
- 'Balance' => 'Balance',
- 'Cleared Balance' => 'Cleared Balance',
- 'Continue' => '繼續',
- 'Date' => '日期',
- 'Deposit' => 'Deposit',
- 'Description' => '說明',
- 'Difference' => 'Difference',
- 'Done' => 'Done',
- 'Exchangerate Difference' => 'Exchangerate Difference',
- 'From' => '從',
- 'Out of balance!' => 'Out of balance!',
- 'Payment' => '付款方式',
- 'Reconciliation' => 'Reconciliation',
- 'Select all' => 'Select all',
- 'Source' => '來源',
- 'Statement Balance' => 'Statement Balance',
- 'To' => '至',
- 'Update' => 'Update',
-};
-
-$self{subs} = {
- 'continue' => 'continue',
- 'display_form' => 'display_form',
- 'done' => 'done',
- 'get_payments' => 'get_payments',
- 'reconciliation' => 'reconciliation',
- 'select_all' => 'select_all',
- 'update' => 'update',
- '繼續' => 'continue',
- 'done' => 'done',
- 'select_all' => 'select_all',
- 'update' => 'update',
-};
-
-1;