diff options
Diffstat (limited to 'plugins/jqueryui/js/i18n/jquery.ui.datepicker-az.js')
-rwxr-xr-x[-rw-r--r--] | plugins/jqueryui/js/i18n/jquery.ui.datepicker-az.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/jqueryui/js/i18n/jquery.ui.datepicker-az.js b/plugins/jqueryui/js/i18n/jquery.ui.datepicker-az.js index b5434057b..a133a9eb2 100644..100755 --- a/plugins/jqueryui/js/i18n/jquery.ui.datepicker-az.js +++ b/plugins/jqueryui/js/i18n/jquery.ui.datepicker-az.js @@ -1,10 +1,10 @@ -/* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */ +/* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */ /* Written by Jamil Najafov (necefov33@gmail.com). */ jQuery(function($) { $.datepicker.regional['az'] = { closeText: 'Bağla', - prevText: '<Geri', - nextText: 'İrəli>', + prevText: '<Geri', + nextText: 'İrəli>', currentText: 'Bugün', monthNames: ['Yanvar','Fevral','Mart','Aprel','May','İyun', 'İyul','Avqust','Sentyabr','Oktyabr','Noyabr','Dekabr'], @@ -20,4 +20,4 @@ jQuery(function($) { showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['az']); -});
\ No newline at end of file +}); |