diff --git a/source/js/Core/Language/locale/es-week.js b/source/js/Core/Language/locale/es-week.js new file mode 100644 index 0000000..39258cc --- /dev/null +++ b/source/js/Core/Language/locale/es-week.js @@ -0,0 +1,38 @@ +/* Spanish LANGUAGE +================================================== */ +if(typeof VMM != 'undefined') { + VMM.Language = { + lang: "es", + api: { + wikipedia: "es" + }, + date: { + month: ["Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"], + month_abbr: ["Ene.", "Feb.", "Mar.", "Abr.", "May.", "Jun.", "Jul.", "Ago.", "Sep.", "Oct.", "Nov.", "Dic."], + day: ["Domingo", "Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado"], + day_abbr: ["Dom.", "Lun.", "Mar.", "Mié.", "Jue.", "Vie.", "Sáb."] + }, + dateformats: { + year: "yyyy", + month_short: "mmm", + month: "mmmm 'de' yyyy", + full_short: "'Semana' W", + full: "'Semana' W", + time_short: "HH:MM:ss", + time_no_seconds_short: "HH:MM TT", + time_no_seconds_small_date: "HH:MM TT'
'd 'de' mmmm 'de' yyyy''", + full_long: "d 'de' mmm 'de' yyyy 'a las' HH:MM TT", + full_long_small_date: "HH:MM TT'
d 'de' mmm',' yyyy''" + }, + messages: { + loading_timeline: "Cargando la Cronología... ", + return_to_title: "Volver al Título", + expand_timeline: "Expandir la Cronología", + contract_timeline: "Reducir la cronología", + wikipedia: "Desde Wikipedia, la enciclopedia libre", + loading_content: "Cargando Contenido", + loading: "Cargando", + swipe_nav: "Pasar a Navegación" + } + } +}