Beautifully crafted timelines that are easy and intuitive to use. http://timeline.knightlab.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.3 KiB
38 lines
1.3 KiB
11 years ago
|
/* Galician LANGUAGE
|
||
|
================================================== */
|
||
|
if(typeof VMM != 'undefined') {
|
||
|
VMM.Language = {
|
||
|
lang: "gl",
|
||
|
api: {
|
||
|
wikipedia: "gl"
|
||
|
},
|
||
|
date: {
|
||
|
month: ["Xaneiro", "Febreiro", "Marzo", "Abril", "Maio", "Xuño", "Xullo", "Agosto", "Setembro", "Outubro", "Novembro", "Decembro"],
|
||
|
month_abbr: ["Xan.", "Feb.", "Mar.", "Abr.", "Mai.", "Xuñ.", "Xul.", "Ago.", "Set.", "Out.", "Nov.", "Dec."],
|
||
|
day: ["Domingo", "Luns", "Martes", "Mércores", "Xoves", "Venres", "Sábado"],
|
||
|
day_abbr: ["Dom.", "Lun.", "Mar.", "Mér.", "Xov.", "Ven.", "Sáb."]
|
||
|
},
|
||
|
dateformats: {
|
||
|
year: "yyyy",
|
||
|
month_short: "mmm",
|
||
|
month: "mmmm yyyy",
|
||
|
full_short: "d mmm",
|
||
|
full: "d mmmm yyyy",
|
||
|
time_short: "HH:MM:SS",
|
||
|
time_no_seconds_short: "HH:MM",
|
||
|
time_no_seconds_small_date: "HH:MM'<br/><small>'d mmmm yyyy'</small>'",
|
||
|
full_long: "dddd',' d mmm yyyy 'um' HH:MM",
|
||
|
full_long_small_date: "HH:MM'<br/><small>'dddd',' d mmm yyyy'</small>'"
|
||
|
},
|
||
|
messages: {
|
||
|
loading_timeline: "Cronoloxía esta cargando",
|
||
|
return_to_title: "Volver ao título",
|
||
|
expand_timeline: "Alongar a cronoloxía",
|
||
|
contract_timeline: "Acurtar a cronoloxía",
|
||
|
wikipedia: "Dende Wikipedia, a enciclopedia libre",
|
||
|
loading_content: "cargando",
|
||
|
loading: "cargando"
|
||
|
}
|
||
|
}
|
||
|
}
|