summaryrefslogtreecommitdiff
path: root/locale/ct/pos
blob: e387e90e79a01c9e99f02e32c62a4d4c005969de (plain)
  1. $self{texts} = {
  2. 'Accounting Menu' => 'Menú Comptable',
  3. 'Amount' => 'Total',
  4. 'Continue' => 'Continuar',
  5. 'Credit Limit' => 'Límit de Crèdit',
  6. 'Currency' => 'Moneda',
  7. 'Customer' => 'Client',
  8. 'Delete' => 'Esborrar',
  9. 'Description' => 'Descripció',
  10. 'Exchange Rate' => 'Taxa de Canvi',
  11. 'From' => 'De',
  12. 'Language' => 'Idioma',
  13. 'Number' => 'Número',
  14. 'Open' => 'Obert',
  15. 'Price' => 'Preu',
  16. 'Qty' => 'Quantitat',
  17. 'Record in' => 'Registar en',
  18. 'Remaining' => 'Remanent',
  19. 'Screen' => 'Pantalla',
  20. 'Source' => 'Font',
  21. 'Subtotal' => 'Subtotal',
  22. 'Tax Included' => 'Impostos Inclosos',
  23. 'To' => 'Fins',
  24. 'Total' => 'Total',
  25. 'Unit' => 'Unitat',
  26. };
  27. $self{subs} = {
  28. 'acc_menu' => 'acc_menu',
  29. 'add' => 'add',
  30. 'display' => 'display',
  31. 'display_row' => 'display_row',
  32. 'edit' => 'edit',
  33. 'form_footer' => 'form_footer',
  34. 'form_header' => 'form_header',
  35. 'js_menu' => 'js_menu',
  36. 'lookup_partsgroup' => 'lookup_partsgroup',
  37. 'menubar' => 'menubar',
  38. 'openinvoices' => 'openinvoices',
  39. 'post' => 'post',
  40. 'print' => 'print',
  41. 'print_and_post' => 'print_and_post',
  42. 'print_form' => 'print_form',
  43. 'print_options' => 'print_options',
  44. 'receipts' => 'receipts',
  45. 'section_menu' => 'section_menu',
  46. 'continuar' => 'continue',
  47. 'esborrar' => 'delete',
  48. };
  49. 1;