summaryrefslogtreecommitdiff
path: root/locale/br/arap
diff options
context:
space:
mode:
authorchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 01:16:38 +0000
committerchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 01:16:38 +0000
commitac5b087ea2d9ba7428d367aaeb288534158fee9a (patch)
tree2dbe0bdea0b653a215ba9ddfdf627cb57855050d /locale/br/arap
Initial Import
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/br/arap')
-rwxr-xr-xlocale/br/arap74
1 files changed, 74 insertions, 0 deletions
diff --git a/locale/br/arap b/locale/br/arap
new file mode 100755
index 00000000..7f306670
--- /dev/null
+++ b/locale/br/arap
@@ -0,0 +1,74 @@
+$self{texts} = {
+ 'Address' => 'Endereço',
+ 'Bcc' => 'Bcc',
+ 'Cc' => 'Cc',
+ 'Continue' => 'Continuar',
+ 'Customer not on file!' => 'Cliente não está no arquivo!',
+ 'Date' => 'Data',
+ 'Day(s)' => 'Dia(s)',
+ 'Delete Schedule' => 'Apagar a Programação',
+ 'Description' => 'Descrição',
+ 'E-mail' => 'E-Mail',
+ 'E-mail message' => 'Mensagem do e-mail',
+ 'Every' => 'Cada',
+ 'For' => 'Para',
+ 'Include Payment' => 'Incluir Pagamento',
+ 'Message' => 'Mensagem',
+ 'Month(s)' => 'Mês(es)',
+ 'Next Date' => 'Próxima Data',
+ 'Number' => 'Número',
+ 'Print' => 'Imprimir',
+ 'Project not on file!' => 'Projeto não está no arquivo!',
+ 'Recurring Transaction' => 'Transação Recorrente',
+ 'Reference' => 'Referência',
+ 'Repeat' => 'Repetir',
+ 'Save Schedule' => 'Salvar a Programação',
+ 'Select from one of the names below' => 'Selecione um dos nomes abaixo',
+ 'Select from one of the projects below' => 'Selecione um dos projetos abaixo',
+ 'Startdate' => 'Data inicial',
+ 'Subject' => 'Assunto',
+ 'To' => 'Até',
+ 'Vendor not on file!' => 'Fornecedor não está no arquivo!',
+ 'Warning!' => 'Cuidado!',
+ 'Week(s)' => 'Semana(s)',
+ 'Year(s)' => 'Ano(s)',
+ 'You are posting an existing transaction!' => 'Você está lançando uma transação existente!',
+ 'You are printing and posting an existing transaction!' => 'Você está imprimindo lançando uma transação existente!',
+ 'You are printing and saving an existing order' => 'Você está imprimindo e salvando um pedido existente!',
+ 'You are printing and saving an existing quotation' => 'Você está imprimindo e salvando uma cotação existente!',
+ 'You are saving an existing order' => 'Você está salvando um pedido existente!',
+ 'You are saving an existing quotation' => 'Você está salvando uma cotação existente!',
+ 'for' => 'para',
+ 'sent' => 'enviado',
+ 'time(s)' => 'vêz(es)',
+};
+
+$self{subs} = {
+ 'add_transaction' => 'add_transaction',
+ 'ap_transaction' => 'ap_transaction',
+ 'ar_transaction' => 'ar_transaction',
+ 'check_name' => 'check_name',
+ 'check_project' => 'check_project',
+ 'continue' => 'continue',
+ 'delete_schedule' => 'delete_schedule',
+ 'gl_transaction' => 'gl_transaction',
+ 'name_selected' => 'name_selected',
+ 'post_as_new' => 'post_as_new',
+ 'print_and_post_as_new' => 'print_and_post_as_new',
+ 'project_selected' => 'project_selected',
+ 'rebuild_vc' => 'rebuild_vc',
+ 'repost' => 'repost',
+ 'reprint' => 'reprint',
+ 'sales_invoice_' => 'sales_invoice_',
+ 'save_schedule' => 'save_schedule',
+ 'schedule' => 'schedule',
+ 'select_name' => 'select_name',
+ 'select_project' => 'select_project',
+ 'vendor_invoice_' => 'vendor_invoice_',
+ 'continuar' => 'continue',
+ 'apagar_a_programação' => 'delete_schedule',
+ 'salvar_a_programação' => 'save_schedule',
+};
+
+1;
+