You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.2 KiB

// ** I18N
Calendar._DN = new Array
("�����������",
"�����������",
"�������",
"�����",
"�������",
"�������",
"�������",
"�����������");
Calendar._MN = new Array
("������",
"�������",
"����",
"������",
"���",
"����",
"����",
"������",
"��������",
"�������",
"������",
"�������");
// tooltips
Calendar._TT = {};
Calendar._TT["TOGGLE"] = "������� ���� ������ ������ (��/��)";
Calendar._TT["PREV_YEAR"] = "����. ��� (���������� ��� ����)";
Calendar._TT["PREV_MONTH"] = "����. ����� (���������� ��� ����)";
Calendar._TT["GO_TODAY"] = "�� �������";
Calendar._TT["NEXT_MONTH"] = "����. ����� (���������� ��� ����)";
Calendar._TT["NEXT_YEAR"] = "����. ��� (���������� ��� ����)";
Calendar._TT["SEL_DATE"] = "������� ����";
Calendar._TT["DRAG_TO_MOVE"] = "����������";
Calendar._TT["PART_TODAY"] = " (�������)";
Calendar._TT["MON_FIRST"] = "�������� ����������� ������";
Calendar._TT["SUN_FIRST"] = "�������� ����������� ������";
Calendar._TT["CLOSE"] = "�������";
Calendar._TT["TODAY"] = "�������";
// date formats
Calendar._TT["DEF_DATE_FORMAT"] = "y-mm-dd";
Calendar._TT["TT_DATE_FORMAT"] = "D, M d";
Calendar._TT["WK"] = "���";