Update jQuery to latest stable version
This commit is contained in:
committed by
Frédéric Guillot
parent
fa229bf03f
commit
84c7692710
25
assets/vendor/jquery-ui/i18n/datepicker-gl.js
vendored
Executable file → Normal file
25
assets/vendor/jquery-ui/i18n/datepicker-gl.js
vendored
Executable file → Normal file
@@ -1,6 +1,8 @@
|
||||
/* Galician localization for 'UI date picker' jQuery extension. */
|
||||
/* Translated by Jorge Barreiro <yortx.barry@gmail.com>. */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
@@ -10,20 +12,21 @@
|
||||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.gl = {
|
||||
closeText: "Pechar",
|
||||
prevText: "<Ant",
|
||||
nextText: "Seg>",
|
||||
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á" ],
|
||||
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,
|
||||
@@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.gl );
|
||||
|
||||
return datepicker.regional.gl;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user