Blame view

static/plugins/datepicker/locales/bootstrap-datepicker.sk.js 693 Bytes
831eac332   zhuzhenchao   add file
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  /**
   * Slovak translation for bootstrap-datepicker
   * Marek Lichtner <marek@licht.sk>
   * Fixes by Michal Remiš <michal.remis@gmail.com>
   */
  ;(function($){
  	$.fn.datepicker.dates["sk"] = {
  		days: ["Nedeľa", "Pondelok", "Utorok", "Streda", "Štvrtok", "Piatok", "Sobota", "Nedeľa"],
  		daysShort: ["Ned", "Pon", "Uto", "Str", "Štv", "Pia", "Sob", "Ned"],
  		daysMin: ["Ne", "Po", "Ut", "St", "Št", "Pia", "So", "Ne"],
  		months: ["Január", "Február", "Marec", "Apríl", "Máj", "Jún", "Júl", "August", "September", "Október", "November", "December"],
  		monthsShort: ["Jan", "Feb", "Mar", "Apr", "Máj", "Jún", "Júl", "Aug", "Sep", "Okt", "Nov", "Dec"],
  		today: "Dnes"
  	};
  }(jQuery));