1 | <?php |
---|
2 | // __________________________________________________ |
---|
3 | // |
---|
4 | // Php language file: acceso_eng.php |
---|
5 | // Language: English |
---|
6 | // __________________________________________________ |
---|
7 | |
---|
8 | // Error messages. |
---|
9 | $TbErr=array(); |
---|
10 | $TbErr[0]="NO ERRORS"; |
---|
11 | $TbErr[1]="Warning: You must access this application via homepage"; |
---|
12 | $TbErr[2]="Warning: This application does not have access to Database server"; |
---|
13 | $TbErr[3]="Warning: Problems recovering register, it may have been deleted"; |
---|
14 | $TbErr[4]="Warning: You do not have access to this application"; |
---|
15 | |
---|
16 | // Messages. |
---|
17 | $TbMsg=array(); |
---|
18 | $TbMsg["ACCESS_TITLE"]="OpenGnsys: Labs-web administration"; |
---|
19 | $TbMsg["ACCESS_HEADING"]="Computer Labs Management"; |
---|
20 | $TbMsg["ACCESS_SUBHEAD"]="Adminis 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"]="Must enter username"; |
---|
27 | $TbMsg["ACCESS_NOPASS"]="Must enter password"; |
---|
28 | $TbMsg["ACCESS_NOUNIT"]='Warning: enter Organizational Unit.\nYou cannot access system unless you are the main admin of Application.\nDo you want to access with this profile?'; |
---|
29 | $TbMsg["ACCESS_ALLOWED"]='Access allowed. Please wait ...'; |
---|
30 | $TbMsg["ACCESS_ERROR"]='Access error'; |
---|
31 | $TbMsg["ACCESS_UNKNOWNERROR"]='Unknown error'; |
---|
32 | $TbMsg["ACCESS_NOFRAMES"]='Sorry, your browser does not handle frames.'; |
---|
33 | $TbMsg["WARN_NOREPO"]='There is no repository defined in the Organizational Unit.'; |
---|