bebeboutik/modules/privatesales_countdown/js/jquery.countdown-de.js
Srv Bebeboutik 6c0978166c add modules
2016-01-04 12:49:26 +01:00

13 lines
558 B
JavaScript
Executable File

/* http://keith-wood.name/countdown.html
German initialisation for the jQuery countdown extension
Written by Keith Wood (kbwood@virginbroadband.com.au) Jan 2008. */
(function($) {
$.countdown.regional['de'] = {
labels: ['Jahren', 'Monate', 'Wochen', 'Tage', 'Stunden', 'Minuten', 'Sekunden'],
labels1: ['Jahre', 'Monat', 'Woche', 'Tag', 'Stunde', 'Minute', 'Sekunde'],
compactLabels: ['J', 'M', 'W', 'T'],
whichLabels: null,
timeSeparator: ':', isRTL: false};
$.countdown.setDefaults($.countdown.regional['de']);
})(jQuery);