918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change
on this file since 52a1490 was
991ad53,
checked in by Irina Gómez <irinagomez@…>, 6 years ago
|
Display warning messaje if there is no repository defined in the Organitational Unit when entering the console.
|
-
Property mode set to
100644
|
File size:
1.6 KB
|
Rev | Line | |
---|
[043e67d] | 1 | <?php |
---|
[39a8a99] | 2 | // __________________________________________________ |
---|
| 3 | // |
---|
| 4 | // Fichero de idiomas php: acceso_esp.php |
---|
| 5 | // Idioma: Español |
---|
| 6 | // __________________________________________________ |
---|
| 7 | |
---|
| 8 | // Mensajes de error. |
---|
| 9 | $TbErr=array(); |
---|
| 10 | $TbErr[0]="SIN ERRORES"; |
---|
| 11 | $TbErr[1]="ATENCIÓN: Debe acceder a la aplicación a través de la pagina inicial"; |
---|
| 12 | $TbErr[2]="ATENCIÓN: La Aplicación no tiene acceso al Servidor de Bases de Datos"; |
---|
| 13 | $TbErr[3]="ATENCIÓN: Existen problemas para recuperar el registro, puede que haya sido eliminado"; |
---|
| 14 | $TbErr[4]="ATENCIÓN: Usted no tiene acceso a esta aplicación"; |
---|
| 15 | |
---|
| 16 | // Mensajes. |
---|
| 17 | $TbMsg=array(); |
---|
[e2b3904] | 18 | $TbMsg["ACCESS_TITLE"]="OpenGnsys: Administración web de aulas"; |
---|
[39a8a99] | 19 | $TbMsg["ACCESS_HEADING"]="Gestión de Aulas de Informática"; |
---|
| 20 | $TbMsg["ACCESS_SUBHEAD"]="Acceso para administradores"; |
---|
| 21 | $TbMsg["ACCESS_USERNAME"]="Usuario"; |
---|
| 22 | $TbMsg["ACCESS_PASSWORD"]="Contraseña"; |
---|
| 23 | $TbMsg["ACCESS_ORGUNIT"]="Unidad Organizativa"; |
---|
| 24 | $TbMsg["ACCESS_OK"]="OK"; |
---|
[bdf6991] | 25 | $TbMsg["ACCESS_CHOOSE"]="Elegir"; |
---|
[39a8a99] | 26 | $TbMsg["ACCESS_NOUSER"]="Debe introducir un nombre de usuario"; |
---|
| 27 | $TbMsg["ACCESS_NOPASS"]="Debe introducir una contraseña"; |
---|
| 28 | $TbMsg["ACCESS_NOUNIT"]='ATENCIÓN: No ha introducido ninguna Unidad Organizativa.\nNO tendrá acceso al sistema a menos que sea adminstrador general de la Aplicación.\n¿Desea acceder con este perfil?'; |
---|
[13fd370] | 29 | $TbMsg["ACCESS_ALLOWED"]='Acceso permitido. Espere por favor ...'; |
---|
[39a8a99] | 30 | $TbMsg["ACCESS_ERROR"]='Error de acceso'; |
---|
| 31 | $TbMsg["ACCESS_UNKNOWNERROR"]='Error desconocido'; |
---|
[2d0827b] | 32 | $TbMsg["ACCESS_NOFRAMES"]='El navegador necesita soporte para "frames" para mostrar la página.'; |
---|
[991ad53] | 33 | $TbMsg["WARN_NOREPO"]='No existe repositorio definido en la Unidad Organizativa.'; |
---|
Note: See
TracBrowser
for help on using the repository browser.