From 769c831d993a1e10b44abf4b3d9e5e145770ecc8 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Fri, 27 Oct 2006 16:12:47 +0000 Subject: 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 --- locale/legacy/tw_big5/arapprn | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100755 locale/legacy/tw_big5/arapprn (limited to 'locale/legacy/tw_big5/arapprn') diff --git a/locale/legacy/tw_big5/arapprn b/locale/legacy/tw_big5/arapprn new file mode 100755 index 00000000..3414ca7d --- /dev/null +++ b/locale/legacy/tw_big5/arapprn @@ -0,0 +1,36 @@ +$self{charset} = 'BIG5'; + +$self{texts} = { + 'Account' => '帳戶', + 'Amount' => '金額', + 'Continue' => '繼續', + 'Date' => '日期', + 'Memo' => '備忘錄', + 'Nothing to print!' => '沒有可列印的項目!', + 'PDF' => 'PDF', + 'Postscript' => 'Postscript', + 'Printed' => '已列印', + 'Scheduled' => '編排了時間', + 'Screen' => '螢幕', + 'Select a Printer!' => '選擇印表機!', + 'Select payment' => '選擇付款', + 'Select postscript or PDF!' => '選擇postscript或PDF!', + 'Source' => '來源', +}; + +$self{subs} = { + 'customer_details' => 'customer_details', + 'payment_selected' => 'payment_selected', + 'print' => 'print', + 'print_and_post' => 'print_and_post', + 'print_check' => 'print_check', + 'print_options' => 'print_options', + 'print_receipt' => 'print_receipt', + 'print_transaction' => 'print_transaction', + 'select_payment' => 'select_payment', + 'vendor_details' => 'vendor_details', + '繼續' => 'continue', +}; + +1; + -- cgit v1.2.3