blob: 67240fde976fad5f90cf01cd24dae9c5ae6babcb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: aulas_eng.php
// Idioma: English
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='New';
$TbMsg[1]='Modify';
$TbMsg[2]='Delete';
$TbMsg[3]='Start new column';
$TbMsg[4]='Boot modify column';
$TbMsg[5]='Boot delete column';
$TbMsg[6]='Created Boot Properly';
$TbMsg[7]='Modified Start Properly';
$TbMsg[8]='Removed Boot Properly';
$TbMsg[9]='Select Start Column';
$TbMsg[10]='"User Mode"';
$TbMsg[11]='"Management Mode"';
$TbMsg[12]='Name';
$TbMsg[13]='Accept';
$TbMsg[14]='Enter a Column Name';
$TbMsg[15]='"Rename"';
$TbMsg[16]='Cancel';
$TbMsg[17]='Template';
$TbMsg[18]='No Template';
$TbMsg[19]='Commands';
$TbMsg[20]='Description';
$TbMsg[21]='File';
$TbMsg[22]='##NOT-TO-TOUCH-THIS-LINE ';
$TbMsg[23]='NO NEW COLUMN';
$TbMsg[24]='Scope: Centers';
$TbMsg[25]='Scope: Group of labs';
$TbMsg[26]='Scope: Group of computers';
$TbMsg[27]='"Incorpore computers"';
$TbMsg[28]='"Procedures"';
$TbMsg[29]='"Labs Reserves"';
$TbMsg[30]='"Confirmed"';
$TbMsg[31]='"Pending"';
$TbMsg[32]='"Denied"';
$TbMsg[33]='"Remote console"';
$TbMsg[34]='"Reserve schedules"';
$TbMsg[35]='"Operators"';
$TbMsg[36]='"Remove operator"';
$TbMsg[37]='"Add a new operator"';
$TbMsg[38]='"Wizards"';
$TbMsg[39]='"Console echo"';
$TbMsg[40]='"Advanced NetBoot"';
$TbMsg[41]='"Relocate computers"';
$TbMsg[42]='Advanced Boot Management';
$TbMsg[43]='"Save"';
$TbMsg[44]='Computers locator';
$TbMsg[45]='Scope name';
?>
|