We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76dd549 commit 04efa58Copy full SHA for 04efa58
localization/jquery-ui-timepicker-ro.js
@@ -0,0 +1,18 @@
1
+/* Romanian translation for the jQuery Timepicker Addon */
2
+/* Written by Romeo Adrian Cioaba */
3
+(function($) {
4
+ $.timepicker.regional['ro'] = {
5
+ timeOnlyTitle: 'Alegeţi o oră',
6
+ timeText: 'Timp',
7
+ hourText: 'Ore',
8
+ minuteText: 'Minute',
9
+ secondText: 'Secunde',
10
+ millisecText: 'Milisecunde',
11
+ timezoneText: 'Fus orar',
12
+ currentText: 'Acum',
13
+ closeText: 'Închide',
14
+ timeFormat: 'hh:mm',
15
+ ampm: false
16
+ };
17
+ $.timepicker.setDefaults($.timepicker.regional['ro']);
18
+})(jQuery);
0 commit comments