Initial commit
This commit is contained in:
13
content/lib/plugins/authplain/lang/pt/lang.php
Normal file
13
content/lib/plugins/authplain/lang/pt/lang.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Paulo Schopf <pschopf@gmail.com>
|
||||
* @author Paulo Carmino <contato@paulocarmino.com>
|
||||
* @author Guilherme Sá <guilherme.sa@hotmail.com>
|
||||
*/
|
||||
$lang['userexists'] = 'Este nome de usuário já existe. Escolha outro.';
|
||||
$lang['usernotexists'] = 'Desculpe, esse usuário não existe.';
|
||||
$lang['writefail'] = 'Não foi possível modificar dados do usuário. Favor informar ao Wiki-Admin.';
|
||||
$lang['protected'] = 'Os dados do usuário %s estão protegidos e não podem ser modificados ou excluídos.';
|
Reference in New Issue
Block a user