diff options
Diffstat (limited to 'i18n/jquery-ui-timepicker-ro.js')
-rw-r--r-- | i18n/jquery-ui-timepicker-ro.js | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/i18n/jquery-ui-timepicker-ro.js b/i18n/jquery-ui-timepicker-ro.js deleted file mode 100644 index 01acce7..0000000 --- a/i18n/jquery-ui-timepicker-ro.js +++ /dev/null @@ -1,21 +0,0 @@ -/* 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); |