blob: 9a2bf8389a6d6d30cf544b795a51cae953a3d7ff (
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
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: hardwares_eng.php
// Idioma: English
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='"Define new hardware type"';
$TbMsg[1]='"Properties"';
$TbMsg[2]='"Remove hardware type"';
$TbMsg[3]='"New group of components"';
$TbMsg[4]='"Define new component"';
$TbMsg[5]='"To put component"';
$TbMsg[6]='"Rename"';
$TbMsg[7]='"Remove group of components"';
$TbMsg[8]='"Move component"';
$TbMsg[9]='"Remove component"';
$TbMsg[10]='"New group of profiles"';
$TbMsg[11]='"Define new profile"';
$TbMsg[12]='"To put profile"';
$TbMsg[13]='"Remove group of profiles"';
$TbMsg[14]='"Components management"';
$TbMsg[15]='"Profile information"';
$TbMsg[16]='"To move profile"';
$TbMsg[17]='"Remove profile"';
$TbMsg[18]='"Hardware types"';
$TbMsg[19]='"Hardware components"';
$TbMsg[20]='"Hardware profiles"';
?>
|