summaryrefslogtreecommitdiff
path: root/locale/en_GB/cp
blob: 4d49a4c36ab9580fd921c7b8b659c597e6efef68 (plain)
  1. $self{texts} = {
  2. 'AP' => 'Purchases',
  3. 'AR' => 'Sales',
  4. 'Customer' => 'Debtor',
  5. 'Customer not on file!' => 'Debtor not on file!',
  6. 'Vendor' => 'Creditor',
  7. 'Vendor not on file!' => 'Creditor not on file!',
  8. };
  9. $self{subs} = {
  10. 'acc_menu' => 'acc_menu',
  11. 'add_transaction' => 'add_transaction',
  12. 'ap_transaction' => 'ap_transaction',
  13. 'ar_transaction' => 'ar_transaction',
  14. 'check_form' => 'check_form',
  15. 'check_name' => 'check_name',
  16. 'check_openvc' => 'check_openvc',
  17. 'check_project' => 'check_project',
  18. 'continue' => 'continue',
  19. 'customer_details' => 'customer_details',
  20. 'delete_schedule' => 'delete_schedule',
  21. 'display' => 'display',
  22. 'gl_transaction' => 'gl_transaction',
  23. 'invoices_due' => 'invoices_due',
  24. 'js_menu' => 'js_menu',
  25. 'list_invoices' => 'list_invoices',
  26. 'menubar' => 'menubar',
  27. 'name_selected' => 'name_selected',
  28. 'payment' => 'payment',
  29. 'payment_footer' => 'payment_footer',
  30. 'payment_header' => 'payment_header',
  31. 'payments' => 'payments',
  32. 'payments_footer' => 'payments_footer',
  33. 'payments_header' => 'payments_header',
  34. 'post' => 'post',
  35. 'post_as_new' => 'post_as_new',
  36. 'post_payment' => 'post_payment',
  37. 'post_payments' => 'post_payments',
  38. 'print' => 'print',
  39. 'print_and_post_as_new' => 'print_and_post_as_new',
  40. 'print_form' => 'print_form',
  41. 'print_payment' => 'print_payment',
  42. 'print_payments' => 'print_payments',
  43. 'project_selected' => 'project_selected',
  44. 'rebuild_vc' => 'rebuild_vc',
  45. 'repost' => 'repost',
  46. 'reprint' => 'reprint',
  47. 'sales_invoice_' => 'sales_invoice_',
  48. 'save_schedule' => 'save_schedule',
  49. 'schedule' => 'schedule',
  50. 'section_menu' => 'section_menu',
  51. 'select_all' => 'select_all',
  52. 'select_name' => 'select_name',
  53. 'select_project' => 'select_project',
  54. 'update' => 'update',
  55. 'update_payment' => 'update_payment',
  56. 'update_payments' => 'update_payments',
  57. 'vendor_details' => 'vendor_details',
  58. 'vendor_invoice_' => 'vendor_invoice_',
  59. };
  60. 1;