summaryrefslogtreecommitdiff
path: root/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.nb.js
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.nb.js')
-rw-r--r--xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.nb.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.nb.js b/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.nb.js
new file mode 100644
index 0000000..7b28e84
--- /dev/null
+++ b/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.nb.js
@@ -0,0 +1,14 @@
+/**
+ * Norwegian (bokmål) translation for bootstrap-datepicker
+ * Fredrik Sundmyhr <http://github.com/fsundmyhr>
+ */
+;(function($){
+ $.fn.datepicker.dates['nb'] = {
+ 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"
+ };
+}(jQuery));