blob: 586a9dacc5ac7ed8cb87538728983ff7d4679c8f (
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
31
32
33
34
35
|
<?php
//________________________________________________________________________________________________________
//
// Php language files: propiedades_imagenes_eng.php
// Language: English
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]="No Option";
$TbMsg[1]="Insert";
$TbMsg[2]="Modify";
$TbMsg[3]="Delete";
$TbMsg[4]="Monolithic Images Management";
$TbMsg[5]="Image Name";
$TbMsg[6]="Software Profile";
$TbMsg[7]="Comments";
$TbMsg[8]="Partition";
$TbMsg[9]="Partition Type";
$TbMsg[10]="Repository";
$TbMsg[11]="Name";
$TbMsg[12]="Basic Image Management";
$TbMsg[13]="Incremental Image Management";
$TbMsg[14]="Basic Image";
$TbMsg[15]="WARNING. - A software image that already has a software profile indicates that at some point that image already has been created <br>
and therefore any data can not be changed unless you delete and recreate that image";
$TbMsg[16]="Source Path";
$TbMsg[17]='"Canonical name-image file exists: Enter another name"';
$TbMsg[18]="Enter another Name";
$TbMsg[19]="Source computer";
$TbMsg[20]="Creation date";
$TbMsg[21]='"Description Image file name exists: Enter another Description"';
$TbMsg[22]="Enter another Description";
$TbMsg['PROP_OS']="Operating system";
$TbMsg['DATA_SIZE']="Data size";
$TbMsg['PROP_REMOTEACCESS']="Remote access";
$TbMsg['COMM_REMOTEACCESS']="allow remote access management to computers";
|