Skip to content
This repository has been archived by the owner on Feb 14, 2019. It is now read-only.

Commit

Permalink
Norwegian translation
Browse files Browse the repository at this point in the history
Norwegian translation for bootstrap-datetimepicker
  • Loading branch information
DinkDonk committed Nov 9, 2013
1 parent 1a73680 commit 2e0be74
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions js/locales/bootstrap-datetimepicker.no.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/**
* Norwegian translation for bootstrap-datetimepicker
* Rune Warhuus <rune@dinkdonkd.no>
*/
;(function($){
$.fn.datetimepicker.dates['no'] = {
days: ["Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag", "Søndag"],
daysShort: ["Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør", "Søn"],
daysMin: ["Sø", "Ma", "Ti", "On", "To", "Fr", "Lø", "Sø"],
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",
suffix: [],
meridiem: []
};
}(jQuery));

0 comments on commit 2e0be74

Please sign in to comment.