31 lines
1.0 KiB
PHP
31 lines
1.0 KiB
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"';
|
|
?>
|
|
|