third-party: added timepicker addon needed for scheduler
[myslice.git] / third-party / timepicker-addon-1.2 / localization / jquery-ui-timepicker-id.js
diff --git a/third-party/timepicker-addon-1.2/localization/jquery-ui-timepicker-id.js b/third-party/timepicker-addon-1.2/localization/jquery-ui-timepicker-id.js
new file mode 100644 (file)
index 0000000..6c0e858
--- /dev/null
@@ -0,0 +1,20 @@
+/* Indonesian translation for the jQuery Timepicker Addon */
+/* Written by Nia */
+(function($) {
+       $.timepicker.regional['id'] = {
+               timeOnlyTitle: 'Pilih Waktu',
+               timeText: 'Waktu',
+               hourText: 'Pukul',
+               minuteText: 'Menit',
+               secondText: 'Detik',
+               millisecText: 'Milidetik',
+               timezoneText: 'Zona Waktu',
+               currentText: 'Sekarang',
+               closeText: 'OK',
+               timeFormat: 'HH:mm',
+               amNames: ['AM', 'A'],
+               pmNames: ['PM', 'P'],
+               isRTL: false
+       };
+       $.timepicker.setDefaults($.timepicker.regional['id']);
+})(jQuery);