Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-mk.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-mk.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-mk.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-mk.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,37 @@
+/* Macedonian i18n for the jQuery UI date picker plugin. */
+/* Written by Stojce Slavkovski. */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional.mk = {
+       closeText: "Затвори",
+       prevText: "<",
+       nextText: ">",
+       currentText: "Денес",
+       monthNames: [ 
"Јануари","Февруари","Март","Април","Мај","Јуни",
+       
"Јули","Август","Септември","Октомври","Ноември","Декември"
 ],
+       monthNamesShort: [ 
"Јан","Фев","Мар","Апр","Мај","Јун",
+       "Јул","Авг","Сеп","Окт","Ное","Дек" ],
+       dayNames: [ 
"Недела","Понеделник","Вторник","Среда","Четврток","Петок","Сабота"
 ],
+       dayNamesShort: [ 
"Нед","Пон","Вто","Сре","Чет","Пет","Саб" ],
+       dayNamesMin: [ "Не","По","Вт","Ср","Че","Пе","Са" ],
+       weekHeader: "Сед",
+       dateFormat: "dd.mm.yy",
+       firstDay: 1,
+       isRTL: false,
+       showMonthAfterYear: false,
+       yearSuffix: "" };
+datepicker.setDefaults( datepicker.regional.mk );
+
+return datepicker.regional.mk;
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-mk.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-mk.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-mk.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ml.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ml.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ml.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ml.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,37 @@
+/* Malayalam (UTF-8) initialisation for the jQuery UI date picker plugin. */
+/* Written by Saji Nediyanchath (saj...@gmail.com). */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional.ml = {
+       closeText: "à´¶à´°à´¿",
+       prevText: "മുന്നത്തെ",
+       nextText: "അടുത്തത് ",
+       currentText: "ഇന്ന്",
+       monthNames: [ 
"ജനുവരി","ഫെബ്രുവരി","മാര്‍ച്ച്","ഏപ്രില്‍","മേയ്","ജൂണ്‍",
+       
"ജൂലൈ","ആഗസ്റ്റ്","സെപ്റ്റംബര്‍","ഒക്ടോബര്‍","നവംബര്‍","ഡിസംബര്‍"
 ],
+       monthNamesShort: [ "ജനു", "ഫെബ്", "മാര്‍", 
"ഏപ്രി", "മേയ്", "ജൂണ്‍",
+       "ജൂലാ", "ആഗ", "സെപ്", "ഒക്ടോ", 
"നവം", "ഡിസ" ],
+       dayNames: [ "ഞായര്‍", "തിങ്കള്‍", 
"ചൊവ്വ", "ബുധന്‍", "വ്യാഴം", 
"വെള്ളി", "ശനി" ],
+       dayNamesShort: [ "ഞായ", "തിങ്ക", "ചൊവ്വ", 
"ബുധ", "വ്യാഴം", "വെള്ളി", "ശനി" ],
+       dayNamesMin: [ 
"ഞാ","തി","ചൊ","ബു","വ്യാ","വെ","ശ" ],
+       weekHeader: "ആ",
+       dateFormat: "dd/mm/yy",
+       firstDay: 1,
+       isRTL: false,
+       showMonthAfterYear: false,
+       yearSuffix: "" };
+datepicker.setDefaults( datepicker.regional.ml );
+
+return datepicker.regional.ml;
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ml.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ml.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ml.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ms.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ms.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ms.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ms.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,37 @@
+/* Malaysian initialisation for the jQuery UI date picker plugin. */
+/* Written by Mohd Nawawi Mohamad Jamili (naw...@ronggeng.net). */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional.ms = {
+       closeText: "Tutup",
+       prevText: "<Sebelum",
+       nextText: "Selepas>",
+       currentText: "hari ini",
+       monthNames: [ "Januari","Februari","Mac","April","Mei","Jun",
+       "Julai","Ogos","September","Oktober","November","Disember" ],
+       monthNamesShort: [ "Jan","Feb","Mac","Apr","Mei","Jun",
+       "Jul","Ogo","Sep","Okt","Nov","Dis" ],
+       dayNames: [ "Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu" ],
+       dayNamesShort: [ "Aha","Isn","Sel","Rab","kha","Jum","Sab" ],
+       dayNamesMin: [ "Ah","Is","Se","Ra","Kh","Ju","Sa" ],
+       weekHeader: "Mg",
+       dateFormat: "dd/mm/yy",
+       firstDay: 0,
+       isRTL: false,
+       showMonthAfterYear: false,
+       yearSuffix: "" };
+datepicker.setDefaults( datepicker.regional.ms );
+
+return datepicker.regional.ms;
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ms.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ms.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ms.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nb.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nb.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nb.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nb.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,49 @@
+/* Norwegian Bokmål initialisation for the jQuery UI date picker plugin. */
+/* Written by Bjørn Johansen (p...@bjornjohansen.no). */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional.nb = {
+       closeText: "Lukk",
+       prevText: "«Forrige",
+       nextText: "Neste»",
+       currentText: "I dag",
+       monthNames: [
+               "januar",
+               "februar",
+               "mars",
+               "april",
+               "mai",
+               "juni",
+               "juli",
+               "august",
+               "september",
+               "oktober",
+               "november",
+               "desember"
+       ],
+       monthNamesShort: [ 
"jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des" ],
+       dayNamesShort: [ "søn","man","tir","ons","tor","fre","lør" ],
+       dayNames: [ 
"søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag" ],
+       dayNamesMin: [ "sø","ma","ti","on","to","fr","lø" ],
+       weekHeader: "Uke",
+       dateFormat: "dd.mm.yy",
+       firstDay: 1,
+       isRTL: false,
+       showMonthAfterYear: false,
+       yearSuffix: ""
+};
+datepicker.setDefaults( datepicker.regional.nb );
+
+return datepicker.regional.nb;
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nb.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nb.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nb.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nl-BE.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nl-BE.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nl-BE.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nl-BE.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,37 @@
+/* Dutch (Belgium) initialisation for the jQuery UI date picker plugin. */
+/* David De Sloovere @DavidDeSloovere */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional[ "nl-BE" ] = {
+       closeText: "Sluiten",
+       prevText: "←",
+       nextText: "→",
+       currentText: "Vandaag",
+       monthNames: [ "januari", "februari", "maart", "april", "mei", "juni",
+       "juli", "augustus", "september", "oktober", "november", "december" ],
+       monthNamesShort: [ "jan", "feb", "mrt", "apr", "mei", "jun",
+       "jul", "aug", "sep", "okt", "nov", "dec" ],
+       dayNames: [ "zondag", "maandag", "dinsdag", "woensdag", "donderdag", 
"vrijdag", "zaterdag" ],
+       dayNamesShort: [ "zon", "maa", "din", "woe", "don", "vri", "zat" ],
+       dayNamesMin: [ "zo", "ma", "di", "wo", "do", "vr", "za" ],
+       weekHeader: "Wk",
+       dateFormat: "dd/mm/yy",
+       firstDay: 1,
+       isRTL: false,
+       showMonthAfterYear: false,
+       yearSuffix: "" };
+datepicker.setDefaults( datepicker.regional[ "nl-BE" ] );
+
+return datepicker.regional[ "nl-BE" ];
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nl-BE.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nl-BE.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nl-BE.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nl.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nl.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nl.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nl.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,37 @@
+/* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */
+/* Written by Mathias Bynens <http://mathiasbynens.be/> */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional.nl = {
+       closeText: "Sluiten",
+       prevText: "←",
+       nextText: "→",
+       currentText: "Vandaag",
+       monthNames: [ "januari", "februari", "maart", "april", "mei", "juni",
+       "juli", "augustus", "september", "oktober", "november", "december" ],
+       monthNamesShort: [ "jan", "feb", "mrt", "apr", "mei", "jun",
+       "jul", "aug", "sep", "okt", "nov", "dec" ],
+       dayNames: [ "zondag", "maandag", "dinsdag", "woensdag", "donderdag", 
"vrijdag", "zaterdag" ],
+       dayNamesShort: [ "zon", "maa", "din", "woe", "don", "vri", "zat" ],
+       dayNamesMin: [ "zo", "ma", "di", "wo", "do", "vr", "za" ],
+       weekHeader: "Wk",
+       dateFormat: "dd-mm-yy",
+       firstDay: 1,
+       isRTL: false,
+       showMonthAfterYear: false,
+       yearSuffix: "" };
+datepicker.setDefaults( datepicker.regional.nl );
+
+return datepicker.regional.nl;
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nl.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nl.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nl.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nn.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nn.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nn.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nn.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,49 @@
+/* Norwegian Nynorsk initialisation for the jQuery UI date picker plugin. */
+/* Written by Bjørn Johansen (p...@bjornjohansen.no). */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional.nn = {
+       closeText: "Lukk",
+       prevText: "&#xAB;Førre",
+       nextText: "Neste&#xBB;",
+       currentText: "I dag",
+       monthNames: [
+               "januar",
+               "februar",
+               "mars",
+               "april",
+               "mai",
+               "juni",
+               "juli",
+               "august",
+               "september",
+               "oktober",
+               "november",
+               "desember"
+       ],
+       monthNamesShort: [ 
"jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des" ],
+       dayNamesShort: [ "sun","mån","tys","ons","tor","fre","lau" ],
+       dayNames: [ 
"sundag","måndag","tysdag","onsdag","torsdag","fredag","laurdag" ],
+       dayNamesMin: [ "su","må","ty","on","to","fr","la" ],
+       weekHeader: "Veke",
+       dateFormat: "dd.mm.yy",
+       firstDay: 1,
+       isRTL: false,
+       showMonthAfterYear: false,
+       yearSuffix: ""
+};
+datepicker.setDefaults( datepicker.regional.nn );
+
+return datepicker.regional.nn;
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nn.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nn.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-nn.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-no.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-no.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-no.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-no.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,50 @@
+/* Norwegian initialisation for the jQuery UI date picker plugin. */
+/* Written by Naimdjon Takhirov (naimd...@gmail.com). */
+
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional.no = {
+       closeText: "Lukk",
+       prevText: "&#xAB;Forrige",
+       nextText: "Neste&#xBB;",
+       currentText: "I dag",
+       monthNames: [
+               "januar",
+               "februar",
+               "mars",
+               "april",
+               "mai",
+               "juni",
+               "juli",
+               "august",
+               "september",
+               "oktober",
+               "november",
+               "desember"
+       ],
+       monthNamesShort: [ 
"jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des" ],
+       dayNamesShort: [ "søn","man","tir","ons","tor","fre","lør" ],
+       dayNames: [ 
"søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag" ],
+       dayNamesMin: [ "sø","ma","ti","on","to","fr","lø" ],
+       weekHeader: "Uke",
+       dateFormat: "dd.mm.yy",
+       firstDay: 1,
+       isRTL: false,
+       showMonthAfterYear: false,
+       yearSuffix: ""
+};
+datepicker.setDefaults( datepicker.regional.no );
+
+return datepicker.regional.no;
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-no.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-no.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-no.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-pl.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-pl.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-pl.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-pl.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,37 @@
+/* Polish initialisation for the jQuery UI date picker plugin. */
+/* Written by Jacek Wysocki (jacek.wyso...@gmail.com). */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional.pl = {
+       closeText: "Zamknij",
+       prevText: "&#x3C;Poprzedni",
+       nextText: "Następny&#x3E;",
+       currentText: "Dziś",
+       monthNames: [ "Styczeń","Luty","Marzec","Kwiecień","Maj","Czerwiec",
+       "Lipiec","Sierpień","Wrzesień","Październik","Listopad","Grudzień" 
],
+       monthNamesShort: [ "Sty","Lu","Mar","Kw","Maj","Cze",
+       "Lip","Sie","Wrz","Pa","Lis","Gru" ],
+       dayNames: [ 
"Niedziela","Poniedziałek","Wtorek","Środa","Czwartek","Piątek","Sobota" ],
+       dayNamesShort: [ "Nie","Pn","Wt","Śr","Czw","Pt","So" ],
+       dayNamesMin: [ "N","Pn","Wt","Śr","Cz","Pt","So" ],
+       weekHeader: "Tydz",
+       dateFormat: "dd.mm.yy",
+       firstDay: 1,
+       isRTL: false,
+       showMonthAfterYear: false,
+       yearSuffix: "" };
+datepicker.setDefaults( datepicker.regional.pl );
+
+return datepicker.regional.pl;
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-pl.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-pl.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-pl.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-pt-BR.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-pt-BR.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-pt-BR.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-pt-BR.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,45 @@
+/* Brazilian initialisation for the jQuery UI date picker plugin. */
+/* Written by Leonildo Costa Silva (leocsi...@gmail.com). */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional[ "pt-BR" ] = {
+       closeText: "Fechar",
+       prevText: "&#x3C;Anterior",
+       nextText: "Próximo&#x3E;",
+       currentText: "Hoje",
+       monthNames: [ "Janeiro","Fevereiro","Março","Abril","Maio","Junho",
+       "Julho","Agosto","Setembro","Outubro","Novembro","Dezembro" ],
+       monthNamesShort: [ "Jan","Fev","Mar","Abr","Mai","Jun",
+       "Jul","Ago","Set","Out","Nov","Dez" ],
+       dayNames: [
+               "Domingo",
+               "Segunda-feira",
+               "Terça-feira",
+               "Quarta-feira",
+               "Quinta-feira",
+               "Sexta-feira",
+               "Sábado"
+       ],
+       dayNamesShort: [ "Dom","Seg","Ter","Qua","Qui","Sex","Sáb" ],
+       dayNamesMin: [ "Dom","Seg","Ter","Qua","Qui","Sex","Sáb" ],
+       weekHeader: "Sm",
+       dateFormat: "dd/mm/yy",
+       firstDay: 0,
+       isRTL: false,
+       showMonthAfterYear: false,
+       yearSuffix: "" };
+datepicker.setDefaults( datepicker.regional[ "pt-BR" ] );
+
+return datepicker.regional[ "pt-BR" ];
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-pt-BR.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-pt-BR.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-pt-BR.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-pt.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-pt.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-pt.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-pt.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,44 @@
+/* Portuguese initialisation for the jQuery UI date picker plugin. */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional.pt = {
+       closeText: "Fechar",
+       prevText: "Anterior",
+       nextText: "Seguinte",
+       currentText: "Hoje",
+       monthNames: [ "Janeiro","Fevereiro","Março","Abril","Maio","Junho",
+       "Julho","Agosto","Setembro","Outubro","Novembro","Dezembro" ],
+       monthNamesShort: [ "Jan","Fev","Mar","Abr","Mai","Jun",
+       "Jul","Ago","Set","Out","Nov","Dez" ],
+       dayNames: [
+               "Domingo",
+               "Segunda-feira",
+               "Terça-feira",
+               "Quarta-feira",
+               "Quinta-feira",
+               "Sexta-feira",
+               "Sábado"
+       ],
+       dayNamesShort: [ "Dom","Seg","Ter","Qua","Qui","Sex","Sáb" ],
+       dayNamesMin: [ "Dom","Seg","Ter","Qua","Qui","Sex","Sáb" ],
+       weekHeader: "Sem",
+       dateFormat: "dd/mm/yy",
+       firstDay: 0,
+       isRTL: false,
+       showMonthAfterYear: false,
+       yearSuffix: "" };
+datepicker.setDefaults( datepicker.regional.pt );
+
+return datepicker.regional.pt;
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-pt.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-pt.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-pt.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-rm.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-rm.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-rm.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-rm.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,61 @@
+/* Romansh initialisation for the jQuery UI date picker plugin. */
+/* Written by Yvonne Gienal (yvonne.gie...@educa.ch). */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional.rm = {
+       closeText: "Serrar",
+       prevText: "&#x3C;Suandant",
+       nextText: "Precedent&#x3E;",
+       currentText: "Actual",
+       monthNames: [
+               "Schaner",
+               "Favrer",
+               "Mars",
+               "Avrigl",
+               "Matg",
+               "Zercladur",
+               "Fanadur",
+               "Avust",
+               "Settember",
+               "October",
+               "November",
+               "December"
+       ],
+       monthNamesShort: [
+               "Scha",
+               "Fev",
+               "Mar",
+               "Avr",
+               "Matg",
+               "Zer",
+               "Fan",
+               "Avu",
+               "Sett",
+               "Oct",
+               "Nov",
+               "Dec"
+       ],
+       dayNames: [ 
"Dumengia","Glindesdi","Mardi","Mesemna","Gievgia","Venderdi","Sonda" ],
+       dayNamesShort: [ "Dum","Gli","Mar","Mes","Gie","Ven","Som" ],
+       dayNamesMin: [ "Du","Gl","Ma","Me","Gi","Ve","So" ],
+       weekHeader: "emna",
+       dateFormat: "dd/mm/yy",
+       firstDay: 1,
+       isRTL: false,
+       showMonthAfterYear: false,
+       yearSuffix: "" };
+datepicker.setDefaults( datepicker.regional.rm );
+
+return datepicker.regional.rm;
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-rm.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-rm.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-rm.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ro.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ro.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ro.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ro.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,40 @@
+/* Romanian initialisation for the jQuery UI date picker plugin.
+ *
+ * Written by Edmond L. (ll_edm...@walla.com)
+ * and Ionut G. Stan (ionut.g.s...@gmail.com)
+ */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional.ro = {
+       closeText: "Închide",
+       prevText: "&#xAB; Luna precedentă",
+       nextText: "Luna următoare &#xBB;",
+       currentText: "Azi",
+       monthNames: [ "Ianuarie","Februarie","Martie","Aprilie","Mai","Iunie",
+       "Iulie","August","Septembrie","Octombrie","Noiembrie","Decembrie" ],
+       monthNamesShort: [ "Ian", "Feb", "Mar", "Apr", "Mai", "Iun",
+       "Iul", "Aug", "Sep", "Oct", "Nov", "Dec" ],
+       dayNames: [ "Duminică", "Luni", "Marţi", "Miercuri", "Joi", "Vineri", 
"Sâmbătă" ],
+       dayNamesShort: [ "Dum", "Lun", "Mar", "Mie", "Joi", "Vin", "Sâm" ],
+       dayNamesMin: [ "Du","Lu","Ma","Mi","Jo","Vi","Sâ" ],
+       weekHeader: "Săpt",
+       dateFormat: "dd.mm.yy",
+       firstDay: 1,
+       isRTL: false,
+       showMonthAfterYear: false,
+       yearSuffix: "" };
+datepicker.setDefaults( datepicker.regional.ro );
+
+return datepicker.regional.ro;
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ro.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ro.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ro.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ru.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ru.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ru.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ru.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,37 @@
+/* Russian (UTF-8) initialisation for the jQuery UI date picker plugin. */
+/* Written by Andrew Stromnov (strom...@gmail.com). */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional.ru = {
+       closeText: "Закрыть",
+       prevText: "&#x3C;Пред",
+       nextText: "След&#x3E;",
+       currentText: "Сегодня",
+       monthNames: [ 
"Январь","Февраль","Март","Апрель","Май","Июнь",
+       
"Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"
 ],
+       monthNamesShort: [ 
"Янв","Фев","Мар","Апр","Май","Июн",
+       "Июл","Авг","Сен","Окт","Ноя","Дек" ],
+       dayNames: [ 
"воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"
 ],
+       dayNamesShort: [ 
"вск","пнд","втр","срд","чтв","птн","сбт" ],
+       dayNamesMin: [ "Вс","Пн","Вт","Ср","Чт","Пт","Сб" ],
+       weekHeader: "Нед",
+       dateFormat: "dd.mm.yy",
+       firstDay: 1,
+       isRTL: false,
+       showMonthAfterYear: false,
+       yearSuffix: "" };
+datepicker.setDefaults( datepicker.regional.ru );
+
+return datepicker.regional.ru;
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ru.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ru.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ru.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sk.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sk.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sk.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sk.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,37 @@
+/* Slovak initialisation for the jQuery UI date picker plugin. */
+/* Written by Vojtech Rinik (vo...@hmm.sk). */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional.sk = {
+       closeText: "Zavrieť",
+       prevText: "&#x3C;Predchádzajúci",
+       nextText: "Nasledujúci&#x3E;",
+       currentText: "Dnes",
+       monthNames: [ "január","február","marec","apríl","máj","jún",
+       "júl","august","september","október","november","december" ],
+       monthNamesShort: [ "Jan","Feb","Mar","Apr","Máj","Jún",
+       "Júl","Aug","Sep","Okt","Nov","Dec" ],
+       dayNames: [ 
"nedeľa","pondelok","utorok","streda","štvrtok","piatok","sobota" ],
+       dayNamesShort: [ "Ned","Pon","Uto","Str","Å tv","Pia","Sob" ],
+       dayNamesMin: [ "Ne","Po","Ut","St","Å t","Pia","So" ],
+       weekHeader: "Ty",
+       dateFormat: "dd.mm.yy",
+       firstDay: 1,
+       isRTL: false,
+       showMonthAfterYear: false,
+       yearSuffix: "" };
+datepicker.setDefaults( datepicker.regional.sk );
+
+return datepicker.regional.sk;
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sk.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sk.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sk.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sl.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sl.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sl.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sl.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,38 @@
+/* Slovenian initialisation for the jQuery UI date picker plugin. */
+/* Written by Jaka Jancar (j...@kubje.org). */
+/* c = č, s = š z = ž C = Č S = Š Z = Ž */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional.sl = {
+       closeText: "Zapri",
+       prevText: "&#x3C;Prejšnji",
+       nextText: "Naslednji&#x3E;",
+       currentText: "Trenutni",
+       monthNames: [ "Januar","Februar","Marec","April","Maj","Junij",
+       "Julij","Avgust","September","Oktober","November","December" ],
+       monthNamesShort: [ "Jan","Feb","Mar","Apr","Maj","Jun",
+       "Jul","Avg","Sep","Okt","Nov","Dec" ],
+       dayNames: [ 
"Nedelja","Ponedeljek","Torek","Sreda","Četrtek","Petek","Sobota" ],
+       dayNamesShort: [ "Ned","Pon","Tor","Sre","Čet","Pet","Sob" ],
+       dayNamesMin: [ "Ne","Po","To","Sr","Če","Pe","So" ],
+       weekHeader: "Teden",
+       dateFormat: "dd.mm.yy",
+       firstDay: 1,
+       isRTL: false,
+       showMonthAfterYear: false,
+       yearSuffix: "" };
+datepicker.setDefaults( datepicker.regional.sl );
+
+return datepicker.regional.sl;
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sl.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sl.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sl.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sq.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sq.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sq.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sq.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,37 @@
+/* Albanian initialisation for the jQuery UI date picker plugin. */
+/* Written by Flakron Bytyqi (flak...@gmail.com). */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional.sq = {
+       closeText: "mbylle",
+       prevText: "&#x3C;mbrapa",
+       nextText: "Përpara&#x3E;",
+       currentText: "sot",
+       monthNames: [ "Janar","Shkurt","Mars","Prill","Maj","Qershor",
+       "Korrik","Gusht","Shtator","Tetor","Nëntor","Dhjetor" ],
+       monthNamesShort: [ "Jan","Shk","Mar","Pri","Maj","Qer",
+       "Kor","Gus","Sht","Tet","Nën","Dhj" ],
+       dayNames: [ "E Diel","E Hënë","E Martë","E Mërkurë","E Enjte","E 
Premte","E Shtune" ],
+       dayNamesShort: [ "Di","Hë","Ma","Më","En","Pr","Sh" ],
+       dayNamesMin: [ "Di","Hë","Ma","Më","En","Pr","Sh" ],
+       weekHeader: "Ja",
+       dateFormat: "dd.mm.yy",
+       firstDay: 1,
+       isRTL: false,
+       showMonthAfterYear: false,
+       yearSuffix: "" };
+datepicker.setDefaults( datepicker.regional.sq );
+
+return datepicker.regional.sq;
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sq.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sq.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sq.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sr-SR.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sr-SR.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sr-SR.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sr-SR.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,37 @@
+/* Serbian i18n for the jQuery UI date picker plugin. */
+/* Written by Dejan Dimić. */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional[ "sr-SR" ] = {
+       closeText: "Zatvori",
+       prevText: "&#x3C;",
+       nextText: "&#x3E;",
+       currentText: "Danas",
+       monthNames: [ "Januar","Februar","Mart","April","Maj","Jun",
+       "Jul","Avgust","Septembar","Oktobar","Novembar","Decembar" ],
+       monthNamesShort: [ "Jan","Feb","Mar","Apr","Maj","Jun",
+       "Jul","Avg","Sep","Okt","Nov","Dec" ],
+       dayNames: [ 
"Nedelja","Ponedeljak","Utorak","Sreda","Četvrtak","Petak","Subota" ],
+       dayNamesShort: [ "Ned","Pon","Uto","Sre","Čet","Pet","Sub" ],
+       dayNamesMin: [ "Ne","Po","Ut","Sr","Če","Pe","Su" ],
+       weekHeader: "Sed",
+       dateFormat: "dd.mm.yy",
+       firstDay: 1,
+       isRTL: false,
+       showMonthAfterYear: false,
+       yearSuffix: "" };
+datepicker.setDefaults( datepicker.regional[ "sr-SR" ] );
+
+return datepicker.regional[ "sr-SR" ];
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sr-SR.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sr-SR.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sr-SR.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sr.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sr.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sr.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sr.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,37 @@
+/* Serbian i18n for the jQuery UI date picker plugin. */
+/* Written by Dejan Dimić. */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional.sr = {
+       closeText: "Затвори",
+       prevText: "&#x3C;",
+       nextText: "&#x3E;",
+       currentText: "Данас",
+       monthNames: [ 
"Јануар","Фебруар","Март","Април","Мај","Јун",
+       
"Јул","Август","Септембар","Октобар","Новембар","Децембар"
 ],
+       monthNamesShort: [ 
"Јан","Феб","Мар","Апр","Мај","Јун",
+       "Јул","Авг","Сеп","Окт","Нов","Дец" ],
+       dayNames: [ 
"Недеља","Понедељак","Уторак","Среда","Четвртак","Петак","Субота"
 ],
+       dayNamesShort: [ 
"Нед","Пон","Уто","Сре","Чет","Пет","Суб" ],
+       dayNamesMin: [ "Не","По","Ут","Ср","Че","Пе","Су" ],
+       weekHeader: "Сед",
+       dateFormat: "dd.mm.yy",
+       firstDay: 1,
+       isRTL: false,
+       showMonthAfterYear: false,
+       yearSuffix: "" };
+datepicker.setDefaults( datepicker.regional.sr );
+
+return datepicker.regional.sr;
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sr.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sr.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sr.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sv.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sv.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sv.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sv.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,37 @@
+/* Swedish initialisation for the jQuery UI date picker plugin. */
+/* Written by Anders Ekdahl ( and...@nomadiz.se). */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional.sv = {
+       closeText: "Stäng",
+       prevText: "&#xAB;Förra",
+       nextText: "Nästa&#xBB;",
+       currentText: "Idag",
+       monthNames: [ "Januari","Februari","Mars","April","Maj","Juni",
+       "Juli","Augusti","September","Oktober","November","December" ],
+       monthNamesShort: [ "Jan","Feb","Mar","Apr","Maj","Jun",
+       "Jul","Aug","Sep","Okt","Nov","Dec" ],
+       dayNamesShort: [ "Sön","Mån","Tis","Ons","Tor","Fre","Lör" ],
+       dayNames: [ 
"Söndag","Måndag","Tisdag","Onsdag","Torsdag","Fredag","Lördag" ],
+       dayNamesMin: [ "Sö","Må","Ti","On","To","Fr","Lö" ],
+       weekHeader: "Ve",
+       dateFormat: "yy-mm-dd",
+       firstDay: 1,
+       isRTL: false,
+       showMonthAfterYear: false,
+       yearSuffix: "" };
+datepicker.setDefaults( datepicker.regional.sv );
+
+return datepicker.regional.sv;
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sv.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sv.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-sv.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ta.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ta.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ta.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ta.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,53 @@
+/* Tamil (UTF-8) initialisation for the jQuery UI date picker plugin. */
+/* Written by S A Sureshkumar (sasku...@live.com). */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional.ta = {
+       closeText: "மூடு",
+       prevText: "முன்னையது",
+       nextText: "அடுத்தது",
+       currentText: "இன்று",
+       monthNames: [ 
"தை","மாசி","பங்குனி","சித்திரை","வைகாசி","ஆனி",
+       
"ஆடி","ஆவணி","புரட்டாசி","ஐப்பசி","கார்த்திகை","மார்கழி"
 ],
+       monthNamesShort: [ 
"தை","மாசி","பங்","சித்","வைகா","ஆனி",
+       
"ஆடி","ஆவ","புர","ஐப்","கார்","மார்" ],
+       dayNames: [
+               "ஞாயிற்றுக்கிழமை",
+               "திங்கட்கிழமை",
+               "செவ்வாய்க்கிழமை",
+               "புதன்கிழமை",
+               "வியாழக்கிழமை",
+               "வெள்ளிக்கிழமை",
+               "சனிக்கிழமை"
+       ],
+       dayNamesShort: [
+               "ஞாயிறு",
+               "திங்கள்",
+               "செவ்வாய்",
+               "புதன்",
+               "வியாழன்",
+               "வெள்ளி",
+               "சனி"
+       ],
+       dayNamesMin: [ 
"ஞா","தி","செ","பு","வி","வெ","ச" ],
+       weekHeader: "Не",
+       dateFormat: "dd/mm/yy",
+       firstDay: 1,
+       isRTL: false,
+       showMonthAfterYear: false,
+       yearSuffix: "" };
+datepicker.setDefaults( datepicker.regional.ta );
+
+return datepicker.regional.ta;
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ta.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ta.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ta.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-th.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-th.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-th.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-th.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,37 @@
+/* Thai initialisation for the jQuery UI date picker plugin. */
+/* Written by pipo (p...@sixhead.com). */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional.th = {
+       closeText: "ปิด",
+       prevText: "&#xAB;&#xA0;ย้อน",
+       nextText: "ถัดไป&#xA0;&#xBB;",
+       currentText: "วันนี้",
+       monthNames: [ "มกราคม","กุมภ
าพันธ์","มีนาคม","เมษายน","พฤษภ
าคม","มิถุนายน",
+       
"กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม"
 ],
+       monthNamesShort: [ 
"ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.",
+       "ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค." ],
+       dayNames: [ 
"อาทิตย์","จันทร์","อังคาร","พุธ","พฤหัสบดี","ศุกร์","เสาร์"
 ],
+       dayNamesShort: [ "อา.","จ.","อ.","พ.","พฤ.","ศ.","ส." 
],
+       dayNamesMin: [ "อา.","จ.","อ.","พ.","พฤ.","ศ.","ส." ],
+       weekHeader: "Wk",
+       dateFormat: "dd/mm/yy",
+       firstDay: 0,
+       isRTL: false,
+       showMonthAfterYear: false,
+       yearSuffix: "" };
+datepicker.setDefaults( datepicker.regional.th );
+
+return datepicker.regional.th;
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-th.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-th.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-th.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-tj.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-tj.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-tj.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-tj.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,37 @@
+/* Tajiki (UTF-8) initialisation for the jQuery UI date picker plugin. */
+/* Written by Abdurahmon Saidov (saido...@gmail.com). */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional.tj = {
+       closeText: "Идома",
+       prevText: "&#x3c;Қафо",
+       nextText: "Пеш&#x3e;",
+       currentText: "Имрӯз",
+       monthNames: [ 
"Январ","Феврал","Март","Апрел","Май","Июн",
+       
"Июл","Август","Сентябр","Октябр","Ноябр","Декабр"
 ],
+       monthNamesShort: [ 
"Янв","Фев","Мар","Апр","Май","Июн",
+       "Июл","Авг","Сен","Окт","Ноя","Дек" ],
+       dayNames: [ 
"якшанбе","душанбе","сешанбе","чоршанбе","панҷшанбе","ҷумъа","шанбе"
 ],
+       dayNamesShort: [ 
"якш","душ","сеш","чор","пан","ҷум","шан" ],
+       dayNamesMin: [ "Як","Дш","Сш","Чш","Пш","Ҷм","Шн" ],
+       weekHeader: "Хф",
+       dateFormat: "dd.mm.yy",
+       firstDay: 1,
+       isRTL: false,
+       showMonthAfterYear: false,
+       yearSuffix: "" };
+datepicker.setDefaults( datepicker.regional.tj );
+
+return datepicker.regional.tj;
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-tj.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-tj.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-tj.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-tr.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-tr.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-tr.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-tr.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,37 @@
+/* Turkish initialisation for the jQuery UI date picker plugin. */
+/* Written by Izzet Emre Erkan (k...@karalamalar.net). */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional.tr = {
+       closeText: "kapat",
+       prevText: "&#x3C;geri",
+       nextText: "ileri&#x3e",
+       currentText: "bugün",
+       monthNames: [ "Ocak","Şubat","Mart","Nisan","Mayıs","Haziran",
+       "Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık" ],
+       monthNamesShort: [ "Oca","Şub","Mar","Nis","May","Haz",
+       "Tem","Ağu","Eyl","Eki","Kas","Ara" ],
+       dayNames: [ 
"Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi" ],
+       dayNamesShort: [ "Pz","Pt","Sa","Ça","Pe","Cu","Ct" ],
+       dayNamesMin: [ "Pz","Pt","Sa","Ça","Pe","Cu","Ct" ],
+       weekHeader: "Hf",
+       dateFormat: "dd.mm.yy",
+       firstDay: 1,
+       isRTL: false,
+       showMonthAfterYear: false,
+       yearSuffix: "" };
+datepicker.setDefaults( datepicker.regional.tr );
+
+return datepicker.regional.tr;
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-tr.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-tr.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-tr.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-uk.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-uk.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-uk.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-uk.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,38 @@
+/* Ukrainian (UTF-8) initialisation for the jQuery UI date picker plugin. */
+/* Written by Maxim Drogobitskiy (max...@gmail.com). */
+/* Corrected by Igor Milla (igor.fsp.mi...@gmail.com). */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional.uk = {
+       closeText: "Закрити",
+       prevText: "&#x3C;",
+       nextText: "&#x3E;",
+       currentText: "Сьогодні",
+       monthNames: [ 
"Січень","Лютий","Березень","Квітень","Травень","Червень",
+       
"Липень","Серпень","Вересень","Жовтень","Листопад","Грудень"
 ],
+       monthNamesShort: [ 
"Січ","Лют","Бер","Кві","Тра","Чер",
+       "Лип","Сер","Вер","Жов","Лис","Гру" ],
+       dayNames: [ 
"неділя","понеділок","вівторок","середа","четвер","п’ятниця","субота"
 ],
+       dayNamesShort: [ 
"нед","пнд","вів","срд","чтв","птн","сбт" ],
+       dayNamesMin: [ "Нд","Пн","Вт","Ср","Чт","Пт","Сб" ],
+       weekHeader: "Тиж",
+       dateFormat: "dd.mm.yy",
+       firstDay: 1,
+       isRTL: false,
+       showMonthAfterYear: false,
+       yearSuffix: "" };
+datepicker.setDefaults( datepicker.regional.uk );
+
+return datepicker.regional.uk;
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-uk.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-uk.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-uk.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-vi.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-vi.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-vi.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-vi.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,37 @@
+/* Vietnamese initialisation for the jQuery UI date picker plugin. */
+/* Translated by Le Thanh Huy (lthanh...@cit.ctu.edu.vn). */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional.vi = {
+       closeText: "Đóng",
+       prevText: "&#x3C;Trước",
+       nextText: "Tiếp&#x3E;",
+       currentText: "Hôm nay",
+       monthNames: [ "Tháng Một", "Tháng Hai", "Tháng Ba", "Tháng Tư", 
"Tháng Năm", "Tháng Sáu",
+       "Tháng Bảy", "Tháng Tám", "Tháng Chín", "Tháng Mười", 
"Tháng Mười Một", "Tháng Mười Hai" ],
+       monthNamesShort: [ "Tháng 1", "Tháng 2", "Tháng 3", "Tháng 4", 
"Tháng 5", "Tháng 6",
+       "Tháng 7", "Tháng 8", "Tháng 9", "Tháng 10", "Tháng 11", "Tháng 
12" ],
+       dayNames: [ "Chủ Nhật", "Thứ Hai", "Thứ Ba", "Thứ Tư", 
"Thứ Năm", "Thứ Sáu", "Thứ Bảy" ],
+       dayNamesShort: [ "CN", "T2", "T3", "T4", "T5", "T6", "T7" ],
+       dayNamesMin: [ "CN", "T2", "T3", "T4", "T5", "T6", "T7" ],
+       weekHeader: "Tu",
+       dateFormat: "dd/mm/yy",
+       firstDay: 0,
+       isRTL: false,
+       showMonthAfterYear: false,
+       yearSuffix: "" };
+datepicker.setDefaults( datepicker.regional.vi );
+
+return datepicker.regional.vi;
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-vi.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-vi.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-vi.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-zh-CN.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-zh-CN.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-zh-CN.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-zh-CN.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,37 @@
+/* Chinese initialisation for the jQuery UI date picker plugin. */
+/* Written by Cloudream (cloudr...@gmail.com). */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional[ "zh-CN" ] = {
+       closeText: "关闭",
+       prevText: "&#x3C;上月",
+       nextText: "下月&#x3E;",
+       currentText: "今天",
+       monthNames: [ "一月","二月","三月","四月","五月","六月",
+       "七月","八月","九月","十月","十一月","十二月" ],
+       monthNamesShort: [ "一月","二月","三月","四月","五月","å…
­æœˆ",
+       "七月","八月","九月","十月","十一月","十二月" ],
+       dayNames: [ 
"星期日","星期一","星期二","星期三","星期四","星期五","星期å
…­" ],
+       dayNamesShort: [ 
"周日","周一","周二","周三","周四","周五","周六" ],
+       dayNamesMin: [ "日","一","二","三","四","五","六" ],
+       weekHeader: "周",
+       dateFormat: "yy-mm-dd",
+       firstDay: 1,
+       isRTL: false,
+       showMonthAfterYear: true,
+       yearSuffix: "å¹´" };
+datepicker.setDefaults( datepicker.regional[ "zh-CN" ] );
+
+return datepicker.regional[ "zh-CN" ];
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-zh-CN.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-zh-CN.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-zh-CN.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-zh-HK.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-zh-HK.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-zh-HK.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-zh-HK.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,37 @@
+/* Chinese initialisation for the jQuery UI date picker plugin. */
+/* Written by SCCY (samuelcyc...@gmail.com). */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional[ "zh-HK" ] = {
+       closeText: "關閉",
+       prevText: "&#x3C;上月",
+       nextText: "下月&#x3E;",
+       currentText: "今天",
+       monthNames: [ "一月","二月","三月","四月","五月","六月",
+       "七月","八月","九月","十月","十一月","十二月" ],
+       monthNamesShort: [ "一月","二月","三月","四月","五月","å…
­æœˆ",
+       "七月","八月","九月","十月","十一月","十二月" ],
+       dayNames: [ 
"星期日","星期一","星期二","星期三","星期四","星期五","星期å
…­" ],
+       dayNamesShort: [ 
"周日","周一","周二","周三","周四","周五","周六" ],
+       dayNamesMin: [ "日","一","二","三","四","五","六" ],
+       weekHeader: "周",
+       dateFormat: "dd-mm-yy",
+       firstDay: 0,
+       isRTL: false,
+       showMonthAfterYear: true,
+       yearSuffix: "å¹´" };
+datepicker.setDefaults( datepicker.regional[ "zh-HK" ] );
+
+return datepicker.regional[ "zh-HK" ];
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-zh-HK.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-zh-HK.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-zh-HK.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-zh-TW.js
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-zh-TW.js?rev=1817026&view=auto
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-zh-TW.js
 (added)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-zh-TW.js
 Sun Dec  3 10:15:55 2017
@@ -0,0 +1,37 @@
+/* Chinese initialisation for the jQuery UI date picker plugin. */
+/* Written by Ressol (res...@gmail.com). */
+( function( factory ) {
+       if ( typeof define === "function" && define.amd ) {
+
+               // AMD. Register as an anonymous module.
+               define( [ "../widgets/datepicker" ], factory );
+       } else {
+
+               // Browser globals
+               factory( jQuery.datepicker );
+       }
+}( function( datepicker ) {
+
+datepicker.regional[ "zh-TW" ] = {
+       closeText: "關閉",
+       prevText: "&#x3C;上月",
+       nextText: "下月&#x3E;",
+       currentText: "今天",
+       monthNames: [ "一月","二月","三月","四月","五月","六月",
+       "七月","八月","九月","十月","十一月","十二月" ],
+       monthNamesShort: [ "一月","二月","三月","四月","五月","å…
­æœˆ",
+       "七月","八月","九月","十月","十一月","十二月" ],
+       dayNames: [ 
"星期日","星期一","星期二","星期三","星期四","星期五","星期å
…­" ],
+       dayNamesShort: [ 
"周日","周一","周二","周三","周四","周五","周六" ],
+       dayNamesMin: [ "日","一","二","三","四","五","六" ],
+       weekHeader: "周",
+       dateFormat: "yy/mm/dd",
+       firstDay: 1,
+       isRTL: false,
+       showMonthAfterYear: true,
+       yearSuffix: "å¹´" };
+datepicker.setDefaults( datepicker.regional[ "zh-TW" ] );
+
+return datepicker.regional[ "zh-TW" ];
+
+} ) );

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-zh-TW.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-zh-TW.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-zh-TW.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain


Reply via email to