lgromero-new-oglive
Last change
on this file was
c03f1ab,
checked in by Irina Gómez <irinagomez@…>, 3 years ago
|
#1066 #991 Enable/disable maintenance flag in computer properties form. (equivalent to commit b8bd4c7)
|
-
Property mode set to
100644
|
File size:
1.0 KB
|
Line | |
---|
1 | <?php |
---|
2 | //_________________________________________________________ |
---|
3 | // |
---|
4 | // Php language file: propiedades_ordenadores_eng.php |
---|
5 | // Language: English |
---|
6 | //_________________________________________________________ |
---|
7 | if (empty ($TbMsg)) $TbMsg=array(); |
---|
8 | $TbMsg[0]="No Option"; |
---|
9 | $TbMsg[1]="Insert"; |
---|
10 | $TbMsg[2]="Modify"; |
---|
11 | $TbMsg[3]="Delete"; |
---|
12 | $TbMsg[4]="Computers Management"; |
---|
13 | $TbMsg[5]="Computer name"; |
---|
14 | $TbMsg[6]="IP address"; |
---|
15 | $TbMsg[7]="MAC address"; |
---|
16 | $TbMsg[8]="Hardware profile"; |
---|
17 | $TbMsg[9]="Autoexec"; |
---|
18 | $TbMsg[10]="Repository"; |
---|
19 | $TbMsg[11]="Menu"; |
---|
20 | $TbMsg[12]="Cache size"; |
---|
21 | $TbMsg[13]="Network interface"; |
---|
22 | // AGP |
---|
23 | $TbMsg[18]="ogLive"; |
---|
24 | $TbMsg[509]="Computer picture"; |
---|
25 | $TbMsg[5091]="Insert picture"; |
---|
26 | $TbMsg[5092]="View pictures"; |
---|
27 | $TbMsg[495]="Content Cache"; |
---|
28 | $TbMsg[4951]="Cache Free"; |
---|
29 | // AGP |
---|
30 | $TbMsg['COMM_DEFOGLIVE']="Assigned by administrator"; |
---|
31 | $TbMsg["PROP_SERIALNO"]="Serial No."; |
---|
32 | $TbMsg["LABEL_MAINTENANCE"]="Computer in maintenance"; |
---|
33 | $TbMsg["WARN_NOREPO"]="<em>WARNING: no repository assigned.</em>"; |
---|
34 | $TbMsg["WARN_NOTDETECTED"]="<em>(not detected)</em>"; |
---|
35 | $TbMsg['WARN_PROFESSOR']="teacher"; |
---|
Note: See
TracBrowser
for help on using the repository browser.