X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=sql-ledger%2Flocale%2Fbr%2Farapprn;fp=sql-ledger%2Flocale%2Fbr%2Farapprn;h=bdcd7666cc78ed1f1ed9a669fc0e40ea5d3e9724;hp=0000000000000000000000000000000000000000;hb=32306b5f8ffe4ce594409aa6e89626740b225a39;hpb=52072fcd26f2faf57923f598c358e7f47c4e2643 diff --git a/sql-ledger/locale/br/arapprn b/sql-ledger/locale/br/arapprn new file mode 100644 index 000000000..bdcd7666c --- /dev/null +++ b/sql-ledger/locale/br/arapprn @@ -0,0 +1,33 @@ +$self{texts} = { + 'Account' => 'Conta', + 'Amount' => 'Total', + 'Check' => 'Cheque', + 'Continue' => 'Continuar', + 'Date' => 'Data', + 'Memo' => 'Memorando', + 'PDF' => 'PDF', + 'Postscript' => 'Postscript', + 'Printed' => 'Impresso', + 'Queue' => 'Fila', + 'Queued' => 'Enfileirado', + 'Receipt' => 'Recibo', + 'Screen' => 'Tela', + 'Select postscript or PDF!' => 'Selecionar Postscript ou PDF', + 'Source' => 'Fonte', +}; + +$self{subs} = { + 'customer_details' => 'customer_details', + 'payment_selected' => 'payment_selected', + 'print' => 'print', + 'print_and_post' => 'print_and_post', + 'print_check' => 'print_check', + 'print_options' => 'print_options', + 'print_receipt' => 'print_receipt', + 'print_transaction' => 'print_transaction', + 'select_payment' => 'select_payment', + 'vendor_details' => 'vendor_details', + 'continuar' => 'continue', +}; + +1;