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
Rev | Line | |
---|
[39a8a99] | 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(); |
---|
[e2b3904] | 18 | $TbMsg["ACCESS_TITLE"]="OpenGnsys: Labs web administration"; |
---|
[39a8a99] | 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"; |
---|
[bdf6991] | 24 | $TbMsg["ACCESS_OK"]="OK"; |
---|
[6855821] | 25 | $TbMsg["ACCESS_CHOOSE"]="Choose"; |
---|
[39a8a99] | 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?'; |
---|
[13fd370] | 29 | $TbMsg["ACCESS_ALLOWED"]='Allowed access. Please wait ...'; |
---|
[39a8a99] | 30 | $TbMsg["ACCESS_ERROR"]='Access error'; |
---|
| 31 | $TbMsg["ACCESS_UNKNOWNERROR"]='Unknown error'; |
---|
[2d0827b] | 32 | $TbMsg["ACCESS_NOFRAMES"]='Sorry, your browser does not handle frames.'; |
---|
[39a8a99] | 33 | ?> |
---|
| 34 | |
---|
Note: See
TracBrowser
for help on using the repository browser.