blob: de2f62f60bbce104d4ce6e68cc95d25a6bc4ecb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
//________________________________________________________________________________________________________
//
// Javascript language file: programaciones_eng.js
// Language: English
//____________________________________________________________________________
TbMsg=new Array;
TbMsg[0]="WARNING: You must choose a year";
TbMsg[1]="WARNING: You must choose a month";
TbMsg[2]="WARNING: You must choose a weekday, a week or a day of the month";
TbMsg[3]="WARNING: You must choose a day of the month";
TbMsg[4]="WARNING: You must choose a time";
TbMsg[5]="WARNING: You must enter the programming block description";
TbMsg[6]="WARNING: Minutes must be from 0 to 59";
TbMsg[7]="WARNING: Seconds must be from 0 to 59";
TbMsg[8]="WARNING: You must enter a block to pause the programming of all of them";
TbMsg[9]="Programming has been paused successfully";
TbMsg[10]="Programming has been resumed successfully";
TbMsg[11]="Programming block has been registered successfully";
TbMsg[12]="Programming block has been modified successfully";
TbMsg[13]="Programming block has been deleted successfully";
TbMsg[14]="There is no selected block";
|