third-party: added timepicker addon needed for scheduler
[myslice.git] / third-party / timepicker-addon-1.2 / localization / jquery-ui-timepicker-tr.js
diff --git a/third-party/timepicker-addon-1.2/localization/jquery-ui-timepicker-tr.js b/third-party/timepicker-addon-1.2/localization/jquery-ui-timepicker-tr.js
new file mode 100644 (file)
index 0000000..dcbf96d
--- /dev/null
@@ -0,0 +1,20 @@
+/* Turkish translation for the jQuery Timepicker Addon */
+/* Written by Fehmi Can Saglam, Edited by Goktug Ozturk */
+(function($) {
+       $.timepicker.regional['tr'] = {
+               timeOnlyTitle: 'Zaman Seçiniz',
+               timeText: 'Zaman',
+               hourText: 'Saat',
+               minuteText: 'Dakika',
+               secondText: 'Saniye',
+               millisecText: 'Milisaniye',
+               timezoneText: 'Zaman Dilimi',
+               currentText: 'Şu an',
+               closeText: 'Tamam',
+               timeFormat: 'HH:mm',
+               amNames: ['ÖÖ', 'Ö'],
+               pmNames: ['ÖS', 'S'],
+               isRTL: false
+       };
+       $.timepicker.setDefaults($.timepicker.regional['tr']);
+})(jQuery);