blob: 74240d39be3ba4c9669ec810674f46d8c947ec5a (
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
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: propiedades_tareas_eng.php
// Idioma: Ingés
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]="No Option";
$TbMsg[1]="Insert";
$TbMsg[2]="Modify";
$TbMsg[3]="Remove";
$TbMsg[4]="Group Management";
$TbMsg[5]="Group name";
$TbMsg[6]="Comments";
$TbMsg[7]="Labs Groups";
$TbMsg[8]="Procedures Groups";
$TbMsg[9]="Tasks Groups";
$TbMsg[10]="Jobs Groups";
$TbMsg[11]="Images Groups";
$TbMsg[12]="Hardware Components Groups ";
$TbMsg[13]="Software Components Groups";
$TbMsg[14]="Hardware Groups";
$TbMsg[15]="Software Profiles Groups";
$TbMsg[16]="Software Incremental Groups";
$TbMsg[17]="OpenGnsys Servers Groups";
$TbMsg[18]="Dhcp Servers Groups";
$TbMsg[19]="Menus Groups";
$TbMsg[20]="Reserves Groups";
$TbMsg[21]="Entities Groups";
$TbMsg[22]="Computers Groups";
?>
|