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.
|
|
/* 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', microsecText: 'Mikrosaniye', timezoneText: 'Zaman Dilimi', currentText: 'Şu an', closeText: 'Tamam', timeFormat: 'HH:mm', timeSuffix: '', amNames: ['ÖÖ', 'Ö'], pmNames: ['ÖS', 'S'], isRTL: false }; $.timepicker.setDefaults($.timepicker.regional['tr']); })(jQuery);
|