Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en-AU.js
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en-AU.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en-AU.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en-AU.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,37 @@ +/* English/Australia initialisation for the jQuery UI date picker plugin. */ +/* Based on the en-GB initialisation. */ +( 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[ "en-AU" ] = { + closeText: "Done", + prevText: "Prev", + nextText: "Next", + currentText: "Today", + monthNames: [ "January","February","March","April","May","June", + "July","August","September","October","November","December" ], + monthNamesShort: [ "Jan", "Feb", "Mar", "Apr", "May", "Jun", + "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" ], + dayNames: [ "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" ], + dayNamesShort: [ "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" ], + dayNamesMin: [ "Su","Mo","Tu","We","Th","Fr","Sa" ], + weekHeader: "Wk", + dateFormat: "dd/mm/yy", + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: "" }; +datepicker.setDefaults( datepicker.regional[ "en-AU" ] ); + +return datepicker.regional[ "en-AU" ]; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en-AU.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en-AU.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en-AU.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en-GB.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en-GB.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en-GB.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en-GB.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,37 @@ +/* English/UK initialisation for the jQuery UI date picker plugin. */ +/* Written by Stuart. */ +( 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[ "en-GB" ] = { + closeText: "Done", + prevText: "Prev", + nextText: "Next", + currentText: "Today", + monthNames: [ "January","February","March","April","May","June", + "July","August","September","October","November","December" ], + monthNamesShort: [ "Jan", "Feb", "Mar", "Apr", "May", "Jun", + "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" ], + dayNames: [ "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" ], + dayNamesShort: [ "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" ], + dayNamesMin: [ "Su","Mo","Tu","We","Th","Fr","Sa" ], + weekHeader: "Wk", + dateFormat: "dd/mm/yy", + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: "" }; +datepicker.setDefaults( datepicker.regional[ "en-GB" ] ); + +return datepicker.regional[ "en-GB" ]; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en-GB.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en-GB.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en-GB.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en-NZ.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en-NZ.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en-NZ.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en-NZ.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,37 @@ +/* English/New Zealand initialisation for the jQuery UI date picker plugin. */ +/* Based on the en-GB initialisation. */ +( 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[ "en-NZ" ] = { + closeText: "Done", + prevText: "Prev", + nextText: "Next", + currentText: "Today", + monthNames: [ "January","February","March","April","May","June", + "July","August","September","October","November","December" ], + monthNamesShort: [ "Jan", "Feb", "Mar", "Apr", "May", "Jun", + "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" ], + dayNames: [ "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" ], + dayNamesShort: [ "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" ], + dayNamesMin: [ "Su","Mo","Tu","We","Th","Fr","Sa" ], + weekHeader: "Wk", + dateFormat: "dd/mm/yy", + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: "" }; +datepicker.setDefaults( datepicker.regional[ "en-NZ" ] ); + +return datepicker.regional[ "en-NZ" ]; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en-NZ.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en-NZ.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en-NZ.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,35 @@ +// English initialisation for the jQuery UI date picker plugin. +// Only added by JLR in OFBiz to get rid of "Failed to load resource: the server responded with a status of 404 (Not Found)" in Chrome js console +// It's redundant with "Default regional settings" in function Datepicker() { +( 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['en'] = { + closeText: 'Done', // Display text for close link + prevText: 'Prev', // Display text for previous month link + nextText: 'Next', // Display text for next month link + currentText: 'Today', // Display text for current month link + monthNames: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], // Names of months for drop-down and formatting + monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], // For formatting + dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], // For formatting + dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], // For formatting + dayNamesMin: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'], // Column headings for days starting at Sunday + weekHeader: 'Wk', // Column header for week of the year + dateFormat: 'mm/dd/yy', // See format options on parseDate + firstDay: 0, // The first day of the week, Sun = 0, Mon = 1, ... + isRTL: false, // True if right-to-left language, false if left-to-right + showMonthAfterYear: false, // True if the year select precedes month, false for month then year + yearSuffix: ''}; // Additional text to append to the year in the month headers +$.datepicker.setDefaults($.datepicker.regional['en']); + +return datepicker.regional[ "en" ]; +} ) ); \ No newline at end of file Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-en.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-eo.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-eo.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-eo.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-eo.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,37 @@ +/* Esperanto initialisation for the jQuery UI date picker plugin. */ +/* Written by Olivier M. ([hidden email]). */ +( 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.eo = { + closeText: "Fermi", + prevText: "<Anta", + nextText: "Sekv>", + currentText: "Nuna", + monthNames: [ "Januaro","Februaro","Marto","Aprilo","Majo","Junio", + "Julio","AÅgusto","Septembro","Oktobro","Novembro","Decembro" ], + monthNamesShort: [ "Jan","Feb","Mar","Apr","Maj","Jun", + "Jul","AÅg","Sep","Okt","Nov","Dec" ], + dayNames: [ "DimanÄo","Lundo","Mardo","Merkredo","Ä´aÅdo","Vendredo","Sabato" ], + dayNamesShort: [ "Dim","Lun","Mar","Mer","Ä´aÅ","Ven","Sab" ], + dayNamesMin: [ "Di","Lu","Ma","Me","Ä´a","Ve","Sa" ], + weekHeader: "Sb", + dateFormat: "dd/mm/yy", + firstDay: 0, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: "" }; +datepicker.setDefaults( datepicker.regional.eo ); + +return datepicker.regional.eo; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-eo.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-eo.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-eo.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-es.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-es.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-es.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-es.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,37 @@ +/* Inicialización en español para la extensión 'UI date picker' para jQuery. */ +/* Traducido por Vester ([hidden email]). */ +( 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.es = { + closeText: "Cerrar", + prevText: "<Ant", + nextText: "Sig>", + currentText: "Hoy", + monthNames: [ "enero","febrero","marzo","abril","mayo","junio", + "julio","agosto","septiembre","octubre","noviembre","diciembre" ], + monthNamesShort: [ "ene","feb","mar","abr","may","jun", + "jul","ago","sep","oct","nov","dic" ], + dayNames: [ "domingo","lunes","martes","miércoles","jueves","viernes","sábado" ], + dayNamesShort: [ "dom","lun","mar","mié","jue","vie","sáb" ], + dayNamesMin: [ "D","L","M","X","J","V","S" ], + weekHeader: "Sm", + dateFormat: "dd/mm/yy", + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: "" }; +datepicker.setDefaults( datepicker.regional.es ); + +return datepicker.regional.es; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-es.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-es.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-es.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-et.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-et.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-et.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-et.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,45 @@ +/* Estonian initialisation for the jQuery UI date picker plugin. */ +/* Written by Mart Sõmermaa (mrts.pydev at 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.et = { + closeText: "Sulge", + prevText: "Eelnev", + nextText: "Järgnev", + currentText: "Täna", + monthNames: [ "Jaanuar","Veebruar","Märts","Aprill","Mai","Juuni", + "Juuli","August","September","Oktoober","November","Detsember" ], + monthNamesShort: [ "Jaan", "Veebr", "Märts", "Apr", "Mai", "Juuni", + "Juuli", "Aug", "Sept", "Okt", "Nov", "Dets" ], + dayNames: [ + "Pühapäev", + "Esmaspäev", + "Teisipäev", + "Kolmapäev", + "Neljapäev", + "Reede", + "Laupäev" + ], + dayNamesShort: [ "Pühap", "Esmasp", "Teisip", "Kolmap", "Neljap", "Reede", "Laup" ], + dayNamesMin: [ "P","E","T","K","N","R","L" ], + weekHeader: "näd", + dateFormat: "dd.mm.yy", + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: "" }; +datepicker.setDefaults( datepicker.regional.et ); + +return datepicker.regional.et; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-et.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-et.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-et.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-eu.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-eu.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-eu.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-eu.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,36 @@ +/* Karrikas-ek itzulia ([hidden email]) */ +( 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.eu = { + closeText: "Egina", + prevText: "<Aur", + nextText: "Hur>", + currentText: "Gaur", + monthNames: [ "urtarrila","otsaila","martxoa","apirila","maiatza","ekaina", + "uztaila","abuztua","iraila","urria","azaroa","abendua" ], + monthNamesShort: [ "urt.","ots.","mar.","api.","mai.","eka.", + "uzt.","abu.","ira.","urr.","aza.","abe." ], + dayNames: [ "igandea","astelehena","asteartea","asteazkena","osteguna","ostirala","larunbata" ], + dayNamesShort: [ "ig.","al.","ar.","az.","og.","ol.","lr." ], + dayNamesMin: [ "ig","al","ar","az","og","ol","lr" ], + weekHeader: "As", + dateFormat: "yy-mm-dd", + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: "" }; +datepicker.setDefaults( datepicker.regional.eu ); + +return datepicker.regional.eu; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-eu.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-eu.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-eu.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fa.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fa.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fa.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fa.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,73 @@ +/* Persian (Farsi) Translation for the jQuery UI date picker plugin. */ +/* Javad Mowlanezhad -- [hidden email] */ +/* Jalali calendar should supported soon! (Its implemented but I have to test it) */ +( 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.fa = { + closeText: "بستÙ", + prevText: "<ÙبÙÛ", + nextText: "بعدÛ>", + currentText: "ا٠رÙز", + monthNames: [ + "ÚاÙÙÛÙ", + "ÙÙرÛÙ", + "٠ارس", + "Ø¢ÙرÛÙ", + "Ù Ù", + "ÚÙئÙ", + "ÚÙئÛÙ", + "اÙت", + "سپتا٠بر", + "اکتبر", + "ÙÙا٠بر", + "دسا٠بر" + ], + monthNamesShort: [ "1","2","3","4","5","6","7","8","9","10","11","12" ], + dayNames: [ + "ÙÚ©Ø´ÙبÙ", + "دÙØ´ÙبÙ", + "سÙâØ´ÙبÙ", + "ÚÙارشÙبÙ", + "Ù¾ÙجشÙبÙ", + "ج٠عÙ", + "Ø´ÙبÙ" + ], + dayNamesShort: [ + "Û", + "د", + "س", + "Ú", + "Ù¾", + "ج", + "Ø´" + ], + dayNamesMin: [ + "Û", + "د", + "س", + "Ú", + "Ù¾", + "ج", + "Ø´" + ], + weekHeader: "ÙÙ", + dateFormat: "yy/mm/dd", + firstDay: 6, + isRTL: true, + showMonthAfterYear: false, + yearSuffix: "" }; +datepicker.setDefaults( datepicker.regional.fa ); + +return datepicker.regional.fa; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fa.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fa.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fa.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fi.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fi.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fi.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fi.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,37 @@ +/* Finnish initialisation for the jQuery UI date picker plugin. */ +/* Written by Harri Kilpiö ([hidden email]). */ +( 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.fi = { + closeText: "Sulje", + prevText: "«Edellinen", + nextText: "Seuraava»", + currentText: "Tänään", + monthNames: [ "Tammikuu","Helmikuu","Maaliskuu","Huhtikuu","Toukokuu","Kesäkuu", + "Heinäkuu","Elokuu","Syyskuu","Lokakuu","Marraskuu","Joulukuu" ], + monthNamesShort: [ "Tammi","Helmi","Maalis","Huhti","Touko","Kesä", + "Heinä","Elo","Syys","Loka","Marras","Joulu" ], + dayNamesShort: [ "Su","Ma","Ti","Ke","To","Pe","La" ], + dayNames: [ "Sunnuntai","Maanantai","Tiistai","Keskiviikko","Torstai","Perjantai","Lauantai" ], + dayNamesMin: [ "Su","Ma","Ti","Ke","To","Pe","La" ], + weekHeader: "Vk", + dateFormat: "d.m.yy", + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: "" }; +datepicker.setDefaults( datepicker.regional.fi ); + +return datepicker.regional.fi; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fi.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fi.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fi.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fo.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fo.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fo.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fo.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,45 @@ +/* Faroese initialisation for the jQuery UI date picker plugin */ +/* Written by Sverri Mohr Olsen, [hidden email] */ +( 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.fo = { + closeText: "Lat aftur", + prevText: "<Fyrra", + nextText: "Næsta>", + currentText: "à dag", + monthNames: [ "Januar","Februar","Mars","AprÃl","Mei","Juni", + "Juli","August","September","Oktober","November","Desember" ], + monthNamesShort: [ "Jan","Feb","Mar","Apr","Mei","Jun", + "Jul","Aug","Sep","Okt","Nov","Des" ], + dayNames: [ + "Sunnudagur", + "Mánadagur", + "Týsdagur", + "Mikudagur", + "Hósdagur", + "FrÃggjadagur", + "Leyardagur" + ], + dayNamesShort: [ "Sun","Mán","Týs","Mik","Hós","FrÃ","Ley" ], + dayNamesMin: [ "Su","Má","Tý","Mi","Hó","Fr","Le" ], + weekHeader: "Vk", + dateFormat: "dd-mm-yy", + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: "" }; +datepicker.setDefaults( datepicker.regional.fo ); + +return datepicker.regional.fo; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fo.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fo.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fo.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fr-CA.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fr-CA.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fr-CA.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fr-CA.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,37 @@ +/* Canadian-French 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[ "fr-CA" ] = { + closeText: "Fermer", + prevText: "Précédent", + nextText: "Suivant", + currentText: "Aujourd'hui", + monthNames: [ "janvier", "février", "mars", "avril", "mai", "juin", + "juillet", "août", "septembre", "octobre", "novembre", "décembre" ], + monthNamesShort: [ "janv.", "févr.", "mars", "avril", "mai", "juin", + "juil.", "août", "sept.", "oct.", "nov.", "déc." ], + dayNames: [ "dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi" ], + dayNamesShort: [ "dim.", "lun.", "mar.", "mer.", "jeu.", "ven.", "sam." ], + dayNamesMin: [ "D", "L", "M", "M", "J", "V", "S" ], + weekHeader: "Sem.", + dateFormat: "yy-mm-dd", + firstDay: 0, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: "" +}; +datepicker.setDefaults( datepicker.regional[ "fr-CA" ] ); + +return datepicker.regional[ "fr-CA" ]; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fr-CA.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fr-CA.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fr-CA.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fr-CH.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fr-CH.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fr-CH.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fr-CH.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,37 @@ +/* Swiss-French initialisation for the jQuery UI date picker plugin. */ +/* Written Martin Voelkle ([hidden email]). */ +( 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[ "fr-CH" ] = { + closeText: "Fermer", + prevText: "<Préc", + nextText: "Suiv>", + currentText: "Courant", + monthNames: [ "janvier", "février", "mars", "avril", "mai", "juin", + "juillet", "août", "septembre", "octobre", "novembre", "décembre" ], + monthNamesShort: [ "janv.", "févr.", "mars", "avril", "mai", "juin", + "juil.", "août", "sept.", "oct.", "nov.", "déc." ], + dayNames: [ "dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi" ], + dayNamesShort: [ "dim.", "lun.", "mar.", "mer.", "jeu.", "ven.", "sam." ], + dayNamesMin: [ "D", "L", "M", "M", "J", "V", "S" ], + weekHeader: "Sm", + dateFormat: "dd.mm.yy", + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: "" }; +datepicker.setDefaults( datepicker.regional[ "fr-CH" ] ); + +return datepicker.regional[ "fr-CH" ]; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fr-CH.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fr-CH.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fr-CH.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fr.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fr.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fr.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fr.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,39 @@ +/* French initialisation for the jQuery UI date picker plugin. */ +/* Written by Keith Wood (kbwood{at}iinet.com.au), + Stéphane Nahmani ([hidden email]), + Stéphane Raimbault <[hidden email]> */ +( 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.fr = { + closeText: "Fermer", + prevText: "Précédent", + nextText: "Suivant", + currentText: "Aujourd'hui", + monthNames: [ "janvier", "février", "mars", "avril", "mai", "juin", + "juillet", "août", "septembre", "octobre", "novembre", "décembre" ], + monthNamesShort: [ "janv.", "févr.", "mars", "avr.", "mai", "juin", + "juil.", "août", "sept.", "oct.", "nov.", "déc." ], + dayNames: [ "dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi" ], + dayNamesShort: [ "dim.", "lun.", "mar.", "mer.", "jeu.", "ven.", "sam." ], + dayNamesMin: [ "D","L","M","M","J","V","S" ], + weekHeader: "Sem.", + dateFormat: "dd/mm/yy", + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: "" }; +datepicker.setDefaults( datepicker.regional.fr ); + +return datepicker.regional.fr; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fr.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fr.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-fr.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-gl.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-gl.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-gl.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-gl.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,37 @@ +/* Galician localization for 'UI date picker' jQuery extension. */ +/* Translated by Jorge Barreiro <[hidden email]>. */ +( 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.gl = { + closeText: "Pechar", + prevText: "<Ant", + nextText: "Seg>", + currentText: "Hoxe", + monthNames: [ "Xaneiro","Febreiro","Marzo","Abril","Maio","Xuño", + "Xullo","Agosto","Setembro","Outubro","Novembro","Decembro" ], + monthNamesShort: [ "Xan","Feb","Mar","Abr","Mai","Xuñ", + "Xul","Ago","Set","Out","Nov","Dec" ], + dayNames: [ "Domingo","Luns","Martes","Mércores","Xoves","Venres","Sábado" ], + dayNamesShort: [ "Dom","Lun","Mar","Mér","Xov","Ven","Sáb" ], + dayNamesMin: [ "Do","Lu","Ma","Mé","Xo","Ve","Sá" ], + weekHeader: "Sm", + dateFormat: "dd/mm/yy", + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: "" }; +datepicker.setDefaults( datepicker.regional.gl ); + +return datepicker.regional.gl; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-gl.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-gl.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-gl.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-he.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-he.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-he.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-he.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,37 @@ +/* Hebrew initialisation for the UI Datepicker extension. */ +/* Written by Amir Hardon (ahardon at gmail dot 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.he = { + closeText: "ס××ר", + prevText: "<×ק×××", + nextText: "×××>", + currentText: "××××", + monthNames: [ "×× ××ר","פ×ר××ר","×רץ","×פר××","×××","××× ×", + "××××","××××ס×","ספ×××ר","××ק×××ר","× ××××ר","×צ××ר" ], + monthNamesShort: [ "×× ×","פ×ר","×רץ","×פר","×××","××× ×", + "××××","×××","ספ×","××ק","× ××","×צ×" ], + dayNames: [ "ר×ש××","×©× ×","ש××ש×","ר×××¢×","×××ש×","ש×ש×","ש×ת" ], + dayNamesShort: [ "×'","×'","×'","×'","×'","×'","ש×ת" ], + dayNamesMin: [ "×'","×'","×'","×'","×'","×'","ש×ת" ], + weekHeader: "Wk", + dateFormat: "dd/mm/yy", + firstDay: 0, + isRTL: true, + showMonthAfterYear: false, + yearSuffix: "" }; +datepicker.setDefaults( datepicker.regional.he ); + +return datepicker.regional.he; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-he.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-he.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-he.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hi.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hi.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hi.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hi.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,37 @@ +/* Hindi initialisation for the jQuery UI date picker plugin. */ +/* Written by Michael Dawart. */ +( 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.hi = { + 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.hi ); + +return datepicker.regional.hi; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hi.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hi.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hi.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hr.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hr.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hr.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hr.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,37 @@ +/* Croatian i18n for the jQuery UI date picker plugin. */ +/* Written by Vjekoslav Nesek. */ +( 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.hr = { + closeText: "Zatvori", + prevText: "<", + nextText: ">", + currentText: "Danas", + monthNames: [ "SijeÄanj","VeljaÄa","Ožujak","Travanj","Svibanj","Lipanj", + "Srpanj","Kolovoz","Rujan","Listopad","Studeni","Prosinac" ], + monthNamesShort: [ "Sij","Velj","Ožu","Tra","Svi","Lip", + "Srp","Kol","Ruj","Lis","Stu","Pro" ], + dayNames: [ "Nedjelja","Ponedjeljak","Utorak","Srijeda","Äetvrtak","Petak","Subota" ], + dayNamesShort: [ "Ned","Pon","Uto","Sri","Äet","Pet","Sub" ], + dayNamesMin: [ "Ne","Po","Ut","Sr","Äe","Pe","Su" ], + weekHeader: "Tje", + dateFormat: "dd.mm.yy.", + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: "" }; +datepicker.setDefaults( datepicker.regional.hr ); + +return datepicker.regional.hr; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hr.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hr.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hr.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hu.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hu.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hu.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hu.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,36 @@ +/* Hungarian 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.hu = { + closeText: "bezár", + prevText: "vissza", + nextText: "elÅre", + currentText: "ma", + monthNames: [ "Január", "Február", "Március", "Ãprilis", "Május", "Június", + "Július", "Augusztus", "Szeptember", "Október", "November", "December" ], + monthNamesShort: [ "Jan", "Feb", "Már", "Ãpr", "Máj", "Jún", + "Júl", "Aug", "Szep", "Okt", "Nov", "Dec" ], + dayNames: [ "Vasárnap", "HétfÅ", "Kedd", "Szerda", "Csütörtök", "Péntek", "Szombat" ], + dayNamesShort: [ "Vas", "Hét", "Ked", "Sze", "Csü", "Pén", "Szo" ], + dayNamesMin: [ "V", "H", "K", "Sze", "Cs", "P", "Szo" ], + weekHeader: "Hét", + dateFormat: "yy.mm.dd.", + firstDay: 1, + isRTL: false, + showMonthAfterYear: true, + yearSuffix: "" }; +datepicker.setDefaults( datepicker.regional.hu ); + +return datepicker.regional.hu; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hu.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hu.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hu.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hy.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hy.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hy.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hy.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,37 @@ +/* Armenian(UTF-8) initialisation for the jQuery UI date picker plugin. */ +/* Written by Levon Zakaryan ([hidden email])*/ +( 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.hy = { + 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.hy ); + +return datepicker.regional.hy; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hy.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hy.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-hy.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-id.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-id.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-id.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-id.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,37 @@ +/* Indonesian initialisation for the jQuery UI date picker plugin. */ +/* Written by Deden Fathurahman ([hidden email]). */ +( 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.id = { + closeText: "Tutup", + prevText: "<mundur", + nextText: "maju>", + currentText: "hari ini", + monthNames: [ "Januari","Februari","Maret","April","Mei","Juni", + "Juli","Agustus","September","Oktober","Nopember","Desember" ], + monthNamesShort: [ "Jan","Feb","Mar","Apr","Mei","Jun", + "Jul","Agus","Sep","Okt","Nop","Des" ], + dayNames: [ "Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu" ], + dayNamesShort: [ "Min","Sen","Sel","Rab","kam","Jum","Sab" ], + dayNamesMin: [ "Mg","Sn","Sl","Rb","Km","jm","Sb" ], + weekHeader: "Mg", + dateFormat: "dd/mm/yy", + firstDay: 0, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: "" }; +datepicker.setDefaults( datepicker.regional.id ); + +return datepicker.regional.id; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-id.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-id.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-id.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-is.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-is.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-is.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-is.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,45 @@ +/* Icelandic initialisation for the jQuery UI date picker plugin. */ +/* Written by Haukur H. Thorsson ([hidden email]). */ +( 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.is = { + closeText: "Loka", + prevText: "< Fyrri", + nextText: "Næsti >", + currentText: "à dag", + monthNames: [ "Janúar","Febrúar","Mars","AprÃl","MaÃ","JúnÃ", + "JúlÃ","Ãgúst","September","Október","Nóvember","Desember" ], + monthNamesShort: [ "Jan","Feb","Mar","Apr","MaÃ","Jún", + "Júl","Ãgú","Sep","Okt","Nóv","Des" ], + dayNames: [ + "Sunnudagur", + "Mánudagur", + "Ãriðjudagur", + "Miðvikudagur", + "Fimmtudagur", + "Föstudagur", + "Laugardagur" + ], + dayNamesShort: [ "Sun","Mán","Ãri","Mið","Fim","Fös","Lau" ], + dayNamesMin: [ "Su","Má","Ãr","Mi","Fi","Fö","La" ], + weekHeader: "Vika", + dateFormat: "dd.mm.yy", + firstDay: 0, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: "" }; +datepicker.setDefaults( datepicker.regional.is ); + +return datepicker.regional.is; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-is.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-is.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-is.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-it-CH.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-it-CH.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-it-CH.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-it-CH.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,37 @@ +/* Italian initialisation for the jQuery UI date picker plugin. */ +/* Written by Antonello Pasella ([hidden email]). */ +( 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[ "it-CH" ] = { + closeText: "Chiudi", + prevText: "<Prec", + nextText: "Succ>", + currentText: "Oggi", + monthNames: [ "Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno", + "Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre" ], + monthNamesShort: [ "Gen","Feb","Mar","Apr","Mag","Giu", + "Lug","Ago","Set","Ott","Nov","Dic" ], + dayNames: [ "Domenica","Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato" ], + dayNamesShort: [ "Dom","Lun","Mar","Mer","Gio","Ven","Sab" ], + dayNamesMin: [ "Do","Lu","Ma","Me","Gi","Ve","Sa" ], + weekHeader: "Sm", + dateFormat: "dd.mm.yy", + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: "" }; +datepicker.setDefaults( datepicker.regional[ "it-CH" ] ); + +return datepicker.regional[ "it-CH" ]; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-it-CH.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-it-CH.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-it-CH.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-it.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-it.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-it.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-it.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,37 @@ +/* Italian initialisation for the jQuery UI date picker plugin. */ +/* Written by Antonello Pasella ([hidden email]). */ +( 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.it = { + closeText: "Chiudi", + prevText: "<Prec", + nextText: "Succ>", + currentText: "Oggi", + monthNames: [ "Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno", + "Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre" ], + monthNamesShort: [ "Gen","Feb","Mar","Apr","Mag","Giu", + "Lug","Ago","Set","Ott","Nov","Dic" ], + dayNames: [ "Domenica","Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato" ], + dayNamesShort: [ "Dom","Lun","Mar","Mer","Gio","Ven","Sab" ], + dayNamesMin: [ "Do","Lu","Ma","Me","Gi","Ve","Sa" ], + weekHeader: "Sm", + dateFormat: "dd/mm/yy", + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: "" }; +datepicker.setDefaults( datepicker.regional.it ); + +return datepicker.regional.it; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-it.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-it.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-it.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ja.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ja.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ja.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ja.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,37 @@ +/* Japanese initialisation for the jQuery UI date picker plugin. */ +/* Written by Kentaro SATO ([hidden email]). */ +( 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.ja = { + closeText: "éãã", + prevText: "<å", + nextText: "次>", + currentText: "ä»æ¥", + monthNames: [ "1æ","2æ","3æ","4æ","5æ","6æ", + "7æ","8æ","9æ","10æ","11æ","12æ" ], + monthNamesShort: [ "1æ","2æ","3æ","4æ","5æ","6æ", + "7æ","8æ","9æ","10æ","11æ","12æ" ], + dayNames: [ "æ¥ææ¥","æææ¥","ç«ææ¥","æ°´ææ¥","æ¨ææ¥","éææ¥","åææ¥" ], + dayNamesShort: [ "æ¥","æ","ç«","æ°´","æ¨","é","å" ], + dayNamesMin: [ "æ¥","æ","ç«","æ°´","æ¨","é","å" ], + weekHeader: "é±", + dateFormat: "yy/mm/dd", + firstDay: 0, + isRTL: false, + showMonthAfterYear: true, + yearSuffix: "å¹´" }; +datepicker.setDefaults( datepicker.regional.ja ); + +return datepicker.regional.ja; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ja.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ja.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ja.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ka.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ka.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ka.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ka.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,48 @@ +/* Georgian (UTF-8) initialisation for the jQuery UI date picker plugin. */ +/* Written by Lado Lomidze ([hidden email]). */ +( 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.ka = { + 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.ka ); + +return datepicker.regional.ka; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ka.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ka.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ka.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-kk.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-kk.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-kk.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-kk.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,37 @@ +/* Kazakh (UTF-8) initialisation for the jQuery UI date picker plugin. */ +/* Written by Dmitriy Karasyov ([hidden email]). */ +( 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.kk = { + 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.kk ); + +return datepicker.regional.kk; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-kk.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-kk.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-kk.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-km.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-km.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-km.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-km.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,37 @@ +/* Khmer initialisation for the jQuery calendar extension. */ +/* Written by Chandara Om ([hidden email]). */ +( 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.km = { + 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.km ); + +return datepicker.regional.km; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-km.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-km.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-km.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ko.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ko.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ko.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ko.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,37 @@ +/* Korean initialisation for the jQuery calendar extension. */ +/* Written by DaeKwon Kang ([hidden email]), Edited by Genie and Myeongjin Lee. */ +( 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.ko = { + closeText: "ë«ê¸°", + prevText: "ì´ì ë¬", + nextText: "ë¤ìë¬", + currentText: "ì¤ë", + monthNames: [ "1ì","2ì","3ì","4ì","5ì","6ì", + "7ì","8ì","9ì","10ì","11ì","12ì" ], + monthNamesShort: [ "1ì","2ì","3ì","4ì","5ì","6ì", + "7ì","8ì","9ì","10ì","11ì","12ì" ], + dayNames: [ "ì¼ìì¼","ììì¼","íìì¼","ììì¼","목ìì¼","ê¸ìì¼","í ìì¼" ], + dayNamesShort: [ "ì¼","ì","í","ì","목","ê¸","í " ], + dayNamesMin: [ "ì¼","ì","í","ì","목","ê¸","í " ], + weekHeader: "주", + dateFormat: "yy. m. d.", + firstDay: 0, + isRTL: false, + showMonthAfterYear: true, + yearSuffix: "ë " }; +datepicker.setDefaults( datepicker.regional.ko ); + +return datepicker.regional.ko; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ko.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ko.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ko.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ky.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ky.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ky.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ky.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,38 @@ +/* Kyrgyz (UTF-8) initialisation for the jQuery UI date picker plugin. */ +/* Written by Sergey Kartashov ([hidden email]). */ +( 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.ky = { + 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.ky ); + +return datepicker.regional.ky; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ky.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ky.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-ky.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-lb.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-lb.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-lb.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-lb.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,45 @@ +/* Luxembourgish initialisation for the jQuery UI date picker plugin. */ +/* Written by Michel Weimerskirch <[hidden email]> */ +( 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.lb = { + closeText: "Fäerdeg", + prevText: "Zréck", + nextText: "Weider", + currentText: "Haut", + monthNames: [ "Januar","Februar","Mäerz","Abrëll","Mee","Juni", + "Juli","August","September","Oktober","November","Dezember" ], + monthNamesShort: [ "Jan", "Feb", "Mäe", "Abr", "Mee", "Jun", + "Jul", "Aug", "Sep", "Okt", "Nov", "Dez" ], + dayNames: [ + "Sonndeg", + "Méindeg", + "Dënschdeg", + "Mëttwoch", + "Donneschdeg", + "Freideg", + "Samschdeg" + ], + dayNamesShort: [ "Son", "Méi", "Dën", "Mët", "Don", "Fre", "Sam" ], + dayNamesMin: [ "So","Mé","Dë","Më","Do","Fr","Sa" ], + weekHeader: "W", + dateFormat: "dd.mm.yy", + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: "" }; +datepicker.setDefaults( datepicker.regional.lb ); + +return datepicker.regional.lb; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-lb.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-lb.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-lb.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-lt.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-lt.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-lt.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-lt.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,45 @@ +/* Lithuanian (UTF-8) initialisation for the jQuery UI date picker plugin. */ +/* @author Arturas Paleicikas <[hidden email]> */ +( 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.lt = { + closeText: "Uždaryti", + prevText: "<Atgal", + nextText: "Pirmyn>", + currentText: "Å iandien", + monthNames: [ "Sausis","Vasaris","Kovas","Balandis","GegužÄ","Birželis", + "Liepa","RugpjÅ«tis","RugsÄjis","Spalis","Lapkritis","Gruodis" ], + monthNamesShort: [ "Sau","Vas","Kov","Bal","Geg","Bir", + "Lie","Rugp","Rugs","Spa","Lap","Gru" ], + dayNames: [ + "sekmadienis", + "pirmadienis", + "antradienis", + "treÄiadienis", + "ketvirtadienis", + "penktadienis", + "Å¡eÅ¡tadienis" + ], + dayNamesShort: [ "sek","pir","ant","tre","ket","pen","Å¡eÅ¡" ], + dayNamesMin: [ "Se","Pr","An","Tr","Ke","Pe","Å e" ], + weekHeader: "SAV", + dateFormat: "yy-mm-dd", + firstDay: 1, + isRTL: false, + showMonthAfterYear: true, + yearSuffix: "" }; +datepicker.setDefaults( datepicker.regional.lt ); + +return datepicker.regional.lt; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-lt.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-lt.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-lt.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-lv.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-lv.js?rev=1817026&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-lv.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-lv.js Sun Dec 3 10:15:55 2017 @@ -0,0 +1,45 @@ +/* Latvian (UTF-8) initialisation for the jQuery UI date picker plugin. */ +/* @author Arturas Paleicikas <[hidden email]> */ +( 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.lv = { + closeText: "AizvÄrt", + prevText: "Iepr.", + nextText: "NÄk.", + currentText: "Å odien", + monthNames: [ "JanvÄris","FebruÄris","Marts","AprÄ«lis","Maijs","JÅ«nijs", + "JÅ«lijs","Augusts","Septembris","Oktobris","Novembris","Decembris" ], + monthNamesShort: [ "Jan","Feb","Mar","Apr","Mai","JÅ«n", + "JÅ«l","Aug","Sep","Okt","Nov","Dec" ], + dayNames: [ + "svÄtdiena", + "pirmdiena", + "otrdiena", + "treÅ¡diena", + "ceturtdiena", + "piektdiena", + "sestdiena" + ], + dayNamesShort: [ "svt","prm","otr","tre","ctr","pkt","sst" ], + dayNamesMin: [ "Sv","Pr","Ot","Tr","Ct","Pk","Ss" ], + weekHeader: "Ned.", + dateFormat: "dd.mm.yy", + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: "" }; +datepicker.setDefaults( datepicker.regional.lv ); + +return datepicker.regional.lv; + +} ) ); Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-lv.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-lv.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/ui/i18n/datepicker-lv.js ------------------------------------------------------------------------------ svn:mime-type = text/plain |
Free forum by Nabble | Edit this page |