source: trunk/themes/default/js/ui/i18n/jquery.ui.timepicker-af.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: 579 bytes
Line 
1/* Afrikaans translation for the jQuery Timepicker Addon */
2/* Written by Deon Heyns */
3(function($) {
4        $.timepicker.regional['af'] = {
5                timeOnlyTitle: 'Kies Tyd',
6                timeText: 'Tyd ',
7                hourText: 'Ure ',
8                minuteText: 'Minute',
9                secondText: 'Sekondes',
10                millisecText: 'Millisekondes',
11                microsecText: 'Mikrosekondes',
12                timezoneText: 'Tydsone',
13                currentText: 'Huidige Tyd',
14                closeText: 'Klaar',
15                timeFormat: 'HH:mm',
16                amNames: ['AM', 'A'],
17                pmNames: ['PM', 'P'],
18                isRTL: false
19        };
20        $.timepicker.setDefaults($.timepicker.regional['af']);
21})(jQuery);
Note: See TracBrowser for help on using the repository browser.