diff options
Diffstat (limited to 'apps/user_ldap/l10n/pt_BR.php')
-rw-r--r-- | apps/user_ldap/l10n/pt_BR.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/pt_BR.php b/apps/user_ldap/l10n/pt_BR.php index 943425f386b..a499a17851d 100644 --- a/apps/user_ldap/l10n/pt_BR.php +++ b/apps/user_ldap/l10n/pt_BR.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "Deletion failed" => "Remoção falhou", "Take over settings from recent server configuration?" => "Tomar parámetros de recente configuração de servidor?", "Keep settings?" => "Manter ajustes?", +"{nbServer}. Server" => "{nbServer}. Servidor", "Cannot add server configuration" => "Impossível adicionar a configuração do servidor", "mappings cleared" => "mapeamentos limpos", "Success" => "Sucesso", @@ -30,6 +31,9 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("usuário %s encontrado","usuários %s encontrados"), "Invalid Host" => "Host inválido", "Could not find the desired feature" => "Não foi possível encontrar a função desejada", +"Server" => "Servidor", +"User Filter" => "Filtro de Usuário", +"Login Filter" => "Filtro de Login", "Group Filter" => "Filtro de Grupo", "Save" => "Guardar", "Test Configuration" => "Teste de Configuração", @@ -46,7 +50,10 @@ $TRANSLATIONS = array( "LDAP Email Address:" => "LDAP Endereço de E-mail:", "Other Attributes:" => "Outros atributos:", "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Define o filtro a ser aplicado, o login é feito. %%uid substitui o nome do usuário na ação de login. Exemplo: \"uid=%%uid\"", +"1. Server" => "1. Servidor", +"%s. Server:" => "%s. Servidor:", "Add Server Configuration" => "Adicionar Configuração de Servidor", +"Delete Configuration" => "Excluir Configuração", "Host" => "Servidor", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Você pode omitir o protocolo, exceto quando requerer SSL. Então inicie com ldaps://", "Port" => "Porta", @@ -61,6 +68,7 @@ $TRANSLATIONS = array( "users found" => "usuários encontrados", "Back" => "Voltar", "Continue" => "Continuar", +"Expert" => "Especialista", "Advanced" => "Avançado", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Aviso:</b> Os aplicativos user_ldap e user_webdavauth são incompatíveis. Você pode experimentar comportamento inesperado. Por favor, peça ao seu administrador do sistema para desabilitar um deles.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Aviso:</b> O módulo PHP LDAP não está instalado, o backend não funcionará. Por favor, peça ao seu administrador do sistema para instalá-lo.", |