From 3ccbeac9968725edbb938c167478666ed978a64b Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Wed, 3 Aug 2011 09:25:19 +0000 Subject: [PATCH] Oops, missing Portuguese (Brazilian) dictionary files... SVN:trunk[1419] --- .../pt_br.dict.authent-external.php | 25 +++++++++++++++++ .../authent-ldap/pt_br.dict.authent-ldap.php | 27 +++++++++++++++++++ .../pt_br.dict.authent-local.php | 27 +++++++++++++++++++ 3 files changed, 79 insertions(+) create mode 100644 modules/authent-external/pt_br.dict.authent-external.php create mode 100644 modules/authent-ldap/pt_br.dict.authent-ldap.php create mode 100644 modules/authent-local/pt_br.dict.authent-local.php 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+' => '', +)); +?>