summaryrefslogtreecommitdiff
path: root/locale/legacy/tw_big5/rc
blob: 10c91348d129196e231771bc25676bb9d96c5ee3 (plain)
  1. $self{charset} = 'BIG5';
  2. $self{texts} = {
  3. 'Account' => '�b��',
  4. 'Accounting Menu' => '�|�p���',
  5. 'Apr' => '�|��',
  6. 'April' => '�|��',
  7. 'Aug' => '�K��',
  8. 'August' => '�K��',
  9. 'Balance' => '�l�B',
  10. 'Beginning Balance' => '�_�l�l�B',
  11. 'Cleared' => '�w�M��',
  12. 'Continue' => '�~��',
  13. 'Credit' => '�U��',
  14. 'Current' => '�{��',
  15. 'Date' => '���',
  16. 'Debit' => '�ɤ�',
  17. 'Dec' => '�Q�G��',
  18. 'December' => '�Q�G��',
  19. 'Description' => '����',
  20. 'Detail' => '�Ա�',
  21. 'Difference' => '�t��',
  22. 'Done' => '�w����',
  23. 'Feb' => '�G��',
  24. 'February' => '�G��',
  25. 'From' => '�q',
  26. 'Include Exchange Rate Difference' => '�]�t�~�׮t�Z',
  27. 'Jan' => '�@��',
  28. 'January' => '�@��',
  29. 'Jul' => '�C��',
  30. 'July' => '�C��',
  31. 'Jun' => '����',
  32. 'June' => '����',
  33. 'Mar' => '�T��',
  34. 'March' => '�T��',
  35. 'May' => '����',
  36. 'May ' => '����',
  37. 'Month' => '��',
  38. 'Nov' => '�Q�@��',
  39. 'November' => '�Q�@��',
  40. 'Oct' => '�Q��',
  41. 'October' => '�Q��',
  42. 'Out of balance!' => '�����šI',
  43. 'Outstanding' => '�����ڥ��',
  44. 'Period' => '����',
  45. 'Quarter' => '�u',
  46. 'Reconciliation' => '�ո`',
  47. 'Reconciliation Report' => '�ո`���i',
  48. 'Select all' => '����',
  49. 'Sep' => '�E��',
  50. 'September' => '�E��',
  51. 'Source' => '�ӷ�',
  52. 'Statement Balance' => '�|�p�b�l�B',
  53. 'Summary' => '�K�n',
  54. 'To' => '��',
  55. 'Update' => '��s',
  56. 'Year' => '�~',
  57. };
  58. $self{subs} = {
  59. 'acc_menu' => 'acc_menu',
  60. 'continue' => 'continue',
  61. 'display' => 'display',
  62. 'display_form' => 'display_form',
  63. 'done' => 'done',
  64. 'get_payments' => 'get_payments',
  65. 'js_menu' => 'js_menu',
  66. 'menubar' => 'menubar',
  67. 'reconciliation' => 'reconciliation',
  68. 'section_menu' => 'section_menu',
  69. 'select_all' => 'select_all',
  70. 'update' => 'update',
  71. '�~��' => 'continue',
  72. '�w����' => 'done',
  73. '����' => 'select_all',
  74. '��s' => 'update',
  75. };
  76. 1;