blob: d10d4a53675d1e9ceeec6760ccd6fa08a1e0ccff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?php
//_____________________________________________________________
//
// Php language file: propiedades_perfilhardwares_eng.php
// Language: English
//_____________________________________________________________
$TbMsg=array();
$TbMsg[0]="No Option";
$TbMsg[1]="Insert";
$TbMsg[2]="Modify";
$TbMsg[3]="Delete";
$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)";
|