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.
22 lines
683 B
22 lines
683 B
/* Albanian translation for the jQuery Timepicker Addon */
|
|
/* Written by Olti Buzi */
|
|
(function ($) {
|
|
$.timepicker.regional['sq'] = {
|
|
timeOnlyTitle: 'Zgjidh orarin',
|
|
timeText: 'Orari',
|
|
hourText: 'Ora',
|
|
minuteText: 'Minuta',
|
|
secondText: 'Sekonda',
|
|
millisecText: 'Minisekonda',
|
|
microsecText: 'Mikrosekonda',
|
|
timezoneText: 'Zona kohore',
|
|
currentText: 'Tani',
|
|
closeText: 'Mbyll',
|
|
timeFormat: 'HH:mm',
|
|
timeSuffix: '',
|
|
amNames: ['m.', 'AM', 'A'],
|
|
pmNames: ['p.', 'PM', 'P'],
|
|
isRTL: false
|
|
};
|
|
$.timepicker.setDefaults($.timepicker.regional['sq']);
|
|
})(jQuery);
|