r971 - in trunk/ui: . i18n
Author: eduardolundgren
Date: Wed Nov 19 20:10:34 2008
New Revision: 971
Modified:
trunk/ui/effects.blind.js
trunk/ui/effects.bounce.js
trunk/ui/effects.clip.js
trunk/ui/effects.core.js
trunk/ui/effects.drop.js
trunk/ui/effects.explode.js
trunk/ui/effects.fold.js
trunk/ui/effects.highlight.js
trunk/ui/effects.pulsate.js
trunk/ui/effects.scale.js
trunk/ui/effects.shake.js
trunk/ui/effects.slide.js
trunk/ui/effects.transfer.js
trunk/ui/i18n/ui.datepicker-ar.js
trunk/ui/i18n/ui.datepicker-ca.js
trunk/ui/i18n/ui.datepicker-cs.js
trunk/ui/i18n/ui.datepicker-da.js
trunk/ui/i18n/ui.datepicker-de.js
trunk/ui/i18n/ui.datepicker-es.js
trunk/ui/i18n/ui.datepicker-fr.js
trunk/ui/i18n/ui.datepicker-he.js
trunk/ui/i18n/ui.datepicker-hu.js
trunk/ui/i18n/ui.datepicker-hy.js
trunk/ui/i18n/ui.datepicker-id.js
trunk/ui/i18n/ui.datepicker-is.js
trunk/ui/i18n/ui.datepicker-it.js
trunk/ui/i18n/ui.datepicker-ja.js
trunk/ui/i18n/ui.datepicker-ko.js
trunk/ui/i18n/ui.datepicker-lt.js
trunk/ui/i18n/ui.datepicker-lv.js
trunk/ui/i18n/ui.datepicker-nl.js
trunk/ui/i18n/ui.datepicker-no.js
trunk/ui/i18n/ui.datepicker-pl.js
trunk/ui/i18n/ui.datepicker-pt-BR.js
trunk/ui/i18n/ui.datepicker-ro.js
trunk/ui/i18n/ui.datepicker-ru.js
trunk/ui/i18n/ui.datepicker-sk.js
trunk/ui/i18n/ui.datepicker-sl.js
trunk/ui/i18n/ui.datepicker-sv.js
trunk/ui/i18n/ui.datepicker-th.js
trunk/ui/i18n/ui.datepicker-tr.js
trunk/ui/i18n/ui.datepicker-uk.js
trunk/ui/i18n/ui.datepicker-zh-CN.js
trunk/ui/i18n/ui.datepicker-zh-TW.js
trunk/ui/ui.accordion.js
trunk/ui/ui.datepicker.js
trunk/ui/ui.dialog.js
trunk/ui/ui.droppable.js
trunk/ui/ui.resizable.js
trunk/ui/ui.selectable.js
trunk/ui/ui.slider.js
trunk/ui/ui.tabs.js
Log:
Source formatting: Removing trailing spaces
Modified: trunk/ui/effects.blind.js
==============================================================================
--- trunk/ui/effects.blind.js (original)
+++ trunk/ui/effects.blind.js Wed Nov 19 20:10:34 2008
@@ -4,7 +4,7 @@
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
- *
+ *
* http://docs.jquery.com/UI/Effects/Blind
*
* Depends:
@@ -33,7 +33,7 @@
// Animation
var animation = {};
animation[ref] = mode == 'show' ? distance : 0;
-
+
// Animate
wrapper.animate(animation, o.duration, o.options.easing, function() {
if(mode == 'hide') el.hide(); // Hide
Modified: trunk/ui/effects.bounce.js
==============================================================================
--- trunk/ui/effects.bounce.js (original)
+++ trunk/ui/effects.bounce.js Wed Nov 19 20:10:34 2008
@@ -4,7 +4,7 @@
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
- *
+ *
* http://docs.jquery.com/UI/Effects/Bounce
*
* Depends:
Modified: trunk/ui/effects.clip.js
==============================================================================
--- trunk/ui/effects.clip.js (original)
+++ trunk/ui/effects.clip.js Wed Nov 19 20:10:34 2008
@@ -4,7 +4,7 @@
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
- *
+ *
* http://docs.jquery.com/UI/Effects/Clip
*
* Depends:
Modified: trunk/ui/effects.core.js
==============================================================================
--- trunk/ui/effects.core.js (original)
+++ trunk/ui/effects.core.js Wed Nov 19 20:10:34 2008
@@ -4,7 +4,7 @@
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
- *
+ *
* http://docs.jquery.com/UI/Effects/
*/
;(function($) {
@@ -308,33 +308,33 @@
* to offer multiple easing options
*
* TERMS OF USE - jQuery Easing
- *
- * Open source under the BSD License.
- *
+ *
+ * Open source under the BSD License.
+ *
* Copyright © 2008 George McGinley Smith
* All rights reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
modification,
* are permitted provided that the following conditions are met:
- *
- * Redistributions of source code must retain the above copyright notice,
this list of
+ *
+ * Redistributions of source code must retain the above copyright notice,
this list of
* conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright
notice, this list
- * of conditions and the following disclaimer in the documentation and/or
other materials
+ * Redistributions in binary form must reproduce the above copyright
notice, this list
+ * of conditions and the following disclaimer in the documentation and/or
other materials
* provided with the distribution.
- *
- * Neither the name of the author nor the names of contributors may be
used to endorse
+ *
+ * Neither the name of the author nor the names of contributors may be
used to endorse
* or promote products derived from this software without specific prior
written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL,
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE
- * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED
+ * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING
- * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED
- * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/
@@ -477,33 +477,33 @@
/*
*
* TERMS OF USE - EASING EQUATIONS
- *
- * Open source under the BSD License.
- *
+ *
+ * Open source under the BSD License.
+ *
* Copyright © 2001 Robert Penner
* All rights reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
modification,
* are permitted provided that the following conditions are met:
- *
- * Redistributions of source code must retain the above copyright notice,
this list of
+ *
+ * Redistributions of source code must retain the above copyright notice,
this list of
* conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright
notice, this list
- * of conditions and the following disclaimer in the documentation and/or
other materials
+ * Redistributions in binary form must reproduce the above copyright
notice, this list
+ * of conditions and the following disclaimer in the documentation and/or
other materials
* provided with the distribution.
- *
- * Neither the name of the author nor the names of contributors may be
used to endorse
+ *
+ * Neither the name of the author nor the names of contributors may be
used to endorse
* or promote products derived from this software without specific prior
written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL,
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE
- * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED
+ * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING
- * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED
- * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/
Modified: trunk/ui/effects.drop.js
==============================================================================
--- trunk/ui/effects.drop.js (original)
+++ trunk/ui/effects.drop.js Wed Nov 19 20:10:34 2008
@@ -4,7 +4,7 @@
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
- *
+ *
* http://docs.jquery.com/UI/Effects/Drop
*
* Depends:
Modified: trunk/ui/effects.explode.js
==============================================================================
--- trunk/ui/effects.explode.js (original)
+++ trunk/ui/effects.explode.js Wed Nov 19 20:10:34 2008
@@ -4,7 +4,7 @@
* Copyright (c) 2008 Paul Bakaus (ui.jquery.com)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
- *
+ *
* http://docs.jquery.com/UI/Effects/Explode
*
* Depends:
Modified: trunk/ui/effects.fold.js
==============================================================================
--- trunk/ui/effects.fold.js (original)
+++ trunk/ui/effects.fold.js Wed Nov 19 20:10:34 2008
@@ -4,7 +4,7 @@
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
- *
+ *
* http://docs.jquery.com/UI/Effects/Fold
*
* Depends:
Modified: trunk/ui/effects.highlight.js
==============================================================================
--- trunk/ui/effects.highlight.js (original)
+++ trunk/ui/effects.highlight.js Wed Nov 19 20:10:34 2008
@@ -4,7 +4,7 @@
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
- *
+ *
* http://docs.jquery.com/UI/Effects/Highlight
*
* Depends:
Modified: trunk/ui/effects.pulsate.js
==============================================================================
--- trunk/ui/effects.pulsate.js (original)
+++ trunk/ui/effects.pulsate.js Wed Nov 19 20:10:34 2008
@@ -4,7 +4,7 @@
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
- *
+ *
* http://docs.jquery.com/UI/Effects/Pulsate
*
* Depends:
Modified: trunk/ui/effects.scale.js
==============================================================================
--- trunk/ui/effects.scale.js (original)
+++ trunk/ui/effects.scale.js Wed Nov 19 20:10:34 2008
@@ -4,7 +4,7 @@
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
- *
+ *
* http://docs.jquery.com/UI/Effects/Scale
*
* Depends:
Modified: trunk/ui/effects.shake.js
==============================================================================
--- trunk/ui/effects.shake.js (original)
+++ trunk/ui/effects.shake.js Wed Nov 19 20:10:34 2008
@@ -4,7 +4,7 @@
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
- *
+ *
* http://docs.jquery.com/UI/Effects/Shake
*
* Depends:
Modified: trunk/ui/effects.slide.js
==============================================================================
--- trunk/ui/effects.slide.js (original)
+++ trunk/ui/effects.slide.js Wed Nov 19 20:10:34 2008
@@ -4,7 +4,7 @@
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
- *
+ *
* http://docs.jquery.com/UI/Effects/Slide
*
* Depends:
Modified: trunk/ui/effects.transfer.js
==============================================================================
--- trunk/ui/effects.transfer.js (original)
+++ trunk/ui/effects.transfer.js Wed Nov 19 20:10:34 2008
@@ -4,7 +4,7 @@
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
- *
+ *
* http://docs.jquery.com/UI/Effects/Transfer
*
* Depends:
Modified: trunk/ui/i18n/ui.datepicker-ar.js
==============================================================================
--- trunk/ui/i18n/ui.datepicker-ar.js (original)
+++ trunk/ui/i18n/ui.datepicker-ar.js Wed Nov 19 20:10:34 2008
@@ -20,7 +20,7 @@
dayNamesShort:
['سبت', 'أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة'],
dayNamesMin: ['سبت', 'أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة'],
dayStatus: 'اختر DD لليوم الأول من الأسبوع', dateStatus: 'اختر D, M d',
- dateFormat: 'dd/mm/yy', firstDay: 0,
+ dateFormat: 'dd/mm/yy', firstDay: 0,
initStatus: 'اختر يوم', isRTL: true};
$.datepicker.setDefaults($.datepicker.regional['ar']);
});
Modified: trunk/ui/i18n/ui.datepicker-ca.js
==============================================================================
--- trunk/ui/i18n/ui.datepicker-ca.js (original)
+++ trunk/ui/i18n/ui.datepicker-ca.js Wed Nov 19 20:10:34 2008
@@ -19,7 +19,7 @@
dayNamesShort: ['Dug','Dln','Dmt','Dmc','Djs','Dvn','Dsb'],
dayNamesMin: ['Dg','Dl','Dt','Dc','Dj','Dv','Ds'],
dayStatus: 'DD', dateStatus: 'D, M d',
- dateFormat: 'mm/dd/yy', firstDay: 0,
+ dateFormat: 'mm/dd/yy', firstDay: 0,
initStatus: '', isRTL: false};
$.datepicker.setDefaults($.datepicker.regional['ca']);
});
Modified: trunk/ui/i18n/ui.datepicker-cs.js
==============================================================================
--- trunk/ui/i18n/ui.datepicker-cs.js (original)
+++ trunk/ui/i18n/ui.datepicker-cs.js Wed Nov 19 20:10:34 2008
@@ -19,7 +19,7 @@
dayNamesShort: ['ne', 'po', 'út', 'st', 'čt', 'pá', 'so'],
dayNamesMin: ['ne','po','út','st','čt','pá','so'],
dayStatus: 'Nastavit DD jako první den v týdnu', dateStatus: '\'Vyber\'
DD, M d',
- dateFormat: 'dd.mm.yy', firstDay: 1,
+ dateFormat: 'dd.mm.yy', firstDay: 1,
initStatus: 'Vyberte datum', isRTL: false};
$.datepicker.setDefaults($.datepicker.regional['cs']);
});
Modified: trunk/ui/i18n/ui.datepicker-da.js
==============================================================================
--- trunk/ui/i18n/ui.datepicker-da.js (original)
+++ trunk/ui/i18n/ui.datepicker-da.js Wed Nov 19 20:10:34 2008
@@ -9,9 +9,9 @@
nextText: 'Næste>', nextStatus: 'Vis næste måned',
nextBigText: '>>', nextBigStatus: '',
currentText: 'Idag', currentStatus: 'Vis aktuel måned',
- monthNames: ['Januar','Februar','Marts','April','Maj','Juni',
+ monthNames: ['Januar','Februar','Marts','April','Maj','Juni',
'Juli','August','September','Oktober','November','December'],
- monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
+ monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
'Jul','Aug','Sep','Okt','Nov','Dec'],
monthStatus: 'Vis en anden måned', yearStatus: 'Vis et andet år',
weekHeader: 'Uge', weekStatus: 'Årets uge',
@@ -19,7 +19,7 @@
dayNamesShort: ['Søn','Man','Tir','Ons','Tor','Fre','Lør'],
dayNamesMin: ['Sø','Ma','Ti','On','To','Fr','Lø'],
dayStatus: 'Sæt DD som første ugedag', dateStatus: 'Vælg D, M d',
- dateFormat: 'dd-mm-yy', firstDay: 0,
+ dateFormat: 'dd-mm-yy', firstDay: 0,
initStatus: 'Vælg en dato', isRTL: false};
- $.datepicker.setDefaults($.datepicker.regional['da']);
+ $.datepicker.setDefaults($.datepicker.regional['da']);
});
Modified: trunk/ui/i18n/ui.datepicker-de.js
==============================================================================
--- trunk/ui/i18n/ui.datepicker-de.js (original)
+++ trunk/ui/i18n/ui.datepicker-de.js Wed Nov 19 20:10:34 2008
@@ -19,7 +19,7 @@
dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'],
dayNamesMin: ['So','Mo','Di','Mi','Do','Fr','Sa'],
dayStatus: 'Setze DD als ersten Wochentag', dateStatus: 'Wähle D, M d',
- dateFormat: 'dd.mm.yy', firstDay: 1,
+ dateFormat: 'dd.mm.yy', firstDay: 1,
initStatus: 'Wähle ein Datum', isRTL: false};
$.datepicker.setDefaults($.datepicker.regional['de']);
});
Modified: trunk/ui/i18n/ui.datepicker-es.js
==============================================================================
--- trunk/ui/i18n/ui.datepicker-es.js (original)
+++ trunk/ui/i18n/ui.datepicker-es.js Wed Nov 19 20:10:34 2008
@@ -19,7 +19,7 @@
dayNamesShort: ['Dom','Lun','Mar','Mié','Juv','Vie','Sáb'],
dayNamesMin: ['Do','Lu','Ma','Mi','Ju','Vi','Sá'],
dayStatus: 'DD', dateStatus: 'D, M d',
- dateFormat: 'dd/mm/yy', firstDay: 0,
+ dateFormat: 'dd/mm/yy', firstDay: 0,
initStatus: '', isRTL: false};
$.datepicker.setDefaults($.datepicker.regional['es']);
});
Modified: trunk/ui/i18n/ui.datepicker-fr.js
==============================================================================
--- trunk/ui/i18n/ui.datepicker-fr.js (original)
+++ trunk/ui/i18n/ui.datepicker-fr.js Wed Nov 19 20:10:34 2008
@@ -19,7 +19,7 @@
dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'],
dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'],
dayStatus: 'Utiliser DD comme premier jour de la semaine',
dateStatus: 'Choisir le DD, MM d',
- dateFormat: 'dd/mm/yy', firstDay: 0,
+ dateFormat: 'dd/mm/yy', firstDay: 0,
initStatus: 'Choisir la date', isRTL: false};
$.datepicker.setDefaults($.datepicker.regional['fr']);
});
Modified: trunk/ui/i18n/ui.datepicker-he.js
==============================================================================
--- trunk/ui/i18n/ui.datepicker-he.js (original)
+++ trunk/ui/i18n/ui.datepicker-he.js Wed Nov 19 20:10:34 2008
@@ -19,7 +19,7 @@
dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
dayStatus: 'DD', dateStatus: 'DD, M d',
- dateFormat: 'dd/mm/yy', firstDay: 0,
+ dateFormat: 'dd/mm/yy', firstDay: 0,
initStatus: '', isRTL: true};
$.datepicker.setDefaults($.datepicker.regional['he']);
});
Modified: trunk/ui/i18n/ui.datepicker-hu.js
==============================================================================
--- trunk/ui/i18n/ui.datepicker-hu.js (original)
+++ trunk/ui/i18n/ui.datepicker-hu.js Wed Nov 19 20:10:34 2008
@@ -19,7 +19,7 @@
dayNamesShort: ['Vas', 'Hét', 'Ked', 'Sze', 'Csü', 'Pén', 'Szo'],
dayNamesMin: ['V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'],
dayStatus: 'DD', dateStatus: 'D, M d',
- dateFormat: 'yy-mm-dd', firstDay: 1,
+ dateFormat: 'yy-mm-dd', firstDay: 1,
initStatus: '', isRTL: false};
$.datepicker.setDefaults($.datepicker.regional['hu']);
});
Modified: trunk/ui/i18n/ui.datepicker-hy.js
==============================================================================
--- trunk/ui/i18n/ui.datepicker-hy.js (original)
+++ trunk/ui/i18n/ui.datepicker-hy.js Wed Nov 19 20:10:34 2008
@@ -19,7 +19,7 @@
dayNamesShort: ['կիր','երկ','երք','չրք','հնգ','ուրբ','շբթ'],
dayNamesMin: ['կիր','երկ','երք','չրք','հնգ','ուրբ','շբթ'],
dayStatus: 'DD', dateStatus: 'D, M d',
- dateFormat: 'dd.mm.yy', firstDay: 1,
+ dateFormat: 'dd.mm.yy', firstDay: 1,
initStatus: '', isRTL: false};
$.datepicker.setDefaults($.datepicker.regional['hy']);
});
Modified: trunk/ui/i18n/ui.datepicker-id.js
==============================================================================
--- trunk/ui/i18n/ui.datepicker-id.js (original)
+++ trunk/ui/i18n/ui.datepicker-id.js Wed Nov 19 20:10:34 2008
@@ -19,7 +19,7 @@
dayNamesShort: ['Min','Sen','Sel','Rab','kam','Jum','Sab'],
dayNamesMin: ['Mg','Sn','Sl','Rb','Km','jm','Sb'],
dayStatus: 'gunakan DD sebagai awal hari dalam minggu',
dateStatus: 'pilih le DD, MM d',
- dateFormat: 'dd/mm/yy', firstDay: 0,
+ dateFormat: 'dd/mm/yy', firstDay: 0,
initStatus: 'Pilih Tanggal', isRTL: false};
$.datepicker.setDefaults($.datepicker.regional['id']);
});
Modified: trunk/ui/i18n/ui.datepicker-is.js
==============================================================================
--- trunk/ui/i18n/ui.datepicker-is.js (original)
+++ trunk/ui/i18n/ui.datepicker-is.js Wed Nov 19 20:10:34 2008
@@ -19,7 +19,7 @@
dayNamesShort:
['Sun','Mán','Þri','Mið','Fim','Fös','Lau'],
dayNamesMin: ['Su','Má','Þr','Mi','Fi','Fö','La'],
dayStatus: 'DD', dateStatus: 'D, M d',
- dateFormat: 'dd/mm/yy', firstDay: 0,
+ dateFormat: 'dd/mm/yy', firstDay: 0,
initStatus: '', isRTL: false};
$.datepicker.setDefaults($.datepicker.regional['is']);
});
Modified: trunk/ui/i18n/ui.datepicker-it.js
==============================================================================
--- trunk/ui/i18n/ui.datepicker-it.js (original)
+++ trunk/ui/i18n/ui.datepicker-it.js Wed Nov 19 20:10:34 2008
@@ -19,7 +19,7 @@
dayNamesShort: ['Dom','Lun','Mar','Mer','Gio','Ven','Sab'],
dayNamesMin: ['Do','Lu','Ma','Me','Gio','Ve','Sa'],
dayStatus: 'Usa DD come primo giorno della settimana',
dateStatus: 'Seleziona D, M d',
- dateFormat: 'dd/mm/yy', firstDay: 1,
+ dateFormat: 'dd/mm/yy', firstDay: 1,
initStatus: 'Scegliere una data', isRTL: false};
$.datepicker.setDefaults($.datepicker.regional['it']);
});
Modified: trunk/ui/i18n/ui.datepicker-ja.js
==============================================================================
--- trunk/ui/i18n/ui.datepicker-ja.js (original)
+++ trunk/ui/i18n/ui.datepicker-ja.js Wed Nov 19 20:10:34 2008
@@ -19,7 +19,7 @@
dayNamesShort:
['日','月','火','水','木','金','土'],
dayNamesMin:
['日','月','火','水','木','金','土'],
dayStatus: 'DD', dateStatus: 'D, M d',
- dateFormat: 'yy/mm/dd', firstDay: 0,
+ dateFormat: 'yy/mm/dd', firstDay: 0,
initStatus: '', isRTL: false};
$.datepicker.setDefaults($.datepicker.regional['ja']);
});
Modified: trunk/ui/i18n/ui.datepicker-ko.js
==============================================================================
--- trunk/ui/i18n/ui.datepicker-ko.js (original)
+++ trunk/ui/i18n/ui.datepicker-ko.js Wed Nov 19 20:10:34 2008
@@ -19,7 +19,7 @@
dayNamesShort: ['일','월','화','수','목','금','토'],
dayNamesMin: ['일','월','화','수','목','금','토'],
dayStatus: 'DD', dateStatus: 'D, M d',
- dateFormat: 'yy-mm-dd', firstDay: 0,
+ dateFormat: 'yy-mm-dd', firstDay: 0,
initStatus: '', isRTL: false};
$.datepicker.setDefaults($.datepicker.regional['ko']);
});
Modified: trunk/ui/i18n/ui.datepicker-lt.js
==============================================================================
--- trunk/ui/i18n/ui.datepicker-lt.js (original)
+++ trunk/ui/i18n/ui.datepicker-lt.js Wed Nov 19 20:10:34 2008
@@ -19,7 +19,7 @@
dayNamesShort: ['sek','pir','ant','tre','ket','pen','šeš'],
dayNamesMin: ['Se','Pr','An','Tr','Ke','Pe','Še'],
dayStatus: 'DD', dateStatus: 'D, M d',
- dateFormat: 'yy-mm-dd', firstDay: 1,
+ dateFormat: 'yy-mm-dd', firstDay: 1,
initStatus: '', isRTL: false};
$.datepicker.setDefaults($.datepicker.regional['lt']);
});
Modified: trunk/ui/i18n/ui.datepicker-lv.js
==============================================================================
--- trunk/ui/i18n/ui.datepicker-lv.js (original)
+++ trunk/ui/i18n/ui.datepicker-lv.js Wed Nov 19 20:10:34 2008
@@ -19,7 +19,7 @@
dayNamesShort: ['svt','prm','otr','tre','ctr','pkt','sst'],
dayNamesMin: ['Sv','Pr','Ot','Tr','Ct','Pk','Ss'],
dayStatus: 'DD', dateStatus: 'D, M d',
- dateFormat: 'dd-mm-yy', firstDay: 1,
+ dateFormat: 'dd-mm-yy', firstDay: 1,
initStatus: '', isRTL: false};
$.datepicker.setDefaults($.datepicker.regional['lv']);
});
Modified: trunk/ui/i18n/ui.datepicker-nl.js
==============================================================================
--- trunk/ui/i18n/ui.datepicker-nl.js (original)
+++ trunk/ui/i18n/ui.datepicker-nl.js Wed Nov 19 20:10:34 2008
@@ -19,7 +19,7 @@
dayNamesShort: ['Zon','Maa','Din','Woe','Don','Vri','Zat'],
dayNamesMin: ['Zo','Ma','Di','Wo','Do','Vr','Za'],
dayStatus: 'DD', dateStatus: 'D, M d',
- dateFormat: 'dd.mm.yy', firstDay: 1,
+ dateFormat: 'dd.mm.yy', firstDay: 1,
initStatus: 'Kies een datum', isRTL: false};
$.datepicker.setDefaults($.datepicker.regional['nl']);
});
Modified: trunk/ui/i18n/ui.datepicker-no.js
==============================================================================
--- trunk/ui/i18n/ui.datepicker-no.js (original)
+++ trunk/ui/i18n/ui.datepicker-no.js Wed Nov 19 20:10:34 2008
@@ -9,9 +9,9 @@
nextText: 'Neste»', nextStatus: '',
nextBigText: '>>', nextBigStatus: '',
currentText: 'I dag', currentStatus: '',
- monthNames: ['Januar','Februar','Mars','April','Mai','Juni',
+ monthNames: ['Januar','Februar','Mars','April','Mai','Juni',
'Juli','August','September','Oktober','November','Desember'],
- monthNamesShort: ['Jan','Feb','Mar','Apr','Mai','Jun',
+ monthNamesShort: ['Jan','Feb','Mar','Apr','Mai','Jun',
'Jul','Aug','Sep','Okt','Nov','Des'],
monthStatus: '', yearStatus: '',
weekHeader: 'Uke', weekStatus: '',
@@ -19,7 +19,7 @@
dayNames:
['Søndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','Lørdag'],
dayNamesMin: ['Sø','Ma','Ti','On','To','Fr','Lø'],
dayStatus: 'DD', dateStatus: 'D, M d',
- dateFormat: 'yy-mm-dd', firstDay: 0,
+ dateFormat: 'yy-mm-dd', firstDay: 0,
initStatus: '', isRTL: false};
- $.datepi