PHP Classes

File: public/js/lib/jquery-ui/i18n/datepicker-ru.js

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Silex MVC Blog   public/js/lib/jquery-ui/i18n/datepicker-ru.js   Download  
File: public/js/lib/jquery-ui/i18n/datepicker-ru.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Silex MVC Blog
MVC based blog using on the Silex micro-framework
Author: By
Last change:
Date: 7 years ago
Size: 1,572 bytes
 

Contents

Class file image Download
/* Russian (UTF-8) initialisation for the jQuery UI date picker plugin. */ /* Written by Andrew Stromnov (stromnov@gmail.com). */ (function (factory) { if (typeof define === "function" && define.amd) { // AMD. Register as an anonymous module. define(["../datepicker"], factory); } else { // Browser globals factory(jQuery.datepicker); } }(function (datepicker) { datepicker.regional['ru'] = { closeText: '???????', prevText: '<????', nextText: '????>', currentText: '???????', monthNames: ['??????', '???????', '????', '??????', '???', '????', '????', '??????', '????????', '???????', '??????', '???????'], monthNamesShort: ['???', '???', '???', '???', '???', '???', '???', '???', '???', '???', '???', '???'], dayNames: ['???????????', '???????????', '???????', '?????', '???????', '???????', '???????'], dayNamesShort: ['???', '???', '???', '???', '???', '???', '???'], dayNamesMin: ['??', '??', '??', '??', '??', '??', '??'], weekHeader: '???', dateFormat: 'dd.mm.yy', firstDay: 1, isRTL: false, showMonthAfterYear: false, yearSuffix: ''}; datepicker.setDefaults(datepicker.regional['ru']); return datepicker.regional['ru']; }));