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
702 B
22 lines
702 B
/* Latvian translation for the jQuery Timepicker Addon */
|
|
/* Written by Dmitry Bogatykh */
|
|
(function ($) {
|
|
$.timepicker.regional['lv'] = {
|
|
timeOnlyTitle: 'Ievadiet laiku',
|
|
timeText: 'Laiks',
|
|
hourText: 'Stundas',
|
|
minuteText: 'Minūtes',
|
|
secondText: 'Sekundes',
|
|
millisecText: 'Milisekundes',
|
|
microsecText: 'Mikrosekundes',
|
|
timezoneText: 'Laika josla',
|
|
currentText: 'Tagad',
|
|
closeText: 'Aizvērt',
|
|
timeFormat: 'HH:mm',
|
|
timeSuffix: '',
|
|
amNames: ['AM', 'AM', 'A'],
|
|
pmNames: ['PM', 'PM', 'P'],
|
|
isRTL: false
|
|
};
|
|
$.timepicker.setDefaults($.timepicker.regional['lv']);
|
|
})(jQuery);
|