diff --git a/modules/authent-external/pt_br.dict.authent-external.php b/modules/authent-external/pt_br.dict.authent-external.php new file mode 100644 index 000000000..03dcdc756 --- /dev/null +++ b/modules/authent-external/pt_br.dict.authent-external.php @@ -0,0 +1,25 @@ + 'Usuário externo', + 'Class:UserExternal+' => '', +)); +?> diff --git a/modules/authent-ldap/pt_br.dict.authent-ldap.php b/modules/authent-ldap/pt_br.dict.authent-ldap.php new file mode 100644 index 000000000..e91f0c0b3 --- /dev/null +++ b/modules/authent-ldap/pt_br.dict.authent-ldap.php @@ -0,0 +1,27 @@ + 'Usuário externo', + 'Class:UserLDAP+' => '', + 'Class:UserLDAP/Attribute:password' => 'Senha', + 'Class:UserLDAP/Attribute:password+' => '', +)); +?> diff --git a/modules/authent-local/pt_br.dict.authent-local.php b/modules/authent-local/pt_br.dict.authent-local.php new file mode 100644 index 000000000..e31d2fc90 --- /dev/null +++ b/modules/authent-local/pt_br.dict.authent-local.php @@ -0,0 +1,27 @@ + 'Usuário local', + 'Class:UserLocal+' => '', + 'Class:UserLocal/Attribute:password' => 'Senha', + 'Class:UserLocal/Attribute:password+' => '', +)); +?>