aboutsummaryrefslogtreecommitdiffstats
path: root/ui/i18n/ui.datepicker-hy.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2009-01-04 18:11:41 +0000
committerScott González <scott.gonzalez@gmail.com>2009-01-04 18:11:41 +0000
commit7fcf3b9bd87ef7960c4e2cf458dc70179b271fc3 (patch)
tree125ed28300b781f3e273da87d3bfcdd1261b4f6d /ui/i18n/ui.datepicker-hy.js
parentba3ed927e4ab3ca81e1779ccece5e591165c640a (diff)
downloadjquery-ui-7fcf3b9bd87ef7960c4e2cf458dc70179b271fc3.tar.gz
jquery-ui-7fcf3b9bd87ef7960c4e2cf458dc70179b271fc3.zip
Datepicker i18n: Fixed #3761: Removed the following values:
closeStatus prevStatus prevBigText prevBigStatus nextStatus nextBigText nextBigStatus currentStatus monthStatus yearStatus weekHeader weekStatus dayStatus dateStatus initStatus
Diffstat (limited to 'ui/i18n/ui.datepicker-hy.js')
-rw-r--r--ui/i18n/ui.datepicker-hy.js15
1 files changed, 5 insertions, 10 deletions
diff --git a/ui/i18n/ui.datepicker-hy.js b/ui/i18n/ui.datepicker-hy.js
index cf3d93d4a..1ffbeaae0 100644
--- a/ui/i18n/ui.datepicker-hy.js
+++ b/ui/i18n/ui.datepicker-hy.js
@@ -2,23 +2,18 @@
/* Written by Levon Zakaryan (levon.zakaryan@gmail.com)*/
jQuery(function($){
$.datepicker.regional['hy'] = {
- closeText: 'Փակել', closeStatus: '',
- prevText: '&#x3c;Նախ.', prevStatus: '',
- prevBigText: '&#x3c;&#x3c;', prevBigStatus: '',
- nextText: 'Հաջ.&#x3e;', nextStatus: '',
- nextBigText: '&#x3e;&#x3e;', nextBigStatus: '',
- currentText: 'Այսօր', currentStatus: '',
+ closeText: 'Փակել',
+ prevText: '&#x3c;Նախ.',
+ nextText: 'Հաջ.&#x3e;',
+ currentText: 'Այսօր',
monthNames: ['Հունվար','Փետրվար','Մարտ','Ապրիլ','Մայիս','Հունիս',
'Հուլիս','Օգոստոս','Սեպտեմբեր','Հոկտեմբեր','Նոյեմբեր','Դեկտեմբեր'],
monthNamesShort: ['Հունվ','Փետր','Մարտ','Ապր','Մայիս','Հունիս',
'Հուլ','Օգս','Սեպ','Հոկ','Նոյ','Դեկ'],
- monthStatus: '', yearStatus: '',
- weekHeader: 'ՇԲՏ', weekStatus: '',
dayNames: ['կիրակի','եկուշաբթի','երեքշաբթի','չորեքշաբթի','հինգշաբթի','ուրբաթ','շաբաթ'],
dayNamesShort: ['կիր','երկ','երք','չրք','հնգ','ուրբ','շբթ'],
dayNamesMin: ['կիր','երկ','երք','չրք','հնգ','ուրբ','շբթ'],
- dayStatus: 'DD', dateStatus: 'D, M d',
dateFormat: 'dd.mm.yy', firstDay: 1,
- initStatus: '', isRTL: false};
+ isRTL: false};
$.datepicker.setDefaults($.datepicker.regional['hy']);
}); \ No newline at end of file