summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/pt/all
blob: 551c5f6c987c46c11b8220def648e221d120dd2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
# These are all the texts to build the translations files.
# to build unique strings edit the module files instead
# this file is just a shortcut to build strings which are the same

$self{texts} = {
  '>'                           => '',
  'A'                           => '',
  'AP'                          => 'Fornecedores',
  'AP Aging'                    => 'Idade Saldos Fornecedores',
  'AP Outstanding'              => '',
  'AP Transaction'              => 'Transacção Fornecedores',
  'AP Transactions'             => 'Transacções Fornecedores',
  'AR'                          => 'Clientes',
  'AR Aging'                    => 'Idade Saldos Clientes',
  'AR Outstanding'              => '',
  'AR Transaction'              => 'Transacção Clientes',
  'AR Transactions'             => 'Transacções Clientes',
  'About'                       => 'Acerca',
  'Above'                       => '',
  'Access Control'              => 'Controlo de Acessos',
  'Account'                     => 'Conta',
  'Account Number'              => 'Número da Conta',
  'Account Number missing!'     => 'Número da Conta não encontrado!',
  'Account Type'                => 'Tipo de Conta',
  'Account Type missing!'       => 'Tipo de Conta não encontrado!',
  'Account deleted!'            => 'Conta apagada',
  'Account does not exist!'     => '',
  'Account saved!'              => 'Conta guardada',
  'Accounting'                  => 'Contabilidade',
  'Accounting Menu'             => 'Menu de Contabilidade',
  'Accounts'                    => 'Contas',
  'Accrual'                     => '',
  'Activate Audit trails'       => '',
  'Active'                      => 'Activo',
  'Add'                         => 'Novo',
  'Add AP Transaction'          => '',
  'Add AR Transaction'          => '',
  'Add Account'                 => 'Nova Conta',
  'Add Assembly'                => 'Novo Conjunto',
  'Add Business'                => '',
  'Add Cash Transfer Transaction' => '',
  'Add Customer'                => 'Novo Cliente',
  'Add Deduction'               => '',
  'Add Department'              => '',
  'Add Employee'                => '',
  'Add Exchange Rate'           => '',
  'Add GIFI'                    => 'Adicionar CFOP',
  'Add General Ledger Transaction' => 'Nova Transacção Livro Razão',
  'Add Group'                   => '',
  'Add Labor/Overhead'          => '',
  'Add Language'                => '',
  'Add POS Invoice'             => '',
  'Add Part'                    => 'Novo Produto',
  'Add Pricegroup'              => '',
  'Add Project'                 => 'Novo Projecto',
  'Add Purchase Order'          => 'Nova Ordem de Compra',
  'Add Quotation'               => '',
  'Add Request for Quotation'   => '',
  'Add SIC'                     => '',
  'Add Sales Invoice'           => 'Nova Factura de Venda',
  'Add Sales Order'             => 'Nova Encomenda de Cliente',
  'Add Service'                 => 'Novo Serviço',
  'Add Transaction'             => 'Nova Transacção',
  'Add User'                    => 'Novo Utilizador',
  'Add Vendor'                  => 'Novo Fornecedor',
  'Add Vendor Invoice'          => 'Nova Factura de Compra',
  'Add Warehouse'               => '',
  'Address'                     => 'Endereço',
  'Administration'              => 'Administração',
  'Administrator'               => 'Administrador',
  'After Deduction'             => '',
  'All'                         => 'Todos',
  'All Accounts'                => '',
  'All Datasets up to date!'    => 'Todos os Datasets estão Actualizados!',
  'All Items'                   => '',
  'Allowances'                  => '',
  'Amount'                      => 'Total',
  'Amount Due'                  => 'Total em dívida',
  'Amount missing!'             => '',
  'Apr'                         => 'Abr',
  'April'                       => 'Abril',
  'Are you sure you want to delete Invoice Number' => 'Tem a certeza que quer APAGAR a Factura Número',
  'Are you sure you want to delete Order Number' => 'Confirma a remoção da Encomenda?',
  'Are you sure you want to delete Quotation Number' => '',
  'Are you sure you want to delete Transaction' => 'Tem a certeza que quer APAGAR a Transacção',
  'Are you sure you want to remove the marked entries from the queue?' => '',
  'Assemblies'                  => 'Conjuntos',
  'Assemblies restocked!'       => '',
  'Assembly'                    => '',
  'Asset'                       => 'Activo',
  'Attachment'                  => 'Attachment',
  'Audit Control'               => 'Controlo de Auditoria',
  'Audit trail removed up to'   => '',
  'Audit trails disabled'       => '',
  'Audit trails enabled'        => '',
  'Aug'                         => 'Ago',
  'August'                      => 'Agosto',
  'BIC'                         => '',
  'BOM'                         => 'BOM',
  'Backup'                      => 'Backup',
  'Backup sent to'              => 'Backup enviado para',
  'Balance'                     => 'Saldo',
  'Balance Sheet'               => 'Folha de Balanço',
  'Based on'                    => '',
  'Batch Printing'              => '',
  'Bcc'                         => 'Bcc',
  'Before Deduction'            => '',
  'Beginning Balance'           => '',
  'Below'                       => '',
  'Billing Address'             => '',
  'Bin'                         => 'Bin',
  'Bin List'                    => '',
  'Bin Lists'                   => '',
  'Books are open'              => 'Livros Abertos',
  'Break'                       => '',
  'Business'                    => '',
  'Business Number'             => 'Número de negócio',
  'Business deleted!'           => '',
  'Business saved!'             => '',
  'C'                           => '',
  'COGS'                        => 'Custo de Vendas',
  'Cannot create Lock!'         => 'Cannot create Lock!',
  'Cannot delete account!'      => 'Não é possivel apagar a conta!',
  'Cannot delete customer!'     => 'Não é possivel apagar o cliente!',
  'Cannot delete default account!' => 'Não é possível apagar a conta por defeito!',
  'Cannot delete invoice!'      => 'Não é possivel apagar a factura!',
  'Cannot delete item!'         => 'Não é possivel apagar o item!',
  'Cannot delete order!'        => 'Não é possivel apagar a encomenda!',
  'Cannot delete quotation!'    => '',
  'Cannot delete transaction!'  => 'Não é possivel apagar a transacção',
  'Cannot delete vendor!'       => 'Não é possivel apagar o fornecedor',
  'Cannot post Payment!'        => '',
  'Cannot post Receipt!'        => '',
  'Cannot post invoice for a closed period!' => 'Não pode lançar factura em período fechado!',
  'Cannot post invoice!'        => 'Não é possivel lançar factura!',
  'Cannot post payment for a closed period!' => 'Não pode lançar pagamento em período fechado!',
  'Cannot post transaction for a closed period!' => 'Não é possivel lançar transacção para um periodo fechado!',
  'Cannot post transaction!'    => 'Não é possivel lançar transacção',
  'Cannot process payment for a closed period!' => 'Não é possivel lançar pagamento para um período fechado',
  'Cannot remove files!'        => '',
  'Cannot save account!'        => 'Não é possível guardar conta!',
  'Cannot save defaults!'       => '',
  'Cannot save order!'          => 'Não é possível guardar encomenda!',
  'Cannot save preferences!'    => 'Não é possível guardar preferências!',
  'Cannot save quotation!'      => '',
  'Cannot set account for more than one of AR, AP or IC' => '',
  'Cannot set multiple options for' => '',
  'Cannot set multiple options for Parts Inventory' => '',
  'Cannot set multiple options for Service Items' => '',
  'Cannot stock assemblies!'    => '',
  'Cash'                        => 'Dinheiro',
  'Cc'                          => 'Cc',
  'Change'                      => '',
  'Change Admin Password'       => 'Mudar Password Admin',
  'Change Password'             => 'Mudar Password',
  'Character Set'               => 'Character Set',
  'Chart of Accounts'           => 'Plano de Contas',
  'Check'                       => 'Cheque',
  'Check Inventory'             => '',
  'Checks'                      => '',
  'City'                        => '',
  'Cleared'                     => '',
  'Click on login name to edit!' => 'Clique no login para editar!',
  'Close Books up to'           => 'Fechar Livros até',
  'Closed'                      => 'Fechado',
  'Code'                        => '',
  'Code missing!'               => '',
  'Company'                     => 'Companhia',
  'Company Name'                => '',
  'Compare to'                  => 'Comparar com',
  'Components'                  => '',
  'Confirm'                     => '',
  'Confirm!'                    => 'Confirmar!',
  'Connect to'                  => 'Ligar a',
  'Contact'                     => 'Contacto',
  'Continue'                    => 'Continuar',
  'Contra'                      => '',
  'Copies'                      => 'Cópias',
  'Copy to COA'                 => 'Copiar para Plano de Contas',
  'Cost'                        => '',
  'Cost Center'                 => '',
  'Could not save pricelist!'   => '',
  'Could not save!'             => '',
  'Could not transfer Inventory!' => '',
  'Country'                     => '',
  'Create Chart of Accounts'    => 'Criar Plano de Contas',
  'Create Dataset'              => 'Criar Dataset',
  'Credit'                      => 'Crédito',
  'Credit Limit'                => 'Limite de Crédito',
  'Curr'                        => 'Moeda',
  'Currency'                    => 'Moeda',
  'Current'                     => '',
  'Current Earnings'            => '',
  'Customer'                    => 'Cliente',
  'Customer History'            => '',
  'Customer Number'             => '',
  'Customer deleted!'           => 'Cliente apagado!',
  'Customer missing!'           => 'Falta cliente!',
  'Customer not on file!'       => 'Cliente inexistente!',
  'Customer saved!'             => 'Cliente guardado!',
  'Customers'                   => 'Clientes',
  'DBI not installed!'          => 'DBI não está instalado!',
  'DOB'                         => '',
  'Database'                    => 'Base de Dados',
  'Database Administration'     => 'Administração de Base de Dados',
  'Database Driver not checked!' => 'Não seleccionou Driver Base de Dados',
  'Database Host'               => 'Servidor de Base de Dados',
  'Database User missing!'      => 'Não existe Utilizador de Base de Dados',
  'Dataset'                     => 'Dataset',
  'Dataset is newer than version!' => '',
  'Dataset missing!'            => 'Dataset não existe!',
  'Dataset updated!'            => 'Dataset actualizado!',
  'Date'                        => 'Data',
  'Date Format'                 => 'Formato de Data',
  'Date Paid'                   => 'Data de pagamento',
  'Date Received'               => '',
  'Date missing!'               => 'Falta a data!',
  'Date received missing!'      => '',
  'Debit'                       => 'Débito',
  'Dec'                         => 'Dez',
  'December'                    => 'Dezembro',
  'Decimalplaces'               => 'Casas decimais',
  'Decrease'                    => '',
  'Deduct after'                => '',
  'Deduction deleted!'          => '',
  'Deduction saved!'            => '',
  'Deductions'                  => '',
  'Defaults'                    => '',
  'Defaults saved!'             => '',
  'Delete'                      => 'Remover',
  'Delete Account'              => 'Apagar Conta',
  'Delete Dataset'              => 'Remover Dataset',
  'Delivery Date'               => 'Data de entrega',
  'Department'                  => '',
  'Department deleted!'         => '',
  'Department saved!'           => '',
  'Departments'                 => '',
  'Deposit'                     => 'Depósito',
  'Description'                 => 'Descrição',
  'Description Translations'    => '',
  'Description missing!'        => '',
  'Detail'                      => '',
  'Difference'                  => 'Diferença',
  'Directory'                   => 'Directoria',
  'Discount'                    => 'Desconto',
  'Done'                        => 'Pronto',
  'Drawing'                     => '',
  'Driver'                      => 'Driver',
  'Dropdown Limit'              => '',
  'Due Date'                    => 'Data de Vencimento',
  'Due Date missing!'           => 'Falta Data de Vencimento!',
  'E-mail'                      => 'E-Mail',
  'E-mail Statement to'         => '',
  'E-mail address missing!'     => 'Falta Endereço de E-mail!',
  'E-mailed'                    => '',
  'Edit'                        => 'Editar',
  'Edit AP Transaction'         => '',
  'Edit AR Transaction'         => '',
  'Edit Account'                => 'Editar Conta',
  'Edit Assembly'               => 'Editar Conjunto',
  'Edit Business'               => '',
  'Edit Cash Transfer Transaction' => '',
  'Edit Customer'               => '',
  'Edit Deduction'              => '',
  'Edit Department'             => '',
  'Edit Description Translations' => '',
  'Edit Employee'               => '',
  'Edit GIFI'                   => 'Editar CFOP',
  'Edit General Ledger Transaction' => 'Editar Transacção Livro Razão',
  'Edit Group'                  => '',
  'Edit Labor/Overhead'         => '',
  'Edit Language'               => '',
  'Edit POS Invoice'            => '',
  'Edit Part'                   => 'Editar Produto',
  'Edit Preferences for'        => 'Editar Preferências para',
  'Edit Pricegroup'             => '',
  'Edit Project'                => 'Editar Projecto',
  'Edit Purchase Order'         => 'Editar Ordem de Compra',
  'Edit Quotation'              => '',
  'Edit Request for Quotation'  => '',
  'Edit SIC'                    => '',
  'Edit Sales Invoice'          => 'Editar Factura de Venda',
  'Edit Sales Order'            => 'Editar Encomenda',
  'Edit Service'                => 'Editar Serviço',
  'Edit Template'               => 'Editar Modelo',
  'Edit User'                   => 'Editar Utilizador',
  'Edit Vendor'                 => '',
  'Edit Vendor Invoice'         => 'Editar Factura de Compra',
  'Edit Warehouse'              => '',
  'Employee'                    => 'Funcionário',
  'Employee Name'               => '',
  'Employee Number'             => '',
  'Employee deleted!'           => '',
  'Employee pays'               => '',
  'Employee saved!'             => '',
  'Employees'                   => '',
  'Employer'                    => '',
  'Employer pays'               => '',
  'Enddate'                     => '',
  'Enforce transaction reversal for all dates' => 'Forçar anulação das transacções para todas as datas',
  'Enter up to 3 letters separated by a colon (i.e CAD:USD:EUR) for your native and foreign currencies' => 'Indique as suas moedas nativa e estrangeiras usando os códigos de 3 letras (p.ex. EUR:USD:CAD)',
  'Equity'                      => 'Capital',
  'Excempt age <'               => '',
  'Exch'                        => 'Câmbio',
  'Exchange Rate'               => 'Taxa de Câmbio',
  'Exchange rate for payment missing!' => 'Falta a taxa de câmbio para o pagamento!',
  'Exchange rate missing!'      => 'Falta a taxa de câmbio!',
  'Existing Datasets'           => 'Datasets Existentes',
  'Expense'                     => 'Despesa',
  'Expense Account'             => 'Conta de Despesas',
  'Expense/Asset'               => 'Despesa/Activo',
  'Extended'                    => '',
  'FX'                          => '',
  'Fax'                         => 'Fax',
  'Feb'                         => 'Fev',
  'February'                    => 'Fevereiro',
  'Foreign Exchange Gain'       => 'Diferenças de Câmbio - Proveitos',
  'Foreign Exchange Loss'       => 'Diferenças de Câmbio - Prejuizos',
  'From'                        => 'De',
  'GIFI'                        => 'CFOP - Código Fiscal da Operação',
  'GIFI deleted!'               => 'CFOP apagado',
  'GIFI missing!'               => 'Falta CFOP!',
  'GIFI saved!'                 => 'CFOP guardado',
  'GL Transaction'              => 'Transacção Livro Razão',
  'General Ledger'              => 'Livro Razão',
  'Goods & Services'            => 'Bens e Serviços',
  'Group'                       => '',
  'Group Items'                 => '',
  'Group Translations'          => '',
  'Group deleted!'              => '',
  'Group missing!'              => '',
  'Group saved!'                => '',
  'Groups'                      => '',
  'HR'                          => '',
  'HTML Templates'              => 'Templates HTML',
  'Heading'                     => 'Cabeçalho',
  'History'                     => '',
  'Home Phone'                  => '',
  'Host'                        => 'Host',
  'Hostname missing!'           => 'Não indicou Hostname!',
  'IBAN'                        => '',
  'ID'                          => 'ID',
  'Image'                       => 'Imagem',
  'In-line'                     => 'Inline',
  'Include Exchange Rate Difference' => '',
  'Include in Report'           => 'Incluir no Relatório',
  'Include in drop-down menus'  => 'Incluir nos menus drop-down',
  'Include this account on the customer/vendor forms to flag customer/vendor as taxable?' => 'Incluir esta conta nos formulários de cliente/fornecedor para marcar cliente/fornecedor como sujeito a impostos.',
  'Income'                      => '',
  'Income Account'              => '',
  'Income Statement'            => 'Estado de Receitas',
  'Incorrect Dataset version!'  => 'Versão Dataset incorrecta!',
  'Incorrect Password!'         => 'Password Incorrecta!',
  'Increase'                    => '',
  'Individual Items'            => 'Produtos Individuais',
  'Internal Notes'              => '',
  'Inventory'                   => 'Inventário',
  'Inventory Account'           => 'Conta de Inventário',
  'Inventory quantity must be zero before you can set this assembly obsolete!' => 'Quantidade em Stock tem de ser zero para poder declarar este conjunto obsoleto!',
  'Inventory quantity must be zero before you can set this part obsolete!' => 'Quantidade em Stock tem de ser zero para poder declarar esta peça obsoleta!',
  'Inventory saved!'            => '',
  'Inventory transferred!'      => '',
  'Invoice'                     => 'Factura',
  'Invoice Date'                => 'Data de Factura',
  'Invoice Date missing!'       => 'Data de Factura não encontrada!',
  'Invoice Number'              => 'Número de Factura',
  'Invoice Number missing!'     => 'Número de Factura não encontrado!',
  'Invoice deleted!'            => 'Factura apagada',
  'Invoice posted!'             => 'Factura processada',
  'Invoice processed!'          => '',
  'Invoices'                    => 'Facturas',
  'Is this a summary account to record' => 'Esta é uma conta sumária a registar',
  'Item already on pricelist!'  => '',
  'Item deleted!'               => 'Item apagado',
  'Item not on file!'           => 'Item não está no arquivo!',
  'Items'                       => '',
  'Jan'                         => 'Jan',
  'January'                     => 'Janeiro',
  'Jul'                         => 'Jul',
  'July'                        => 'Julho',
  'Jun'                         => 'Jun',
  'June'                        => 'Junho',
  'LaTeX Templates'             => 'Modelos LaTeX',
  'Labor/Overhead'              => '',
  'Language'                    => 'Língua',
  'Language deleted!'           => '',
  'Language saved!'             => '',
  'Languages'                   => '',
  'Languages not defined!'      => '',
  'Last Numbers & Default Accounts' => 'Últimos números e Contas por defeito',
  'Leadtime'                    => '',
  'Leave host and port field empty unless you want to make a remote connection.' => 'Não indique host nem port, a não ser que deseje efectuar uma ligação remota',
  'Liability'                   => 'Passivo',
  'Licensed to'                 => 'Licenciado a',
  'Line Total'                  => 'Total da Linha',
  'Link'                        => 'Ligar',
  'Link Accounts'               => 'Ligar Contas',
  'List'                        => '',
  'List Accounts'               => 'Listar Contas',
  'List Businesses'             => '',
  'List Departments'            => '',
  'List GIFI'                   => 'Listar CFOP',
  'List Languages'              => '',
  'List Price'                  => 'Listar Preço',
  'List Projects'               => '',
  'List SIC'                    => '',
  'List Transactions'           => 'Listar Transacções',
  'List Warehouses'             => '',
  'Lock System'                 => 'Lock System',
  'Lockfile created!'           => 'Lockfile created!',
  'Lockfile removed!'           => 'Lockfile removed!',
  'Login'                       => 'Login',
  'Login name missing!'         => 'Login name missing!',
  'Logout'                      => 'Logout',
  'Make'                        => 'Marca',
  'Manager'                     => '',
  'Mar'                         => 'Mar',
  'March'                       => 'Março',
  'Marked entries printed!'     => '',
  'Markup'                      => '',
  'Maximum'                     => '',
  'May'                         => 'Mai',
  'May '                        => 'Maio',
  'Memo'                        => '',
  'Menu Width'                  => '',
  'Message'                     => 'Mensagem',
  'Method'                      => '',
  'Microfiche'                  => 'Microficha',
  'Model'                       => 'Modelo',
  'Month'                       => '',
  'Multibyte Encoding'          => 'Multibyte Encoding',
  'N/A'                         => 'N/D',
  'Name'                        => 'Nome',
  'Name missing!'               => 'Falta o nome!',
  'New Templates'               => 'Novos Modelos',
  'No'                          => 'Não',
  'No Database Drivers available!' => 'Não há Drivers de Base de Dados disponiveis!',
  'No Dataset selected!'        => 'Não seleccionou Dataset!',
  'No email address for'        => 'Não existe endereço de email para',
  'No.'                         => '',
  'Non-taxable'                 => '',
  'Non-taxable Purchases'       => '',
  'Non-taxable Sales'           => '',
  'Notes'                       => 'Notas',
  'Nothing entered!'            => '',
  'Nothing outstanding for '    => '',
  'Nothing selected!'           => 'Nada seleccionado',
  'Nothing to delete!'          => 'Nada para remover!',
  'Nothing to print!'           => '',
  'Nothing to transfer!'        => '',
  'Nov'                         => 'Nov',
  'November'                    => 'Novembro',
  'Number'                      => 'Número',
  'Number Format'               => 'Formato numérico',
  'Number missing in Row'       => 'Falta numero na Linha',
  'O'                           => '',
  'Obsolete'                    => 'Obsoleto',
  'Oct'                         => 'Out',
  'October'                     => 'Outubro',
  'On Hand'                     => 'Em Stock',
  'Open'                        => 'Abrir',
  'Oracle Database Administration' => 'Administração Base de Dados Oracle',
  'Order'                       => 'Encomenda',
  'Order Date'                  => 'Data da Encomenda',
  'Order Date missing!'         => 'Falta data da Encomenda',
  'Order Entry'                 => 'Encomendas de Clientes',
  'Order Number'                => 'Encomenda Número',
  'Order Number missing!'       => 'Falta numero da Encomenda!',
  'Order deleted!'              => 'Encomenda apagada',
  'Order processed!'            => '',
  'Order saved!'                => 'Encomenda guardada',
  'Orphaned'                    => 'Órfão',
  'Out of balance transaction!' => '',
  'Out of balance!'             => '',
  'Outstanding'                 => '',
  'PDF'                         => 'PDF',
  'POS'                         => '',
  'POS Invoice'                 => '',
  'Packing List'                => 'Lista de Expedição',
  'Packing List Date missing!'  => 'Falta Data da Lista de Expedição',
  'Packing List Number missing!' => 'Falta Numero de Lista de Expedição',
  'Packing Lists'               => '',
  'Paid'                        => 'Total Pago',
  'Part'                        => 'Produto',
  'Part Number'                 => '',
  'Partnumber'                  => '',
  'Parts'                       => 'Produtos',
  'Parts Inventory'             => 'Inventário',
  'Password'                    => 'Password',
  'Password changed!'           => 'Password alterada',
  'Password does not match!'    => '',
  'Passwords do not match!'     => '',
  'Payables'                    => 'Fornecedores',
  'Payment'                     => 'Pagamento',
  'Payment date missing!'       => 'Falta Data de Pagamento!',
  'Payment posted!'             => 'Pagamento processado',
  'Payments'                    => 'Pagamentos',
  'Payroll Deduction'           => '',
  'Period'                      => '',
  'Pg Database Administration'  => 'Administração Base de Dados Postgres',
  'PgPP Database Administration' => 'PgPP Database Administration',
  'Phone'                       => 'Tel',
  'Pick List'                   => '',
  'Pick Lists'                  => '',
  'Port'                        => 'Port',
  'Port missing!'               => 'Falta o port!',
  'Post'                        => 'Processar',
  'Post as new'                 => 'Processar como novo',
  'Posted!'                     => '',
  'Postscript'                  => 'PostScript',
  'Preferences'                 => 'Preferências',
  'Preferences saved!'          => 'Preferências Guardadas!',
  'Prepayment'                  => '',
  'Price'                       => 'Preço',
  'Pricegroup'                  => '',
  'Pricegroup deleted!'         => '',
  'Pricegroup missing!'         => '',
  'Pricegroup saved!'           => '',
  'Pricegroups'                 => '',
  'Pricelist'                   => '',
  'Print'                       => 'Imprimir',
  'Print and Post'              => '',
  'Print and Save'              => '',
  'Printed'                     => '',
  'Printer'                     => 'Impressora',
  'Printing ... '               => '',
  'Profit Center'               => '',
  'Project'                     => 'Projecto',
  'Project Description Translations' => '',
  'Project Number'              => '',
  'Project Number missing!'     => 'Falta o número do projecto',
  'Project Transactions'        => '',
  'Project deleted!'            => 'Projecto apagado',
  'Project not on file!'        => 'Projecto não existe',
  'Project saved!'              => 'Projecto guardado',
  'Projects'                    => 'Projectos',
  'Purchase Order'              => 'Ordem de Compra',
  'Purchase Order Number'       => '',
  'Purchase Orders'             => 'Ordens de Compra',
  'Qty'                         => 'Qtd',
  'Quantity exceeds available units to stock!' => '',
  'Quarter'                     => '',
  'Queue'                       => '',
  'Queued'                      => '',
  'Quotation'                   => '',
  'Quotation '                  => '',
  'Quotation Date'              => '',
  'Quotation Date missing!'     => '',
  'Quotation Number'            => '',
  'Quotation Number missing!'   => '',
  'Quotation deleted!'          => '',
  'Quotations'                  => '',
  'R'                           => '',
  'RFQ'                         => '',
  'RFQ '                        => '',
  'RFQ Number'                  => '',
  'RFQs'                        => '',
  'ROP'                         => 'Nível mínimo de stock',
  'Rate'                        => 'Taxa',
  'Rate missing!'               => '',
  'Recd'                        => 'Recebido',
  'Receipt'                     => 'Recibo',
  'Receipt posted!'             => '',
  'Receipts'                    => 'Recibos',
  'Receivables'                 => 'Clientes',
  'Receive'                     => '',
  'Receive Merchandise'         => '',
  'Reconciliation'              => 'Reconciliação',
  'Reconciliation Report'       => '',
  'Record in'                   => 'Registar em',
  'Reference'                   => 'Referência',
  'Reference missing!'          => 'Falta referência',
  'Remaining'                   => 'Sobram',
  'Remove'                      => '',
  'Remove Audit trails up to'   => '',
  'Removed spoolfiles!'         => '',
  'Removing marked entries from queue ...' => '',
  'Report for'                  => 'Relatório para',
  'Reports'                     => 'Relatórios',
  'Request for Quotation'       => '',
  'Request for Quotations'      => '',
  'Required by'                 => 'Requerido por',
  'Retained Earnings'           => 'Lucros Retidos',
  'Role'                        => '',
  'S'                           => '',
  'SIC'                         => '',
  'SIC deleted!'                => '',
  'SIC saved!'                  => '',
  'SKU'                         => '',
  'SSN'                         => '',
  'Sale'                        => '',
  'Sales'                       => 'Vendas',
  'Sales Invoice'               => 'Factura de Venda',
  'Sales Invoice '              => '',
  'Sales Invoice Number'        => '',
  'Sales Invoice.'              => '',
  'Sales Invoices'              => '',
  'Sales Order'                 => 'Encomenda de Venda',
  'Sales Order Number'          => '',
  'Sales Orders'                => 'Encomendas de Venda',
  'Sales Quotation Number'      => '',
  'Salesperson'                 => '',
  'Save'                        => 'Guardar',
  'Save Pricelist'              => '',
  'Save as new'                 => 'Guardar como novo',
  'Save to File'                => 'Guardar em Ficheiro',
  'Screen'                      => 'Ecran',
  'Search'                      => '',
  'Select'                      => '',
  'Select Printer or Queue!'    => '',
  'Select all'                  => 'Seleccionar todos',
  'Select from one of the items below' => 'Seleccione um dos items abaixo',
  'Select from one of the names below' => 'Seleccione um dos nomes abaixo',
  'Select from one of the projects below' => 'Seleccione um dos projectos abaixo',
  'Select payment'              => '',
  'Select postscript or PDF!'   => 'Seleccione PostScript ou PDF',
  'Select txt, postscript or PDF!' => '',
  'Sell'                        => '',
  'Sell Price'                  => 'Preço de Venda',
  'Send by E-Mail'              => 'Enviar por Email',
  'Sep'                         => 'Set',
  'September'                   => 'Setembro',
  'Serial No.'                  => '',
  'Serial Number'               => '',
  'Service'                     => 'Serviço',
  'Service Items'               => 'Items de Serviço',
  'Services'                    => 'Serviços',
  'Session Timeout'             => '',
  'Session expired!'            => '',
  'Setup Templates'             => 'Configurar Modelos',
  'Ship'                        => 'Expedir',
  'Ship Merchandise'            => '',
  'Ship to'                     => 'Expedir para',
  'Ship via'                    => 'Expedir via',
  'Shipping'                    => '',
  'Shipping Address'            => '',
  'Shipping Date'               => '',
  'Shipping Date missing!'      => '',
  'Shipping Point'              => '',
  'Short'                       => 'Curta',
  'Signature'                   => 'Assinatura',
  'Source'                      => 'Origem',
  'Spoolfile'                   => '',
  'Standard'                    => 'Padrão',
  'Standard Industrial Codes'   => '',
  'Startdate'                   => '',
  'State'                       => '',
  'State/Province'              => '',
  'Statement'                   => '',
  'Statement Balance'           => '',
  'Statement sent to'           => '',
  'Statements sent to printer!' => '',
  'Stock'                       => '',
  'Stock Assembly'              => 'Conjunto em stock',
  'Stylesheet'                  => 'Stylesheet',
  'Sub-contract GIFI'           => '',
  'Subject'                     => 'Assunto',
  'Subtotal'                    => 'Sub-total',
  'Summary'                     => '',
  'Supervisor'                  => '',
  'System'                      => 'Sistema',
  'System Defaults'             => '',
  'Tax'                         => 'Imposto',
  'Tax Accounts'                => 'Contas de Impostos',
  'Tax Included'                => 'Impostos incluídos',
  'Tax Number'                  => '',
  'Tax Number / SSN'            => '',
  'Tax collected'               => 'Imposto recolhido',
  'Tax paid'                    => 'Imposto pago',
  'Taxable'                     => 'Sujeito a impostos',
  'Template saved!'             => 'Modelo guardado',
  'Templates'                   => 'Modelos',
  'Terms'                       => 'Termos: A pronto',
  'Text Templates'              => '',
  'The following Datasets are not in use and can be deleted' => 'Os seguintes Datasets estão em uso e não podem ser removidos',
  'The following Datasets need to be updated' => 'Os seguintes Datasets necessitam ser actualizados',
  'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!' => 'Esta é uma validação preliminar. Nada será criado nem removido neste ponto!',
  'Till'                        => '',
  'To'                          => 'Até',
  'To add a user to a group edit a name, change the login name and save.  A new user with the same variables will then be saved under the new login name.' => 'Para adicionar um utilizador a um grupo, edite um nome, mude o login e guarde. O novo utilizador com as mesmas variáveis será guardado sob o novo login',
  'Top Level'                   => 'Nivel de topo',
  'Total'                       => 'Total',
  'Trade Discount'              => '',
  'Transaction'                 => '',
  'Transaction Date missing!'   => 'Falta Data de transacção!',
  'Transaction deleted!'        => 'Transacção apagada',
  'Transaction posted!'         => 'Transacção processada',
  'Transaction reversal enforced for all dates' => 'Cancelamento de transacção forçado para todas as datas',
  'Transaction reversal enforced up to' => 'Cancelamento de transacção forçado até',
  'Transactions'                => 'Transacções',
  'Transfer'                    => '',
  'Transfer Inventory'          => '',
  'Transfer to'                 => '',
  'Translation'                 => '',
  'Translation deleted!'        => '',
  'Translation not on file!'    => '',
  'Translations'                => '',
  'Translations saved!'         => '',
  'Trial Balance'               => 'Balancete',
  'Type of Business'            => '',
  'Unit'                        => 'Unidade',
  'Unit of measure'             => 'Unidade de medida',
  'Unlock System'               => 'Unlock System',
  'Update'                      => 'Actualizar',
  'Update Dataset'              => 'Actualizar Dataset',
  'Updated'                     => 'Actualizado',
  'Upgrading to Version'        => '',
  'Use Templates'               => 'Usar Templates',
  'User'                        => 'Utilizador',
  'User deleted!'               => 'Utilizador removido',
  'User saved!'                 => 'Utilizador guardado',
  'Valid until'                 => '',
  'Vendor'                      => 'Fornecedor',
  'Vendor History'              => '',
  'Vendor Invoice'              => 'Factura de Compra',
  'Vendor Invoice '             => '',
  'Vendor Invoice Number'       => '',
  'Vendor Invoice.'             => '',
  'Vendor Invoices'             => '',
  'Vendor Number'               => '',
  'Vendor deleted!'             => 'Fornecedor apagado',
  'Vendor missing!'             => 'Falta fornecedor',
  'Vendor not on file!'         => 'Fornecedor não existe',
  'Vendor saved!'               => 'Fornecedor guardado',
  'Vendors'                     => 'Fornecedores',
  'Version'                     => 'Versão',
  'Warehouse'                   => '',
  'Warehouse deleted!'          => '',
  'Warehouse saved!'            => '',
  'Warehouses'                  => '',
  'Warning!'                    => '',
  'Weight'                      => 'Peso',
  'Weight Unit'                 => 'Unidade de Peso',
  'What type of item is this?'  => 'Que tipo de Item é este?',
  'Work Order'                  => '',
  'Work Orders'                 => '',
  'Work Phone'                  => '',
  'Year'                        => '',
  'Yearend'                     => '',
  'Yearend date missing!'       => '',
  'Yearend posted!'             => '',
  'Yearend posting failed!'     => '',
  'Yes'                         => 'Sim',
  'You are logged out'          => '',
  'You did not enter a name!'   => 'Não indicou nome!',
  'You must enter a host and port for local and remote connections!' => 'Tem de indicar host e port para ligações locais e remotas!',
  'Zip/Postal Code'             => '',
  'account cannot be set to any other type of account' => '',
  'as at'                       => '',
  'days'                        => 'dias',
  'does not exist'              => 'não existe',
  'done'                        => '',
  'ea'                          => 'cd',
  'for Period'                  => 'pelo período',
  'is already a member!'        => 'já é membro!',
  'is not a member!'            => 'não é membro!',
  'localhost'                   => 'localhost',
  'locked!'                     => '',
  'posted!'                     => '',
  'sent'                        => '',
  'successfully created!'       => 'criado com sucesso!',
  'successfully deleted!'       => 'removido com sucesso!',
  'website'                     => 'website',
};

1;