aboutsummaryrefslogtreecommitdiff
path: root/static/development-bundle/ui/i18n/ui.datepicker-ro.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/development-bundle/ui/i18n/ui.datepicker-ro.js')
-rw-r--r--static/development-bundle/ui/i18n/ui.datepicker-ro.js22
1 files changed, 0 insertions, 22 deletions
diff --git a/static/development-bundle/ui/i18n/ui.datepicker-ro.js b/static/development-bundle/ui/i18n/ui.datepicker-ro.js
deleted file mode 100644
index ec4033c..0000000
--- a/static/development-bundle/ui/i18n/ui.datepicker-ro.js
+++ /dev/null
@@ -1,22 +0,0 @@
1/* Romanian initialisation for the jQuery UI date picker plugin.
2 *
3 * Written by Edmond L. (ll_edmond@walla.com)
4 * and Ionut G. Stan (ionut.g.stan@gmail.com)
5 */
6jQuery(function($){
7 $.datepicker.regional['ro'] = {
8 closeText: 'Închide',
9 prevText: '« Luna precedentă',
10 nextText: 'Luna următoare »',
11 currentText: 'Azi',
12 monthNames: ['Ianuarie','Februarie','Martie','Aprilie','Mai','Iunie',
13 'Iulie','August','Septembrie','Octombrie','Noiembrie','Decembrie'],
14 monthNamesShort: ['Ian', 'Feb', 'Mar', 'Apr', 'Mai', 'Iun',
15 'Iul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
16 dayNames: ['Duminică', 'Luni', 'Marţi', 'Miercuri', 'Joi', 'Vineri', 'Sâmbătă'],
17 dayNamesShort: ['Dum', 'Lun', 'Mar', 'Mie', 'Joi', 'Vin', 'Sâm'],
18 dayNamesMin: ['Du','Lu','Ma','Mi','Jo','Vi','Sâ'],
19 dateFormat: 'dd MM yy', firstDay: 1,
20 isRTL: false};
21 $.datepicker.setDefaults($.datepicker.regional['ro']);
22});