blob: 26175af2e694a5003877cafda3472b6986e9dcae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?php
//_____________________________________________________________
//
// Php language file: propiedades_perfilhardwares_eng.php
// Language: English
//_____________________________________________________________
$TbMsg=array();
$TbMsg[0]="No Option";
$TbMsg[1]="Insert";
$TbMsg[2]="Modify";
$TbMsg[3]="remove";
$TbMsg["HARD_TITLE"]="Hardware Profile Management";
$TbMsg["HARD_NAME"]="Name";
$TbMsg["HARD_COMMENTS"]="Comments";
$TbMsg["HARD_COMPUTERS"]="Computers";
$TbMsg["HARD_WINBOOT"]="Windows boot";
$TbMsg["HARD_REBOOT"]="Reboot (reboot)";
$TbMsg["HARD_KEXEC"]="Direct (kexec)";
?>
|