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.
13 lines
594 B
13 lines
594 B
// Romanian |
|
|
|
jQuery.extend( jQuery.fn.pickadate.defaults, { |
|
monthsFull: [ 'ianuarie', 'februarie', 'martie', 'aprilie', 'mai', 'iunie', 'iulie', 'august', 'septembrie', 'octombrie', 'noiembrie', 'decembrie' ], |
|
monthsShort: [ 'ian', 'feb', 'mar', 'apr', 'mai', 'iun', 'iul', 'aug', 'sep', 'oct', 'noi', 'dec' ], |
|
weekdaysFull: [ 'duminică', 'luni', 'marţi', 'miercuri', 'joi', 'vineri', 'sâmbătă' ], |
|
weekdaysShort: [ 'D', 'L', 'Ma', 'Mi', 'J', 'V', 'S' ], |
|
today: 'azi', |
|
clear: 'șterge', |
|
firstDay: 1, |
|
format: 'dd mmmm yyyy', |
|
formatSubmit: 'yyyy/mm/dd' |
|
}); |