Revision 1574
Added by Luisehahne almost 14 years ago
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
|
| 13 | 13 |
=========================== add small Features 2.8.2 ========================== |
| 14 |
16 Jan-2012 Build 1574 Dietmar Woellbrink (Luisehahne) |
|
| 15 |
+ add instruction README.de.txt in form module |
|
| 16 |
! update jquery to jQuery 1.7.1 and jQuery UI 1.8.17 |
|
| 14 | 17 |
16 Jan-2012 Build 1573 Dietmar Woellbrink (Luisehahne) |
| 15 | 18 |
+ add automatically generated e-mail language form variable |
| 16 | 19 |
! send confirmation mail with details to superadmin from SERVER_EMAIL |
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-eo.js | ||
|---|---|---|
| 1 |
/* Esperanto initialisation for the jQuery UI date picker plugin. */
|
|
| 1 |
/* Esperanto initialisation for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Written by Olivier M. (olivierweb@ifrance.com). */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['eo'] = {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-fo.js | ||
|---|---|---|
| 1 |
/* Faroese initialisation for the jQuery UI date picker plugin */
|
|
| 1 |
/* Faroese initialisation for the jQuery UI date picker plugin */ |
|
| 2 | 2 |
/* Written by Sverri Mohr Olsen, sverrimo@gmail.com */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['fo'] = {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-bs.js | ||
|---|---|---|
| 1 |
/* Bosnian i18n for the jQuery UI date picker plugin. */
|
|
| 1 |
/* Bosnian i18n for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Written by Kenan Konjo. */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['bs'] = {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-ta.js | ||
|---|---|---|
| 1 |
/* Tamil (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
|
| 1 |
/* Tamil (UTF-8) initialisation for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Written by S A Sureshkumar (saskumar@live.com). */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['ta'] = {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-cs.js | ||
|---|---|---|
| 1 |
/* Czech initialisation for the jQuery UI date picker plugin. */
|
|
| 1 |
/* Czech initialisation for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Written by Tomas Muller (tomas@tomas-muller.net). */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['cs'] = {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-eu.js | ||
|---|---|---|
| 1 |
/* Euskarako oinarria 'UI date picker' jquery-ko extentsioarentzat */
|
|
| 1 |
/* Euskarako oinarria 'UI date picker' jquery-ko extentsioarentzat */ |
|
| 2 | 2 |
/* Karrikas-ek itzulia (karrikas@karrikas.com) */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['eu'] = {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-hu.js | ||
|---|---|---|
| 2 | 2 |
/* Written by Istvan Karaszi (jquery@spam.raszi.hu). */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['hu'] = {
|
| 5 |
closeText: 'bezárás',
|
|
| 6 |
prevText: '« vissza',
|
|
| 7 |
nextText: 'előre »',
|
|
| 5 |
closeText: 'bezár', |
|
| 6 |
prevText: 'vissza', |
|
| 7 |
nextText: 'előre', |
|
| 8 | 8 |
currentText: 'ma', |
| 9 | 9 |
monthNames: ['Január', 'Február', 'Március', 'Április', 'Május', 'Június', |
| 10 | 10 |
'Július', 'Augusztus', 'Szeptember', 'Október', 'November', 'December'], |
| 11 | 11 |
monthNamesShort: ['Jan', 'Feb', 'Már', 'Ápr', 'Máj', 'Jún', |
| 12 | 12 |
'Júl', 'Aug', 'Szep', 'Okt', 'Nov', 'Dec'], |
| 13 |
dayNames: ['Vasárnap', 'Hétfö', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat'],
|
|
| 13 |
dayNames: ['Vasárnap', 'Hétfő', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat'],
|
|
| 14 | 14 |
dayNamesShort: ['Vas', 'Hét', 'Ked', 'Sze', 'Csü', 'Pén', 'Szo'], |
| 15 | 15 |
dayNamesMin: ['V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'], |
| 16 |
weekHeader: 'Hé', |
|
| 17 |
dateFormat: 'yy-mm-dd',
|
|
| 16 |
weekHeader: 'Hét',
|
|
| 17 |
dateFormat: 'yy.mm.dd.',
|
|
| 18 | 18 |
firstDay: 1, |
| 19 | 19 |
isRTL: false, |
| 20 | 20 |
showMonthAfterYear: true, |
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-sk.js | ||
|---|---|---|
| 10 | 10 |
'Júl','August','September','Október','November','December'], |
| 11 | 11 |
monthNamesShort: ['Jan','Feb','Mar','Apr','Máj','Jún', |
| 12 | 12 |
'Júl','Aug','Sep','Okt','Nov','Dec'], |
| 13 |
dayNames: ['Nedel\'a','Pondelok','Utorok','Streda','Štvrtok','Piatok','Sobota'],
|
|
| 13 |
dayNames: ['Nedeľa','Pondelok','Utorok','Streda','Štvrtok','Piatok','Sobota'],
|
|
| 14 | 14 |
dayNamesShort: ['Ned','Pon','Uto','Str','Štv','Pia','Sob'], |
| 15 | 15 |
dayNamesMin: ['Ne','Po','Ut','St','Št','Pia','So'], |
| 16 | 16 |
weekHeader: 'Ty', |
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-vi.js | ||
|---|---|---|
| 1 |
/* Vietnamese initialisation for the jQuery UI date picker plugin. */
|
|
| 1 |
/* Vietnamese initialisation for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Translated by Le Thanh Huy (lthanhhuy@cit.ctu.edu.vn). */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['vi'] = {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-uk.js | ||
|---|---|---|
| 1 | 1 |
/* Ukrainian (UTF-8) initialisation for the jQuery UI date picker plugin. */ |
| 2 | 2 |
/* Written by Maxim Drogobitskiy (maxdao@gmail.com). */ |
| 3 |
/* Corrected by Igor Milla (igor.fsp.milla@gmail.com). */ |
|
| 3 | 4 |
jQuery(function($){
|
| 4 | 5 |
$.datepicker.regional['uk'] = {
|
| 5 | 6 |
closeText: 'Закрити', |
| ... | ... | |
| 13 | 14 |
dayNames: ['неділя','понеділок','вівторок','середа','четвер','п’ятниця','субота'], |
| 14 | 15 |
dayNamesShort: ['нед','пнд','вів','срд','чтв','птн','сбт'], |
| 15 | 16 |
dayNamesMin: ['Нд','Пн','Вт','Ср','Чт','Пт','Сб'], |
| 16 |
weekHeader: 'Не',
|
|
| 17 |
weekHeader: 'Тиж',
|
|
| 17 | 18 |
dateFormat: 'dd/mm/yy', |
| 18 | 19 |
firstDay: 1, |
| 19 | 20 |
isRTL: false, |
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-ro.js | ||
|---|---|---|
| 1 |
/* Romanian initialisation for the jQuery UI date picker plugin.
|
|
| 1 |
/* Romanian initialisation for the jQuery UI date picker plugin. |
|
| 2 | 2 |
* |
| 3 | 3 |
* Written by Edmond L. (ll_edmond@walla.com) |
| 4 | 4 |
* and Ionut G. Stan (ionut.g.stan@gmail.com) |
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-sq.js | ||
|---|---|---|
| 1 |
/* Albanian initialisation for the jQuery UI date picker plugin. */
|
|
| 1 |
/* Albanian initialisation for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Written by Flakron Bytyqi (flakron@gmail.com). */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['sq'] = {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-af.js | ||
|---|---|---|
| 1 |
/* Afrikaans initialisation for the jQuery UI date picker plugin. */
|
|
| 1 |
/* Afrikaans initialisation for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Written by Renier Pretorius. */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['af'] = {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-fr-CH.js | ||
|---|---|---|
| 1 |
/* Swiss-French initialisation for the jQuery UI date picker plugin. */
|
|
| 1 |
/* Swiss-French initialisation for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Written Martin Voelkle (martin.voelkle@e-tc.ch). */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['fr-CH'] = {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-el.js | ||
|---|---|---|
| 1 |
/* Greek (el) initialisation for the jQuery UI date picker plugin. */
|
|
| 1 |
/* Greek (el) initialisation for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Written by Alex Cicovic (http://www.alexcicovic.com) */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['el'] = {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-ar.js | ||
|---|---|---|
| 1 |
/* Arabic Translation for jQuery UI date picker plugin. */
|
|
| 1 |
/* Arabic Translation for jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Khaled Alhourani -- me@khaledalhourani.com */ |
| 3 | 3 |
/* NOTE: monthNames are the original months names and they are the Arabic names, not the new months name فبراير - يناير and there isn't any Arabic roots for these months */ |
| 4 | 4 |
jQuery(function($){
|
| ... | ... | |
| 7 | 7 |
prevText: '<السابق', |
| 8 | 8 |
nextText: 'التالي>', |
| 9 | 9 |
currentText: 'اليوم', |
| 10 |
monthNames: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'آذار', 'حزيران',
|
|
| 10 |
monthNames: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'مايو', 'حزيران',
|
|
| 11 | 11 |
'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], |
| 12 | 12 |
monthNamesShort: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], |
| 13 | 13 |
dayNames: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], |
| branches/2.8.x/wb/include/jquery/i18n/jquery-ui-i18n.js | ||
|---|---|---|
| 1 |
/* Afrikaans initialisation for the jQuery UI date picker plugin. */
|
|
| 1 |
/* Afrikaans initialisation for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Written by Renier Pretorius. */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['af'] = {
|
| ... | ... | |
| 44 | 44 |
yearSuffix: ''}; |
| 45 | 45 |
$.datepicker.setDefaults($.datepicker.regional['ar-DZ']); |
| 46 | 46 |
}); |
| 47 |
/* Arabic Translation for jQuery UI date picker plugin. */
|
|
| 47 |
/* Arabic Translation for jQuery UI date picker plugin. */ |
|
| 48 | 48 |
/* Khaled Alhourani -- me@khaledalhourani.com */ |
| 49 | 49 |
/* NOTE: monthNames are the original months names and they are the Arabic names, not the new months name فبراير - يناير and there isn't any Arabic roots for these months */ |
| 50 | 50 |
jQuery(function($){
|
| ... | ... | |
| 53 | 53 |
prevText: '<السابق', |
| 54 | 54 |
nextText: 'التالي>', |
| 55 | 55 |
currentText: 'اليوم', |
| 56 |
monthNames: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'آذار', 'حزيران',
|
|
| 56 |
monthNames: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'مايو', 'حزيران',
|
|
| 57 | 57 |
'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], |
| 58 | 58 |
monthNamesShort: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], |
| 59 | 59 |
dayNames: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], |
| ... | ... | |
| 66 | 66 |
showMonthAfterYear: false, |
| 67 | 67 |
yearSuffix: ''}; |
| 68 | 68 |
$.datepicker.setDefaults($.datepicker.regional['ar']); |
| 69 |
});/* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
|
| 69 |
});/* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */ |
|
| 70 | 70 |
/* Written by Jamil Najafov (necefov33@gmail.com). */ |
| 71 | 71 |
jQuery(function($) {
|
| 72 | 72 |
$.datepicker.regional['az'] = {
|
| ... | ... | |
| 88 | 88 |
showMonthAfterYear: false, |
| 89 | 89 |
yearSuffix: ''}; |
| 90 | 90 |
$.datepicker.setDefaults($.datepicker.regional['az']); |
| 91 |
});/* Bulgarian initialisation for the jQuery UI date picker plugin. */
|
|
| 91 |
});/* Bulgarian initialisation for the jQuery UI date picker plugin. */ |
|
| 92 | 92 |
/* Written by Stoyan Kyosev (http://svest.org). */ |
| 93 | 93 |
jQuery(function($){
|
| 94 | 94 |
$.datepicker.regional['bg'] = {
|
| ... | ... | |
| 112 | 112 |
yearSuffix: ''}; |
| 113 | 113 |
$.datepicker.setDefaults($.datepicker.regional['bg']); |
| 114 | 114 |
}); |
| 115 |
/* Bosnian i18n for the jQuery UI date picker plugin. */
|
|
| 115 |
/* Bosnian i18n for the jQuery UI date picker plugin. */ |
|
| 116 | 116 |
/* Written by Kenan Konjo. */ |
| 117 | 117 |
jQuery(function($){
|
| 118 | 118 |
$.datepicker.regional['bs'] = {
|
| ... | ... | |
| 156 | 156 |
showMonthAfterYear: false, |
| 157 | 157 |
yearSuffix: ''}; |
| 158 | 158 |
$.datepicker.setDefaults($.datepicker.regional['ca']); |
| 159 |
});/* Czech initialisation for the jQuery UI date picker plugin. */
|
|
| 159 |
});/* Czech initialisation for the jQuery UI date picker plugin. */ |
|
| 160 | 160 |
/* Written by Tomas Muller (tomas@tomas-muller.net). */ |
| 161 | 161 |
jQuery(function($){
|
| 162 | 162 |
$.datepicker.regional['cs'] = {
|
| ... | ... | |
| 179 | 179 |
yearSuffix: ''}; |
| 180 | 180 |
$.datepicker.setDefaults($.datepicker.regional['cs']); |
| 181 | 181 |
}); |
| 182 |
/* Danish initialisation for the jQuery UI date picker plugin. */ |
|
| 182 |
/* Welsh/UK initialisation for the jQuery UI date picker plugin. */ |
|
| 183 |
/* Written by William Griffiths. */ |
|
| 184 |
jQuery(function($){
|
|
| 185 |
$.datepicker.regional['cy-GB'] = {
|
|
| 186 |
closeText: 'Done', |
|
| 187 |
prevText: 'Prev', |
|
| 188 |
nextText: 'Next', |
|
| 189 |
currentText: 'Today', |
|
| 190 |
monthNames: ['Ionawr','Chwefror','Mawrth','Ebrill','Mai','Mehefin', |
|
| 191 |
'Gorffennaf','Awst','Medi','Hydref','Tachwedd','Rhagfyr'], |
|
| 192 |
monthNamesShort: ['Ion', 'Chw', 'Maw', 'Ebr', 'Mai', 'Meh', |
|
| 193 |
'Gor', 'Aws', 'Med', 'Hyd', 'Tac', 'Rha'], |
|
| 194 |
dayNames: ['Dydd Sul', 'Dydd Llun', 'Dydd Mawrth', 'Dydd Mercher', 'Dydd Iau', 'Dydd Gwener', 'Dydd Sadwrn'], |
|
| 195 |
dayNamesShort: ['Sul', 'Llu', 'Maw', 'Mer', 'Iau', 'Gwe', 'Sad'], |
|
| 196 |
dayNamesMin: ['Su','Ll','Ma','Me','Ia','Gw','Sa'], |
|
| 197 |
weekHeader: 'Wy', |
|
| 198 |
dateFormat: 'dd/mm/yy', |
|
| 199 |
firstDay: 1, |
|
| 200 |
isRTL: false, |
|
| 201 |
showMonthAfterYear: false, |
|
| 202 |
yearSuffix: ''}; |
|
| 203 |
$.datepicker.setDefaults($.datepicker.regional['cy-GB']); |
|
| 204 |
});/* Danish initialisation for the jQuery UI date picker plugin. */ |
|
| 183 | 205 |
/* Written by Jan Christensen ( deletestuff@gmail.com). */ |
| 184 | 206 |
jQuery(function($){
|
| 185 | 207 |
$.datepicker.regional['da'] = {
|
| ... | ... | |
| 202 | 224 |
yearSuffix: ''}; |
| 203 | 225 |
$.datepicker.setDefaults($.datepicker.regional['da']); |
| 204 | 226 |
}); |
| 205 |
/* German initialisation for the jQuery UI date picker plugin. */
|
|
| 227 |
/* German initialisation for the jQuery UI date picker plugin. */ |
|
| 206 | 228 |
/* Written by Milian Wolff (mail@milianw.de). */ |
| 207 | 229 |
jQuery(function($){
|
| 208 | 230 |
$.datepicker.regional['de'] = {
|
| ... | ... | |
| 225 | 247 |
yearSuffix: ''}; |
| 226 | 248 |
$.datepicker.setDefaults($.datepicker.regional['de']); |
| 227 | 249 |
}); |
| 228 |
/* Greek (el) initialisation for the jQuery UI date picker plugin. */
|
|
| 250 |
/* Greek (el) initialisation for the jQuery UI date picker plugin. */ |
|
| 229 | 251 |
/* Written by Alex Cicovic (http://www.alexcicovic.com) */ |
| 230 | 252 |
jQuery(function($){
|
| 231 | 253 |
$.datepicker.regional['el'] = {
|
| ... | ... | |
| 270 | 292 |
yearSuffix: ''}; |
| 271 | 293 |
$.datepicker.setDefaults($.datepicker.regional['en-AU']); |
| 272 | 294 |
}); |
| 273 |
/* English/UK initialisation for the jQuery UI date picker plugin. */
|
|
| 295 |
/* English/UK initialisation for the jQuery UI date picker plugin. */ |
|
| 274 | 296 |
/* Written by Stuart. */ |
| 275 | 297 |
jQuery(function($){
|
| 276 | 298 |
$.datepicker.regional['en-GB'] = {
|
| ... | ... | |
| 316 | 338 |
yearSuffix: ''}; |
| 317 | 339 |
$.datepicker.setDefaults($.datepicker.regional['en-NZ']); |
| 318 | 340 |
}); |
| 319 |
/* Esperanto initialisation for the jQuery UI date picker plugin. */
|
|
| 341 |
/* Esperanto initialisation for the jQuery UI date picker plugin. */ |
|
| 320 | 342 |
/* Written by Olivier M. (olivierweb@ifrance.com). */ |
| 321 | 343 |
jQuery(function($){
|
| 322 | 344 |
$.datepicker.regional['eo'] = {
|
| ... | ... | |
| 361 | 383 |
showMonthAfterYear: false, |
| 362 | 384 |
yearSuffix: ''}; |
| 363 | 385 |
$.datepicker.setDefaults($.datepicker.regional['es']); |
| 364 |
});/* Estonian initialisation for the jQuery UI date picker plugin. */
|
|
| 386 |
});/* Estonian initialisation for the jQuery UI date picker plugin. */ |
|
| 365 | 387 |
/* Written by Mart Sõmermaa (mrts.pydev at gmail com). */ |
| 366 | 388 |
jQuery(function($){
|
| 367 | 389 |
$.datepicker.regional['et'] = {
|
| ... | ... | |
| 383 | 405 |
showMonthAfterYear: false, |
| 384 | 406 |
yearSuffix: ''}; |
| 385 | 407 |
$.datepicker.setDefaults($.datepicker.regional['et']); |
| 386 |
}); /* Euskarako oinarria 'UI date picker' jquery-ko extentsioarentzat */
|
|
| 408 |
}); /* Euskarako oinarria 'UI date picker' jquery-ko extentsioarentzat */ |
|
| 387 | 409 |
/* Karrikas-ek itzulia (karrikas@karrikas.com) */ |
| 388 | 410 |
jQuery(function($){
|
| 389 | 411 |
$.datepicker.regional['eu'] = {
|
| ... | ... | |
| 405 | 427 |
showMonthAfterYear: false, |
| 406 | 428 |
yearSuffix: ''}; |
| 407 | 429 |
$.datepicker.setDefaults($.datepicker.regional['eu']); |
| 408 |
});/* Persian (Farsi) Translation for the jQuery UI date picker plugin. */
|
|
| 430 |
});/* Persian (Farsi) Translation for the jQuery UI date picker plugin. */ |
|
| 409 | 431 |
/* Javad Mowlanezhad -- jmowla@gmail.com */ |
| 410 | 432 |
/* Jalali calendar should supported soon! (Its implemented but I have to test it) */ |
| 411 | 433 |
jQuery(function($) {
|
| ... | ... | |
| 450 | 472 |
yearSuffix: ''}; |
| 451 | 473 |
$.datepicker.setDefaults($.datepicker.regional['fi']); |
| 452 | 474 |
}); |
| 453 |
/* Faroese initialisation for the jQuery UI date picker plugin */
|
|
| 475 |
/* Faroese initialisation for the jQuery UI date picker plugin */ |
|
| 454 | 476 |
/* Written by Sverri Mohr Olsen, sverrimo@gmail.com */ |
| 455 | 477 |
jQuery(function($){
|
| 456 | 478 |
$.datepicker.regional['fo'] = {
|
| ... | ... | |
| 473 | 495 |
yearSuffix: ''}; |
| 474 | 496 |
$.datepicker.setDefaults($.datepicker.regional['fo']); |
| 475 | 497 |
}); |
| 476 |
/* Swiss-French initialisation for the jQuery UI date picker plugin. */
|
|
| 498 |
/* Swiss-French initialisation for the jQuery UI date picker plugin. */ |
|
| 477 | 499 |
/* Written Martin Voelkle (martin.voelkle@e-tc.ch). */ |
| 478 | 500 |
jQuery(function($){
|
| 479 | 501 |
$.datepicker.regional['fr-CH'] = {
|
| ... | ... | |
| 495 | 517 |
showMonthAfterYear: false, |
| 496 | 518 |
yearSuffix: ''}; |
| 497 | 519 |
$.datepicker.setDefaults($.datepicker.regional['fr-CH']); |
| 498 |
});/* French initialisation for the jQuery UI date picker plugin. */
|
|
| 520 |
});/* French initialisation for the jQuery UI date picker plugin. */ |
|
| 499 | 521 |
/* Written by Keith Wood (kbwood{at}iinet.com.au),
|
| 500 | 522 |
Stéphane Nahmani (sholby@sholby.net), |
| 501 | 523 |
Stéphane Raimbault <stephane.raimbault@gmail.com> */ |
| ... | ... | |
| 542 | 564 |
showMonthAfterYear: false, |
| 543 | 565 |
yearSuffix: ''}; |
| 544 | 566 |
$.datepicker.setDefaults($.datepicker.regional['gl']); |
| 545 |
});/* Hebrew initialisation for the UI Datepicker extension. */
|
|
| 567 |
});/* Hebrew initialisation for the UI Datepicker extension. */ |
|
| 546 | 568 |
/* Written by Amir Hardon (ahardon at gmail dot com). */ |
| 547 | 569 |
jQuery(function($){
|
| 548 | 570 |
$.datepicker.regional['he'] = {
|
| ... | ... | |
| 565 | 587 |
yearSuffix: ''}; |
| 566 | 588 |
$.datepicker.setDefaults($.datepicker.regional['he']); |
| 567 | 589 |
}); |
| 568 |
/* Croatian i18n for the jQuery UI date picker plugin. */
|
|
| 590 |
/* Croatian i18n for the jQuery UI date picker plugin. */ |
|
| 569 | 591 |
/* Written by Vjekoslav Nesek. */ |
| 570 | 592 |
jQuery(function($){
|
| 571 | 593 |
$.datepicker.regional['hr'] = {
|
| ... | ... | |
| 591 | 613 |
/* Written by Istvan Karaszi (jquery@spam.raszi.hu). */ |
| 592 | 614 |
jQuery(function($){
|
| 593 | 615 |
$.datepicker.regional['hu'] = {
|
| 594 |
closeText: 'bezárás',
|
|
| 595 |
prevText: '« vissza',
|
|
| 596 |
nextText: 'előre »',
|
|
| 616 |
closeText: 'bezár', |
|
| 617 |
prevText: 'vissza', |
|
| 618 |
nextText: 'előre', |
|
| 597 | 619 |
currentText: 'ma', |
| 598 | 620 |
monthNames: ['Január', 'Február', 'Március', 'Április', 'Május', 'Június', |
| 599 | 621 |
'Július', 'Augusztus', 'Szeptember', 'Október', 'November', 'December'], |
| 600 | 622 |
monthNamesShort: ['Jan', 'Feb', 'Már', 'Ápr', 'Máj', 'Jún', |
| 601 | 623 |
'Júl', 'Aug', 'Szep', 'Okt', 'Nov', 'Dec'], |
| 602 |
dayNames: ['Vasárnap', 'Hétfö', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat'],
|
|
| 624 |
dayNames: ['Vasárnap', 'Hétfő', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat'],
|
|
| 603 | 625 |
dayNamesShort: ['Vas', 'Hét', 'Ked', 'Sze', 'Csü', 'Pén', 'Szo'], |
| 604 | 626 |
dayNamesMin: ['V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'], |
| 605 |
weekHeader: 'Hé', |
|
| 606 |
dateFormat: 'yy-mm-dd',
|
|
| 627 |
weekHeader: 'Hét',
|
|
| 628 |
dateFormat: 'yy.mm.dd.',
|
|
| 607 | 629 |
firstDay: 1, |
| 608 | 630 |
isRTL: false, |
| 609 | 631 |
showMonthAfterYear: true, |
| ... | ... | |
| 699 | 721 |
yearSuffix: ''}; |
| 700 | 722 |
$.datepicker.setDefaults($.datepicker.regional['it']); |
| 701 | 723 |
}); |
| 702 |
/* Japanese initialisation for the jQuery UI date picker plugin. */
|
|
| 724 |
/* Japanese initialisation for the jQuery UI date picker plugin. */ |
|
| 703 | 725 |
/* Written by Kentaro SATO (kentaro@ranvis.com). */ |
| 704 | 726 |
jQuery(function($){
|
| 705 | 727 |
$.datepicker.regional['ja'] = {
|
| ... | ... | |
| 721 | 743 |
showMonthAfterYear: true, |
| 722 | 744 |
yearSuffix: '年'}; |
| 723 | 745 |
$.datepicker.setDefaults($.datepicker.regional['ja']); |
| 724 |
});/* Korean initialisation for the jQuery calendar extension. */ |
|
| 746 |
});/* Kazakh (UTF-8) initialisation for the jQuery UI date picker plugin. */ |
|
| 747 |
/* Written by Dmitriy Karasyov (dmitriy.karasyov@gmail.com). */ |
|
| 748 |
jQuery(function($){
|
|
| 749 |
$.datepicker.regional['kk'] = {
|
|
| 750 |
closeText: 'Жабу', |
|
| 751 |
prevText: '<Алдыңғы', |
|
| 752 |
nextText: 'Келесі>', |
|
| 753 |
currentText: 'Бүгін', |
|
| 754 |
monthNames: ['Қаңтар','Ақпан','Наурыз','Сәуір','Мамыр','Маусым', |
|
| 755 |
'Шілде','Тамыз','Қыркүйек','Қазан','Қараша','Желтоқсан'], |
|
| 756 |
monthNamesShort: ['Қаң','Ақп','Нау','Сәу','Мам','Мау', |
|
| 757 |
'Шіл','Там','Қыр','Қаз','Қар','Жел'], |
|
| 758 |
dayNames: ['Жексенбі','Дүйсенбі','Сейсенбі','Сәрсенбі','Бейсенбі','Жұма','Сенбі'], |
|
| 759 |
dayNamesShort: ['жкс','дсн','ссн','срс','бсн','жма','снб'], |
|
| 760 |
dayNamesMin: ['Жк','Дс','Сс','Ср','Бс','Жм','Сн'], |
|
| 761 |
weekHeader: 'Не', |
|
| 762 |
dateFormat: 'dd.mm.yy', |
|
| 763 |
firstDay: 1, |
|
| 764 |
isRTL: false, |
|
| 765 |
showMonthAfterYear: false, |
|
| 766 |
yearSuffix: ''}; |
|
| 767 |
$.datepicker.setDefaults($.datepicker.regional['kk']); |
|
| 768 |
}); |
|
| 769 |
/* Korean initialisation for the jQuery calendar extension. */ |
|
| 725 | 770 |
/* Written by DaeKwon Kang (ncrash.dk@gmail.com). */ |
| 726 | 771 |
jQuery(function($){
|
| 727 | 772 |
$.datepicker.regional['ko'] = {
|
| ... | ... | |
| 743 | 788 |
showMonthAfterYear: false, |
| 744 | 789 |
yearSuffix: '년'}; |
| 745 | 790 |
$.datepicker.setDefaults($.datepicker.regional['ko']); |
| 746 |
});/* Kazakh (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
|
| 747 |
/* Written by Dmitriy Karasyov (dmitriy.karasyov@gmail.com). */
|
|
| 791 |
});/* Luxembourgish initialisation for the jQuery UI date picker plugin. */
|
|
| 792 |
/* Written by Michel Weimerskirch <michel@weimerskirch.net> */
|
|
| 748 | 793 |
jQuery(function($){
|
| 749 |
$.datepicker.regional['kz'] = {
|
|
| 750 |
closeText: 'Жабу',
|
|
| 751 |
prevText: '<Алдыңғы',
|
|
| 752 |
nextText: 'Келесі>',
|
|
| 753 |
currentText: 'Бүгін',
|
|
| 754 |
monthNames: ['Қаңтар','Ақпан','Наурыз','Сәуір','Мамыр','Маусым',
|
|
| 755 |
'Шілде','Тамыз','Қыркүйек','Қазан','Қараша','Желтоқсан'],
|
|
| 756 |
monthNamesShort: ['Қаң','Ақп','Нау','Сәу','Мам','Мау',
|
|
| 757 |
'Шіл','Там','Қыр','Қаз','Қар','Жел'],
|
|
| 758 |
dayNames: ['Жексенбі','Дүйсенбі','Сейсенбі','Сәрсенбі','Бейсенбі','Жұма','Сенбі'],
|
|
| 759 |
dayNamesShort: ['жкс','дсн','ссн','срс','бсн','жма','снб'],
|
|
| 760 |
dayNamesMin: ['Жк','Дс','Сс','Ср','Бс','Жм','Сн'],
|
|
| 761 |
weekHeader: 'Не',
|
|
| 794 |
$.datepicker.regional['lb'] = {
|
|
| 795 |
closeText: 'Fäerdeg',
|
|
| 796 |
prevText: 'Zréck',
|
|
| 797 |
nextText: 'Weider',
|
|
| 798 |
currentText: 'Haut',
|
|
| 799 |
monthNames: ['Januar','Februar','Mäerz','Abrëll','Mee','Juni',
|
|
| 800 |
'Juli','August','September','Oktober','November','Dezember'],
|
|
| 801 |
monthNamesShort: ['Jan', 'Feb', 'Mäe', 'Abr', 'Mee', 'Jun',
|
|
| 802 |
'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'],
|
|
| 803 |
dayNames: ['Sonndeg', 'Méindeg', 'Dënschdeg', 'Mëttwoch', 'Donneschdeg', 'Freideg', 'Samschdeg'],
|
|
| 804 |
dayNamesShort: ['Son', 'Méi', 'Dën', 'Mët', 'Don', 'Fre', 'Sam'],
|
|
| 805 |
dayNamesMin: ['So','Mé','Dë','Më','Do','Fr','Sa'],
|
|
| 806 |
weekHeader: 'W',
|
|
| 762 | 807 |
dateFormat: 'dd.mm.yy', |
| 763 | 808 |
firstDay: 1, |
| 764 | 809 |
isRTL: false, |
| 765 | 810 |
showMonthAfterYear: false, |
| 766 | 811 |
yearSuffix: ''}; |
| 767 |
$.datepicker.setDefaults($.datepicker.regional['kz']);
|
|
| 812 |
$.datepicker.setDefaults($.datepicker.regional['lb']);
|
|
| 768 | 813 |
}); |
| 769 | 814 |
/* Lithuanian (UTF-8) initialisation for the jQuery UI date picker plugin. */ |
| 770 | 815 |
/* @author Arturas Paleicikas <arturas@avalon.lt> */ |
| ... | ... | |
| 810 | 855 |
showMonthAfterYear: false, |
| 811 | 856 |
yearSuffix: ''}; |
| 812 | 857 |
$.datepicker.setDefaults($.datepicker.regional['lv']); |
| 813 |
});/* Malayalam (UTF-8) initialisation for the jQuery UI date picker plugin. */ |
|
| 858 |
});/* Macedonian i18n for the jQuery UI date picker plugin. */ |
|
| 859 |
/* Written by Stojce Slavkovski. */ |
|
| 860 |
jQuery(function($){
|
|
| 861 |
$.datepicker.regional['mk'] = {
|
|
| 862 |
closeText: 'Затвори', |
|
| 863 |
prevText: '<', |
|
| 864 |
nextText: '>', |
|
| 865 |
currentText: 'Денес', |
|
| 866 |
monthNames: ['Јануари','Фебруари','Март','Април','Мај','Јуни', |
|
| 867 |
'Јули','Август','Септември','Октомври','Ноември','Декември'], |
|
| 868 |
monthNamesShort: ['Јан','Феб','Мар','Апр','Мај','Јун', |
|
| 869 |
'Јул','Авг','Сеп','Окт','Ное','Дек'], |
|
| 870 |
dayNames: ['Недела','Понеделник','Вторник','Среда','Четврток','Петок','Сабота'], |
|
| 871 |
dayNamesShort: ['Нед','Пон','Вто','Сре','Чет','Пет','Саб'], |
|
| 872 |
dayNamesMin: ['Не','По','Вт','Ср','Че','Пе','Са'], |
|
| 873 |
weekHeader: 'Сед', |
|
| 874 |
dateFormat: 'dd/mm/yy', |
|
| 875 |
firstDay: 1, |
|
| 876 |
isRTL: false, |
|
| 877 |
showMonthAfterYear: false, |
|
| 878 |
yearSuffix: ''}; |
|
| 879 |
$.datepicker.setDefaults($.datepicker.regional['mk']); |
|
| 880 |
}); |
|
| 881 |
/* Malayalam (UTF-8) initialisation for the jQuery UI date picker plugin. */ |
|
| 814 | 882 |
/* Written by Saji Nediyanchath (saji89@gmail.com). */ |
| 815 | 883 |
jQuery(function($){
|
| 816 | 884 |
$.datepicker.regional['ml'] = {
|
| ... | ... | |
| 855 | 923 |
showMonthAfterYear: false, |
| 856 | 924 |
yearSuffix: ''}; |
| 857 | 925 |
$.datepicker.setDefaults($.datepicker.regional['ms']); |
| 858 |
});/* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */ |
|
| 926 |
});/* Dutch (Belgium) initialisation for the jQuery UI date picker plugin. */ |
|
| 927 |
/* David De Sloovere @DavidDeSloovere */ |
|
| 928 |
jQuery(function($){
|
|
| 929 |
$.datepicker.regional['nl-BE'] = {
|
|
| 930 |
closeText: 'Sluiten', |
|
| 931 |
prevText: '←', |
|
| 932 |
nextText: '→', |
|
| 933 |
currentText: 'Vandaag', |
|
| 934 |
monthNames: ['januari', 'februari', 'maart', 'april', 'mei', 'juni', |
|
| 935 |
'juli', 'augustus', 'september', 'oktober', 'november', 'december'], |
|
| 936 |
monthNamesShort: ['jan', 'feb', 'mrt', 'apr', 'mei', 'jun', |
|
| 937 |
'jul', 'aug', 'sep', 'okt', 'nov', 'dec'], |
|
| 938 |
dayNames: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'], |
|
| 939 |
dayNamesShort: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'], |
|
| 940 |
dayNamesMin: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'], |
|
| 941 |
weekHeader: 'Wk', |
|
| 942 |
dateFormat: 'dd/mm/yy', |
|
| 943 |
firstDay: 1, |
|
| 944 |
isRTL: false, |
|
| 945 |
showMonthAfterYear: false, |
|
| 946 |
yearSuffix: ''}; |
|
| 947 |
$.datepicker.setDefaults($.datepicker.regional['nl-BE']); |
|
| 948 |
});/* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */ |
|
| 859 | 949 |
/* Written by Mathias Bynens <http://mathiasbynens.be/> */ |
| 860 | 950 |
jQuery(function($){
|
| 861 | 951 |
$.datepicker.regional.nl = {
|
| ... | ... | |
| 865 | 955 |
currentText: 'Vandaag', |
| 866 | 956 |
monthNames: ['januari', 'februari', 'maart', 'april', 'mei', 'juni', |
| 867 | 957 |
'juli', 'augustus', 'september', 'oktober', 'november', 'december'], |
| 868 |
monthNamesShort: ['jan', 'feb', 'maa', 'apr', 'mei', 'jun',
|
|
| 958 |
monthNamesShort: ['jan', 'feb', 'mrt', 'apr', 'mei', 'jun',
|
|
| 869 | 959 |
'jul', 'aug', 'sep', 'okt', 'nov', 'dec'], |
| 870 | 960 |
dayNames: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'], |
| 871 | 961 |
dayNamesShort: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'], |
| 872 | 962 |
dayNamesMin: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'], |
| 873 | 963 |
weekHeader: 'Wk', |
| 874 |
dateFormat: 'dd/mm/yy',
|
|
| 964 |
dateFormat: 'dd-mm-yy',
|
|
| 875 | 965 |
firstDay: 1, |
| 876 | 966 |
isRTL: false, |
| 877 | 967 |
showMonthAfterYear: false, |
| ... | ... | |
| 987 | 1077 |
yearSuffix: ''}; |
| 988 | 1078 |
$.datepicker.setDefaults($.datepicker.regional['rm']); |
| 989 | 1079 |
}); |
| 990 |
/* Romanian initialisation for the jQuery UI date picker plugin.
|
|
| 1080 |
/* Romanian initialisation for the jQuery UI date picker plugin. |
|
| 991 | 1081 |
* |
| 992 | 1082 |
* Written by Edmond L. (ll_edmond@walla.com) |
| 993 | 1083 |
* and Ionut G. Stan (ionut.g.stan@gmail.com) |
| ... | ... | |
| 1047 | 1137 |
'Júl','August','September','Október','November','December'], |
| 1048 | 1138 |
monthNamesShort: ['Jan','Feb','Mar','Apr','Máj','Jún', |
| 1049 | 1139 |
'Júl','Aug','Sep','Okt','Nov','Dec'], |
| 1050 |
dayNames: ['Nedel\'a','Pondelok','Utorok','Streda','Štvrtok','Piatok','Sobota'],
|
|
| 1140 |
dayNames: ['Nedeľa','Pondelok','Utorok','Streda','Štvrtok','Piatok','Sobota'],
|
|
| 1051 | 1141 |
dayNamesShort: ['Ned','Pon','Uto','Str','Štv','Pia','Sob'], |
| 1052 | 1142 |
dayNamesMin: ['Ne','Po','Ut','St','Št','Pia','So'], |
| 1053 | 1143 |
weekHeader: 'Ty', |
| ... | ... | |
| 1082 | 1172 |
yearSuffix: ''}; |
| 1083 | 1173 |
$.datepicker.setDefaults($.datepicker.regional['sl']); |
| 1084 | 1174 |
}); |
| 1085 |
/* Albanian initialisation for the jQuery UI date picker plugin. */
|
|
| 1175 |
/* Albanian initialisation for the jQuery UI date picker plugin. */ |
|
| 1086 | 1176 |
/* Written by Flakron Bytyqi (flakron@gmail.com). */ |
| 1087 | 1177 |
jQuery(function($){
|
| 1088 | 1178 |
$.datepicker.regional['sq'] = {
|
| ... | ... | |
| 1105 | 1195 |
yearSuffix: ''}; |
| 1106 | 1196 |
$.datepicker.setDefaults($.datepicker.regional['sq']); |
| 1107 | 1197 |
}); |
| 1108 |
/* Serbian i18n for the jQuery UI date picker plugin. */
|
|
| 1198 |
/* Serbian i18n for the jQuery UI date picker plugin. */ |
|
| 1109 | 1199 |
/* Written by Dejan Dimić. */ |
| 1110 | 1200 |
jQuery(function($){
|
| 1111 | 1201 |
$.datepicker.regional['sr-SR'] = {
|
| ... | ... | |
| 1128 | 1218 |
yearSuffix: ''}; |
| 1129 | 1219 |
$.datepicker.setDefaults($.datepicker.regional['sr-SR']); |
| 1130 | 1220 |
}); |
| 1131 |
/* Serbian i18n for the jQuery UI date picker plugin. */
|
|
| 1221 |
/* Serbian i18n for the jQuery UI date picker plugin. */ |
|
| 1132 | 1222 |
/* Written by Dejan Dimić. */ |
| 1133 | 1223 |
jQuery(function($){
|
| 1134 | 1224 |
$.datepicker.regional['sr'] = {
|
| ... | ... | |
| 1151 | 1241 |
yearSuffix: ''}; |
| 1152 | 1242 |
$.datepicker.setDefaults($.datepicker.regional['sr']); |
| 1153 | 1243 |
}); |
| 1154 |
/* Swedish initialisation for the jQuery UI date picker plugin. */
|
|
| 1244 |
/* Swedish initialisation for the jQuery UI date picker plugin. */ |
|
| 1155 | 1245 |
/* Written by Anders Ekdahl ( anders@nomadiz.se). */ |
| 1156 | 1246 |
jQuery(function($){
|
| 1157 | 1247 |
$.datepicker.regional['sv'] = {
|
| ... | ... | |
| 1174 | 1264 |
yearSuffix: ''}; |
| 1175 | 1265 |
$.datepicker.setDefaults($.datepicker.regional['sv']); |
| 1176 | 1266 |
}); |
| 1177 |
/* Tamil (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
|
| 1267 |
/* Tamil (UTF-8) initialisation for the jQuery UI date picker plugin. */ |
|
| 1178 | 1268 |
/* Written by S A Sureshkumar (saskumar@live.com). */ |
| 1179 | 1269 |
jQuery(function($){
|
| 1180 | 1270 |
$.datepicker.regional['ta'] = {
|
| ... | ... | |
| 1197 | 1287 |
yearSuffix: ''}; |
| 1198 | 1288 |
$.datepicker.setDefaults($.datepicker.regional['ta']); |
| 1199 | 1289 |
}); |
| 1200 |
/* Thai initialisation for the jQuery UI date picker plugin. */
|
|
| 1290 |
/* Thai initialisation for the jQuery UI date picker plugin. */ |
|
| 1201 | 1291 |
/* Written by pipo (pipo@sixhead.com). */ |
| 1202 | 1292 |
jQuery(function($){
|
| 1203 | 1293 |
$.datepicker.regional['th'] = {
|
| ... | ... | |
| 1219 | 1309 |
showMonthAfterYear: false, |
| 1220 | 1310 |
yearSuffix: ''}; |
| 1221 | 1311 |
$.datepicker.setDefaults($.datepicker.regional['th']); |
| 1312 |
});/* Tajiki (UTF-8) initialisation for the jQuery UI date picker plugin. */ |
|
| 1313 |
/* Written by Abdurahmon Saidov (saidovab@gmail.com). */ |
|
| 1314 |
jQuery(function($){
|
|
| 1315 |
$.datepicker.regional['tj'] = {
|
|
| 1316 |
closeText: 'Идома', |
|
| 1317 |
prevText: '<Қафо', |
|
| 1318 |
nextText: 'Пеш>', |
|
| 1319 |
currentText: 'Имрӯз', |
|
| 1320 |
monthNames: ['Январ','Феврал','Март','Апрел','Май','Июн', |
|
| 1321 |
'Июл','Август','Сентябр','Октябр','Ноябр','Декабр'], |
|
| 1322 |
monthNamesShort: ['Янв','Фев','Мар','Апр','Май','Июн', |
|
| 1323 |
'Июл','Авг','Сен','Окт','Ноя','Дек'], |
|
| 1324 |
dayNames: ['якшанбе','душанбе','сешанбе','чоршанбе','панҷшанбе','ҷумъа','шанбе'], |
|
| 1325 |
dayNamesShort: ['якш','душ','сеш','чор','пан','ҷум','шан'], |
|
| 1326 |
dayNamesMin: ['Як','Дш','Сш','Чш','Пш','Ҷм','Шн'], |
|
| 1327 |
weekHeader: 'Хф', |
|
| 1328 |
dateFormat: 'dd.mm.yy', |
|
| 1329 |
firstDay: 1, |
|
| 1330 |
isRTL: false, |
|
| 1331 |
showMonthAfterYear: false, |
|
| 1332 |
yearSuffix: ''}; |
|
| 1333 |
$.datepicker.setDefaults($.datepicker.regional['tj']); |
|
| 1222 | 1334 |
});/* Turkish initialisation for the jQuery UI date picker plugin. */ |
| 1223 | 1335 |
/* Written by Izzet Emre Erkan (kara@karalamalar.net). */ |
| 1224 | 1336 |
jQuery(function($){
|
| ... | ... | |
| 1243 | 1355 |
$.datepicker.setDefaults($.datepicker.regional['tr']); |
| 1244 | 1356 |
});/* Ukrainian (UTF-8) initialisation for the jQuery UI date picker plugin. */ |
| 1245 | 1357 |
/* Written by Maxim Drogobitskiy (maxdao@gmail.com). */ |
| 1358 |
/* Corrected by Igor Milla (igor.fsp.milla@gmail.com). */ |
|
| 1246 | 1359 |
jQuery(function($){
|
| 1247 | 1360 |
$.datepicker.regional['uk'] = {
|
| 1248 | 1361 |
closeText: 'Закрити', |
| ... | ... | |
| 1256 | 1369 |
dayNames: ['неділя','понеділок','вівторок','середа','четвер','п’ятниця','субота'], |
| 1257 | 1370 |
dayNamesShort: ['нед','пнд','вів','срд','чтв','птн','сбт'], |
| 1258 | 1371 |
dayNamesMin: ['Нд','Пн','Вт','Ср','Чт','Пт','Сб'], |
| 1259 |
weekHeader: 'Не',
|
|
| 1372 |
weekHeader: 'Тиж',
|
|
| 1260 | 1373 |
dateFormat: 'dd/mm/yy', |
| 1261 | 1374 |
firstDay: 1, |
| 1262 | 1375 |
isRTL: false, |
| 1263 | 1376 |
showMonthAfterYear: false, |
| 1264 | 1377 |
yearSuffix: ''}; |
| 1265 | 1378 |
$.datepicker.setDefaults($.datepicker.regional['uk']); |
| 1266 |
});/* Vietnamese initialisation for the jQuery UI date picker plugin. */
|
|
| 1379 |
});/* Vietnamese initialisation for the jQuery UI date picker plugin. */ |
|
| 1267 | 1380 |
/* Translated by Le Thanh Huy (lthanhhuy@cit.ctu.edu.vn). */ |
| 1268 | 1381 |
jQuery(function($){
|
| 1269 | 1382 |
$.datepicker.regional['vi'] = {
|
| ... | ... | |
| 1332 | 1445 |
yearSuffix: '年'}; |
| 1333 | 1446 |
$.datepicker.setDefaults($.datepicker.regional['zh-HK']); |
| 1334 | 1447 |
}); |
| 1335 |
/* Chinese initialisation for the jQuery UI date picker plugin. */
|
|
| 1448 |
/* Chinese initialisation for the jQuery UI date picker plugin. */ |
|
| 1336 | 1449 |
/* Written by Ressol (ressol@gmail.com). */ |
| 1337 | 1450 |
jQuery(function($){
|
| 1338 | 1451 |
$.datepicker.regional['zh-TW'] = {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-sr-SR.js | ||
|---|---|---|
| 1 |
/* Serbian i18n for the jQuery UI date picker plugin. */
|
|
| 1 |
/* Serbian i18n for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Written by Dejan Dimić. */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['sr-SR'] = {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-fr.js | ||
|---|---|---|
| 1 |
/* French initialisation for the jQuery UI date picker plugin. */
|
|
| 1 |
/* French initialisation for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Written by Keith Wood (kbwood{at}iinet.com.au),
|
| 3 | 3 |
Stéphane Nahmani (sholby@sholby.net), |
| 4 | 4 |
Stéphane Raimbault <stephane.raimbault@gmail.com> */ |
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-et.js | ||
|---|---|---|
| 1 |
/* Estonian initialisation for the jQuery UI date picker plugin. */
|
|
| 1 |
/* Estonian initialisation for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Written by Mart Sõmermaa (mrts.pydev at gmail com). */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['et'] = {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-ml.js | ||
|---|---|---|
| 1 |
/* Malayalam (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
|
| 1 |
/* Malayalam (UTF-8) initialisation for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Written by Saji Nediyanchath (saji89@gmail.com). */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['ml'] = {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-hr.js | ||
|---|---|---|
| 1 |
/* Croatian i18n for the jQuery UI date picker plugin. */
|
|
| 1 |
/* Croatian i18n for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Written by Vjekoslav Nesek. */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['hr'] = {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-nl.js | ||
|---|---|---|
| 1 |
/* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
|
| 1 |
/* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Written by Mathias Bynens <http://mathiasbynens.be/> */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional.nl = {
|
| ... | ... | |
| 8 | 8 |
currentText: 'Vandaag', |
| 9 | 9 |
monthNames: ['januari', 'februari', 'maart', 'april', 'mei', 'juni', |
| 10 | 10 |
'juli', 'augustus', 'september', 'oktober', 'november', 'december'], |
| 11 |
monthNamesShort: ['jan', 'feb', 'maa', 'apr', 'mei', 'jun',
|
|
| 11 |
monthNamesShort: ['jan', 'feb', 'mrt', 'apr', 'mei', 'jun',
|
|
| 12 | 12 |
'jul', 'aug', 'sep', 'okt', 'nov', 'dec'], |
| 13 | 13 |
dayNames: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'], |
| 14 | 14 |
dayNamesShort: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'], |
| 15 | 15 |
dayNamesMin: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'], |
| 16 | 16 |
weekHeader: 'Wk', |
| 17 |
dateFormat: 'dd/mm/yy',
|
|
| 17 |
dateFormat: 'dd-mm-yy',
|
|
| 18 | 18 |
firstDay: 1, |
| 19 | 19 |
isRTL: false, |
| 20 | 20 |
showMonthAfterYear: false, |
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-zh-TW.js | ||
|---|---|---|
| 1 |
/* Chinese initialisation for the jQuery UI date picker plugin. */
|
|
| 1 |
/* Chinese initialisation for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Written by Ressol (ressol@gmail.com). */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['zh-TW'] = {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-az.js | ||
|---|---|---|
| 1 |
/* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
|
| 1 |
/* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Written by Jamil Najafov (necefov33@gmail.com). */ |
| 3 | 3 |
jQuery(function($) {
|
| 4 | 4 |
$.datepicker.regional['az'] = {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-th.js | ||
|---|---|---|
| 1 |
/* Thai initialisation for the jQuery UI date picker plugin. */
|
|
| 1 |
/* Thai initialisation for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Written by pipo (pipo@sixhead.com). */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['th'] = {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-da.js | ||
|---|---|---|
| 1 |
/* Danish initialisation for the jQuery UI date picker plugin. */
|
|
| 1 |
/* Danish initialisation for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Written by Jan Christensen ( deletestuff@gmail.com). */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['da'] = {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-sr.js | ||
|---|---|---|
| 1 |
/* Serbian i18n for the jQuery UI date picker plugin. */
|
|
| 1 |
/* Serbian i18n for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Written by Dejan Dimić. */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['sr'] = {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-fa.js | ||
|---|---|---|
| 1 |
/* Persian (Farsi) Translation for the jQuery UI date picker plugin. */
|
|
| 1 |
/* Persian (Farsi) Translation for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Javad Mowlanezhad -- jmowla@gmail.com */ |
| 3 | 3 |
/* Jalali calendar should supported soon! (Its implemented but I have to test it) */ |
| 4 | 4 |
jQuery(function($) {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-bg.js | ||
|---|---|---|
| 1 |
/* Bulgarian initialisation for the jQuery UI date picker plugin. */
|
|
| 1 |
/* Bulgarian initialisation for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Written by Stoyan Kyosev (http://svest.org). */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['bg'] = {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-de.js | ||
|---|---|---|
| 1 |
/* German initialisation for the jQuery UI date picker plugin. */
|
|
| 1 |
/* German initialisation for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Written by Milian Wolff (mail@milianw.de). */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['de'] = {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-en-GB.js | ||
|---|---|---|
| 1 |
/* English/UK initialisation for the jQuery UI date picker plugin. */
|
|
| 1 |
/* English/UK initialisation for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Written by Stuart. */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['en-GB'] = {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-sv.js | ||
|---|---|---|
| 1 |
/* Swedish initialisation for the jQuery UI date picker plugin. */
|
|
| 1 |
/* Swedish initialisation for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Written by Anders Ekdahl ( anders@nomadiz.se). */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['sv'] = {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-ja.js | ||
|---|---|---|
| 1 |
/* Japanese initialisation for the jQuery UI date picker plugin. */
|
|
| 1 |
/* Japanese initialisation for the jQuery UI date picker plugin. */ |
|
| 2 | 2 |
/* Written by Kentaro SATO (kentaro@ranvis.com). */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['ja'] = {
|
| branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-he.js | ||
|---|---|---|
| 1 |
/* Hebrew initialisation for the UI Datepicker extension. */
|
|
| 1 |
/* Hebrew initialisation for the UI Datepicker extension. */ |
|
| 2 | 2 |
/* Written by Amir Hardon (ahardon at gmail dot com). */ |
| 3 | 3 |
jQuery(function($){
|
| 4 | 4 |
$.datepicker.regional['he'] = {
|
| branches/2.8.x/wb/include/jquery/GPL-LICENSE.txt | ||
|---|---|---|
| 1 |
GNU GENERAL PUBLIC LICENSE |
|
| 2 |
Version 2, June 1991 |
|
| 3 |
|
|
| 4 |
Copyright (C) 1989, 1991 Free Software Foundation, Inc. |
|
| 5 |
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 6 |
Everyone is permitted to copy and distribute verbatim copies |
|
| 7 |
of this license document, but changing it is not allowed. |
|
| 8 |
|
|
| 9 |
Preamble |
|
| 10 |
|
|
| 11 |
The licenses for most software are designed to take away your |
|
| 12 |
freedom to share and change it. By contrast, the GNU General Public |
|
| 13 |
License is intended to guarantee your freedom to share and change free |
|
| 14 |
software--to make sure the software is free for all its users. This |
|
| 15 |
General Public License applies to most of the Free Software |
|
| 16 |
Foundation's software and to any other program whose authors commit to |
|
| 17 |
using it. (Some other Free Software Foundation software is covered by |
|
| 18 |
the GNU Lesser General Public License instead.) You can apply it to |
|
| 19 |
your programs, too. |
|
| 20 |
|
|
| 21 |
When we speak of free software, we are referring to freedom, not |
|
| 22 |
price. Our General Public Licenses are designed to make sure that you |
|
| 23 |
have the freedom to distribute copies of free software (and charge for |
|
| 24 |
this service if you wish), that you receive source code or can get it |
|
| 25 |
if you want it, that you can change the software or use pieces of it |
|
| 26 |
in new free programs; and that you know you can do these things. |
|
| 27 |
|
|
| 28 |
To protect your rights, we need to make restrictions that forbid |
|
| 29 |
anyone to deny you these rights or to ask you to surrender the rights. |
|
| 30 |
These restrictions translate to certain responsibilities for you if you |
|
| 31 |
distribute copies of the software, or if you modify it. |
|
| 32 |
|
|
| 33 |
For example, if you distribute copies of such a program, whether |
|
| 34 |
gratis or for a fee, you must give the recipients all the rights that |
|
| 35 |
you have. You must make sure that they, too, receive or can get the |
|
| 36 |
source code. And you must show them these terms so they know their |
|
| 37 |
rights. |
|
| 38 |
|
|
| 39 |
We protect your rights with two steps: (1) copyright the software, and |
|
| 40 |
(2) offer you this license which gives you legal permission to copy, |
|
| 41 |
distribute and/or modify the software. |
|
| 42 |
|
|
| 43 |
Also, for each author's protection and ours, we want to make certain |
|
| 44 |
that everyone understands that there is no warranty for this free |
|
| 45 |
software. If the software is modified by someone else and passed on, we |
|
| 46 |
want its recipients to know that what they have is not the original, so |
|
| 47 |
that any problems introduced by others will not reflect on the original |
|
| 48 |
authors' reputations. |
|
| 49 |
|
|
| 50 |
Finally, any free program is threatened constantly by software |
|
| 51 |
patents. We wish to avoid the danger that redistributors of a free |
|
| 52 |
program will individually obtain patent licenses, in effect making the |
|
| 53 |
program proprietary. To prevent this, we have made it clear that any |
|
| 54 |
patent must be licensed for everyone's free use or not licensed at all. |
|
| 55 |
|
|
| 56 |
The precise terms and conditions for copying, distribution and |
|
| 57 |
modification follow. |
|
| 58 |
|
|
| 59 |
GNU GENERAL PUBLIC LICENSE |
|
| 60 |
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
|
| 61 |
|
|
| 62 |
0. This License applies to any program or other work which contains |
|
| 63 |
a notice placed by the copyright holder saying it may be distributed |
|
| 64 |
under the terms of this General Public License. The "Program", below, |
|
| 65 |
refers to any such program or work, and a "work based on the Program" |
|
| 66 |
means either the Program or any derivative work under copyright law: |
|
| 67 |
that is to say, a work containing the Program or a portion of it, |
|
| 68 |
either verbatim or with modifications and/or translated into another |
|
| 69 |
language. (Hereinafter, translation is included without limitation in |
|
| 70 |
the term "modification".) Each licensee is addressed as "you". |
|
| 71 |
|
|
| 72 |
Activities other than copying, distribution and modification are not |
|
| 73 |
covered by this License; they are outside its scope. The act of |
|
| 74 |
running the Program is not restricted, and the output from the Program |
|
| 75 |
is covered only if its contents constitute a work based on the |
|
| 76 |
Program (independent of having been made by running the Program). |
|
| 77 |
Whether that is true depends on what the Program does. |
|
| 78 |
|
|
| 79 |
1. You may copy and distribute verbatim copies of the Program's |
|
| 80 |
source code as you receive it, in any medium, provided that you |
|
| 81 |
conspicuously and appropriately publish on each copy an appropriate |
|
| 82 |
copyright notice and disclaimer of warranty; keep intact all the |
|
| 83 |
notices that refer to this License and to the absence of any warranty; |
|
| 84 |
and give any other recipients of the Program a copy of this License |
|
| 85 |
along with the Program. |
|
| 86 |
|
|
| 87 |
You may charge a fee for the physical act of transferring a copy, and |
|
| 88 |
you may at your option offer warranty protection in exchange for a fee. |
|
| 89 |
|
|
| 90 |
2. You may modify your copy or copies of the Program or any portion |
|
| 91 |
of it, thus forming a work based on the Program, and copy and |
|
| 92 |
distribute such modifications or work under the terms of Section 1 |
|
| 93 |
above, provided that you also meet all of these conditions: |
|
| 94 |
|
|
| 95 |
a) You must cause the modified files to carry prominent notices |
|
| 96 |
stating that you changed the files and the date of any change. |
|
| 97 |
|
|
| 98 |
b) You must cause any work that you distribute or publish, that in |
|
| 99 |
whole or in part contains or is derived from the Program or any |
|
| 100 |
part thereof, to be licensed as a whole at no charge to all third |
|
| 101 |
parties under the terms of this License. |
|
| 102 |
|
|
| 103 |
c) If the modified program normally reads commands interactively |
|
| 104 |
when run, you must cause it, when started running for such |
|
| 105 |
interactive use in the most ordinary way, to print or display an |
|
| 106 |
announcement including an appropriate copyright notice and a |
|
| 107 |
notice that there is no warranty (or else, saying that you provide |
|
| 108 |
a warranty) and that users may redistribute the program under |
|
| 109 |
these conditions, and telling the user how to view a copy of this |
|
| 110 |
License. (Exception: if the Program itself is interactive but |
|
| 111 |
does not normally print such an announcement, your work based on |
|
| 112 |
the Program is not required to print an announcement.) |
|
| 113 |
|
|
| 114 |
These requirements apply to the modified work as a whole. If |
|
| 115 |
identifiable sections of that work are not derived from the Program, |
|
| 116 |
and can be reasonably considered independent and separate works in |
|
| 117 |
themselves, then this License, and its terms, do not apply to those |
|
| 118 |
sections when you distribute them as separate works. But when you |
|
| 119 |
distribute the same sections as part of a whole which is a work based |
|
| 120 |
on the Program, the distribution of the whole must be on the terms of |
|
| 121 |
this License, whose permissions for other licensees extend to the |
|
| 122 |
entire whole, and thus to each and every part regardless of who wrote it. |
|
| 123 |
|
|
| 124 |
Thus, it is not the intent of this section to claim rights or contest |
|
| 125 |
your rights to work written entirely by you; rather, the intent is to |
|
| 126 |
exercise the right to control the distribution of derivative or |
|
| 127 |
collective works based on the Program. |
|
| 128 |
|
|
| 129 |
In addition, mere aggregation of another work not based on the Program |
|
| 130 |
with the Program (or with a work based on the Program) on a volume of |
|
| 131 |
a storage or distribution medium does not bring the other work under |
|
| 132 |
the scope of this License. |
|
| 133 |
|
|
| 134 |
3. You may copy and distribute the Program (or a work based on it, |
|
| 135 |
under Section 2) in object code or executable form under the terms of |
|
| 136 |
Sections 1 and 2 above provided that you also do one of the following: |
|
| 137 |
|
|
| 138 |
a) Accompany it with the complete corresponding machine-readable |
|
| 139 |
source code, which must be distributed under the terms of Sections |
|
| 140 |
1 and 2 above on a medium customarily used for software interchange; or, |
|
| 141 |
|
|
| 142 |
b) Accompany it with a written offer, valid for at least three |
|
| 143 |
years, to give any third party, for a charge no more than your |
|
| 144 |
cost of physically performing source distribution, a complete |
|
| 145 |
machine-readable copy of the corresponding source code, to be |
|
| 146 |
distributed under the terms of Sections 1 and 2 above on a medium |
|
| 147 |
customarily used for software interchange; or, |
|
| 148 |
|
|
| 149 |
c) Accompany it with the information you received as to the offer |
|
| 150 |
to distribute corresponding source code. (This alternative is |
|
| 151 |
allowed only for noncommercial distribution and only if you |
|
| 152 |
received the program in object code or executable form with such |
|
| 153 |
an offer, in accord with Subsection b above.) |
|
| 154 |
|
|
| 155 |
The source code for a work means the preferred form of the work for |
|
| 156 |
making modifications to it. For an executable work, complete source |
|
| 157 |
code means all the source code for all modules it contains, plus any |
|
| 158 |
associated interface definition files, plus the scripts used to |
|
| 159 |
control compilation and installation of the executable. However, as a |
|
| 160 |
special exception, the source code distributed need not include |
|
| 161 |
anything that is normally distributed (in either source or binary |
|
| 162 |
form) with the major components (compiler, kernel, and so on) of the |
|
| 163 |
operating system on which the executable runs, unless that component |
|
| 164 |
itself accompanies the executable. |
|
| 165 |
|
|
| 166 |
If distribution of executable or object code is made by offering |
|
| 167 |
access to copy from a designated place, then offering equivalent |
|
| 168 |
access to copy the source code from the same place counts as |
|
| 169 |
distribution of the source code, even though third parties are not |
|
| 170 |
compelled to copy the source along with the object code. |
|
| 171 |
|
|
| 172 |
4. You may not copy, modify, sublicense, or distribute the Program |
|
| 173 |
except as expressly provided under this License. Any attempt |
|
| 174 |
otherwise to copy, modify, sublicense or distribute the Program is |
|
| 175 |
void, and will automatically terminate your rights under this License. |
|
| 176 |
However, parties who have received copies, or rights, from you under |
|
| 177 |
this License will not have their licenses terminated so long as such |
|
| 178 |
parties remain in full compliance. |
|
| 179 |
|
|
| 180 |
5. You are not required to accept this License, since you have not |
|
| 181 |
signed it. However, nothing else grants you permission to modify or |
|
| 182 |
distribute the Program or its derivative works. These actions are |
|
| 183 |
prohibited by law if you do not accept this License. Therefore, by |
|
| 184 |
modifying or distributing the Program (or any work based on the |
|
| 185 |
Program), you indicate your acceptance of this License to do so, and |
|
| 186 |
all its terms and conditions for copying, distributing or modifying |
|
| 187 |
the Program or works based on it. |
|
| 188 |
|
|
| 189 |
6. Each time you redistribute the Program (or any work based on the |
|
| 190 |
Program), the recipient automatically receives a license from the |
|
| 191 |
original licensor to copy, distribute or modify the Program subject to |
|
| 192 |
these terms and conditions. You may not impose any further |
|
| 193 |
restrictions on the recipients' exercise of the rights granted herein. |
|
| 194 |
You are not responsible for enforcing compliance by third parties to |
|
| 195 |
this License. |
|
| 196 |
|
|
| 197 |
7. If, as a consequence of a court judgment or allegation of patent |
|
| 198 |
infringement or for any other reason (not limited to patent issues), |
|
| 199 |
conditions are imposed on you (whether by court order, agreement or |
|
| 200 |
otherwise) that contradict the conditions of this License, they do not |
|
| 201 |
excuse you from the conditions of this License. If you cannot |
|
| 202 |
distribute so as to satisfy simultaneously your obligations under this |
|
| 203 |
License and any other pertinent obligations, then as a consequence you |
|
| 204 |
may not distribute the Program at all. For example, if a patent |
|
| 205 |
license would not permit royalty-free redistribution of the Program by |
|
| 206 |
all those who receive copies directly or indirectly through you, then |
|
| 207 |
the only way you could satisfy both it and this License would be to |
|
| 208 |
refrain entirely from distribution of the Program. |
|
| 209 |
|
|
| 210 |
If any portion of this section is held invalid or unenforceable under |
|
| 211 |
any particular circumstance, the balance of the section is intended to |
|
| 212 |
apply and the section as a whole is intended to apply in other |
|
| 213 |
circumstances. |
|
| 214 |
|
|
| 215 |
It is not the purpose of this section to induce you to infringe any |
|
| 216 |
patents or other property right claims or to contest validity of any |
|
| 217 |
such claims; this section has the sole purpose of protecting the |
|
| 218 |
integrity of the free software distribution system, which is |
|
| 219 |
implemented by public license practices. Many people have made |
|
| 220 |
generous contributions to the wide range of software distributed |
|
| 221 |
through that system in reliance on consistent application of that |
|
| 222 |
system; it is up to the author/donor to decide if he or she is willing |
|
| 223 |
to distribute software through any other system and a licensee cannot |
|
| 224 |
impose that choice. |
|
| 225 |
|
|
| 226 |
This section is intended to make thoroughly clear what is believed to |
|
| 227 |
be a consequence of the rest of this License. |
|
| 228 |
|
|
| 229 |
8. If the distribution and/or use of the Program is restricted in |
|
| 230 |
certain countries either by patents or by copyrighted interfaces, the |
|
| 231 |
original copyright holder who places the Program under this License |
|
| 232 |
may add an explicit geographical distribution limitation excluding |
|
| 233 |
those countries, so that distribution is permitted only in or among |
|
| 234 |
countries not thus excluded. In such case, this License incorporates |
|
| 235 |
the limitation as if written in the body of this License. |
|
| 236 |
|
|
| 237 |
9. The Free Software Foundation may publish revised and/or new versions |
|
| 238 |
of the General Public License from time to time. Such new versions will |
|
| 239 |
be similar in spirit to the present version, but may differ in detail to |
|
| 240 |
address new problems or concerns. |
|
| 241 |
|
|
| 242 |
Each version is given a distinguishing version number. If the Program |
|
| 243 |
specifies a version number of this License which applies to it and "any |
|
| 244 |
later version", you have the option of following the terms and conditions |
|
| 245 |
either of that version or of any later version published by the Free |
|
| 246 |
Software Foundation. If the Program does not specify a version number of |
|
| 247 |
this License, you may choose any version ever published by the Free Software |
|
| 248 |
Foundation. |
|
| 249 |
|
|
| 250 |
10. If you wish to incorporate parts of the Program into other free |
|
| 251 |
programs whose distribution conditions are different, write to the author |
|
| 252 |
to ask for permission. For software which is copyrighted by the Free |
|
| 253 |
Software Foundation, write to the Free Software Foundation; we sometimes |
|
| 254 |
make exceptions for this. Our decision will be guided by the two goals |
|
| 255 |
of preserving the free status of all derivatives of our free software and |
|
| 256 |
of promoting the sharing and reuse of software generally. |
|
| 257 |
|
|
| 258 |
NO WARRANTY |
|
| 259 |
|
|
| 260 |
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY |
|
| 261 |
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN |
|
| 262 |
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES |
|
| 263 |
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED |
|
| 264 |
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
|
| 265 |
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS |
|
| 266 |
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE |
|
| 267 |
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, |
|
| 268 |
REPAIR OR CORRECTION. |
|
| 269 |
|
|
| 270 |
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING |
|
| 271 |
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR |
|
| 272 |
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, |
|
| 273 |
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING |
|
| 274 |
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED |
|
| 275 |
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY |
|
| 276 |
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER |
|
| 277 |
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE |
|
| 278 |
POSSIBILITY OF SUCH DAMAGES. |
|
| 1 |
GNU GENERAL PUBLIC LICENSE |
|
| 2 |
Version 2, June 1991 |
|
| 3 |
|
|
| 4 |
Copyright (C) 1989, 1991 Free Software Foundation, Inc. |
|
| 5 |
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
| 6 |
Everyone is permitted to copy and distribute verbatim copies |
|
| 7 |
of this license document, but changing it is not allowed. |
|
| 8 |
|
|
| 9 |
Preamble |
|
| 10 |
|
|
| 11 |
The licenses for most software are designed to take away your |
|
| 12 |
freedom to share and change it. By contrast, the GNU General Public |
|
| 13 |
License is intended to guarantee your freedom to share and change free |
|
| 14 |
software--to make sure the software is free for all its users. This |
|
| 15 |
General Public License applies to most of the Free Software |
|
| 16 |
Foundation's software and to any other program whose authors commit to |
|
| 17 |
using it. (Some other Free Software Foundation software is covered by |
|
| 18 |
the GNU Lesser General Public License instead.) You can apply it to |
|
| 19 |
your programs, too. |
|
| 20 |
|
|
| 21 |
When we speak of free software, we are referring to freedom, not |
|
| 22 |
price. Our General Public Licenses are designed to make sure that you |
|
| 23 |
have the freedom to distribute copies of free software (and charge for |
|
| 24 |
this service if you wish), that you receive source code or can get it |
|
| 25 |
if you want it, that you can change the software or use pieces of it |
|
| 26 |
in new free programs; and that you know you can do these things. |
|
| 27 |
|
|
| 28 |
To protect your rights, we need to make restrictions that forbid |
|
| 29 |
anyone to deny you these rights or to ask you to surrender the rights. |
|
| 30 |
These restrictions translate to certain responsibilities for you if you |
|
| 31 |
distribute copies of the software, or if you modify it. |
|
| 32 |
|
|
| 33 |
For example, if you distribute copies of such a program, whether |
|
| 34 |
gratis or for a fee, you must give the recipients all the rights that |
|
| 35 |
you have. You must make sure that they, too, receive or can get the |
|
| 36 |
source code. And you must show them these terms so they know their |
|
| 37 |
rights. |
|
| 38 |
|
|
| 39 |
We protect your rights with two steps: (1) copyright the software, and |
|
| 40 |
(2) offer you this license which gives you legal permission to copy, |
|
| 41 |
distribute and/or modify the software. |
|
| 42 |
|
|
| 43 |
Also, for each author's protection and ours, we want to make certain |
|
| 44 |
that everyone understands that there is no warranty for this free |
|
| 45 |
software. If the software is modified by someone else and passed on, we |
|
| 46 |
want its recipients to know that what they have is not the original, so |
|
| 47 |
that any problems introduced by others will not reflect on the original |
|
| 48 |
authors' reputations. |
|
| 49 |
|
|
| 50 |
Finally, any free program is threatened constantly by software |
|
| 51 |
patents. We wish to avoid the danger that redistributors of a free |
|
| 52 |
program will individually obtain patent licenses, in effect making the |
|
| 53 |
program proprietary. To prevent this, we have made it clear that any |
|
| 54 |
patent must be licensed for everyone's free use or not licensed at all. |
|
| 55 |
|
|
| 56 |
The precise terms and conditions for copying, distribution and |
|
| 57 |
modification follow. |
|
| 58 |
|
|
| 59 |
GNU GENERAL PUBLIC LICENSE |
|
| 60 |
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
|
| 61 |
|
|
| 62 |
0. This License applies to any program or other work which contains |
|
| 63 |
a notice placed by the copyright holder saying it may be distributed |
|
| 64 |
under the terms of this General Public License. The "Program", below, |
|
| 65 |
refers to any such program or work, and a "work based on the Program" |
|
| 66 |
means either the Program or any derivative work under copyright law: |
|
| 67 |
that is to say, a work containing the Program or a portion of it, |
|
| 68 |
either verbatim or with modifications and/or translated into another |
|
| 69 |
language. (Hereinafter, translation is included without limitation in |
|
| 70 |
the term "modification".) Each licensee is addressed as "you". |
|
| 71 |
|
|
| 72 |
Activities other than copying, distribution and modification are not |
|
| 73 |
covered by this License; they are outside its scope. The act of |
|
| 74 |
running the Program is not restricted, and the output from the Program |
|
| 75 |
is covered only if its contents constitute a work based on the |
|
| 76 |
Program (independent of having been made by running the Program). |
|
| 77 |
Whether that is true depends on what the Program does. |
|
| 78 |
|
|
| 79 |
1. You may copy and distribute verbatim copies of the Program's |
|
| 80 |
source code as you receive it, in any medium, provided that you |
|
| 81 |
conspicuously and appropriately publish on each copy an appropriate |
|
| 82 |
copyright notice and disclaimer of warranty; keep intact all the |
|
| 83 |
notices that refer to this License and to the absence of any warranty; |
|
| 84 |
and give any other recipients of the Program a copy of this License |
|
| 85 |
along with the Program. |
|
| 86 |
|
|
| 87 |
You may charge a fee for the physical act of transferring a copy, and |
|
| 88 |
you may at your option offer warranty protection in exchange for a fee. |
|
| 89 |
|
|
| 90 |
2. You may modify your copy or copies of the Program or any portion |
|
| 91 |
of it, thus forming a work based on the Program, and copy and |
|
| 92 |
distribute such modifications or work under the terms of Section 1 |
|
| 93 |
above, provided that you also meet all of these conditions: |
|
| 94 |
|
|
| 95 |
a) You must cause the modified files to carry prominent notices |
|
| 96 |
stating that you changed the files and the date of any change. |
|
| 97 |
|
|
| 98 |
b) You must cause any work that you distribute or publish, that in |
|
| 99 |
whole or in part contains or is derived from the Program or any |
|
| 100 |
part thereof, to be licensed as a whole at no charge to all third |
|
| 101 |
parties under the terms of this License. |
|
| 102 |
|
|
| 103 |
c) If the modified program normally reads commands interactively |
|
| 104 |
when run, you must cause it, when started running for such |
|
| 105 |
interactive use in the most ordinary way, to print or display an |
|
| 106 |
announcement including an appropriate copyright notice and a |
|
| 107 |
notice that there is no warranty (or else, saying that you provide |
|
| 108 |
a warranty) and that users may redistribute the program under |
|
| 109 |
these conditions, and telling the user how to view a copy of this |
|
| 110 |
License. (Exception: if the Program itself is interactive but |
|
| 111 |
does not normally print such an announcement, your work based on |
|
| 112 |
the Program is not required to print an announcement.) |
|
| 113 |
|
|
| 114 |
These requirements apply to the modified work as a whole. If |
|
| 115 |
identifiable sections of that work are not derived from the Program, |
|
| 116 |
and can be reasonably considered independent and separate works in |
|
| 117 |
themselves, then this License, and its terms, do not apply to those |
|
| 118 |
sections when you distribute them as separate works. But when you |
|
| 119 |
distribute the same sections as part of a whole which is a work based |
|
| 120 |
on the Program, the distribution of the whole must be on the terms of |
|
| 121 |
this License, whose permissions for other licensees extend to the |
|
| 122 |
entire whole, and thus to each and every part regardless of who wrote it. |
|
| 123 |
|
|
| 124 |
Thus, it is not the intent of this section to claim rights or contest |
|
| 125 |
your rights to work written entirely by you; rather, the intent is to |
|
| 126 |
exercise the right to control the distribution of derivative or |
|
| 127 |
collective works based on the Program. |
|
| 128 |
|
|
| 129 |
In addition, mere aggregation of another work not based on the Program |
|
| 130 |
with the Program (or with a work based on the Program) on a volume of |
|
| 131 |
a storage or distribution medium does not bring the other work under |
|
| 132 |
the scope of this License. |
|
| 133 |
|
|
| 134 |
3. You may copy and distribute the Program (or a work based on it, |
|
| 135 |
under Section 2) in object code or executable form under the terms of |
|
| 136 |
Sections 1 and 2 above provided that you also do one of the following: |
|
| 137 |
|
|
| 138 |
a) Accompany it with the complete corresponding machine-readable |
|
| 139 |
source code, which must be distributed under the terms of Sections |
|
| 140 |
1 and 2 above on a medium customarily used for software interchange; or, |
|
| 141 |
|
|
| 142 |
b) Accompany it with a written offer, valid for at least three |
|
| 143 |
years, to give any third party, for a charge no more than your |
|
| 144 |
cost of physically performing source distribution, a complete |
|
| 145 |
machine-readable copy of the corresponding source code, to be |
|
| 146 |
distributed under the terms of Sections 1 and 2 above on a medium |
|
| 147 |
customarily used for software interchange; or, |
|
| 148 |
|
|
| 149 |
c) Accompany it with the information you received as to the offer |
|
| 150 |
to distribute corresponding source code. (This alternative is |
|
| 151 |
allowed only for noncommercial distribution and only if you |
|
| 152 |
received the program in object code or executable form with such |
|
| 153 |
an offer, in accord with Subsection b above.) |
|
| 154 |
|
|
| 155 |
The source code for a work means the preferred form of the work for |
|
| 156 |
making modifications to it. For an executable work, complete source |
|
| 157 |
code means all the source code for all modules it contains, plus any |
|
| 158 |
associated interface definition files, plus the scripts used to |
|
| 159 |
control compilation and installation of the executable. However, as a |
|
| 160 |
special exception, the source code distributed need not include |
|
| 161 |
anything that is normally distributed (in either source or binary |
|
| 162 |
form) with the major components (compiler, kernel, and so on) of the |
|
| 163 |
operating system on which the executable runs, unless that component |
|
| 164 |
itself accompanies the executable. |
|
| 165 |
|
|
| 166 |
If distribution of executable or object code is made by offering |
|
| 167 |
access to copy from a designated place, then offering equivalent |
|
| 168 |
access to copy the source code from the same place counts as |
|
| 169 |
distribution of the source code, even though third parties are not |
|
| 170 |
compelled to copy the source along with the object code. |
|
| 171 |
|
|
| 172 |
4. You may not copy, modify, sublicense, or distribute the Program |
|
| 173 |
except as expressly provided under this License. Any attempt |
|
| 174 |
otherwise to copy, modify, sublicense or distribute the Program is |
|
| 175 |
void, and will automatically terminate your rights under this License. |
|
| 176 |
However, parties who have received copies, or rights, from you under |
|
| 177 |
this License will not have their licenses terminated so long as such |
|
| 178 |
parties remain in full compliance. |
|
| 179 |
|
|
| 180 |
5. You are not required to accept this License, since you have not |
|
| 181 |
signed it. However, nothing else grants you permission to modify or |
|
| 182 |
distribute the Program or its derivative works. These actions are |
|
| 183 |
prohibited by law if you do not accept this License. Therefore, by |
|
| 184 |
modifying or distributing the Program (or any work based on the |
|
| 185 |
Program), you indicate your acceptance of this License to do so, and |
|
| 186 |
all its terms and conditions for copying, distributing or modifying |
|
| 187 |
the Program or works based on it. |
|
| 188 |
|
|
| 189 |
6. Each time you redistribute the Program (or any work based on the |
|
| 190 |
Program), the recipient automatically receives a license from the |
|
| 191 |
original licensor to copy, distribute or modify the Program subject to |
|
| 192 |
these terms and conditions. You may not impose any further |
|
| 193 |
restrictions on the recipients' exercise of the rights granted herein. |
|
| 194 |
You are not responsible for enforcing compliance by third parties to |
|
| 195 |
this License. |
|
| 196 |
|
|
| 197 |
7. If, as a consequence of a court judgment or allegation of patent |
|
| 198 |
infringement or for any other reason (not limited to patent issues), |
|
| 199 |
conditions are imposed on you (whether by court order, agreement or |
|
| 200 |
otherwise) that contradict the conditions of this License, they do not |
|
| 201 |
excuse you from the conditions of this License. If you cannot |
|
| 202 |
distribute so as to satisfy simultaneously your obligations under this |
|
| 203 |
License and any other pertinent obligations, then as a consequence you |
|
| 204 |
may not distribute the Program at all. For example, if a patent |
|
| 205 |
license would not permit royalty-free redistribution of the Program by |
|
| 206 |
all those who receive copies directly or indirectly through you, then |
|
| 207 |
the only way you could satisfy both it and this License would be to |
|
| 208 |
refrain entirely from distribution of the Program. |
|
| 209 |
|
|
| 210 |
If any portion of this section is held invalid or unenforceable under |
|
| 211 |
any particular circumstance, the balance of the section is intended to |
|
| 212 |
apply and the section as a whole is intended to apply in other |
|
| 213 |
circumstances. |
|
| 214 |
|
|
| 215 |
It is not the purpose of this section to induce you to infringe any |
|
| 216 |
patents or other property right claims or to contest validity of any |
|
| 217 |
such claims; this section has the sole purpose of protecting the |
|
| 218 |
integrity of the free software distribution system, which is |
|
| 219 |
implemented by public license practices. Many people have made |
|
| 220 |
generous contributions to the wide range of software distributed |
|
| 221 |
through that system in reliance on consistent application of that |
|
| 222 |
system; it is up to the author/donor to decide if he or she is willing |
|
| 223 |
to distribute software through any other system and a licensee cannot |
|
| 224 |
impose that choice. |
|
| 225 |
|
|
| 226 |
This section is intended to make thoroughly clear what is believed to |
|
| 227 |
be a consequence of the rest of this License. |
|
| 228 |
|
|
| 229 |
8. If the distribution and/or use of the Program is restricted in |
|
| 230 |
certain countries either by patents or by copyrighted interfaces, the |
|
| 231 |
original copyright holder who places the Program under this License |
|
| 232 |
may add an explicit geographical distribution limitation excluding |
|
| 233 |
those countries, so that distribution is permitted only in or among |
|
| 234 |
countries not thus excluded. In such case, this License incorporates |
|
| 235 |
the limitation as if written in the body of this License. |
|
| 236 |
|
|
| 237 |
9. The Free Software Foundation may publish revised and/or new versions |
|
| 238 |
of the General Public License from time to time. Such new versions will |
|
| 239 |
be similar in spirit to the present version, but may differ in detail to |
|
| 240 |
address new problems or concerns. |
|
| 241 |
|
|
| 242 |
Each version is given a distinguishing version number. If the Program |
|
| 243 |
specifies a version number of this License which applies to it and "any |
|
| 244 |
later version", you have the option of following the terms and conditions |
|
| 245 |
either of that version or of any later version published by the Free |
|
| 246 |
Software Foundation. If the Program does not specify a version number of |
|
| 247 |
this License, you may choose any version ever published by the Free Software |
|
| 248 |
Foundation. |
|
| 249 |
|
|
| 250 |
10. If you wish to incorporate parts of the Program into other free |
|
| 251 |
programs whose distribution conditions are different, write to the author |
|
| 252 |
to ask for permission. For software which is copyrighted by the Free |
|
| 253 |
Software Foundation, write to the Free Software Foundation; we sometimes |
|
| 254 |
make exceptions for this. Our decision will be guided by the two goals |
|
| 255 |
of preserving the free status of all derivatives of our free software and |
|
| 256 |
of promoting the sharing and reuse of software generally. |
|
| 257 |
|
|
| 258 |
NO WARRANTY |
|
| 259 |
|
|
| 260 |
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY |
|
| 261 |
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN |
|
| 262 |
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES |
|
| 263 |
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED |
|
| 264 |
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
|
| 265 |
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS |
|
| 266 |
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE |
|
| 267 |
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, |
|
| 268 |
REPAIR OR CORRECTION. |
|
| 269 |
|
|
| 270 |
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING |
|
| 271 |
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR |
|
| 272 |
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, |
|
| 273 |
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING |
|
| 274 |
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED |
|
| 275 |
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY |
|
| 276 |
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER |
|
Also available in: Unified diff
+ add instruction README.de.txt in form module
! update jquery to jQuery 1.7.1 and jQuery UI 1.8.17