blob: a7023e761889a3b92902b52c728d58fbd0da562b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
//________________________________________________________________________________________________________
//
// Javascript language file: restaurarimagenbasica_eng.js
// Language: English
//________________________________________________________________________________________________________
TbMsg=new Array;
TbMsg[0]="You must choose an image for this partition";
TbMsg[1]="You must choose at least one partition and one image";
TbMsg[2]="";
TbMsg[3]="Are you sure?";
TbMsg[4]="You must choose at least an image for this partition";
TbMsg[5]="You must choose an image path for this partition";
TbMsg[6]="You must choose the image from only one of the drop-down";
TbMsg[7]="You must choose a synchronization method";
|