aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/js/ui/i18n/jquery.ui.timepicker-ro.js
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/js/ui/i18n/jquery.ui.timepicker-ro.js')
-rw-r--r--themes/default/js/ui/i18n/jquery.ui.timepicker-ro.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/themes/default/js/ui/i18n/jquery.ui.timepicker-ro.js b/themes/default/js/ui/i18n/jquery.ui.timepicker-ro.js
new file mode 100644
index 000000000..01acce77b
--- /dev/null
+++ b/themes/default/js/ui/i18n/jquery.ui.timepicker-ro.js
@@ -0,0 +1,21 @@
+/* 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',
+ amNames: ['AM', 'A'],
+ pmNames: ['PM', 'P'],
+ isRTL: false
+ };
+ $.timepicker.setDefaults($.timepicker.regional['ro']);
+})(jQuery);