blob: 7f58a3538765b4166d7041f9e8d0efcd1c38f76f (
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
|
<?php
//________________________________________________________________________________________________________
//
// Php language file:: aulas_eng.php
// Language: English
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='New';
$TbMsg[1]='Modify';
$TbMsg[2]='Delete';
$TbMsg[3]='New Boot column';
$TbMsg[4]='Modify Boot column';
$TbMsg[5]='Delete Boot column';
$TbMsg[6]='Boot successfully created';
$TbMsg[7]='Boot successfully modified';
$TbMsg[8]='Boot successfully deleted';
$TbMsg[9]='Select Boot Column';
$TbMsg[10]='"User Mode"';
$TbMsg[11]='"Management Mode"';
$TbMsg[12]='Name';
$TbMsg[13]='Agree';
$TbMsg[14]='Enter 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]='##DO-NOT-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]='"Add computer"';
$TbMsg[28]='"Procedures"';
$TbMsg[29]='"Labs Reservations"';
$TbMsg[30]='"Confirmed"';
$TbMsg[31]='"Pending"';
$TbMsg[32]='"Denied"';
$TbMsg[33]='"Remote console"';
$TbMsg[34]='"Reserve schedules"';
$TbMsg[35]='"Operators"';
$TbMsg[36]='"Delete operator"';
$TbMsg[37]='"Add 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]='Computer locator';
$TbMsg[45]='Scope name';
$TbMsg["UEFI"]='AVISO: Hay plantillas PXE que sólo son compatibles con un tipo de firmware, uefi o bios.<br>Al elegir estas plantillas la otra opción quedará configurada por defecto';
$TbMsg["ERR_DUPLICADO"]='ERROR: The name or description of template are duplicated';
|