source: admin/WebConsole/idiomas/php/eng/acceso_eng.php @ c073224

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 c073224 was 13fd370, checked in by ramon <ramongomez@…>, 13 years ago

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

  • Property mode set to 100644
File size: 1.4 KB
Line 
1<?
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]="NO ERRORS";
11$TbErr[1]="Attention: You must access the application via the homepage";
12$TbErr[2]="Attention: The application not have access to the database server";
13$TbErr[3]="Attention: There are problems to retrieve the record, it may have been removed";
14$TbErr[4]="Attention: You do not have access to this application";
15
16// Mensajes.
17$TbMsg=array();
18$TbMsg["ACCESS_TITLE"]="OpenGnSys: Labs web administration";
19$TbMsg["ACCESS_HEADING"]="Computer Labs Management";
20$TbMsg["ACCESS_SUBHEAD"]="Administrators Access";
21$TbMsg["ACCESS_USERNAME"]="Username";
22$TbMsg["ACCESS_PASSWORD"]="Password";
23$TbMsg["ACCESS_ORGUNIT"]="Organitational Unit";
24$TbMsg["ACCESS_OK"]="OK";
25$TbMsg["ACCESS_CHOOSE"]="Choose";
26$TbMsg["ACCESS_NOUSER"]="You must enter a username";
27$TbMsg["ACCESS_NOPASS"]="You must enter a password";
28$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?';
29$TbMsg["ACCESS_ALLOWED"]='Allowed access. Please wait ...';
30$TbMsg["ACCESS_ERROR"]='Access error';
31$TbMsg["ACCESS_UNKNOWNERROR"]='Unknown error';
32
33?>
34
Note: See TracBrowser for help on using the repository browser.