| | |
| | | <?php |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/pt_BR/labels.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Victor Benincasa <vbenincasa@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['identitydialogtitle'] = 'Por favor complete a sua identidade'; |
| | | $labels['identitydialoghint'] = 'Esta caixa aparece apenas uma vez no primeiro login.'; |
| | | $labels['identitydialoghint'] = 'Esta tela aparece somente no primeiro acesso.'; |
| | | |
| | | ?> |