| | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Anderson S. Ferreira <anderson@cnpm.embrapa.br> | |
| | | | Updated by: Robson F. Ramaldes <rframaldes@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | |
| | | $labels = array(); |
| | | |
| | | // Página de loginOnthaal aan $product |
| | | $labels['welcome'] = 'Bem Vindo ao $product'; |
| | | $labels['username'] = 'Usuário'; |
| | | $labels['password'] = 'Senha'; |
| | | $labels['server'] = 'Servidor'; |
| | |
| | | |
| | | // Nome das pastas de correio |
| | | $labels['inbox'] = 'Caixa de entrada'; |
| | | $labels['drafts'] = 'Esboços'; |
| | | $labels['drafts'] = 'Rascunhos'; |
| | | $labels['sent'] = 'Enviados'; |
| | | $labels['trash'] = 'Lixeira'; |
| | | $labels['drafts'] = 'Rascunhos'; |
| | |
| | | $labels['today'] = 'Hoje'; |
| | | |
| | | // toolbar buttons |
| | | $labels['checkmail'] = 'Verificar para ver se há mensagens novas'; |
| | | $labels['checkmail'] = 'Verificar se há novas mensagens'; |
| | | $labels['writenewmessage'] = 'Criar nova mensagem'; |
| | | $labels['replytomessage'] = 'Responder'; |
| | | $labels['replytoallmessage'] = 'Responder para todos'; |
| | |
| | | $labels['purge'] = 'Apagar'; |
| | | |
| | | $labels['quota'] = 'Utilização'; |
| | | $labels['unknown'] = 'desconhecido'; |
| | | $labels['unlimited'] = 'sem limitação'; |
| | | |
| | | $labels['quicksearch'] = 'Pesquisa Rápida'; |
| | | $labels['resetsearch'] = 'Limpar'; |
| | | |
| | | |
| | | |
| | | // message compose |
| | | $labels['compose'] = 'Escrever mensagem'; |
| | | $labels['savemessage'] = 'Excepto este esboço'; |
| | | $labels['savemessage'] = 'Salvar Rascunho'; |
| | | $labels['sendmessage'] = 'Enviar'; |
| | | $labels['addattachment'] = 'Anexar'; |
| | | $labels['charset'] = 'Charset'; |
| | | $labels['charset'] = 'Codificação'; |
| | | |
| | | $labels['returnreceipt'] = 'Receber Confirmação'; |
| | | $labels['checkspelling'] = 'Verificar Ortografia'; |
| | | $labels['resumeediting'] = 'Continuar'; |
| | | $labels['revertto'] = 'Revert to'; |
| | | |
| | | |
| | | $labels['attachments'] = 'Anexos'; |
| | | $labels['upload'] = 'Upload'; |
| | |
| | | $labels['high'] = 'Alta'; |
| | | $labels['highest'] = 'Mais alta'; |
| | | |
| | | $labels['nosubject'] = '(no assunto)'; |
| | | $labels['nosubject'] = '(sem assunto)'; |
| | | $labels['showimages'] = 'Exibir imagens'; |
| | | |
| | | |
| | |
| | | $labels['contactsfromto'] = 'Contatos $from - $to of $count'; |
| | | $labels['print'] = 'Imprimir'; |
| | | $labels['export'] = 'Exportar'; |
| | | |
| | | $labels['previouspage'] = 'Página Anterior'; |
| | | $labels['nextpage'] = 'Próxima Página'; |
| | | |
| | | |
| | | // LDAP search |
| | | $labels['ldapsearch'] = 'Pesquisa no diretório LDAP'; |
| | |
| | | $labels['timezone'] = 'Time zone'; |
| | | $labels['pagesize'] = 'Linhas por página'; |
| | | $labels['signature'] = 'Assinatura'; |
| | | $labels['dstactive'] = 'Horário de Verão'; |
| | | |
| | | $labels['folder'] = 'Pasta'; |
| | | $labels['folders'] = 'Pastas'; |
| | |
| | | $labels['subscribed'] = 'Assinado'; |
| | | $labels['create'] = 'Criar'; |
| | | $labels['createfolder'] = 'Criar nova pasta'; |
| | | $labels['rename'] = 'Renomear'; |
| | | $labels['renamefolder'] = 'Renomear Pasta'; |
| | | $labels['deletefolder'] = 'Apagar pasta'; |
| | | $labels['managefolders'] = 'Gerenciar pastas'; |
| | | |