You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/* Afrikaans translation for the jQuery Timepicker Addon */ /* Written by Deon Heyns */ (function ($) { $.timepicker.regional['af'] = { timeOnlyTitle: 'Kies Tyd', timeText: 'Tyd ', hourText: 'Ure ', minuteText: 'Minute', secondText: 'Sekondes', millisecText: 'Millisekondes', microsecText: 'Mikrosekondes', timezoneText: 'Tydsone', currentText: 'Huidige Tyd', closeText: 'Klaar', timeFormat: 'HH:mm', timeSuffix: '', amNames: ['AM', 'A'], pmNames: ['PM', 'P'], isRTL: false }; $.timepicker.setDefaults($.timepicker.regional['af']); })(jQuery);
|