summaryrefslogtreecommitdiff
path: root/locale/pt/cp
blob: 20bcbce3560be1aaa66d4b411a2531923eb23299 (plain)
  1. $self{texts} = {
  2. 'AP' => 'Fornecedores',
  3. 'AR' => 'Clientes',
  4. 'Account' => 'Conta',
  5. 'Accounting Menu' => 'Menu de Contabilidade',
  6. 'Address' => 'Endereço',
  7. 'All' => 'Todos',
  8. 'Amount' => 'Total',
  9. 'Amount Due' => 'Total em dívida',
  10. 'Bcc' => 'Bcc',
  11. 'Cannot post payment for a closed period!' => 'Não pode lançar pagamento em período fechado!',
  12. 'Cc' => 'Cc',
  13. 'Continue' => 'Continuar',
  14. 'Currency' => 'Moeda',
  15. 'Customer' => 'Cliente',
  16. 'Customer not on file!' => 'Cliente inexistente!',
  17. 'Date' => 'Data',
  18. 'Date missing!' => 'Falta a data!',
  19. 'Deposit' => 'Depósito',
  20. 'Description' => 'Descrição',
  21. 'Due Date' => 'Data de Vencimento',
  22. 'E-mail' => 'E-Mail',
  23. 'Exchange Rate' => 'Taxa de Câmbio',
  24. 'Exchange rate missing!' => 'Falta a taxa de câmbio!',
  25. 'From' => 'De',
  26. 'Invoice' => 'Factura',
  27. 'Invoices' => 'Facturas',
  28. 'Language' => 'Língua',
  29. 'Message' => 'Mensagem',
  30. 'Number' => 'Número',
  31. 'PDF' => 'PDF',
  32. 'Payment' => 'Pagamento',
  33. 'Payment posted!' => 'Pagamento processado',
  34. 'Payments' => 'Pagamentos',
  35. 'Post' => 'Processar',
  36. 'Postscript' => 'PostScript',
  37. 'Print' => 'Imprimir',
  38. 'Project not on file!' => 'Projecto não existe',
  39. 'Receipt' => 'Recibo',
  40. 'Receipts' => 'Recibos',
  41. 'Reference' => 'Referência',
  42. 'Screen' => 'Ecran',
  43. 'Select all' => 'Seleccionar todos',
  44. 'Select from one of the names below' => 'Seleccione um dos nomes abaixo',
  45. 'Select from one of the projects below' => 'Seleccione um dos projectos abaixo',
  46. 'Select postscript or PDF!' => 'Seleccione PostScript ou PDF',
  47. 'Source' => 'Origem',
  48. 'Subject' => 'Assunto',
  49. 'To' => 'Até',
  50. 'Update' => 'Actualizar',
  51. 'Vendor' => 'Fornecedor',
  52. 'Vendor not on file!' => 'Fornecedor não existe',
  53. };
  54. $self{subs} = {
  55. 'acc_menu' => 'acc_menu',
  56. 'add_transaction' => 'add_transaction',
  57. 'ap_transaction' => 'ap_transaction',
  58. 'ar_transaction' => 'ar_transaction',
  59. 'check_form' => 'check_form',
  60. 'check_name' => 'check_name',
  61. 'check_openvc' => 'check_openvc',
  62. 'check_project' => 'check_project',
  63. 'continue' => 'continue',
  64. 'customer_details' => 'customer_details',
  65. 'delete_schedule' => 'delete_schedule',
  66. 'display' => 'display',
  67. 'gl_transaction' => 'gl_transaction',
  68. 'invoices_due' => 'invoices_due',
  69. 'js_menu' => 'js_menu',
  70. 'list_invoices' => 'list_invoices',
  71. 'menubar' => 'menubar',
  72. 'name_selected' => 'name_selected',
  73. 'payment' => 'payment',
  74. 'payment_footer' => 'payment_footer',
  75. 'payment_header' => 'payment_header',
  76. 'payments' => 'payments',
  77. 'payments_footer' => 'payments_footer',
  78. 'payments_header' => 'payments_header',
  79. 'post' => 'post',
  80. 'post_as_new' => 'post_as_new',
  81. 'post_payment' => 'post_payment',
  82. 'post_payments' => 'post_payments',
  83. 'print' => 'print',
  84. 'print_and_post_as_new' => 'print_and_post_as_new',
  85. 'print_form' => 'print_form',
  86. 'print_payment' => 'print_payment',
  87. 'print_payments' => 'print_payments',
  88. 'project_selected' => 'project_selected',
  89. 'rebuild_vc' => 'rebuild_vc',
  90. 'repost' => 'repost',
  91. 'reprint' => 'reprint',
  92. 'sales_invoice_' => 'sales_invoice_',
  93. 'save_schedule' => 'save_schedule',
  94. 'schedule' => 'schedule',
  95. 'section_menu' => 'section_menu',
  96. 'select_all' => 'select_all',
  97. 'select_name' => 'select_name',
  98. 'select_project' => 'select_project',
  99. 'update' => 'update',
  100. 'update_payment' => 'update_payment',
  101. 'update_payments' => 'update_payments',
  102. 'vendor_details' => 'vendor_details',
  103. 'vendor_invoice_' => 'vendor_invoice_',
  104. 'continuar' => 'continue',
  105. 'processar' => 'post',
  106. 'imprimir' => 'print',
  107. 'seleccionar_todos' => 'select_all',
  108. 'actualizar' => 'update',
  109. };
  110. 1;