diff options
Diffstat (limited to 'plugins/jqueryui/js/i18n/jquery.ui.datepicker-hy.js')
-rwxr-xr-x[-rw-r--r--] | plugins/jqueryui/js/i18n/jquery.ui.datepicker-hy.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/jqueryui/js/i18n/jquery.ui.datepicker-hy.js b/plugins/jqueryui/js/i18n/jquery.ui.datepicker-hy.js index c6cc1946c..6d4eca555 100644..100755 --- a/plugins/jqueryui/js/i18n/jquery.ui.datepicker-hy.js +++ b/plugins/jqueryui/js/i18n/jquery.ui.datepicker-hy.js @@ -3,8 +3,8 @@ jQuery(function($){ $.datepicker.regional['hy'] = { closeText: 'Փակել', - prevText: '<Նախ.', - nextText: 'Հաջ.>', + prevText: '<Նախ.', + nextText: 'Հաջ.>', currentText: 'Այսօր', monthNames: ['Հունվար','Փետրվար','Մարտ','Ապրիլ','Մայիս','Հունիս', 'Հուլիս','Օգոստոս','Սեպտեմբեր','Հոկտեմբեր','Նոյեմբեր','Դեկտեմբեր'], @@ -20,4 +20,4 @@ jQuery(function($){ showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['hy']); -});
\ No newline at end of file +}); |