summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/pt/pos
diff options
context:
space:
mode:
authorcvs2git <cvs2git>2006-08-23 22:25:40 +0000
committercvs2git <cvs2git>2006-08-23 22:25:40 +0000
commit58d093219cf60264550b8c34649d9f3190eda042 (patch)
tree10418dd70b52416a5f52da8e17d8e282d914595d /sql-ledger/locale/pt/pos
parent3ce7691203a7737406bf2d4442f7fd84b81f847e (diff)
This commit was manufactured by cvs2svn to create tagAFTER_FINAL_MASONIZE
'AFTER_FINAL_MASONIZE'.
Diffstat (limited to 'sql-ledger/locale/pt/pos')
-rw-r--r--sql-ledger/locale/pt/pos54
1 files changed, 0 insertions, 54 deletions
diff --git a/sql-ledger/locale/pt/pos b/sql-ledger/locale/pt/pos
deleted file mode 100644
index faf337a8e..000000000
--- a/sql-ledger/locale/pt/pos
+++ /dev/null
@@ -1,54 +0,0 @@
-$self{texts} = {
- 'Account' => 'Conta',
- 'Cannot post transaction!' => 'Não é possivel lançar transacção',
- 'Continue' => 'Continuar',
- 'Credit Limit' => 'Limite de Crédito',
- 'Currency' => 'Moeda',
- 'Customer' => 'Cliente',
- 'Customer missing!' => 'Falta cliente!',
- 'Delete' => 'Remover',
- 'Description' => 'Descrição',
- 'Exchange Rate' => 'Taxa de Câmbio',
- 'Exchange rate missing!' => 'Falta a taxa de câmbio!',
- 'From' => 'De',
- 'Language' => 'Língua',
- 'Number' => 'Número',
- 'Open' => 'Abrir',
- 'Paid' => 'Total Pago',
- 'Post' => 'Processar',
- 'Price' => 'Preço',
- 'Print' => 'Imprimir',
- 'Qty' => 'Qtd',
- 'Receipts' => 'Recibos',
- 'Record in' => 'Registar em',
- 'Remaining' => 'Sobram',
- 'Screen' => 'Ecran',
- 'Source' => 'Origem',
- 'Subtotal' => 'Sub-total',
- 'To' => 'Até',
- 'Total' => 'Total',
- 'Unit' => 'Unidade',
- 'Update' => 'Actualizar',
-};
-
-$self{subs} = {
- 'add' => 'add',
- 'display_row' => 'display_row',
- 'edit' => 'edit',
- 'form_footer' => 'form_footer',
- 'form_header' => 'form_header',
- 'lookup_partsgroup' => 'lookup_partsgroup',
- 'openinvoices' => 'openinvoices',
- 'post' => 'post',
- 'print' => 'print',
- 'print_form' => 'print_form',
- 'print_options' => 'print_options',
- 'receipts' => 'receipts',
- 'continuar' => 'continue',
- 'remover' => 'delete',
- 'processar' => 'post',
- 'imprimir' => 'print',
- 'actualizar' => 'update',
-};
-
-1;