summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--localization/jquery-ui-timepicker-ro.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/localization/jquery-ui-timepicker-ro.js b/localization/jquery-ui-timepicker-ro.js
new file mode 100644
index 0000000..aedfa3c
--- /dev/null
+++ b/localization/jquery-ui-timepicker-ro.js
@@ -0,0 +1,18 @@
+/* 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',
+ timezoneText: 'Fus orar',
+ currentText: 'Acum',
+ closeText: 'Închide',
+ timeFormat: 'hh:mm',
+ ampm: false
+ };
+ $.timepicker.setDefaults($.timepicker.regional['ro']);
+})(jQuery);