blob: d5c979e547cacc89173dc5acb1646743aa4085c4 (
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
|
<?php
//________________________________________________________________________________________________________
//
// Php language file: particionaryformatear_eng.php (Comandos)
// Language: English
//________________________________________________________________________________________________________
if(empty($TbMsg)) $TbMsg=array();
$TbMsg[0]='Centers';
$TbMsg[1]='Group of labs';
$TbMsg[2]='Labs';
$TbMsg[3]='Group of computers';
$TbMsg[4]='Computers';
$TbMsg[5]='Partition and Format';
$TbMsg[6]='Scope';
$TbMsg[7]='';
$TbMsg[8]='Par';
$TbMsg[9]='Type';
$TbMsg[10]='OS name';
$TbMsg[11]='Size';
$TbMsg[12]='Operation';
$TbMsg[13]='No action';
$TbMsg[14]='Format';
$TbMsg[15]='Hide';
$TbMsg[16]='Show';
$TbMsg[17]='Free space !!';
|