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

13 lines
489 B
JavaScript
Executable File

/* http://keith-wood.name/countdown.html
Norwegian Bokmål translation
Written by Kristian Ravnevand */
(function($) {
$.countdown.regional['nb'] = {
labels: ['År', 'Måneder', 'Uker', 'Dager', 'Timer', 'Minutter', 'Sekunder'],
labels1: ['År', 'Måned', 'Uke', 'Dag', 'Time', 'Minutt', 'Sekund'],
compactLabels: ['Å', 'M', 'U', 'D'],
whichLabels: null,
timeSeparator: ':', isRTL: false};
$.countdown.setDefaults($.countdown.regional['nb']);
})(jQuery);