Initial commit
This commit is contained in:
14
content/lib/plugins/authad/lang/pt-br/lang.php
Normal file
14
content/lib/plugins/authad/lang/pt-br/lang.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Felipe Castro <fefcas@gmail.com>
|
||||
* @author Frederico Gonçalves Guimarães <frederico@teia.bio.br>
|
||||
* @author Guilherme Cardoso <guicardoso@gmail.com>
|
||||
*/
|
||||
$lang['domain'] = 'Domínio de "Logon"';
|
||||
$lang['authpwdexpire'] = 'Sua senha vai expirar em %d dias. Você deve mudá-la assim que for possível.';
|
||||
$lang['passchangefail'] = 'Não foi possível alterar a senha. Pode ser algum conflito com a política de senhas.';
|
||||
$lang['userchangefail'] = 'Falha ao mudar os atributos do usuário. Talvez a sua conta não tenha permissões para fazer mudanças.';
|
||||
$lang['connectfail'] = 'Não foi possível conectar ao servidor Active Directory.';
|
Reference in New Issue
Block a user