// ** I18N

// Calendar EN language
// Author: Mihai Bazon, <mihai_bazon@yahoo.com>
// Encoding: any
// Distributed under the same terms as the calendar itself.

// For translators: please use UTF-8 if possible.  We strongly believe that
// Unicode is the answer to a real internationalized world.  Also please
// include your contact information in the header, as can be seen above.

// full day names
Calendar._DN = new Array
("&#1074;&#1086;&#1089;&#1082;&#1088;&#1077;&#1089;&#1077;&#1085;&#1100;&#1077;",
 "&#1087;&#1086;&#1085;&#1077;&#1076;&#1077;&#1083;&#1100;&#1085;&#1080;&#1082;",
 "&#1074;&#1090;&#1086;&#1088;&#1085;&#1080;&#1082;",
 "&#1089;&#1088;&#1077;&#1076;&#1072;",
 "&#1095;&#1077;&#1090;&#1074;&#1077;&#1088;&#1075;",
 "&#1087;&#1103;&#1090;&#1085;&#1080;&#1094;&#1072;",
 "&#1089;&#1091;&#1073;&#1073;&#1086;&#1090;&#1072;",
 "&#1074;&#1086;&#1089;&#1082;&#1088;&#1077;&#1089;&#1077;&#1085;&#1100;&#1077;");

// Please note that the following array of short day names (and the same goes
// for short month names, _SMN) isn't absolutely necessary.  We give it here
// for exemplification on how one can customize the short day names, but if
// they are simply the first N letters of the full name you can simply say:
//
//   Calendar._SDN_len = N; // short day name length
//   Calendar._SMN_len = N; // short month name length
//
// If N = 3 then this is not needed either since we assume a value of 3 if not
// present, to be compatible with translation files that were written before
// this feature.

// short day names
Calendar._SDN = new Array
("&#1074;&#1089;&#1082;",
 "&#1087;&#1086;&#1085;",
 "&#1074;&#1090;&#1088;",
 "&#1089;&#1088;&#1076;",
 "&#1095;&#1077;&#1090;",
 "&#1087;&#1103;&#1090;",
 "&#1089;&#1091;&#1073;",
 "&#1074;&#1089;&#1082;");

// First day of the week. "0" means display Sunday first, "1" means display
// Monday first, etc.
Calendar._FD = 1;

// full month names
Calendar._MN = new Array
("&#1103;&#1085;&#1074;&#1072;&#1088;&#1100;",
 "&#1092;&#1077;&#1074;&#1088;&#1072;&#1083;&#1100;",
 "&#1084;&#1072;&#1088;&#1090;",
 "&#1072;&#1087;&#1088;&#1077;&#1083;&#1100;",
 "&#1084;&#1072;&#1081;",
 "&#1080;&#1102;&#1085;&#1100;",
 "&#1080;&#1102;&#1083;&#1100;",
 "&#1072;&#1074;&#1075;&#1091;&#1089;&#1090;",
 "&#1089;&#1077;&#1085;&#1090;&#1103;&#1073;&#1088;&#1100;",
 "&#1086;&#1082;&#1090;&#1103;&#1073;&#1088;&#1100;",
 "&#1085;&#1086;&#1103;&#1073;&#1088;&#1100;",
 "&#1076;&#1077;&#1082;&#1072;&#1073;&#1088;&#1100;");

// short month names
Calendar._SMN = new Array
("&#1103;&#1085;&#1074;",
 "&#1092;&#1077;&#1074;",
 "&#1084;&#1072;&#1088;",
 "&#1072;&#1087;&#1088;",
 "&#1084;&#1072;&#1081;",
 "&#1080;&#1102;&#1085;",
 "&#1080;&#1102;&#1083;",
 "&#1072;&#1074;&#1075;",
 "&#1089;&#1077;&#1085;",
 "&#1086;&#1082;&#1090;",
 "&#1085;&#1086;&#1103;",
 "&#1076;&#1077;&#1082;");

// tooltips
Calendar._TT = {};
Calendar._TT["INFO"] = "&#1054; &#1082;&#1072;&#1083;&#1077;&#1085;&#1076;&#1072;&#1088;&#1077;...";

Calendar._TT["ABOUT"] =
"DHTML Date/Time Selector\n" +
"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-)
"For latest version visit: http://www.dynarch.com/projects/calendar/\n" +
"Distributed under GNU LGPL.  See http://gnu.org/licenses/lgpl.html for details." +
"\n\n" +
"Kak vybrat' datu:\n" +
"- Pri pomowi knopok \xab, \xbb mozhno vybrat' god\n" +
"- Pri pomowi knopok " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " mozhno vybrat' mesjac\n" +
"- Poderzhite jeti knopki nazhatymi, chtoby pojavilos' menju bystrogo vybora.";
Calendar._TT["ABOUT_TIME"] = "\n\n" +
"Kak vybrat' vremja:\n" +
"- Pri klike na chasah ili minutah oni uvelichivajutsja\n" +
"- pri klike s nazhatoj klavishej Shift oni umen'shajutsja\n" +
"- esli nazhat' i dvigat' myshkoj vlevo/vpravo, oni budut menjat'sja bystree.";

Calendar._TT["PREV_YEAR"] = "&#1053;&#1072; &#1075;&#1086;&#1076; &#1085;&#1072;&#1079;&#1072;&#1076; (&#1091;&#1076;&#1077;&#1088;&#1078;&#1080;&#1074;&#1072;&#1090;&#1100; &#1076;&#1083;&#1103; &#1084;&#1077;&#1085;&#1102;)";
Calendar._TT["PREV_MONTH"] = "&#1053;&#1072; &#1084;&#1077;&#1089;&#1103;&#1094; &#1085;&#1072;&#1079;&#1072;&#1076; (&#1091;&#1076;&#1077;&#1088;&#1078;&#1080;&#1074;&#1072;&#1090;&#1100; &#1076;&#1083;&#1103; &#1084;&#1077;&#1085;&#1102;)";
Calendar._TT["GO_TODAY"] = "&#1057;&#1077;&#1075;&#1086;&#1076;&#1085;&#1103;";
Calendar._TT["NEXT_MONTH"] = "&#1053;&#1072; &#1084;&#1077;&#1089;&#1103;&#1094; &#1074;&#1087;&#1077;&#1088;&#1077;&#1076; (&#1091;&#1076;&#1077;&#1088;&#1078;&#1080;&#1074;&#1072;&#1090;&#1100; &#1076;&#1083;&#1103; &#1084;&#1077;&#1085;&#1102;)";
Calendar._TT["NEXT_YEAR"] = "&#1053;&#1072; &#1075;&#1086;&#1076; &#1074;&#1087;&#1077;&#1088;&#1077;&#1076; (&#1091;&#1076;&#1077;&#1088;&#1078;&#1080;&#1074;&#1072;&#1090;&#1100; &#1076;&#1083;&#1103; &#1084;&#1077;&#1085;&#1102;)";
Calendar._TT["SEL_DATE"] = "&#1042;&#1099;&#1073;&#1077;&#1088;&#1080;&#1090;&#1077; &#1076;&#1072;&#1090;&#1091;";
Calendar._TT["DRAG_TO_MOVE"] = "&#1055;&#1077;&#1088;&#1077;&#1090;&#1072;&#1089;&#1082;&#1080;&#1074;&#1072;&#1081;&#1090;&#1077; &#1084;&#1099;&#1096;&#1082;&#1086;&#1081;";
Calendar._TT["PART_TODAY"] = " (&#1089;&#1077;&#1075;&#1086;&#1076;&#1085;&#1103;)";

// the following is to inform that "%s" is to be the first day of week
// %s will be replaced with the day name.
Calendar._TT["DAY_FIRST"] = "&#1055;&#1077;&#1088;&#1074;&#1099;&#1081; &#1076;&#1077;&#1085;&#1100; &#1085;&#1077;&#1076;&#1077;&#1083;&#1080; &#1073;&#1091;&#1076;&#1077;&#1090; %s";

// This may be locale-dependent.  It specifies the week-end days, as an array
// of comma-separated numbers.  The numbers are from 0 to 6: 0 means Sunday, 1
// means Monday, etc.
Calendar._TT["WEEKEND"] = "0,6";

Calendar._TT["CLOSE"] = "&#1047;&#1072;&#1082;&#1088;&#1099;&#1090;&#1100;";
Calendar._TT["TODAY"] = "&#1057;&#1077;&#1075;&#1086;&#1076;&#1085;&#1103;";
Calendar._TT["TIME_PART"] = "(Shift-)&#1082;&#1083;&#1080;&#1082; &#1080;&#1083;&#1080; &#1085;&#1072;&#1078;&#1072;&#1090;&#1100; &#1080; &#1076;&#1074;&#1080;&#1075;&#1072;&#1090;&#1100;";

// date formats
Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d";
Calendar._TT["TT_DATE_FORMAT"] = "%e, %b, %a";

Calendar._TT["WK"] = "&#1085;&#1077;&#1076;";
Calendar._TT["TIME"] = "&#1042;&#1088;&#1077;&#1084;&#1103;:";
