Last change
on this file since a89da3d was
b8bd4c7,
checked in by Ramón M. Gómez <ramongomez@…>, 5 years ago
|
#991: Enable/disable maintenance flag in computer properties form.
|
-
Property mode set to
100644
|
File size:
1.2 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["LABEL_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"; |
---|
36 | $TbMsg["LABEL_LOCATION"]="Location in the lab."; |
---|
37 | $TbMsg["PROP_ROW"]="Row"; |
---|
38 | $TbMsg["PROP_COLUMN"]="Column"; |
---|
39 | $TbMsg["VAL_UNSPECIFIED"]="Unspecified"; |
---|
40 | |
---|
Note: See
TracBrowser
for help on using the repository browser.