aboutsummaryrefslogtreecommitdiffstats
path: root/ui/i18n/ui.datepicker-bg.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-bg.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-bg.js')
-rw-r--r--ui/i18n/ui.datepicker-bg.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/i18n/ui.datepicker-bg.js b/ui/i18n/ui.datepicker-bg.js
index 59589671e..f11de66bc 100644
--- a/ui/i18n/ui.datepicker-bg.js
+++ b/ui/i18n/ui.datepicker-bg.js
@@ -1,10 +1,13 @@
/* Bulgarian initialisation for the jQuery UI date picker plugin. */
/* Written by Stoyan Kyosev (http://svest.org). */
jQuery(function($){
- $.datepicker.regional['bg'] = {clearText: 'изчисти', clearStatus: 'изчисти актуалната дата',
+ $.datepicker.regional['bg'] = {
+ clearText: 'изчисти', clearStatus: 'изчисти актуалната дата',
closeText: 'затвори', closeStatus: 'затвори без промени',
prevText: '&#x3c;назад', prevStatus: 'покажи последния месец',
+ prevBigText: '&#x3c;&#x3c;', prevBigStatus: '',
nextText: 'напред&#x3e;', nextStatus: 'покажи следващия месец',
+ nextBigText: '&#x3e;&#x3e;', nextBigStatus: '',
currentText: 'днес', currentStatus: '',
monthNames: ['Януари','Февруари','Март','Април','Май','Юни',
'Юли','Август','Септември','Октомври','Ноември','Декември'],