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.
|
|
/* Armenian translation for the jQuery Timepicker Addon */ /* Written by Artavazd Avetisyan artavazda@hotmail.com */ (function ($) { $.timepicker.regional['am'] = { timeOnlyTitle: 'Ընտրեք ժամանակը', timeText: 'Ժամանակը', hourText: 'Ժամ', minuteText: 'Րոպե', secondText: 'Վարկյան', millisecText: 'Միլիվարկյան', microsecText: 'Միկրովարկյան', timezoneText: 'Ժամային գոտին', currentText: 'Այժմ', closeText: 'Փակել', timeFormat: 'HH:mm', timeSuffix: '', amNames: ['AM', 'A'], pmNames: ['PM', 'P'], isRTL: false }; $.timepicker.setDefaults($.timepicker.regional['am']); })(jQuery);
|