diff options
author | ramon <ramongomez@us.es> | 2012-02-10 13:56:05 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2012-02-10 13:56:05 +0000 |
commit | 13fd370fc2e62f1cc0c4b79a36875933ca0f3456 (patch) | |
tree | b281a4562f6414fd806e3e46cbac6eebc60a4259 /admin/WebConsole/idiomas/php/eng/acceso_eng.php | |
parent | c2cc729abddf5ddfe45695b7183a67d0306f5930 (diff) |
Versión 1.0.3, #483: Continuar internacionalización de pantallas de propiedades.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2551 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/acceso_eng.php')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/acceso_eng.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/acceso_eng.php b/admin/WebConsole/idiomas/php/eng/acceso_eng.php index 9d42ac0c..bcb2a2b3 100644 --- a/admin/WebConsole/idiomas/php/eng/acceso_eng.php +++ b/admin/WebConsole/idiomas/php/eng/acceso_eng.php @@ -26,6 +26,7 @@ $TbMsg["ACCESS_CHOOSE"]="Choose"; $TbMsg["ACCESS_NOUSER"]="You must enter a username"; $TbMsg["ACCESS_NOPASS"]="You must enter a password"; $TbMsg["ACCESS_NOUNIT"]='You have not entered any Organizational Unit.\nYou will NOT have access to the system unless that you are a main administrator of the Application.\nDo you want to access with this profile?'; +$TbMsg["ACCESS_ALLOWED"]='Allowed access. Please wait ...'; $TbMsg["ACCESS_ERROR"]='Access error'; $TbMsg["ACCESS_UNKNOWNERROR"]='Unknown error'; |