blob: 3c62905a116c46ac5b44c5c3e155e320d9ea50f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
//________________________________________________________________________________________________________
//
// Fichero de idiomas javascripts: configurar_eng.js
// Idioma: Ingés
//________________________________________________________________________________________________________
TbMsg=new Array;
TbMsg[0]="WARNING.- There are partitions with the same number, you must select another or remove it clicking in the last column";
TbMsg[1]="WARNING.- The number of the partition must be greater than zero";
TbMsg[2]="El tipo de partición no se ha especificado";
TbMsg[3]="WARNING.- The size of the partition must be greater than zero";
TbMsg[4]="ATENCION: Se va a eliminar esta partición ¿ Esta seguro ?";
TbMsg[5]="Debe especificar el tipo de sistema de ficheros si desea formatear la particion";
TbMsg[6]="La CACHE solo puede definirse en la particion 4";
TbMsg[7]="El número maximo de particiones es 4";
|