/********************************************************************************************
* BlueShoes Framework; This file is part of the php application framework.
* NOTE: This code is stripped (obfuscated). To get the clean documented code goto 
*       www.blueshoes.org and register for the free open source *DEVELOPER* version or 
*       buy the commercial version.
*       
*       In case you've already got the developer version, then this is one of the few 
*       packages/classes that is only available to *PAYING* customers.
*       To get it go to www.blueshoes.org and buy a commercial version.
* 
* @copyright www.blueshoes.org
* @author    sam blum <sam-at-blueshoes>
* @author    Andrej Arn <andrej-at-blueshoes>
*/
if (typeof(Bs_DatePicker_Lang) == 'undefined') Bs_DatePicker_Lang = new Array;
Bs_DatePicker_Lang['ru'] = new Array;
Bs_DatePicker_Lang['ru']['errorValidate'] = "Неверная дата: '__VALUE__'. Попробуйте снова, либо используйте календарь. Правильный формат:\nАмериканский mm/dd/yyyy (eg 12/31/2003)\nЕвропейский dd.mm.yyyy (eg 31.12.2003)\nISO yyyy-mm-dd (eg 2003-12-31)";
Bs_DatePicker_Lang['ru']['errorRange']    = "Неверная дата: '__VALUE__'. Не внутри допустимого диапазона.";
Bs_DatePicker_Lang['ru']['months']        = new Array('Январь', 'Февраль', 'Март', 'Апрель', 'Май', 'Июнь', 'Июль', 'Август', 'Сентябрь', 'Октябрь', 'Ноябрь', 'Декабрь');
Bs_DatePicker_Lang['ru']['days']          = new Array('Понедельник', 'Вторник', 'Среда', 'Четверг', 'Пятница', 'Суббота', 'Воскресенье');Bs_DatePicker_Lang['ru']['hideCalendar'] = 'Спрятать календарь';
Bs_DatePicker_Lang['ru']['showCalendar'] = 'Показать календарь';