blob: 39070e88854ee96ced4979aa39168b5501e50624 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
//________________________________________________________________________________________________________
//
// Javascript language file: asistentes.js
// Language: English
//____________________________________________________________________________
TbMsg=new Array;
// Asistente de particionado
TbMsg["NOCACHESIZE"] = "Free disk space is smaller than cache!";
TbMsg["NODISKSIZE"] = "Free disk space cannot be lower than zero!";
TbMsg["NOSUPPORT"] = "This browser does not support this operation.";
// Asistente DeployImage
TbMsg["EFIPART"] = "Restore EFI partitions is not convenient. In postconfiguration of the system partition OpenGnsys copy bootloader in this partition. If there are other restored systems will not work.";
|