Upload New File
This commit is contained in:
parent
724133f6ae
commit
15e72d6957
17
js/locales/bootstrap-datepicker.oc.js
vendored
Normal file
17
js/locales/bootstrap-datepicker.oc.js
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
/**
|
||||||
|
* Occitan translation for bootstrap-datepicker
|
||||||
|
*/
|
||||||
|
;(function($){
|
||||||
|
$.fn.datepicker.dates['oc'] = {
|
||||||
|
days: ["Dimenge", "Diluns", "Dimars", "Dimècres", "Dijòus", "Divendres", "Dissabte"],
|
||||||
|
daysShort: ["Dim", "Dil", "Dmr", "Dmc", "Dij", "Div", "Dis"],
|
||||||
|
daysMin: ["dg", "dl", "dr", "dc", "dj", "dv", "ds"],
|
||||||
|
months: ["Genièr", "Febrièr", "Març", "Abrial", "Mai", "Junh", "Julhet", "Agost", "Setembre", "Octobre", "Novembre", "Decembre"],
|
||||||
|
monthsShort: ["Gen", "Feb", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Oct", "Nov", "Dec"],
|
||||||
|
today: "Uèi",
|
||||||
|
monthsTitle: "Meses",
|
||||||
|
clear: "Escafar",
|
||||||
|
weekStart: 1,
|
||||||
|
format: "dd/mm/yyyy"
|
||||||
|
};
|
||||||
|
}(jQuery));
|
Loading…
Reference in New Issue
Block a user