2568 lines
79 KiB
JavaScript
2568 lines
79 KiB
JavaScript
/*! http://keith-wood.name/calendars.html
|
||
Calendars localisations. */
|
||
/* http://keith-wood.name/calendars.html
|
||
Afrikaans localisation for calendars datepicker for jQuery.
|
||
Written by Renier Pretorius and Ruediger Thiede. */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.af = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: 'Vorige',
|
||
prevStatus: 'Vertoon vorige maand',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: 'Vertoon vorige jaar',
|
||
nextText: 'Volgende',
|
||
nextStatus: 'Vertoon volgende maand',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: 'Vertoon volgende jaar',
|
||
currentText: 'Vandag',
|
||
currentStatus: 'Vertoon huidige maand',
|
||
todayText: 'Vandag',
|
||
todayStatus: 'Vertoon huidige maand',
|
||
clearText: 'Vee uit',
|
||
clearStatus: 'Verwyder die huidige datum',
|
||
closeText: 'Klaar',
|
||
closeStatus: 'Sluit sonder verandering',
|
||
yearStatus: 'Vertoon \'n ander jaar',
|
||
monthStatus: 'Vertoon \'n ander maand',
|
||
weekText: 'Wk',
|
||
weekStatus: 'Week van die jaar',
|
||
dayStatus: 'Kies DD, M d',
|
||
defaultStatus: 'Kies \'n datum',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.af);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Amharic (አማርኛ) localisation for calendars datepicker for jQuery.
|
||
Leyu Sisay. */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.am = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: 'ያለፈ',
|
||
prevStatus: 'ያለፈውን ወር አሳይ',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: 'ያለፈውን ዓመት አሳይ',
|
||
nextText: 'ቀጣይ',
|
||
nextStatus: 'ቀጣዩን ወር አሳይ',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: 'ቀጣዩን ዓመት አሳይ',
|
||
currentText: 'አሁን',
|
||
currentStatus: 'የአሁኑን ወር አሳይ',
|
||
todayText: 'ዛሬ',
|
||
todayStatus: 'የዛሬን ወር አሳይ',
|
||
clearText: 'አጥፋ',
|
||
clearStatus: 'የተመረጠውን ቀን አጥፋ',
|
||
closeText: 'ዝጋ',
|
||
closeStatus: 'የቀን መምረጫውን ዝጋ',
|
||
yearStatus: 'ዓመቱን ቀይር',
|
||
monthStatus: 'ወሩን ቀይር',
|
||
weekText: 'ሳም',
|
||
weekStatus: 'የዓመቱ ሳምንት ',
|
||
dayStatus: 'DD, M d, yyyy ምረጥ',
|
||
defaultStatus: 'ቀን ምረጥ',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.am);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Algerian (and Tunisian) Arabic localisation for calendars datepicker for jQuery.
|
||
Mohamed Cherif BOUCHELAGHEM -- cherifbouchelaghem@yahoo.fr */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions['ar-DZ'] = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<السابق',
|
||
prevStatus: 'عرض الشهر السابق',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'التالي>',
|
||
nextStatus: 'عرض الشهر القادم',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'اليوم',
|
||
currentStatus: 'عرض الشهر الحالي',
|
||
todayText: 'اليوم',
|
||
todayStatus: 'عرض الشهر الحالي',
|
||
clearText: 'مسح',
|
||
clearStatus: 'امسح التاريخ الحالي',
|
||
closeText: 'إغلاق',
|
||
closeStatus: 'إغلاق بدون حفظ',
|
||
yearStatus: 'عرض سنة آخرى',
|
||
monthStatus: 'عرض شهر آخر',
|
||
weekText: 'أسبوع',
|
||
weekStatus: 'أسبوع السنة',
|
||
dayStatus: 'اختر D, M d',
|
||
defaultStatus: 'اختر يوم',
|
||
isRTL: true
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions['ar-DZ']);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Arabic localisation for calendars datepicker for jQuery.
|
||
Mahmoud Khaled -- mahmoud.khaled@badrit.com
|
||
NOTE: monthNames are the new months names */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions['ar-EG'] = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<السابق',
|
||
prevStatus: 'عرض الشهر السابق',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'التالي>',
|
||
nextStatus: 'عرض الشهر القادم',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'اليوم',
|
||
currentStatus: 'عرض الشهر الحالي',
|
||
todayText: 'اليوم',
|
||
todayStatus: 'عرض الشهر الحالي',
|
||
clearText: 'مسح',
|
||
clearStatus: 'امسح التاريخ الحالي',
|
||
closeText: 'إغلاق',
|
||
closeStatus: 'إغلاق بدون حفظ',
|
||
yearStatus: 'عرض سنة آخرى',
|
||
monthStatus: 'عرض شهر آخر',
|
||
weekText: 'أسبوع',
|
||
weekStatus: 'أسبوع السنة',
|
||
dayStatus: 'اختر D, M d',
|
||
defaultStatus: 'اختر يوم',
|
||
isRTL: true
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions['ar-EG']);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Arabic localisation for calendars datepicker for jQuery.
|
||
Khaled Al Horani -- خالد الحوراني -- koko.dw@gmail.com */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.ar = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<السابق',
|
||
prevStatus: 'عرض الشهر السابق',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'التالي>',
|
||
nextStatus: 'عرض الشهر القادم',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'اليوم',
|
||
currentStatus: 'عرض الشهر الحالي',
|
||
todayText: 'اليوم',
|
||
todayStatus: 'عرض الشهر الحالي',
|
||
clearText: 'مسح',
|
||
clearStatus: 'امسح التاريخ الحالي',
|
||
closeText: 'إغلاق',
|
||
closeStatus: 'إغلاق بدون حفظ',
|
||
yearStatus: 'عرض سنة آخرى',
|
||
monthStatus: 'عرض شهر آخر',
|
||
weekText: 'أسبوع',
|
||
weekStatus: 'أسبوع السنة',
|
||
dayStatus: 'اختر D, M d',
|
||
defaultStatus: 'اختر يوم',
|
||
isRTL: true
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.ar);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Azerbaijani localisation for calendars datepicker for jQuery.
|
||
Written by Jamil Najafov (necefov33@gmail.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.az = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<Geri',
|
||
prevStatus: 'Əvvəlki ay',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: 'Əvvəlki il',
|
||
nextText: 'İrəli>',
|
||
nextStatus: 'Sonrakı ay',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: 'Sonrakı il',
|
||
currentText: 'Bugün',
|
||
currentStatus: 'İndiki ay',
|
||
todayText: 'Bugün',
|
||
todayStatus: 'İndiki ay',
|
||
clearText: 'Təmizlə',
|
||
clearStatus: 'Tarixi sil',
|
||
closeText: 'Bağla',
|
||
closeStatus: 'Təqvimi bağla',
|
||
yearStatus: 'Başqa il',
|
||
monthStatus: 'Başqa ay',
|
||
weekText: 'Hf',
|
||
weekStatus: 'Həftələr',
|
||
dayStatus: 'D, M d seçin',
|
||
defaultStatus: 'Bir tarix seçin',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.az);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Bulgarian localisation for calendars datepicker for jQuery.
|
||
Written by Stoyan Kyosev (http://svest.org). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.bg = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<назад',
|
||
prevStatus: 'покажи последния месец',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'напред>',
|
||
nextStatus: 'покажи следващия месец',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'днес',
|
||
currentStatus: '',
|
||
todayText: 'днес',
|
||
todayStatus: '',
|
||
clearText: 'изчисти',
|
||
clearStatus: 'изчисти актуалната дата',
|
||
closeText: 'затвори',
|
||
closeStatus: 'затвори без промени',
|
||
yearStatus: 'покажи друга година',
|
||
monthStatus: 'покажи друг месец',
|
||
weekText: 'Wk',
|
||
weekStatus: 'седмица от месеца',
|
||
dayStatus: 'Избери D, M d',
|
||
defaultStatus: 'Избери дата',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.bg);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Bosnian localisation for calendars datepicker for jQuery.
|
||
Kenan Konjo. */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.bs = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<',
|
||
prevStatus: '',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: '>',
|
||
nextStatus: '',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'Danas',
|
||
currentStatus: '',
|
||
todayText: 'Danas',
|
||
todayStatus: '',
|
||
clearText: 'X',
|
||
clearStatus: '',
|
||
closeText: 'Zatvori',
|
||
closeStatus: '',
|
||
yearStatus: '',
|
||
monthStatus: '',
|
||
weekText: 'Wk',
|
||
weekStatus: '',
|
||
dayStatus: '',
|
||
defaultStatus: '',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.bs);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Catalan localisation for calendars datepicker for jQuery.
|
||
Writers: (joan.leon@gmail.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.ca = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<Ant',
|
||
prevStatus: '',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'Seg>',
|
||
nextStatus: '',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'Avui',
|
||
currentStatus: '',
|
||
todayText: 'Avui',
|
||
todayStatus: '',
|
||
clearText: 'Netejar',
|
||
clearStatus: '',
|
||
closeText: 'Tancar',
|
||
closeStatus: '',
|
||
yearStatus: '',
|
||
monthStatus: '',
|
||
weekText: 'Wk',
|
||
weekStatus: '',
|
||
dayStatus: 'DD, M d',
|
||
defaultStatus: '',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.ca);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Czech localisation for calendars datepicker for jQuery.
|
||
Written by Tomas Muller (tomas@tomas-muller.net). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.cs = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<Dříve',
|
||
prevStatus: 'Přejít na předchozí měsí',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'Později>',
|
||
nextStatus: 'Přejít na další měsíc',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'Nyní',
|
||
currentStatus: 'Přejde na aktuální měsíc',
|
||
todayText: 'Nyní',
|
||
todayStatus: 'Přejde na aktuální měsíc',
|
||
clearText: 'Vymazat',
|
||
clearStatus: 'Vymaže zadané datum',
|
||
closeText: 'Zavřít',
|
||
closeStatus: 'Zavře kalendář beze změny',
|
||
yearStatus: 'Přejít na jiný rok',
|
||
monthStatus: 'Přejít na jiný měsíc',
|
||
weekText: 'Týd',
|
||
weekStatus: 'Týden v roce',
|
||
dayStatus: '\'Vyber\' DD, M d',
|
||
defaultStatus: 'Vyberte datum',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.cs);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Danish localisation for calendars datepicker for jQuery.
|
||
Written by Jan Christensen ( deletestuff@gmail.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.da = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<Forrige',
|
||
prevStatus: 'Vis forrige måned',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'Næste>',
|
||
nextStatus: 'Vis næste måned',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'Idag',
|
||
currentStatus: 'Vis aktuel måned',
|
||
todayText: 'Idag',
|
||
todayStatus: 'Vis aktuel måned',
|
||
clearText: 'Nulstil',
|
||
clearStatus: 'Nulstil den aktuelle dato',
|
||
closeText: 'Luk',
|
||
closeStatus: 'Luk uden ændringer',
|
||
yearStatus: 'Vis et andet år',
|
||
monthStatus: 'Vis en anden måned',
|
||
weekText: 'Uge',
|
||
weekStatus: 'Årets uge',
|
||
dayStatus: 'Vælg D, M d',
|
||
defaultStatus: 'Vælg en dato',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.da);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Swiss-German localisation for calendars datepicker for jQuery.
|
||
Written by Douglas Jose & Juerg Meier. */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions['de-CH'] = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<zurück',
|
||
prevStatus: 'letzten Monat zeigen',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'nächster>',
|
||
nextStatus: 'nächsten Monat zeigen',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'heute',
|
||
currentStatus: '',
|
||
todayText: 'heute',
|
||
todayStatus: '',
|
||
clearText: 'löschen',
|
||
clearStatus: 'aktuelles Datum löschen',
|
||
closeText: 'schliessen',
|
||
closeStatus: 'ohne Änderungen schliessen',
|
||
yearStatus: 'anderes Jahr anzeigen',
|
||
monthStatus: 'anderen Monat anzeige',
|
||
weekText: 'Wo',
|
||
weekStatus: 'Woche des Monats',
|
||
dayStatus: 'Wähle D, M d',
|
||
defaultStatus: 'Wähle ein Datum',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions['de-CH']);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
German localisation for calendars datepicker for jQuery.
|
||
Written by Milian Wolff (mail@milianw.de). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.de = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<zurück',
|
||
prevStatus: 'letzten Monat zeigen',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'Vor>',
|
||
nextStatus: 'nächsten Monat zeigen',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'heute',
|
||
currentStatus: '',
|
||
todayText: 'heute',
|
||
todayStatus: '',
|
||
clearText: 'löschen',
|
||
clearStatus: 'aktuelles Datum löschen',
|
||
closeText: 'schließen',
|
||
closeStatus: 'ohne Änderungen schließen',
|
||
yearStatus: 'anderes Jahr anzeigen',
|
||
monthStatus: 'anderen Monat anzeige',
|
||
weekText: 'Wo',
|
||
weekStatus: 'Woche des Monats',
|
||
dayStatus: 'Wähle D, M d',
|
||
defaultStatus: 'Wähle ein Datum',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.de);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Greek localisation for calendars datepicker for jQuery.
|
||
Written by Alex Cicovic (http://www.alexcicovic.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.el = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: 'Προηγούμενος',
|
||
prevStatus: 'Επισκόπηση προηγούμενου μήνα',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'Επόμενος',
|
||
nextStatus: 'Επισκόπηση επόμενου μήνα',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'Τρέχων Μήνας',
|
||
currentStatus: 'Επισκόπηση τρέχοντος μήνα',
|
||
todayText: 'Τρέχων Μήνας',
|
||
todayStatus: 'Επισκόπηση τρέχοντος μήνα',
|
||
clearText: 'Σβήσιμο',
|
||
clearStatus: 'Σβήσιμο της επιλεγμένης ημερομηνίας',
|
||
closeText: 'Κλείσιμο',
|
||
closeStatus: 'Κλείσιμο χωρίς αλλαγή',
|
||
yearStatus: 'Επισκόπηση άλλου έτους',
|
||
monthStatus: 'Επισκόπηση άλλου μήνα',
|
||
weekText: 'Εβδ',
|
||
weekStatus: '',
|
||
dayStatus: 'Επιλογή DD d MM',
|
||
defaultStatus: 'Επιλέξτε μια ημερομηνία',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.el);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
English/Australia localisation for calendars datepicker for jQuery.
|
||
Based on en-GB. */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions['en-AU'] = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: 'Prev',
|
||
prevStatus: 'Show the previous month',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: 'Show the previous year',
|
||
nextText: 'Next',
|
||
nextStatus: 'Show the next month',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: 'Show the next year',
|
||
currentText: 'Current',
|
||
currentStatus: 'Show the current month',
|
||
todayText: 'Today',
|
||
todayStatus: 'Show today\'s month',
|
||
clearText: 'Clear',
|
||
clearStatus: 'Clear all the dates',
|
||
closeText: 'Done',
|
||
closeStatus: 'Close the datepicker',
|
||
yearStatus: 'Change the year',
|
||
monthStatus: 'Change the month',
|
||
weekText: 'Wk',
|
||
weekStatus: 'Week of the year',
|
||
dayStatus: 'Select DD, M d, yyyy',
|
||
defaultStatus: 'Select a date',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions['en-AU']);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
English/UK localisation for calendars datepicker for jQuery.
|
||
Stuart. */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions['en-GB'] = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: 'Prev',
|
||
prevStatus: 'Show the previous month',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: 'Show the previous year',
|
||
nextText: 'Next',
|
||
nextStatus: 'Show the next month',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: 'Show the next year',
|
||
currentText: 'Current',
|
||
currentStatus: 'Show the current month',
|
||
todayText: 'Today',
|
||
todayStatus: 'Show today\'s month',
|
||
clearText: 'Clear',
|
||
clearStatus: 'Clear all the dates',
|
||
closeText: 'Done',
|
||
closeStatus: 'Close the datepicker',
|
||
yearStatus: 'Change the year',
|
||
monthStatus: 'Change the month',
|
||
weekText: 'Wk',
|
||
weekStatus: 'Week of the year',
|
||
dayStatus: 'Select DD, M d, yyyy',
|
||
defaultStatus: 'Select a date',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions['en-GB']);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
English/New Zealand localisation for calendars datepicker for jQuery.
|
||
Based on en-GB. */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions['en-NZ'] = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: 'Prev',
|
||
prevStatus: 'Show the previous month',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: 'Show the previous year',
|
||
nextText: 'Next',
|
||
nextStatus: 'Show the next month',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: 'Show the next year',
|
||
currentText: 'Current',
|
||
currentStatus: 'Show the current month',
|
||
todayText: 'Today',
|
||
todayStatus: 'Show today\'s month',
|
||
clearText: 'Clear',
|
||
clearStatus: 'Clear all the dates',
|
||
closeText: 'Done',
|
||
closeStatus: 'Close the datepicker',
|
||
yearStatus: 'Change the year',
|
||
monthStatus: 'Change the month',
|
||
weekText: 'Wk',
|
||
weekStatus: 'Week of the year',
|
||
dayStatus: 'Select DD, M d, yyyy',
|
||
defaultStatus: 'Select a date',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions['en-NZ']);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Esperanto localisation for calendars datepicker for jQuery.
|
||
Written by Olivier M. (olivierweb@ifrance.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.eo = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<Anta',
|
||
prevStatus: 'Vidi la antaŭan monaton',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'Sekv>',
|
||
nextStatus: 'Vidi la sekvan monaton',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'Nuna',
|
||
currentStatus: 'Vidi la nunan monaton',
|
||
todayText: 'Nuna',
|
||
todayStatus: 'Vidi la nunan monaton',
|
||
clearText: 'Vakigi',
|
||
clearStatus: '',
|
||
closeText: 'Fermi',
|
||
closeStatus: 'Fermi sen modifi',
|
||
yearStatus: 'Vidi alian jaron',
|
||
monthStatus: 'Vidi alian monaton',
|
||
weekText: 'Sb',
|
||
weekStatus: '',
|
||
dayStatus: 'Elekti DD, MM d',
|
||
defaultStatus: 'Elekti la daton',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.eo);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Spanish/Argentina localisation for calendars datepicker for jQuery.
|
||
Written by Esteban Acosta Villafane (esteban.acosta@globant.com) of Globant (http://www.globant.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions['es-AR'] = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<Ant',
|
||
prevStatus: '',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'Sig>',
|
||
nextStatus: '',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'Hoy',
|
||
currentStatus: '',
|
||
todayText: 'Hoy',
|
||
todayStatus: '',
|
||
clearText: 'Limpiar',
|
||
clearStatus: '',
|
||
closeText: 'Cerrar',
|
||
closeStatus: '',
|
||
yearStatus: '',
|
||
monthStatus: '',
|
||
weekText: 'Sm',
|
||
weekStatus: '',
|
||
dayStatus: 'DD, M d',
|
||
defaultStatus: '',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions['es-AR']);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Spanish/Perú localisation for calendars datepicker for jQuery.
|
||
Written by Fischer Tirado (fishdev@globant.com) of ASIX (http://www.asixonline.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions['es-PE'] = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<Ant',
|
||
prevStatus: '',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'Sig>',
|
||
nextStatus: '',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'Hoy',
|
||
currentStatus: '',
|
||
todayText: 'Hoy',
|
||
todayStatus: '',
|
||
clearText: 'Limpiar',
|
||
clearStatus: '',
|
||
closeText: 'Cerrar',
|
||
closeStatus: '',
|
||
yearStatus: '',
|
||
monthStatus: '',
|
||
weekText: 'Sm',
|
||
weekStatus: '',
|
||
dayStatus: 'DD d, MM yyyy',
|
||
defaultStatus: '',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions['es-PE']);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Spanish localisation for calendars datepicker for jQuery.
|
||
Traducido por Vester (xvester@gmail.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.es = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<Ant',
|
||
prevStatus: '',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'Sig>',
|
||
nextStatus: '',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'Hoy',
|
||
currentStatus: '',
|
||
todayText: 'Hoy',
|
||
todayStatus: '',
|
||
clearText: 'Limpiar',
|
||
clearStatus: '',
|
||
closeText: 'Cerrar',
|
||
closeStatus: '',
|
||
yearStatus: '',
|
||
monthStatus: '',
|
||
weekText: 'Sm',
|
||
weekStatus: '',
|
||
dayStatus: 'DD, M d',
|
||
defaultStatus: '',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.es);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Estonian localisation for calendars datepicker for jQuery.
|
||
Written by Mart Sõmermaa (mrts.pydev at gmail com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.et = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: 'Eelnev',
|
||
prevStatus: '',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'Järgnev',
|
||
nextStatus: '',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'Täna',
|
||
currentStatus: '',
|
||
todayText: 'Täna',
|
||
todayStatus: '',
|
||
clearText: 'X',
|
||
clearStatus: '',
|
||
closeText: 'Sulge',
|
||
closeStatus: '',
|
||
yearStatus: '',
|
||
monthStatus: '',
|
||
weekText: 'Wk',
|
||
weekStatus: '',
|
||
dayStatus: 'DD, M d',
|
||
defaultStatus: '',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.et);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Basque localisation for calendars datepicker for jQuery.
|
||
Karrikas-ek itzulia (karrikas@karrikas.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.eu = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<Aur',
|
||
prevStatus: '',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'Hur>',
|
||
nextStatus: '',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'Gaur',
|
||
currentStatus: '',
|
||
todayText: 'Gaur',
|
||
todayStatus: '',
|
||
clearText: 'X',
|
||
clearStatus: '',
|
||
closeText: 'Egina',
|
||
closeStatus: '',
|
||
yearStatus: '',
|
||
monthStatus: '',
|
||
weekText: 'Wk',
|
||
weekStatus: '',
|
||
dayStatus: 'DD d MM',
|
||
defaultStatus: '',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.eu);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Farsi/Persian localisation for calendars datepicker for jQuery.
|
||
Javad Mowlanezhad -- jmowla@gmail.com. */
|
||
(function($) {
|
||
'use strict';
|
||
/* jshint -W100 */
|
||
$.calendarsPicker.regionalOptions.fa = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<قبلی',
|
||
prevStatus: 'نمایش ماه قبل',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'بعدی>',
|
||
nextStatus: 'نمایش ماه بعد',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'امروز',
|
||
currentStatus: 'نمایش ماه جاری',
|
||
todayText: 'امروز',
|
||
todayStatus: 'نمایش ماه جاری',
|
||
clearText: 'حذف تاریخ',
|
||
clearStatus: 'پاک کردن تاریخ جاری',
|
||
closeText: 'بستن',
|
||
closeStatus: 'بستن بدون اعمال تغییرات',
|
||
yearStatus: 'نمایش سال متفاوت',
|
||
monthStatus: 'نمایش ماه متفاوت',
|
||
weekText: 'هف',
|
||
weekStatus: 'هفتهی سال',
|
||
dayStatus: 'انتخاب D, M d',
|
||
defaultStatus: 'انتخاب تاریخ',
|
||
isRTL: true
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.fa);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Finnish localisation for calendars datepicker for jQuery.
|
||
Written by Harri Kilpiö (harrikilpio@gmail.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.fi = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '«Edellinen',
|
||
prevStatus: '',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'Seuraava»',
|
||
nextStatus: '',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'Tänään',
|
||
currentStatus: '',
|
||
todayText: 'Tänään',
|
||
todayStatus: '',
|
||
clearText: 'Tyhjennä',
|
||
clearStatus: '',
|
||
closeText: 'Sulje',
|
||
closeStatus: '',
|
||
yearStatus: '',
|
||
monthStatus: '',
|
||
weekText: 'Vk',
|
||
weekStatus: '',
|
||
dayStatus: 'DD, M d',
|
||
defaultStatus: '',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.fi);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Faroese localisation for calendars datepicker for jQuery.
|
||
Written by Sverri Mohr Olsen,
|
||
sverrimo@gmail.com */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.fo = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<Sísta',
|
||
prevStatus: 'Vís sísta mánaðan',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: 'Vís sísta árið',
|
||
nextText: 'Næsta>',
|
||
nextStatus: 'Vís næsta mánaðan',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: 'Vís næsta árið',
|
||
currentText: 'Hesin',
|
||
currentStatus: 'Vís hendan mánaðan',
|
||
todayText: 'Í dag',
|
||
todayStatus: 'Vís mánaðan fyri í dag',
|
||
clearText: 'Strika',
|
||
clearStatus: 'Strika allir mánaðarnar',
|
||
closeText: 'Goym',
|
||
closeStatus: 'Goym hetta vindeyðga',
|
||
yearStatus: 'Broyt árið',
|
||
monthStatus: 'Broyt mánaðans',
|
||
weekText: 'Vk',
|
||
weekStatus: 'Vika av árinum',
|
||
dayStatus: 'Vel DD, M d, yyyy',
|
||
defaultStatus: 'Vel ein dato',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.fo);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Swiss French localisation for calendars datepicker for jQuery.
|
||
Written by Martin Voelkle (martin.voelkle@e-tc.ch). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions['fr-CH'] = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<Préc',
|
||
prevStatus: 'Voir le mois précédent',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: 'Voir l\'année précédent',
|
||
nextText: 'Suiv>',
|
||
nextStatus: 'Voir le mois suivant',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: 'Voir l\'année suivant',
|
||
currentText: 'Courant',
|
||
currentStatus: 'Voir le mois courant',
|
||
todayText: 'Aujourd\'hui',
|
||
todayStatus: 'Voir aujourd\'hui',
|
||
clearText: 'Effacer',
|
||
clearStatus: 'Effacer la date sélectionnée',
|
||
closeText: 'Fermer',
|
||
closeStatus: 'Fermer sans modifier',
|
||
yearStatus: 'Voir une autre année',
|
||
monthStatus: 'Voir un autre mois',
|
||
weekText: 'Sm',
|
||
weekStatus: 'Semaine de l\'année',
|
||
dayStatus: '\'Choisir\' le DD d MM',
|
||
defaultStatus: 'Choisir la date',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions['fr-CH']);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
French localisation for calendars datepicker for jQuery.
|
||
Stéphane Nahmani (sholby@sholby.net). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.fr = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<Préc',
|
||
prevStatus: 'Voir le mois précédent',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: 'Voir l\'année précédent',
|
||
nextText: 'Suiv>',
|
||
nextStatus: 'Voir le mois suivant',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: 'Voir l\'année suivant',
|
||
currentText: 'Courant',
|
||
currentStatus: 'Voir le mois courant',
|
||
todayText: 'Aujourd\'hui',
|
||
todayStatus: 'Voir aujourd\'hui',
|
||
clearText: 'Effacer',
|
||
clearStatus: 'Effacer la date sélectionnée',
|
||
closeText: 'Fermer',
|
||
closeStatus: 'Fermer sans modifier',
|
||
yearStatus: 'Voir une autre année',
|
||
monthStatus: 'Voir un autre mois',
|
||
weekText: 'Sm',
|
||
weekStatus: 'Semaine de l\'année',
|
||
dayStatus: '\'Choisir\' le DD d MM',
|
||
defaultStatus: 'Choisir la date',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.fr);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Iniciacion en galego para a extensión 'UI date picker' para jQuery.
|
||
Traducido por Manuel (McNuel@gmx.net). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.gl = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<Ant',
|
||
prevStatus: 'Amosar mes anterior',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: 'Amosar ano anterior',
|
||
nextText: 'Seg>',
|
||
nextStatus: 'Amosar mes seguinte',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: 'Amosar ano seguinte',
|
||
currentText: 'Hoxe',
|
||
currentStatus: 'Amosar mes actual',
|
||
todayText: 'Hoxe',
|
||
todayStatus: 'Amosar mes actual',
|
||
clearText: 'Limpar',
|
||
clearStatus: 'Borrar data actual',
|
||
closeText: 'Pechar',
|
||
closeStatus: 'Pechar sen gardar',
|
||
yearStatus: 'Amosar outro ano',
|
||
monthStatus: 'Amosar outro mes',
|
||
weekText: 'Sm',
|
||
weekStatus: 'Semana do ano',
|
||
dayStatus: 'D, M d',
|
||
defaultStatus: 'Selecciona Data',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.gl);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Gujarati (ગુજરાતી) localisation for calendars datepicker for jQuery.
|
||
Naymesh Mistry (naymesh@yahoo.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.gu = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<પાછળ',
|
||
prevStatus: 'પાછલો મહિનો બતાવો',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: 'પાછળ',
|
||
nextText: 'આગળ>',
|
||
nextStatus: 'આગલો મહિનો બતાવો',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: 'આગળ',
|
||
currentText: 'આજે',
|
||
currentStatus: 'આજનો દિવસ બતાવો',
|
||
todayText: 'આજે',
|
||
todayStatus: 'આજનો દિવસ',
|
||
clearText: 'ભૂંસો',
|
||
clearStatus: 'હાલ પસંદ કરેલી તારીખ ભૂંસો',
|
||
closeText: 'બંધ કરો',
|
||
closeStatus: 'તારીખ પસંદ કર્યા વગર બંધ કરો',
|
||
yearStatus: 'જુદુ વર્ષ બતાવો',
|
||
monthStatus: 'જુદો મહિનો બતાવો',
|
||
weekText: 'અઠવાડિયું',
|
||
weekStatus: 'અઠવાડિયું',
|
||
dayStatus: 'અઠવાડિયાનો પહેલો દિવસ પસંદ કરો',
|
||
defaultStatus: 'તારીખ પસંદ કરો',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.gu);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Hebrew localisation for calendars datepicker for jQuery.
|
||
Written by Amir Hardon (ahardon at gmail dot com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.he = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<הקודם',
|
||
prevStatus: '',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'הבא>',
|
||
nextStatus: '',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'היום',
|
||
currentStatus: '',
|
||
todayText: 'היום',
|
||
todayStatus: '',
|
||
clearText: 'נקה',
|
||
clearStatus: '',
|
||
closeText: 'סגור',
|
||
closeStatus: '',
|
||
yearStatus: '',
|
||
monthStatus: '',
|
||
weekText: 'Wk',
|
||
weekStatus: '',
|
||
dayStatus: 'DD, M d',
|
||
defaultStatus: '',
|
||
isRTL: true
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.he);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Hindi INDIA localisation for calendars datepicker for jQuery.
|
||
Written by Pawan Kumar Singh. */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions['hi-IN'] = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: 'पिछला',
|
||
prevStatus: 'पिछला महीना देखें',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: 'पिछला वर्ष देखें',
|
||
nextText: 'अगला',
|
||
nextStatus: 'अगला महीना देखें',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: 'अगला वर्ष देखें',
|
||
currentText: 'वर्तमान',
|
||
currentStatus: 'वर्तमान महीना देखें',
|
||
todayText: 'आज',
|
||
todayStatus: 'वर्तमान दिन देखें',
|
||
clearText: 'साफ',
|
||
clearStatus: 'वर्तमान दिनांक मिटाए',
|
||
closeText: 'समाप्त',
|
||
closeStatus: 'बदलाव के बिना बंद',
|
||
yearStatus: 'एक अलग वर्ष का चयन करें',
|
||
monthStatus: 'एक अलग महीने का चयन करें',
|
||
weekText: 'Wk',
|
||
weekStatus: 'वर्ष का सप्ताह',
|
||
dayStatus: 'चुने DD, M d',
|
||
defaultStatus: 'एक तिथि का चयन करें',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions['hi-IN']);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Croatian localisation for calendars datepicker for jQuery.
|
||
Written by Vjekoslav Nesek. */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.hr = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<',
|
||
prevStatus: 'Prikaži prethodni mjesec',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: '>',
|
||
nextStatus: 'Prikaži slijedeći mjesec',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'Danas',
|
||
currentStatus: 'Današnji datum',
|
||
todayText: 'Danas',
|
||
todayStatus: 'Današnji datum',
|
||
clearText: 'izbriši',
|
||
clearStatus: 'Izbriši trenutni datum',
|
||
closeText: 'Zatvori',
|
||
closeStatus: 'Zatvori kalendar',
|
||
yearStatus: 'Prikaži godine',
|
||
monthStatus: 'Prikaži mjesece',
|
||
weekText: 'Tje',
|
||
weekStatus: 'Tjedanr',
|
||
dayStatus: '\'Datum\' DD, M d',
|
||
defaultStatus: 'Odaberi datum',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.hr);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Hungarian localisation for calendars datepicker for jQuery.
|
||
Written by Istvan Karaszi (jquerycalendar@spam.raszi.hu). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.hu = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '« vissza',
|
||
prevStatus: '',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'előre »',
|
||
nextStatus: '',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'ma',
|
||
currentStatus: '',
|
||
todayText: 'ma',
|
||
todayStatus: '',
|
||
clearText: 'törlés',
|
||
clearStatus: '',
|
||
closeText: 'bezárás',
|
||
closeStatus: '',
|
||
yearStatus: '',
|
||
monthStatus: '',
|
||
weekText: 'Hé',
|
||
weekStatus: '',
|
||
dayStatus: 'DD, M d',
|
||
defaultStatus: '',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.hu);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Armenian localisation for calendars datepicker for jQuery.
|
||
Written by Levon Zakaryan (levon.zakaryan@gmail.com) */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.hy = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<Նախ.',
|
||
prevStatus: '',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'Հաջ.>',
|
||
nextStatus: '',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'Այսօր',
|
||
currentStatus: '',
|
||
todayText: 'Այսօր',
|
||
todayStatus: '',
|
||
clearText: 'Մաքրել',
|
||
clearStatus: '',
|
||
closeText: 'Փակել',
|
||
closeStatus: '',
|
||
yearStatus: '',
|
||
monthStatus: '',
|
||
weekText: 'ՇԲՏ',
|
||
weekStatus: '',
|
||
dayStatus: 'DD, M d',
|
||
defaultStatus: '',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.hy);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Indonesian localisation for calendars datepicker for jQuery.
|
||
Written by Deden Fathurahman (dedenf@gmail.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.id = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<mundur',
|
||
prevStatus: 'Tampilkan bulan sebelumnya',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'maju>',
|
||
nextStatus: 'Tampilkan bulan berikutnya',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'hari ini',
|
||
currentStatus: 'Tampilkan bulan sekarang',
|
||
todayText: 'hari ini',
|
||
todayStatus: 'Tampilkan bulan sekarang',
|
||
clearText: 'kosongkan',
|
||
clearStatus: 'bersihkan tanggal yang sekarang',
|
||
closeText: 'Tutup',
|
||
closeStatus: 'Tutup tanpa mengubah',
|
||
yearStatus: 'Tampilkan tahun yang berbeda',
|
||
monthStatus: 'Tampilkan bulan yang berbeda',
|
||
weekText: 'Mg',
|
||
weekStatus: 'Minggu dalam tahu',
|
||
dayStatus: 'pilih le DD, MM d',
|
||
defaultStatus: 'Pilih Tanggal',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.id);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Icelandic localisation for calendars datepicker for jQuery.
|
||
Written by Haukur H. Thorsson (haukur@eskill.is). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.is = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '< Fyrri',
|
||
prevStatus: '',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'Næsti >',
|
||
nextStatus: '',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'Í dag',
|
||
currentStatus: '',
|
||
todayText: 'Í dag',
|
||
todayStatus: '',
|
||
clearText: 'Hreinsa',
|
||
clearStatus: '',
|
||
closeText: 'Loka',
|
||
closeStatus: '',
|
||
yearStatus: '',
|
||
monthStatus: '',
|
||
weekText: 'Vika',
|
||
weekStatus: '',
|
||
dayStatus: 'DD, M d',
|
||
defaultStatus: '',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.is);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Italian localisation for calendars datepicker for jQuery.
|
||
Written by Apaella (apaella@gmail.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.it = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<Prec',
|
||
prevStatus: 'Mese precedente',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: 'Mostra l\'anno precedente',
|
||
nextText: 'Succ>',
|
||
nextStatus: 'Mese successivo',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: 'Mostra l\'anno successivo',
|
||
currentText: 'Oggi',
|
||
currentStatus: 'Mese corrente',
|
||
todayText: 'Oggi',
|
||
todayStatus: 'Mese corrente',
|
||
clearText: 'Svuota',
|
||
clearStatus: 'Annulla',
|
||
closeText: 'Chiudi',
|
||
closeStatus: 'Chiudere senza modificare',
|
||
yearStatus: 'Seleziona un altro anno',
|
||
monthStatus: 'Seleziona un altro mese',
|
||
weekText: 'Sm',
|
||
weekStatus: 'Settimana dell\'anno',
|
||
dayStatus: '\'Seleziona\' DD, M d',
|
||
defaultStatus: 'Scegliere una data',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.it);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Japanese localisation for calendars datepicker for jQuery.
|
||
Written by Kentaro SATO (kentaro@ranvis.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.ja = {
|
||
renderer: $.extend({},
|
||
$.calendarsPicker.defaultRenderer,
|
||
{month: $.calendarsPicker.defaultRenderer.month.replace(/monthHeader/, 'monthHeader:yyyy年 MM')}),
|
||
prevText: '<前',
|
||
prevStatus: '前月を表示します',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '前年を表示します',
|
||
nextText: '次>',
|
||
nextStatus: '翌月を表示します',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '翌年を表示します',
|
||
currentText: '今日',
|
||
currentStatus: '今月を表示します',
|
||
todayText: '今日',
|
||
todayStatus: '今月を表示します',
|
||
clearText: 'クリア',
|
||
clearStatus: '日付をクリアします',
|
||
closeText: '閉じる',
|
||
closeStatus: '変更せずに閉じます',
|
||
yearStatus: '表示する年を変更します',
|
||
monthStatus: '表示する月を変更します',
|
||
weekText: '週',
|
||
weekStatus: '暦週で第何週目かを表します',
|
||
dayStatus: 'yyyy/mm/dd',
|
||
defaultStatus: '日付を選択します',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.ja);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Georgian localisation for calendars datepicker for jQuery.
|
||
Andrei Gorbushkin. */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.ka = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<უკან',
|
||
prevStatus: 'წინა თვე',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: 'წინა წელი',
|
||
nextText: 'წინ>',
|
||
nextStatus: 'შემდეგი თვე',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: 'შემდეგი წელი',
|
||
currentText: 'მიმდინარე',
|
||
currentStatus: 'მიმდინარე თვე',
|
||
todayText: 'დღეს',
|
||
todayStatus: 'მიმდინარე დღე',
|
||
clearText: 'გასუფთავება',
|
||
clearStatus: 'მიმდინარე თარიღის წაშლა',
|
||
closeText: 'არის',
|
||
closeStatus: 'დახურვა უცვლილებოდ',
|
||
yearStatus: 'სხვა წელი',
|
||
monthStatus: 'სხვა თვე',
|
||
weekText: 'კვ',
|
||
weekStatus: 'წლის კვირა',
|
||
dayStatus: 'აირჩიეთ DD, M d',
|
||
defaultStatus: 'აიღჩიეთ თარიღი',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.ka);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Khmer initialisation for calendars datepicker for jQuery.
|
||
Written by Sovichet Tep (sovichet.tep@gmail.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.km = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: 'ថយក្រោយ',
|
||
prevStatus: '',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'ទៅមុខ',
|
||
nextStatus: '',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'ថ្ងៃនេះ',
|
||
currentStatus: '',
|
||
todayText: 'ថ្ងៃនេះ',
|
||
todayStatus: '',
|
||
clearText: 'X',
|
||
clearStatus: '',
|
||
closeText: 'រួចរាល់',
|
||
closeStatus: '',
|
||
yearStatus: '',
|
||
monthStatus: '',
|
||
weekText: 'Wk',
|
||
weekStatus: '',
|
||
dayStatus: 'DD d MM',
|
||
defaultStatus: '',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.km);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Korean localisation for calendars datepicker for jQuery.
|
||
Written by DaeKwon Kang (ncrash.dk@gmail.com),
|
||
Edited by Genie. */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.ko = {
|
||
renderer: $.extend({},
|
||
$.calendarsPicker.defaultRenderer,
|
||
{month: $.calendarsPicker.defaultRenderer.month.replace(/monthHeader/, 'monthHeader:yyyy년 MM')}),
|
||
prevText: '이전달',
|
||
prevStatus: '이전달을 표시합니다',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '이전 연도를 표시합니다',
|
||
nextText: '다음달',
|
||
nextStatus: '다음달을 표시합니다',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '다음 연도를 표시합니다',
|
||
currentText: '현재',
|
||
currentStatus: '입력한 달을 표시합니다',
|
||
todayText: '오늘',
|
||
todayStatus: '이번달을 표시합니다',
|
||
clearText: '지우기',
|
||
clearStatus: '입력한 날짜를 지웁니다',
|
||
closeText: '닫기',
|
||
closeStatus: '',
|
||
yearStatus: '표시할 연도를 변경합니다',
|
||
monthStatus: '표시할 월을 변경합니다',
|
||
weekText: 'Wk',
|
||
weekStatus: '해당 연도의 주차',
|
||
dayStatus: 'M d일 (D)',
|
||
defaultStatus: '날짜를 선택하세요',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.ko);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Lithuanian localisation for calendars datepicker for jQuery.
|
||
Arturas Paleicikas <arturas@avalon.lt>. */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.lt = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<Atgal',
|
||
prevStatus: '',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'Pirmyn>',
|
||
nextStatus: '',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'Šiandien',
|
||
currentStatus: '',
|
||
todayText: 'Šiandien',
|
||
todayStatus: '',
|
||
clearText: 'Išvalyti',
|
||
clearStatus: '',
|
||
closeText: 'Uždaryti',
|
||
closeStatus: '',
|
||
yearStatus: '',
|
||
monthStatus: '',
|
||
weekText: 'Wk',
|
||
weekStatus: '',
|
||
dayStatus: 'DD, M d',
|
||
defaultStatus: '',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.lt);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Latvian localisation for calendars datepicker for jQuery.
|
||
Arturas Paleicikas <arturas.paleicikas@metasite.net>. */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.lv = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: 'Iepr',
|
||
prevStatus: '',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'Nāka',
|
||
nextStatus: '',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'Šodien',
|
||
currentStatus: '',
|
||
todayText: 'Šodien',
|
||
todayStatus: '',
|
||
clearText: 'Notīrīt',
|
||
clearStatus: '',
|
||
closeText: 'Aizvērt',
|
||
closeStatus: '',
|
||
yearStatus: '',
|
||
monthStatus: '',
|
||
weekText: 'Nav',
|
||
weekStatus: '',
|
||
dayStatus: 'DD, M d',
|
||
defaultStatus: '',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.lv);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Montenegrin localisation for calendars datepicker for jQuery.
|
||
Written by Miloš Milošević - fleka d.o.o. */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions['me-ME'] = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<',
|
||
prevStatus: 'Prikaži prethodni mjesec',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: 'Prikaži prethodnu godinu',
|
||
nextText: '>',
|
||
nextStatus: 'Prikaži sljedeći mjesec',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: 'Prikaži sljedeću godinu',
|
||
currentText: 'Danas',
|
||
currentStatus: 'Tekući mjesec',
|
||
todayText: 'Danas',
|
||
todayStatus: 'Tekući mjesec',
|
||
clearText: 'Obriši',
|
||
clearStatus: 'Obriši trenutni datum',
|
||
closeText: 'Zatvori',
|
||
closeStatus: 'Zatvori kalendar',
|
||
yearStatus: 'Prikaži godine',
|
||
monthStatus: 'Prikaži mjesece',
|
||
weekText: 'Sed',
|
||
weekStatus: 'Sedmica',
|
||
dayStatus: '\'Datum\' DD, M d',
|
||
defaultStatus: 'Odaberi datum',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions['me-ME']);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Montenegrin localisation for calendars datepicker for jQuery.
|
||
Written by Miloš Milošević - fleka d.o.o. */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.me = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<',
|
||
prevStatus: 'Прикажи претходни мјесец',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: 'Прикажи претходну годину',
|
||
nextText: '>',
|
||
nextStatus: 'Прикажи сљедећи мјесец',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: 'Прикажи сљедећу годину',
|
||
currentText: 'Данас',
|
||
currentStatus: 'Текући мјесец',
|
||
todayText: 'Данас',
|
||
todayStatus: 'Текући мјесец',
|
||
clearText: 'Обриши',
|
||
clearStatus: 'Обриши тренутни датум',
|
||
closeText: 'Затвори',
|
||
closeStatus: 'Затвори календар',
|
||
yearStatus: 'Прикажи године',
|
||
monthStatus: 'Прикажи мјесеце',
|
||
weekText: 'Сед',
|
||
weekStatus: 'Седмица',
|
||
dayStatus: '\'Датум\' DD d MM',
|
||
defaultStatus: 'Одабери датум',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.me);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Македонски MK localisation for calendars datepicker for jQuery.
|
||
Hajan Selmani (hajan [at] live [dot] com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.mk = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: 'Претх.',
|
||
prevStatus: 'Прикажи го претходниот месец',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: 'Прикажи ја претходната година',
|
||
nextText: 'Следен',
|
||
nextStatus: 'Прикажи го следниот месец',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: 'Прикажи ја следната година',
|
||
currentText: 'Тековен',
|
||
currentStatus: 'Прикажи го тековниот месец',
|
||
todayText: 'Денес',
|
||
todayStatus: 'Прикажи го денешниот месец',
|
||
clearText: 'Бриши',
|
||
clearStatus: 'Избриши го тековниот датум',
|
||
closeText: 'Затвори',
|
||
closeStatus: 'Затвори без промени',
|
||
yearStatus: 'Избери друга година',
|
||
monthStatus: 'Избери друг месец',
|
||
weekText: 'Нед',
|
||
weekStatus: 'Недела во годината',
|
||
dayStatus: 'Избери DD, M d',
|
||
defaultStatus: 'Избери датум',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.mk);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Malayalam localisation for calendars datepicker for jQuery.
|
||
Saji Nediyanchath (saji89@gmail.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.ml = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: 'മുന്നത്തെ',
|
||
prevStatus: '',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'അടുത്തത് ',
|
||
nextStatus: '',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'ഇന്ന്',
|
||
currentStatus: '',
|
||
todayText: 'ഇന്ന്',
|
||
todayStatus: '',
|
||
clearText: 'X',
|
||
clearStatus: '',
|
||
closeText: 'ശരി',
|
||
closeStatus: '',
|
||
yearStatus: '',
|
||
monthStatus: '',
|
||
weekText: 'ആ',
|
||
weekStatus: '',
|
||
dayStatus: 'DD d MM',
|
||
defaultStatus: '',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.ml);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Malaysian localisation for calendars datepicker for jQuery.
|
||
Written by Mohd Nawawi Mohamad Jamili (nawawi@ronggeng.net). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.ms = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<Sebelum',
|
||
prevStatus: 'Tunjukkan bulan lepas',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: 'Tunjukkan tahun lepas',
|
||
nextText: 'Selepas>',
|
||
nextStatus: 'Tunjukkan bulan depan',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: 'Tunjukkan tahun depan',
|
||
currentText: 'hari ini',
|
||
currentStatus: 'Tunjukkan bulan terkini',
|
||
todayText: 'hari ini',
|
||
todayStatus: 'Tunjukkan bulan terkini',
|
||
clearText: 'Padam',
|
||
clearStatus: 'Padamkan tarikh terkini',
|
||
closeText: 'Tutup',
|
||
closeStatus: 'Tutup tanpa perubahan',
|
||
yearStatus: 'Tunjukkan tahun yang lain',
|
||
monthStatus: 'Tunjukkan bulan yang lain',
|
||
weekText: 'Mg',
|
||
weekStatus: 'Minggu bagi tahun ini',
|
||
dayStatus: 'DD, d MM',
|
||
defaultStatus: 'Sila pilih tarikh',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.ms);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Maltese localisation for calendars datepicker for jQuery.
|
||
Written by Chritian Sciberras (uuf6429@gmail.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.mt = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: 'Ta Qabel',
|
||
prevStatus: 'Ix-xahar ta qabel',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: 'Is-sena ta qabel',
|
||
nextText: 'Li Jmiss',
|
||
nextStatus: 'Ix-xahar li jmiss',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: 'Is-sena li jmiss',
|
||
currentText: 'Illum',
|
||
currentStatus: 'Ix-xahar ta llum',
|
||
todayText: 'Illum',
|
||
todayStatus: 'Uri ix-xahar ta llum',
|
||
clearText: 'Ħassar',
|
||
clearStatus: 'Ħassar id-data',
|
||
closeText: 'Lest',
|
||
closeStatus: 'Għalaq mingħajr tibdiliet',
|
||
yearStatus: 'Uri sena differenti',
|
||
monthStatus: 'Uri xahar differenti',
|
||
weekText: 'Ġm',
|
||
weekStatus: 'Il-Ġimgħa fis-sena',
|
||
dayStatus: 'Għazel DD, M d',
|
||
defaultStatus: 'Għazel data',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.mt);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Dutch/Belgian localisation for calendars datepicker for jQuery.
|
||
Written by Mathias Bynens <http://mathiasbynens.be/>. */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions['nl-BE'] = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '←',
|
||
prevStatus: 'Bekijk de vorige maand',
|
||
prevJumpText: '«',
|
||
prevJumpStatus: 'Bekijk het vorige jaar',
|
||
nextText: '→',
|
||
nextStatus: 'Bekijk de volgende maand',
|
||
nextJumpText: '»',
|
||
nextJumpStatus: 'Bekijk het volgende jaar',
|
||
currentText: 'Vandaag',
|
||
currentStatus: 'Bekijk de huidige maand',
|
||
todayText: 'Vandaag',
|
||
todayStatus: 'Bekijk de huidige maand',
|
||
clearText: 'Wissen',
|
||
clearStatus: 'Wis de huidige datum',
|
||
closeText: 'Sluiten',
|
||
closeStatus: 'Sluit zonder verandering',
|
||
yearStatus: 'Bekijk een ander jaar',
|
||
monthStatus: 'Bekijk een andere maand',
|
||
weekText: 'Wk',
|
||
weekStatus: 'Week van het jaar',
|
||
dayStatus: 'dd/mm/yyyy',
|
||
defaultStatus: 'Kies een datum',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions['nl-BE']);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Dutch localisation for calendars datepicker for jQuery.
|
||
Written by Mathias Bynens <http://mathiasbynens.be/>. */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.nl = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '←',
|
||
prevStatus: 'Bekijk de vorige maand',
|
||
prevJumpText: '«',
|
||
prevJumpStatus: 'Bekijk het vorige jaar',
|
||
nextText: '→',
|
||
nextStatus: 'Bekijk de volgende maand',
|
||
nextJumpText: '»',
|
||
nextJumpStatus: 'Bekijk het volgende jaar',
|
||
currentText: 'Vandaag',
|
||
currentStatus: 'Bekijk de huidige maand',
|
||
todayText: 'Vandaag',
|
||
todayStatus: 'Bekijk de huidige maand',
|
||
clearText: 'Wissen',
|
||
clearStatus: 'Wis de huidige datum',
|
||
closeText: 'Sluiten',
|
||
closeStatus: 'Sluit zonder verandering',
|
||
yearStatus: 'Bekijk een ander jaar',
|
||
monthStatus: 'Bekijk een andere maand',
|
||
weekText: 'Wk',
|
||
weekStatus: 'Week van het jaar',
|
||
dayStatus: 'dd-mm-yyyy',
|
||
defaultStatus: 'Kies een datum',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.nl);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Norwegian localisation for calendars datepicker for jQuery.
|
||
Written by Naimdjon Takhirov (naimdjon@gmail.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.no = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '«Forrige',
|
||
prevStatus: '',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'Neste»',
|
||
nextStatus: '',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'I dag',
|
||
currentStatus: '',
|
||
todayText: 'I dag',
|
||
todayStatus: '',
|
||
clearText: 'Tøm',
|
||
clearStatus: '',
|
||
closeText: 'Lukk',
|
||
closeStatus: '',
|
||
yearStatus: '',
|
||
monthStatus: '',
|
||
weekText: 'Uke',
|
||
weekStatus: '',
|
||
dayStatus: 'DD, M d',
|
||
defaultStatus: '',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.no);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Polish localisation for calendars datepicker for jQuery.
|
||
Written by Jacek Wysocki (jacek.wysocki@gmail.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.pl = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<Poprzedni',
|
||
prevStatus: 'Pokaż poprzedni miesiąc',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'Następny>',
|
||
nextStatus: 'Pokaż następny miesiąc',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'Dziś',
|
||
currentStatus: 'Pokaż aktualny miesiąc',
|
||
todayText: 'Dziś',
|
||
todayStatus: 'Pokaż aktualny miesiąc',
|
||
clearText: 'Wyczyść',
|
||
clearStatus: 'Wyczyść obecną datę',
|
||
closeText: 'Zamknij',
|
||
closeStatus: 'Zamknij bez zapisywania',
|
||
yearStatus: 'Pokaż inny rok',
|
||
monthStatus: 'Pokaż inny miesiąc',
|
||
weekText: 'Tydz',
|
||
weekStatus: 'Tydzień roku',
|
||
dayStatus: '\'Wybierz\' DD, M d',
|
||
defaultStatus: 'Wybierz datę',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.pl);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Brazilian Portuguese localisation for calendars datepicker for jQuery.
|
||
Written by Leonildo Costa Silva (leocsilva@gmail.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions['pt-BR'] = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<Anterior',
|
||
prevStatus: 'Mostra o mês anterior',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: 'Mostra o ano anterior',
|
||
nextText: 'Próximo>',
|
||
nextStatus: 'Mostra o próximo mês',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: 'Mostra o próximo ano',
|
||
currentText: 'Atual',
|
||
currentStatus: 'Mostra o mês atual',
|
||
todayText: 'Hoje',
|
||
todayStatus: 'Vai para hoje',
|
||
clearText: 'Limpar',
|
||
clearStatus: 'Limpar data',
|
||
closeText: 'Fechar',
|
||
closeStatus: 'Fechar o calendário',
|
||
yearStatus: 'Selecionar ano',
|
||
monthStatus: 'Selecionar mês',
|
||
weekText: 's',
|
||
weekStatus: 'Semana do ano',
|
||
dayStatus: 'DD, d \'de\' M \'de\' yyyy',
|
||
defaultStatus: 'Selecione um dia',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions['pt-BR']);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Romansh localisation for calendars datepicker for jQuery.
|
||
Yvonne Gienal (yvonne.gienal@educa.ch). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.rm = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<Suandant',
|
||
prevStatus: '',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'Precedent>',
|
||
nextStatus: '',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'Actual',
|
||
currentStatus: '',
|
||
todayText: 'Actual',
|
||
todayStatus: '',
|
||
clearText: 'X',
|
||
clearStatus: '',
|
||
closeText: 'Serrar',
|
||
closeStatus: '',
|
||
yearStatus: '',
|
||
monthStatus: '',
|
||
weekText: 'emna',
|
||
weekStatus: '',
|
||
dayStatus: 'DD d MM',
|
||
defaultStatus: '',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.rm);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Romanian localisation for calendars datepicker for jQuery.
|
||
Written by Edmond L. (ll_edmond@walla.com) and Ionut G. Stan (ionut.g.stan@gmail.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.ro = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '«Precedenta',
|
||
prevStatus: 'Arata luna precedenta',
|
||
prevJumpText: '««',
|
||
prevJumpStatus: '',
|
||
nextText: 'Urmatoare»',
|
||
nextStatus: 'Arata luna urmatoare',
|
||
nextJumpText: '»»',
|
||
nextJumpStatus: '',
|
||
currentText: 'Azi',
|
||
currentStatus: 'Arata luna curenta',
|
||
todayText: 'Azi',
|
||
todayStatus: 'Arata luna curenta',
|
||
clearText: 'Curat',
|
||
clearStatus: 'Sterge data curenta',
|
||
closeText: 'Închide',
|
||
closeStatus: 'Închide fara schimbare',
|
||
yearStatus: 'Arat un an diferit',
|
||
monthStatus: 'Arata o luna diferita',
|
||
weekText: 'Săpt',
|
||
weekStatus: 'Săptamana anului',
|
||
dayStatus: 'Selecteaza DD, M d',
|
||
defaultStatus: 'Selecteaza o data',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.ro);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Russian localisation for calendars datepicker for jQuery.
|
||
Written by Andrew Stromnov (stromnov@gmail.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.ru = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<Пред',
|
||
prevStatus: '',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'След>',
|
||
nextStatus: '',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'Сегодня',
|
||
currentStatus: '',
|
||
todayText: 'Сегодня',
|
||
todayStatus: '',
|
||
clearText: 'Очистить',
|
||
clearStatus: '',
|
||
closeText: 'Закрыть',
|
||
closeStatus: '',
|
||
yearStatus: '',
|
||
monthStatus: '',
|
||
weekText: 'Не',
|
||
weekStatus: '',
|
||
dayStatus: 'DD, M d',
|
||
defaultStatus: '',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.ru);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Slovak localisation for calendars datepicker for jQuery.
|
||
Written by Vojtech Rinik (vojto@hmm.sk). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.sk = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<Predchádzajúci',
|
||
prevStatus: '',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'Nasledujúci>',
|
||
nextStatus: '',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'Dnes',
|
||
currentStatus: '',
|
||
todayText: 'Dnes',
|
||
todayStatus: '',
|
||
clearText: 'Zmazať',
|
||
clearStatus: '',
|
||
closeText: 'Zavrieť',
|
||
closeStatus: '',
|
||
yearStatus: '',
|
||
monthStatus: '',
|
||
weekText: 'Ty',
|
||
weekStatus: '',
|
||
dayStatus: 'DD. M d',
|
||
defaultStatus: '',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.sk);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Slovenian localisation for calendars datepicker for jQuery.
|
||
Written by Jaka Jancar (jaka@kubje.org). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.sl = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<Prejšnji',
|
||
prevStatus: 'Prikaži prejšnji mesec',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'Naslednji>',
|
||
nextStatus: 'Prikaži naslednji mesec',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'Trenutni',
|
||
currentStatus: 'Prikaži trenutni mesec',
|
||
todayText: 'Trenutni',
|
||
todayStatus: 'Prikaži trenutni mesec',
|
||
clearText: 'Izbriši',
|
||
clearStatus: 'Izbriši trenutni datum',
|
||
closeText: 'Zapri',
|
||
closeStatus: 'Zapri brez spreminjanja',
|
||
yearStatus: 'Prikaži drugo leto',
|
||
monthStatus: 'Prikaži drug mesec',
|
||
weekText: 'Teden',
|
||
weekStatus: 'Teden v letu',
|
||
dayStatus: 'Izberi DD, d MM yy',
|
||
defaultStatus: 'Izbira datuma',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.sl);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Albanian localisation for calendars datepicker for jQuery.
|
||
Written by Flakron Bytyqi (flakron@gmail.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.sq = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<mbrapa',
|
||
prevStatus: 'trego muajin e fundit',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'Përpara>',
|
||
nextStatus: 'trego muajin tjetër',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'sot',
|
||
currentStatus: '',
|
||
todayText: 'sot',
|
||
todayStatus: '',
|
||
clearText: 'fshije',
|
||
clearStatus: 'fshije datën aktuale',
|
||
closeText: 'mbylle',
|
||
closeStatus: 'mbylle pa ndryshime',
|
||
yearStatus: 'trego tjetër vit',
|
||
monthStatus: 'trego muajin tjetër',
|
||
weekText: 'Ja',
|
||
weekStatus: 'Java e muajit',
|
||
dayStatus: '\'Zgjedh\' D, M d',
|
||
defaultStatus: 'Zgjedhe një datë',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.sq);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Serbian localisation for calendars datepicker for jQuery.
|
||
Written by Dejan Dimić. */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions['sr-SR'] = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<',
|
||
prevStatus: 'Prikaži predhodni mesec',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: 'Prikaži predhodnu godinu',
|
||
nextText: '>',
|
||
nextStatus: 'Prikaži sledeći mesec',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: 'Prikaži sledeću godinu',
|
||
currentText: 'Danas',
|
||
currentStatus: 'Tekući mesec',
|
||
todayText: 'Danas',
|
||
todayStatus: 'Tekući mesec',
|
||
clearText: 'Obriši',
|
||
clearStatus: 'Obriši trenutni datum',
|
||
closeText: 'Zatvori',
|
||
closeStatus: 'Zatvori kalendar',
|
||
yearStatus: 'Prikaži godine',
|
||
monthStatus: 'Prikaži mesece',
|
||
weekText: 'Sed',
|
||
weekStatus: 'Sedmica',
|
||
dayStatus: '\'Datum\' DD, M d',
|
||
defaultStatus: 'Odaberi datum',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions['sr-SR']);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Serbian localisation for calendars datepicker for jQuery.
|
||
Written by Dejan Dimić. */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.sr = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<',
|
||
prevStatus: 'Прикажи предходни месец',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: 'Прикажи предходну годину',
|
||
nextText: '>',
|
||
nextStatus: 'Прикажи слецећи месец',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: 'Прикажи следећу годину',
|
||
currentText: 'Данас',
|
||
currentStatus: 'Текући месец',
|
||
todayText: 'Данас',
|
||
todayStatus: 'Текући месец',
|
||
clearText: 'Обриши',
|
||
clearStatus: 'Обриши тренутни датум',
|
||
closeText: 'Затвори',
|
||
closeStatus: 'Затвори календар',
|
||
yearStatus: 'Прикажи године',
|
||
monthStatus: 'Прикажи месеце',
|
||
weekText: 'Сед',
|
||
weekStatus: 'Седмица',
|
||
dayStatus: '\'Датум\' DD d MM',
|
||
defaultStatus: 'Одабери датум',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.sr);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Swedish localisation for calendars datepicker for jQuery.
|
||
Written by Anders Ekdahl ( anders@nomadiz.se). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.sv = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '«Förra',
|
||
prevStatus: '',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'Nästa»',
|
||
nextStatus: '',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'Idag',
|
||
currentStatus: '',
|
||
todayText: 'Idag',
|
||
todayStatus: '',
|
||
clearText: 'Rensa',
|
||
clearStatus: '',
|
||
closeText: 'Stäng',
|
||
closeStatus: '',
|
||
yearStatus: '',
|
||
monthStatus: '',
|
||
weekText: 'Ve',
|
||
weekStatus: '',
|
||
dayStatus: 'DD, M d',
|
||
defaultStatus: '',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.sv);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Tamil (UTF-8) localisation for calendars datepicker for jQuery.
|
||
Written by S A Sureshkumar (saskumar@live.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.ta = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: 'முன்னையது',
|
||
prevStatus: '',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'அடுத்தது',
|
||
nextStatus: '',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'இன்று',
|
||
currentStatus: '',
|
||
todayText: 'இன்று',
|
||
todayStatus: '',
|
||
clearText: 'அழி',
|
||
clearStatus: '',
|
||
closeText: 'மூடு',
|
||
closeStatus: '',
|
||
yearStatus: '',
|
||
monthStatus: '',
|
||
weekText: 'Wk',
|
||
weekStatus: '',
|
||
dayStatus: 'D, M d',
|
||
defaultStatus: '',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.ta);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Telugu localisation for calendars datepicker for jQuery.
|
||
Dushyanth K. */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.te = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: 'మునుపటి',
|
||
prevStatus: 'మునుపటి నెల చూపించు',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: 'మునుపటి సంవత్సరం చూపించు',
|
||
nextText: 'తరువాత',
|
||
nextStatus: 'వచ్చే నెల చూపించు',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: 'వచ్చే ఏడాది చూపించు',
|
||
currentText: 'ప్రస్తుతం',
|
||
currentStatus: 'ప్రస్తుత నెల చూపించు',
|
||
todayText: 'ఈరొజు',
|
||
todayStatus: 'నేటి నెల చూపించు',
|
||
clearText: 'తొలగించు',
|
||
clearStatus: 'అన్ని తెధీలు తొలగించు',
|
||
closeText: 'పుర్తైనది',
|
||
closeStatus: 'డెట్పికర్ మూసివేయి',
|
||
yearStatus: 'సంవత్సరం మార్చండి',
|
||
monthStatus: 'నెల మార్చండి',
|
||
weekText: 'వారం',
|
||
weekStatus: 'సంవత్సరంలో వారం',
|
||
dayStatus: 'ఎంచుకొండి DD, M d, yyyy',
|
||
defaultStatus: 'ఒక తెధిని ఎంచుకోండి',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.te);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Thai localisation for calendars datepicker for jQuery.
|
||
Written by pipo (pipo@sixhead.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.th = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '« ย้อน',
|
||
prevStatus: '',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'ถัดไป »',
|
||
nextStatus: '',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'วันนี้',
|
||
currentStatus: '',
|
||
todayText: 'วันนี้',
|
||
todayStatus: '',
|
||
clearText: 'ลบ',
|
||
clearStatus: '',
|
||
closeText: 'ปิด',
|
||
closeStatus: '',
|
||
yearStatus: '',
|
||
monthStatus: '',
|
||
weekText: 'Wk',
|
||
weekStatus: '',
|
||
dayStatus: 'DD, M d',
|
||
defaultStatus: '',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.th);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Turkish localisation for calendars datepicker for jQuery.
|
||
Written by Izzet Emre Erkan (kara@karalamalar.net). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.tr = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<geri',
|
||
prevStatus: 'önceki ayı göster',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: 'ileri>',
|
||
nextStatus: 'sonraki ayı göster',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'bugün',
|
||
currentStatus: '',
|
||
todayText: 'bugün',
|
||
todayStatus: '',
|
||
clearText: 'temizle',
|
||
clearStatus: 'geçerli tarihi temizler',
|
||
closeText: 'kapat',
|
||
closeStatus: 'sadece göstergeyi kapat',
|
||
yearStatus: 'başka yıl',
|
||
monthStatus: 'başka ay',
|
||
weekText: 'Hf',
|
||
weekStatus: 'Ayın haftaları',
|
||
dayStatus: 'D, M d seçiniz',
|
||
defaultStatus: 'Bir tarih seçiniz',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.tr);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Tatar localisation for calendars datepicker for jQuery.
|
||
Written by Irek Khaziev (khazirek@gmail.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.tt = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: 'Алдагы',
|
||
prevStatus: 'Алдагы айны күрсәтү',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: 'Алдагы елны күрсәтү',
|
||
nextText: 'Киләсе',
|
||
nextStatus: 'Киләсе айны күрсәтү',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: 'Киләсе елны күрсәтү',
|
||
currentText: 'Хәзер',
|
||
currentStatus: 'Хәзерге айны күрсәтү',
|
||
todayText: 'Бүген',
|
||
todayStatus: 'Бүгенге айны күрсәтү',
|
||
clearText: 'Чистарту',
|
||
clearStatus: 'Барлык көннәрне чистарту',
|
||
closeText: 'Ябарга',
|
||
closeStatus: 'Көн сайлауны ябарга',
|
||
yearStatus: 'Елны кертегез',
|
||
monthStatus: 'Айны кертегез',
|
||
weekText: 'Атна',
|
||
weekStatus: 'Елда атна саны',
|
||
dayStatus: 'DD, M d',
|
||
defaultStatus: 'Көнне сайлагыз',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.tt);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Ukrainian localisation for calendars datepicker for jQuery.
|
||
Written by Maxim Drogobitskiy (maxdao@gmail.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.uk = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<',
|
||
prevStatus: '',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '',
|
||
nextText: '>',
|
||
nextStatus: '',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '',
|
||
currentText: 'Сьогодні',
|
||
currentStatus: '',
|
||
todayText: 'Сьогодні',
|
||
todayStatus: '',
|
||
clearText: 'Очистити',
|
||
clearStatus: '',
|
||
closeText: 'Закрити',
|
||
closeStatus: '',
|
||
yearStatus: '',
|
||
monthStatus: '',
|
||
weekText: 'Не',
|
||
weekStatus: '',
|
||
dayStatus: 'DD, M d',
|
||
defaultStatus: '',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.uk);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Urdu localisation for calendars datepicker for jQuery.
|
||
Mansoor Munib -- mansoormunib@gmail.com <http://www.mansoor.co.nr/mansoor.html>
|
||
Thanks to Habib Ahmed,
|
||
ObaidUllah Anwar. */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.ur = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<گذشتہ',
|
||
prevStatus: 'ماه گذشتہ',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: 'برس گذشتہ',
|
||
nextText: 'آئندہ>',
|
||
nextStatus: 'ماه آئندہ',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: 'برس آئندہ',
|
||
currentText: 'رواں',
|
||
currentStatus: 'ماه رواں',
|
||
todayText: 'آج',
|
||
todayStatus: 'آج',
|
||
clearText: 'حذف تاريخ',
|
||
clearStatus: 'کریں حذف تاریخ',
|
||
closeText: 'کریں بند',
|
||
closeStatus: 'کیلئے کرنے بند',
|
||
yearStatus: 'برس تبدیلی',
|
||
monthStatus: 'ماه تبدیلی',
|
||
weekText: 'ہفتہ',
|
||
weekStatus: 'ہفتہ',
|
||
dayStatus: 'انتخاب D, M d',
|
||
defaultStatus: 'کریں منتخب تاريخ',
|
||
isRTL: true
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.ur);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Vietnamese localisation for calendars datepicker for jQuery.
|
||
Translated by Le Thanh Huy (lthanhhuy@cit.ctu.edu.vn). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions.vi = {
|
||
renderer: $.calendarsPicker.defaultRenderer,
|
||
prevText: '<Trước',
|
||
prevStatus: 'Tháng trước',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: 'Năm trước',
|
||
nextText: 'Tiếp>',
|
||
nextStatus: 'Tháng sau',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: 'Năm sau',
|
||
currentText: 'Hôm nay',
|
||
currentStatus: 'Tháng hiện tại',
|
||
todayText: 'Hôm nay',
|
||
todayStatus: 'Tháng hiện tại',
|
||
clearText: 'Xóa',
|
||
clearStatus: 'Xóa ngày hiện tại',
|
||
closeText: 'Đóng',
|
||
closeStatus: 'Đóng và không lưu lại thay đổi',
|
||
yearStatus: 'Năm khác',
|
||
monthStatus: 'Tháng khác',
|
||
weekText: 'Tu',
|
||
weekStatus: 'Tuần trong năm',
|
||
dayStatus: 'Đang chọn DD, \'ngày\' d M',
|
||
defaultStatus: 'Chọn ngày',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.vi);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Simplified Chinese localisation for calendars datepicker for jQuery.
|
||
Written by Cloudream (cloudream@gmail.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions['zh-CN'] = {
|
||
renderer: $.extend({},
|
||
$.calendarsPicker.defaultRenderer,
|
||
{month: $.calendarsPicker.defaultRenderer.month.replace(/monthHeader/, 'monthHeader:MM yyyy年')}),
|
||
prevText: '<上月',
|
||
prevStatus: '显示上月',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '显示上一年',
|
||
nextText: '下月>',
|
||
nextStatus: '显示下月',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '显示下一年',
|
||
currentText: '今天',
|
||
currentStatus: '显示本月',
|
||
todayText: '今天',
|
||
todayStatus: '显示本月',
|
||
clearText: '清除',
|
||
clearStatus: '清除已选日期',
|
||
closeText: '关闭',
|
||
closeStatus: '不改变当前选择',
|
||
yearStatus: '选择年份',
|
||
monthStatus: '选择月份',
|
||
weekText: '周',
|
||
weekStatus: '年内周次',
|
||
dayStatus: '选择 m月 d日, DD',
|
||
defaultStatus: '请选择日期',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions['zh-CN']);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Hong Kong Chinese localisation for calendars datepicker for jQuery.
|
||
Written by SCCY (samuelcychan@gmail.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions['zh-HK'] = {
|
||
renderer: $.extend({},
|
||
$.calendarsPicker.defaultRenderer,
|
||
{month: $.calendarsPicker.defaultRenderer.month.replace(/monthHeader/, 'monthHeader:yyyy年 MM')}),
|
||
prevText: '<上月',
|
||
prevStatus: '顯示上月',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '顯示上一年',
|
||
nextText: '下月>',
|
||
nextStatus: '顯示下月',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '顯示下一年',
|
||
currentText: '今天',
|
||
currentStatus: '顯示本月',
|
||
todayText: '今天',
|
||
todayStatus: '顯示本月',
|
||
clearText: '清除',
|
||
clearStatus: '清除已選日期',
|
||
closeText: '關閉',
|
||
closeStatus: '不改變目前的選擇',
|
||
yearStatus: '選擇年份',
|
||
monthStatus: '選擇月份',
|
||
weekText: '周',
|
||
weekStatus: '年內周次',
|
||
dayStatus: '選擇 m月 d日, DD',
|
||
defaultStatus: '請選擇日期',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions['zh-HK']);
|
||
})(jQuery);
|
||
|
||
/* http://keith-wood.name/calendars.html
|
||
Traditional Chinese localisation for calendars datepicker for jQuery.
|
||
Written by Ressol (ressol@gmail.com). */
|
||
(function($) {
|
||
'use strict';
|
||
$.calendarsPicker.regionalOptions['zh-TW'] = {
|
||
renderer: $.extend({},
|
||
$.calendarsPicker.defaultRenderer,
|
||
{month: $.calendarsPicker.defaultRenderer.month.replace(/monthHeader/, 'monthHeader:MM yyyy年')}),
|
||
prevText: '<上月',
|
||
prevStatus: '顯示上月',
|
||
prevJumpText: '<<',
|
||
prevJumpStatus: '顯示上一年',
|
||
nextText: '下月>',
|
||
nextStatus: '顯示下月',
|
||
nextJumpText: '>>',
|
||
nextJumpStatus: '顯示下一年',
|
||
currentText: '今天',
|
||
currentStatus: '顯示本月',
|
||
todayText: '今天',
|
||
todayStatus: '顯示本月',
|
||
clearText: '清除',
|
||
clearStatus: '清除已選日期',
|
||
closeText: '關閉',
|
||
closeStatus: '不改變目前的選擇',
|
||
yearStatus: '選擇年份',
|
||
monthStatus: '選擇月份',
|
||
weekText: '周',
|
||
weekStatus: '年內周次',
|
||
dayStatus: '選擇 m月 d日, DD',
|
||
defaultStatus: '請選擇日期',
|
||
isRTL: false
|
||
};
|
||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions['zh-TW']);
|
||
})(jQuery);
|