We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a4550 commit 9a112d5Copy full SHA for 9a112d5
localization/jquery-ui-timepicker-af.js
@@ -0,0 +1,20 @@
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
+ timezoneText: 'Tydsone',
12
+ currentText: 'Huidige Tyd',
13
+ closeText: 'Klaar',
14
+ timeFormat: 'hh:mm tt',
15
+ amNames: ['AM', 'A'],
16
+ pmNames: ['PM', 'P'],
17
+ ampm: false
18
+ };
19
+ $.timepicker.setDefaults($.timepicker.regional['af']);
20
+})(jQuery);
0 commit comments