blob: a26a34f4596661f5d9319c98a62a8e54d9391b6e (
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
|
<?php
//________________________________________________________________________________________________________
//
// Php language file: crearsoftincremental_eng.php (Comandos)
// Language: English
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Generation of incremental image <br> (experimental)';
$TbMsg[1]='Computer features';
$TbMsg[2]='Name';
$TbMsg[3]='IP Address';
$TbMsg[4]='MAC Address';
$TbMsg[5]='Hardware profile';
$TbMsg[6]='Data to supply';
$TbMsg[7]='Disco';
$TbMsg[8]='Par';
$TbMsg[9]='OS name';
$TbMsg[10]='Incremental image / Repository';
$TbMsg[11]='Additional options';
$TbMsg[12]='Incremental software';
$TbMsg[13]='Delete Incremental previously';
$TbMsg[14]='Copy Incremental to cache';
$TbMsg[15]='Delete Incremental previously from cache';
$TbMsg[16]='Do not delete files from target';
|