|
ScheduleGrid.DisplayStrings[29] = "Eventos";
//Localized strings
public static string[] DisplayStrings = new string[]
{
"no closing delimiter error",//0
"(none)", //1
"Week starting ",//2
"Starting ",//3
" Double Click to Add All Day Event",//4
"To ",//5
"From ",//6
"Remove this appointment?", //7
"Remove Appointment",//8
"&New Item",//9
"New &All Day item",//10
"&Edit Item",//11
"De&lete Item",//12
"&Day",//13
"&Work Week",//14
"Wee&k",//15
"&Month",//16
"Click to switch to Day view",//17
"Click for more Appoinments.", //18
"Remove this item?", //19
"Remove all occurrences of this recurring appointment?", //20
"Recurring Appointment",//21
"Remove this span appointment?", //22
"Span Appointment",//23
"Do you want to save your changes?", //24
"Scheduler",//25
"The end date you entered occurs before the start date",//26
"Enter valid start time",//27
"Enter valid end time",//28
" Events"//29
}; |