source: trunk/themes/default/js/ui/i18n/jquery.ui.timepicker-no.js @ 28500

Last change on this file since 28500 was 28500, checked in by mistic100, 10 years ago

feature 2679 : allow to change creation time

File size: 575 bytes
Line 
1/* Norwegian translation for the jQuery Timepicker Addon */
2/* Written by Morten Hauan (http://hauan.me) */
3(function($) {
4        $.timepicker.regional['no'] = {
5                timeOnlyTitle: 'Velg tid',
6                timeText: 'Tid',
7                hourText: 'Time',
8                minuteText: 'Minutt',
9                secondText: 'Sekund',
10                millisecText: 'Millisekund',
11                microsecText: 'mikrosekund',
12                timezoneText: 'Tidssone',
13                currentText: 'Nå',
14                closeText: 'Lukk',
15                timeFormat: 'HH:mm',
16                amNames: ['am', 'AM', 'A'],
17                pmNames: ['pm', 'PM', 'P'],
18                isRTL: false
19        };
20        $.timepicker.setDefaults($.timepicker.regional['no']);
21})(jQuery);
Note: See TracBrowser for help on using the repository browser.