diff options
Diffstat (limited to 'i18n/jquery-ui-timepicker-nl.js')
-rw-r--r-- | i18n/jquery-ui-timepicker-nl.js | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/i18n/jquery-ui-timepicker-nl.js b/i18n/jquery-ui-timepicker-nl.js deleted file mode 100644 index 8189cc4..0000000 --- a/i18n/jquery-ui-timepicker-nl.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Dutch translation for the jQuery Timepicker Addon */ -/* Written by Martijn van der Lee */ -(function($) { - $.timepicker.regional['nl'] = { - timeOnlyTitle: 'Tijdstip', - timeText: 'Tijd', - hourText: 'Uur', - minuteText: 'Minuut', - secondText: 'Seconde', - millisecText: 'Milliseconde', - microsecText: 'Microseconde', - timezoneText: 'Tijdzone', - currentText: 'Vandaag', - closeText: 'Sluiten', - timeFormat: 'HH:mm', - amNames: ['AM', 'A'], - pmNames: ['PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['nl']); -})(jQuery); |