~ubuntu-branches/ubuntu/vivid/horizon/vivid-updates

« back to all changes in this revision

Viewing changes to pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.da.js

  • Committer: Package Import Robot
  • Author(s): Corey Bryant
  • Date: 2015-04-30 15:46:00 UTC
  • mto: (87.1.1 vivid-proposed) (0.15.1)
  • mto: This revision was merged to the branch mainline in revision 87.
  • Revision ID: package-import@ubuntu.com-20150430154600-1zms8pm8yccw8n1h
Tags: upstream-2015.1.0/xstatic
Import upstream version 2015.1.0, component xstatic

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 * Danish translation for bootstrap-datepicker
 
3
 * Christian Pedersen <http://github.com/chripede>
 
4
 */
 
5
;(function($){
 
6
        $.fn.datepicker.dates['da'] = {
 
7
                days: ["Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag", "Søndag"],
 
8
                daysShort: ["Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør", "Søn"],
 
9
                daysMin: ["Sø", "Ma", "Ti", "On", "To", "Fr", "Lø", "Sø"],
 
10
                months: ["Januar", "Februar", "Marts", "April", "Maj", "Juni", "Juli", "August", "September", "Oktober", "November", "December"],
 
11
                monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
 
12
                today: "I Dag",
 
13
                clear: "Nulstil"
 
14
        };
 
15
}(jQuery));