Sha256: ef2a0f1f3b33c0bb0b750e0665f8f81e0852c2ad6a71b3206375aaf8c98dfa4b

Contents?: true

Size: 1 KB

Versions: 6

Compression:

Stored size: 1 KB

Contents

/* German initialisation for the jQuery UI date picker plugin. */
/* Written by Milian Wolff (mail@milianw.de). */
jQuery(function($) {
    $.datepicker.regional['de'] = {
        closeText: 'schließen',
        prevText: '<zurück',
        nextText: 'Vor>',
        currentText: 'heute',
        monthNames: ['Januar','Februar','März','April','Mai','Juni',
            'Juli','August','September','Oktober','November','Dezember'],
        monthNamesShort: ['Jan','Feb','Mär','Apr','Mai','Jun',
            'Jul','Aug','Sep','Okt','Nov','Dez'],
        dayNames: ['Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'],
        dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'],
        dayNamesMin: ['So','Mo','Di','Mi','Do','Fr','Sa'],
        weekHeader: 'Wo',
        dateFormat: 'dd.mm.yy',
        firstDay: 1,
        isRTL: false,
        showMonthAfterYear: false,
        yearSuffix: ''};
    $.datepicker.setDefaults($.datepicker.regional['de']);
});

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
compass-jquery-plugin-0.3.2.8 templates/jquery/i18n/jquery.ui/datepicker-de.js
compass-jquery-plugin-0.3.2.7 templates/jquery/i18n/jquery.ui/datepicker-de.js
compass-jquery-plugin-0.3.2.7.nil templates/jquery/i18n/jquery.ui/datepicker-de.js
compass-jquery-plugin-0.3.2.6 templates/jquery/i18n/jquery.ui/datepicker-de.js
compass-jquery-plugin-0.3.2.5 templates/jquery/i18n/jquery.ui/datepicker-de.js
compass-jquery-plugin-0.3.2.4 templates/jquery/i18n/jquery.ui/datepicker-de.js