mirror of https://github.com/gogits/gogs.git
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.
16 lines
696 B
16 lines
696 B
/** |
|
* 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));
|
|
|