Blame view

static/plugins/datepicker/locales/bootstrap-datepicker.ro.js 696 Bytes
831eac332   zhuzhenchao   add file
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  /**
   * Romanian translation for bootstrap-datepicker
   * Cristian Vasile <cristi.mie@gmail.com>
   */
  ;(function($){
  	$.fn.datepicker.dates['ro'] = {
  		days: ["Duminică", "Luni", "Marţi", "Miercuri", "Joi", "Vineri", "Sâmbătă", "Duminică"],
  		daysShort: ["Dum", "Lun", "Mar", "Mie", "Joi", "Vin", "Sâm", "Dum"],
  		daysMin: ["Du", "Lu", "Ma", "Mi", "Jo", "Vi", "Sâ", "Du"],
  		months: ["Ianuarie", "Februarie", "Martie", "Aprilie", "Mai", "Iunie", "Iulie", "August", "Septembrie", "Octombrie", "Noiembrie", "Decembrie"],
  		monthsShort: ["Ian", "Feb", "Mar", "Apr", "Mai", "Iun", "Iul", "Aug", "Sep", "Oct", "Nov", "Dec"],
  		today: "Astăzi",
  		clear: "Șterge",
  		weekStart: 1
  	};
  }(jQuery));