[ Index ] |
PHP Cross Reference of DokuWiki |
[Summary view] [Print] [Text view]
1 /* Galician localization for 'UI date picker' jQuery extension. */ 2 /* Translated by Jorge Barreiro <yortx.barry@gmail.com>. */ 3 ( function( factory ) { 4 if ( typeof define === "function" && define.amd ) { 5 6 // AMD. Register as an anonymous module. 7 define( [ "../widgets/datepicker" ], factory ); 8 } else { 9 10 // Browser globals 11 factory( jQuery.datepicker ); 12 } 13 }( function( datepicker ) { 14 15 datepicker.regional.gl = { 16 closeText: "Pechar", 17 prevText: "<Ant", 18 nextText: "Seg>", 19 currentText: "Hoxe", 20 monthNames: [ "Xaneiro","Febreiro","Marzo","Abril","Maio","Xuño", 21 "Xullo","Agosto","Setembro","Outubro","Novembro","Decembro" ], 22 monthNamesShort: [ "Xan","Feb","Mar","Abr","Mai","Xuñ", 23 "Xul","Ago","Set","Out","Nov","Dec" ], 24 dayNames: [ "Domingo","Luns","Martes","Mércores","Xoves","Venres","Sábado" ], 25 dayNamesShort: [ "Dom","Lun","Mar","Mér","Xov","Ven","Sáb" ], 26 dayNamesMin: [ "Do","Lu","Ma","Mé","Xo","Ve","Sá" ], 27 weekHeader: "Sm", 28 dateFormat: "dd/mm/yy", 29 firstDay: 1, 30 isRTL: false, 31 showMonthAfterYear: false, 32 yearSuffix: "" }; 33 datepicker.setDefaults( datepicker.regional.gl ); 34 35 return datepicker.regional.gl; 36 37 } ) );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body