diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-07-30 16:26:29 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-07-30 16:26:29 +0200 |
commit | 42c73309b1de5b9342e3dd42da75d1bfcd7af3b9 (patch) | |
tree | b87e3a8a1703c53d39854d03e3d68bc4fee3af95 /lib/plugins/authldap/lang/pt | |
parent | f4569dda4a59b0897dd51b0518139247315d6f84 (diff) | |
parent | 8ab6e08b627efa216ca668750b34e45faf88cf25 (diff) | |
download | rpg-42c73309b1de5b9342e3dd42da75d1bfcd7af3b9.tar.gz rpg-42c73309b1de5b9342e3dd42da75d1bfcd7af3b9.tar.bz2 |
Merge pull request #1267 from dokuwiki-translate/lang_update_159
Translation update (pt)
Diffstat (limited to 'lib/plugins/authldap/lang/pt')
-rw-r--r-- | lib/plugins/authldap/lang/pt/lang.php | 9 | ||||
-rw-r--r-- | lib/plugins/authldap/lang/pt/settings.php | 2 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/pt/lang.php b/lib/plugins/authldap/lang/pt/lang.php new file mode 100644 index 000000000..cd782f4b4 --- /dev/null +++ b/lib/plugins/authldap/lang/pt/lang.php @@ -0,0 +1,9 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Paulo Carmino <contato@paulocarmino.com> + */ +$lang['connectfail'] = 'Não foi possível conectar o LDAP: %s'; +$lang['domainfail'] = 'O LDAP não encontrou seu usuário'; diff --git a/lib/plugins/authldap/lang/pt/settings.php b/lib/plugins/authldap/lang/pt/settings.php index d9d1b7f11..4d4ed2d85 100644 --- a/lib/plugins/authldap/lang/pt/settings.php +++ b/lib/plugins/authldap/lang/pt/settings.php @@ -6,6 +6,7 @@ * @author André Neves <drakferion@gmail.com> * @author Guido Salatino <guidorafael23@gmail.com> * @author Romulo Pereira <romuloccomp@gmail.com> + * @author Paulo Carmino <contato@paulocarmino.com> */ $lang['server'] = 'O seu servidor de LDAP. Ou hostname (<code>localhost</code>) ou URL qualificado completo (<code>ldap://servidor.tld:389</code>)'; $lang['port'] = 'Porta de servidor de LDAP se o URL completo não foi fornecido acima'; @@ -22,6 +23,7 @@ $lang['bindpw'] = 'Senha do utilizador acima'; $lang['userscope'] = 'Escopo de pesquisa Limite para pesquisa de usuário'; $lang['groupscope'] = 'Escopo de pesquisa Limite para pesquisa de grupo'; $lang['groupkey'] = 'A participação no grupo a partir de qualquer atributo de usuário (em vez de AD padrão de grupos) exemplo: grupo de departamento ou número de telefone'; +$lang['modPass'] = 'Sua senha LDAP pode ser alterada via dokuwiki?'; $lang['debug'] = 'Mostrar informação adicional de debug aquando de erros'; $lang['deref_o_0'] = 'LDAP_DEREF_NUNCA'; $lang['deref_o_1'] = 'LDAP_DEREF_PESQUISANDO'; |