mirror of https://github.com/dani/vroom.git
Video conf based on SimpleWebRTC https://vroom.fws.fr/documentation
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
670 B
16 lines
670 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ă"],
|
|
daysShort: ["Dum", "Lun", "Mar", "Mie", "Joi", "Vin", "Sâm"],
|
|
daysMin: ["Du", "Lu", "Ma", "Mi", "Jo", "Vi", "Sâ"],
|
|
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));
|
|
|