mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Updated 3rdparty structure
This commit is contained in:
16
assets/3rdparty/adminLTE/plugins/datepicker/locales/bootstrap-datepicker.no.js
vendored
Executable file
16
assets/3rdparty/adminLTE/plugins/datepicker/locales/bootstrap-datepicker.no.js
vendored
Executable file
@ -0,0 +1,16 @@
|
||||
/**
|
||||
* Norwegian translation for bootstrap-datepicker
|
||||
**/
|
||||
;(function($){
|
||||
$.fn.datepicker.dates['no'] = {
|
||||
days: ['Søndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','Lørdag'],
|
||||
daysShort: ['Søn','Man','Tir','Ons','Tor','Fre','Lør'],
|
||||
daysMin: ['Sø','Ma','Ti','On','To','Fr','Lø'],
|
||||
months: ['Januar','Februar','Mars','April','Mai','Juni','Juli','August','September','Oktober','November','Desember'],
|
||||
monthsShort: ['Jan','Feb','Mar','Apr','Mai','Jun','Jul','Aug','Sep','Okt','Nov','Des'],
|
||||
today: 'I dag',
|
||||
clear: 'Nullstill',
|
||||
weekStart: 1,
|
||||
format: 'dd.mm.yyyy'
|
||||
};
|
||||
}(jQuery));
|
Reference in New Issue
Block a user