blob: 01753ce3bb67fa8d065ab1b95d4b076a595fdbd4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
//________________________________________________________________________________________________________
//
// 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.";
|