summaryrefslogtreecommitdiffstats
path: root/dist/i18n/jquery-ui-timepicker-ro.js
blob: 4f5f38606121ecb1214722ae96ec93ec951c8f7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* Romanian translation for the jQuery Timepicker Addon */
/* Written by Romeo Adrian Cioaba */
(function($) {
	$.timepicker.regional['ro'] = {
		timeOnlyTitle: 'Alegeţi o oră',
		timeText: 'Timp',
		hourText: 'Ore',
		minuteText: 'Minute',
		secondText: 'Secunde',
		millisecText: 'Milisecunde',
		microsecText: 'Microsecunde',
		timezoneText: 'Fus orar',
		currentText: 'Acum',
		closeText: 'Închide',
		timeFormat: 'HH:mm',
		timeSuffix: '',
		amNames: ['AM', 'A'],
		pmNames: ['PM', 'P'],
		isRTL: false
	};
	$.timepicker.setDefaults($.timepicker.regional['ro']);
})(jQuery);