mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-20 12:55:16 +00:00
Updated 3rdparty structure
This commit is contained in:
16
assets/3rdparty/adminLTE/plugins/datepicker/locales/bootstrap-datepicker.ro.js
vendored
Executable file
16
assets/3rdparty/adminLTE/plugins/datepicker/locales/bootstrap-datepicker.ro.js
vendored
Executable file
@ -0,0 +1,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));
|
Reference in New Issue
Block a user