summaryrefslogtreecommitdiff
path: root/locale/en_GB/ar
blob: 3d10668bc8192820c5b88fa70c6fac0a83622892 (plain)
  1. $self{texts} = {
  2. 'AP Transaction' => 'Purchase Transaction',
  3. 'AP Transactions' => 'Purchase Transactions',
  4. 'AR Transaction' => 'Sales Transaction',
  5. 'AR Transactions' => 'Sales Transactions',
  6. 'Check' => 'Cheque',
  7. 'Customer' => 'Debtor',
  8. 'Customer missing!' => 'Debtor missing!',
  9. 'Customer not on file!' => 'Debtor not on file!',
  10. 'Vendor' => 'Creditor',
  11. 'Vendor missing!' => 'Creditor missing!',
  12. 'Vendor not on file!' => 'Creditor not on file!',
  13. };
  14. $self{subs} = {
  15. 'acc_menu' => 'acc_menu',
  16. 'add' => 'add',
  17. 'add_transaction' => 'add_transaction',
  18. 'ap_transaction' => 'ap_transaction',
  19. 'ar_transaction' => 'ar_transaction',
  20. 'check_name' => 'check_name',
  21. 'check_project' => 'check_project',
  22. 'continue' => 'continue',
  23. 'create_links' => 'create_links',
  24. 'customer_details' => 'customer_details',
  25. 'delete' => 'delete',
  26. 'delete_schedule' => 'delete_schedule',
  27. 'display' => 'display',
  28. 'display_form' => 'display_form',
  29. 'edit' => 'edit',
  30. 'form_footer' => 'form_footer',
  31. 'form_header' => 'form_header',
  32. 'gl_transaction' => 'gl_transaction',
  33. 'js_menu' => 'js_menu',
  34. 'menubar' => 'menubar',
  35. 'name_selected' => 'name_selected',
  36. 'payment_selected' => 'payment_selected',
  37. 'post' => 'post',
  38. 'post_as_new' => 'post_as_new',
  39. 'print' => 'print',
  40. 'print_and_post' => 'print_and_post',
  41. 'print_and_post_as_new' => 'print_and_post_as_new',
  42. 'print_check' => 'print_check',
  43. 'print_options' => 'print_options',
  44. 'print_receipt' => 'print_receipt',
  45. 'print_transaction' => 'print_transaction',
  46. 'project_selected' => 'project_selected',
  47. 'rebuild_vc' => 'rebuild_vc',
  48. 'repost' => 'repost',
  49. 'reprint' => 'reprint',
  50. 'sales_invoice_' => 'sales_invoice_',
  51. 'save_schedule' => 'save_schedule',
  52. 'schedule' => 'schedule',
  53. 'search' => 'search',
  54. 'section_menu' => 'section_menu',
  55. 'select_name' => 'select_name',
  56. 'select_payment' => 'select_payment',
  57. 'select_project' => 'select_project',
  58. 'subtotal' => 'subtotal',
  59. 'transactions' => 'transactions',
  60. 'update' => 'update',
  61. 'vendor_details' => 'vendor_details',
  62. 'vendor_invoice_' => 'vendor_invoice_',
  63. 'yes' => 'yes',
  64. 'purchase_transaction' => 'ap_transaction',
  65. 'sales_transaction' => 'ar_transaction',
  66. };
  67. 1;