aboutsummaryrefslogtreecommitdiffstats
path: root/ui/i18n/ui.datepicker-hy.js
diff options
context:
space:
mode:
authorKeith Wood <kbwood.au@gmail.com>2008-07-25 09:59:05 +0000
committerKeith Wood <kbwood.au@gmail.com>2008-07-25 09:59:05 +0000
commit7592610d8773788f72ec23cdf3c4df2ab7123fa3 (patch)
tree44b58163195d72afc1f3e6042d29bf4e9433b01e /ui/i18n/ui.datepicker-hy.js
parent112493b8b9c9f9d93769fc54d05c6d3433dfcba3 (diff)
downloadjquery-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.js9
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: '&lt;Նախ.', prevStatus: '',
- nextText: 'Հաջ.&gt;', nextStatus: '',
+ prevText: '&#x3c;Նախ.', prevStatus: '',
+ prevBigText: '&#x3c;&#x3c;', prevBigStatus: '',
+ nextText: 'Հաջ.&#x3e;', nextStatus: '',
+ nextBigText: '&#x3e;&#x3e;', nextBigStatus: '',
currentText: 'Այսօր', currentStatus: '',
monthNames: ['Հունվար','Փետրվար','Մարտ','Ապրիլ','Մայիս','Հունիս',
'Հուլիս','Օգոստոս','Սեպտեմբեր','Հոկտեմբեր','Նոյեմբեր','Դեկտեմբեր'],