summaryrefslogtreecommitdiff
path: root/locale/br/pos
blob: bad9c8d585dacc06d8e13e38e91dc3dc511a0490 (plain)
  1. $self{texts} = {
  2. 'Accounting Menu' => 'Menu de Contabilidade',
  3. 'Add POS Invoice' => 'Adicionar Fatura de PDV',
  4. 'Amount' => 'Total',
  5. 'Business' => 'Negócio',
  6. 'Cannot post transaction!' => 'Não pode lançar transação!',
  7. 'Change' => 'Troco',
  8. 'Continue' => 'Continuar',
  9. 'Credit Limit' => 'Limite de Crédito',
  10. 'Currency' => 'Moeda',
  11. 'Current' => 'Corrente',
  12. 'Customer' => 'Cliente',
  13. 'Customer missing!' => 'Cliente faltando!',
  14. 'Delete' => 'Apagar',
  15. 'Department' => 'Departamento',
  16. 'Description' => 'Descrição',
  17. 'Edit POS Invoice' => 'Editar Fatura de PDV',
  18. 'Exchange Rate' => 'Taxa de câmbio',
  19. 'Exchange rate missing!' => 'Falta a taxa de câmbio!',
  20. 'Extended' => 'Extendida',
  21. 'From' => 'De',
  22. 'Language' => 'Idioma',
  23. 'Memo' => 'Memorando',
  24. 'Month' => 'Mês',
  25. 'Number' => 'Número',
  26. 'Open' => 'Em Aberto',
  27. 'Period' => 'Período',
  28. 'Post' => 'Lançar',
  29. 'Posted!' => 'Lançado!',
  30. 'Price' => 'Preço',
  31. 'Print' => 'Imprimir',
  32. 'Print and Post' => 'Imprimir e Lançar',
  33. 'Printed' => 'Impresso',
  34. 'Qty' => 'Qtd',
  35. 'Quarter' => 'Trimestre',
  36. 'Receipts' => 'Recibos',
  37. 'Record in' => 'Registrar em',
  38. 'Remaining' => 'Restante',
  39. 'Salesperson' => 'Vendedor',
  40. 'Screen' => 'Tela',
  41. 'Select a Printer!' => 'Selecione uma Impressora!',
  42. 'Source' => 'Fonte',
  43. 'Subtotal' => 'Subtotal',
  44. 'Tax Included' => 'Impostos incluídos',
  45. 'To' => 'Até',
  46. 'Total' => 'Total',
  47. 'Trade Discount' => 'Desconto de comércio',
  48. 'Unit' => 'Unidade',
  49. 'Update' => 'Atualizar',
  50. 'Year' => 'Ano',
  51. };
  52. $self{subs} = {
  53. 'acc_menu' => 'acc_menu',
  54. 'add' => 'add',
  55. 'display' => 'display',
  56. 'display_row' => 'display_row',
  57. 'edit' => 'edit',
  58. 'form_footer' => 'form_footer',
  59. 'form_header' => 'form_header',
  60. 'js_menu' => 'js_menu',
  61. 'lookup_partsgroup' => 'lookup_partsgroup',
  62. 'menubar' => 'menubar',
  63. 'openinvoices' => 'openinvoices',
  64. 'post' => 'post',
  65. 'print' => 'print',
  66. 'print_and_post' => 'print_and_post',
  67. 'print_form' => 'print_form',
  68. 'print_options' => 'print_options',
  69. 'receipts' => 'receipts',
  70. 'section_menu' => 'section_menu',
  71. 'continuar' => 'continue',
  72. 'apagar' => 'delete',
  73. 'lançar' => 'post',
  74. 'imprimir' => 'print',
  75. 'imprimir_e_lançar' => 'print_and_post',
  76. 'atualizar' => 'update',
  77. };
  78. 1;