diff options
author | Keith Wood <kbwood.au@gmail.com> | 2008-07-25 09:59:05 +0000 |
---|---|---|
committer | Keith Wood <kbwood.au@gmail.com> | 2008-07-25 09:59:05 +0000 |
commit | 7592610d8773788f72ec23cdf3c4df2ab7123fa3 (patch) | |
tree | 44b58163195d72afc1f3e6042d29bf4e9433b01e /ui/i18n/ui.datepicker-hy.js | |
parent | 112493b8b9c9f9d93769fc54d05c6d3433dfcba3 (diff) | |
download | jquery-ui-7592610d8773788f72ec23cdf3c4df2ab7123fa3.tar.gz jquery-ui-7592610d8773788f72ec23cdf3c4df2ab7123fa3.zip |
Fixed 3111 Localisations for big previous/next steps
Diffstat (limited to 'ui/i18n/ui.datepicker-hy.js')
-rw-r--r-- | ui/i18n/ui.datepicker-hy.js | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ui/i18n/ui.datepicker-hy.js b/ui/i18n/ui.datepicker-hy.js index 886343392..4afb109df 100644 --- a/ui/i18n/ui.datepicker-hy.js +++ b/ui/i18n/ui.datepicker-hy.js @@ -1,10 +1,13 @@ /* Armenian(UTF-8) initialisation for the jQuery UI date picker plugin. */
/* Written by Levon Zakaryan (levon.zakaryan@gmail.com)*/
jQuery(function($){
- $.datepicker.regional['hy'] = {clearText: 'Մաքրել', clearStatus: '',
+ $.datepicker.regional['hy'] = {
+ clearText: 'Մաքրել', clearStatus: '',
closeText: 'Փակել', closeStatus: '',
- prevText: '<Նախ.', prevStatus: '',
- nextText: 'Հաջ.>', nextStatus: '',
+ prevText: '<Նախ.', prevStatus: '',
+ prevBigText: '<<', prevBigStatus: '',
+ nextText: 'Հաջ.>', nextStatus: '',
+ nextBigText: '>>', nextBigStatus: '',
currentText: 'Այսօր', currentStatus: '',
monthNames: ['Հունվար','Փետրվար','Մարտ','Ապրիլ','Մայիս','Հունիս',
'Հուլիս','Օգոստոս','Սեպտեմբեր','Հոկտեմբեր','Նոյեմբեր','Դեկտեմբեր'],
|