blob: 55d0e2f666a7b8201db1e764d008c8360115c2a7 (
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
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: particionaryformatear_esp.php (Comandos)
// Idioma: Español
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Centros';
$TbMsg[1]='Grupo de aulas';
$TbMsg[2]='Aulas';
$TbMsg[3]='Grupo de ordenadores';
$TbMsg[4]='Ordenadores';
$TbMsg[5]='Particionar y Formatear';
$TbMsg[6]='Ámbito';
$TbMsg[7]='';
$TbMsg[8]='Par';
$TbMsg[9]='Tipo';
$TbMsg[10]='Nombre S.O.';
$TbMsg[11]='Tamaño';
$TbMsg[12]='Operación';
$TbMsg[13]='Sin action';
$TbMsg[14]='Formatear';
$TbMsg[15]='Ocultar';
$TbMsg[16]='Mostrar';
$TbMsg[17]='¡¡ Espacio libre !!';
?>
|