close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
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
| Line | |
|---|
| 1 | <?php |
|---|
| 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(); |
|---|
| 18 | $TbMsg["ACCESS_TITLE"]="OpenGnsys: Administración web de aulas"; |
|---|
| 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"; |
|---|
| 25 | $TbMsg["ACCESS_CHOOSE"]="Elegir"; |
|---|
| 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?'; |
|---|
| 29 | $TbMsg["ACCESS_ALLOWED"]='Acceso permitido. Espere por favor ...'; |
|---|
| 30 | $TbMsg["ACCESS_ERROR"]='Error de acceso'; |
|---|
| 31 | $TbMsg["ACCESS_UNKNOWNERROR"]='Error desconocido'; |
|---|
| 32 | $TbMsg["ACCESS_NOFRAMES"]='El navegador necesita soporte para "frames" para mostrar la página.'; |
|---|
| 33 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.