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 7dc04cc1 was
beebc19,
checked in by Irina Gomez <irinagomez@…>, 7 years ago
|
#842 Consola: se revisan todos los ficheros de idioma en inglés.
|
-
Property mode set to
100644
|
File size:
1.4 KB
|
Rev | Line | |
---|
[043e67d] | 1 | <?php |
---|
[39a8a99] | 2 | // __________________________________________________ |
---|
| 3 | // |
---|
[beebc19] | 4 | // Php language file: acceso_eng.php |
---|
| 5 | // Language: English |
---|
[39a8a99] | 6 | // __________________________________________________ |
---|
| 7 | |
---|
[beebc19] | 8 | // Error messages. |
---|
[39a8a99] | 9 | $TbErr=array(); |
---|
| 10 | $TbErr[0]="NO ERRORS"; |
---|
[beebc19] | 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"; |
---|
[39a8a99] | 15 | |
---|
[beebc19] | 16 | // Messages. |
---|
[39a8a99] | 17 | $TbMsg=array(); |
---|
[beebc19] | 18 | $TbMsg["ACCESS_TITLE"]="OpenGnsys: Labs-web administration"; |
---|
[39a8a99] | 19 | $TbMsg["ACCESS_HEADING"]="Computer Labs Management"; |
---|
[beebc19] | 20 | $TbMsg["ACCESS_SUBHEAD"]="Adminis Access"; |
---|
[39a8a99] | 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"; |
---|
[beebc19] | 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 ...'; |
---|
[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.'; |
---|
Note: See
TracBrowser
for help on using the repository browser.