| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/pt_BR/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundQube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Robson F. Ramaldes <rframaldes@gmail.com> | |
| | | | Anderson S. Ferreira <anderson@cnpm.embrapa.br> | |
| | | | Author: Anderson S. Ferreira <anderson@cnpm.embrapa.br> | |
| | | | Updated by: Robson F. Ramaldes <rframaldes@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | @version $Id$ |
| | | $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $labels['writenewmessage'] = 'Criar nova mensagem'; |
| | | $labels['replytomessage'] = 'Responder'; |
| | | $labels['replytoallmessage'] = 'Responder para todos'; |
| | | $labels['forwardmessage'] = 'Encaminhar '; |
| | | $labels['forwardmessage'] = 'Encaminhar '; |
| | | $labels['deletemessage'] = 'Mover para lixeira'; |
| | | $labels['printmessage'] = 'Imprimir'; |
| | | $labels['previousmessages'] = 'Página Anterior'; |
| | |
| | | |
| | | $labels['quicksearch'] = 'Pesquisa Rápida'; |
| | | $labels['resetsearch'] = 'Limpar'; |
| | | |
| | | |
| | | // message compose |
| | | $labels['compose'] = 'Escrever mensagem'; |
| | |
| | | $labels['htmltoggle'] = 'HTML'; |
| | | $labels['plaintoggle'] = 'Texto Puro'; |
| | | |
| | | |
| | | // address boook |
| | | $labels['name'] = 'Nome completo'; |
| | | $labels['firstname'] = 'Primeiro nome'; |
| | |
| | | $labels['firstpage'] = 'Primeira Página '; |
| | | $labels['lastpage'] = 'Ultima Página'; |
| | | |
| | | |
| | | // LDAP search |
| | | $labels['ldapsearch'] = 'Pesquisa no diretório LDAP'; |
| | | |
| | |
| | | $labels['ldappublicsearchfield'] = 'Pesquisar em'; |
| | | $labels['ldappublicsearchform'] = 'Procurar por um contato'; |
| | | $labels['ldappublicsearch'] = 'Pesquisar'; |
| | | |
| | | |
| | | // settings |
| | | $labels['settingsfor'] = 'Configurações para'; |
| | |
| | | $labels['sortasc'] = 'Ascendente'; |
| | | $labels['sortdesc'] = 'Descendente'; |
| | | |
| | | ?> |
| | | ?> |