diff options
author | ramon <ramongomez@us.es> | 2012-02-08 16:23:00 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2012-02-08 16:23:00 +0000 |
commit | 39a8a996e144148cda68cc4585bcc489d263794c (patch) | |
tree | 071574f651774c80ea7f6242c9ee0f5cef8dbb3a /admin/WebConsole/idiomas/php/eng/acceso_eng.php | |
parent | 90010351e15a560d46a75ac69535a168defc3c1c (diff) |
Versión 1.0.3, #483: Unificación e internacionalización de la pantalla principal de acceso.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2529 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 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/acceso_eng.php b/admin/WebConsole/idiomas/php/eng/acceso_eng.php new file mode 100644 index 00000000..391167e5 --- /dev/null +++ b/admin/WebConsole/idiomas/php/eng/acceso_eng.php @@ -0,0 +1,32 @@ +<? +// __________________________________________________ +// +// Fichero de idiomas php: acceso_esp.php +// Idioma: Español +// __________________________________________________ + +// Mensajes de error. +$TbErr=array(); +$TbErr[0]="NO ERRORS"; +$TbErr[1]="Attention: You must access the application via the homepage"; +$TbErr[2]="Attention: The application not have access to the database server"; +$TbErr[3]="Attention: There are problems to retrieve the record, it may have been removed"; +$TbErr[4]="Attention: You do not have access to this application"; + +// Mensajes. +$TbMsg=array(); +$TbMsg["ACCESS_TITLE"]="OpenGnSys: Labs web administration"; +$TbMsg["ACCESS_HEADING"]="Computer Labs Management"; +$TbMsg["ACCESS_SUBHEAD"]="Administrators Access"; +$TbMsg["ACCESS_USERNAME"]="Username"; +$TbMsg["ACCESS_PASSWORD"]="Password"; +$TbMsg["ACCESS_ORGUNIT"]="Organitational Unit"; +$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_OK"]="OK"; +$TbMsg["ACCESS_ERROR"]='Access error'; +$TbMsg["ACCESS_UNKNOWNERROR"]='Unknown error'; + +?> + |