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.4 KiB
38 lines
1.4 KiB
/* English LANGUAGE |
|
================================================== */ |
|
if(typeof VMM != 'undefined') { |
|
VMM.Language = { |
|
lang: "ga", |
|
api: { |
|
wikipedia: "ga" |
|
}, |
|
date: { |
|
month: ["Eanair", "Feabhra", "Márta", "Aibhreán", "Bealtaine", "Meitheamh", "Iúil", "Lúnasa", "Meán Fómhair", "Deireadh Fómhair", "Samhain", "Mí Na Nollag"], |
|
month_abbr: ["Ean.", "Fea.", "Már.", "Aibh.", "Beal.", "Meith.", "Iúil", "Lún.", "MF.", "DF.", "Samh.", "Noll."], |
|
day: ["Dé Domhnaigh","Dé Luain", "Dé Máirt", "Dé Céadaoin", "Déardaoin", "Dé hAoine", "Dé Sathairn"], |
|
day_abbr: ["DéDom.","DéL.", "DéM.", "DéC.", "DéarD.", "DéhA.", "DéSat."] |
|
}, |
|
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: "'<small>'d mmmm yyyy'</small>' HH:MM", |
|
full_long: "dddd',' d mmm yyyy HH:MM", |
|
full_long_small_date: "HH:MM'<br/><small>d mmm yyyy'</small>'" |
|
}, |
|
messages: { |
|
loading_timeline: "Tá an Amlíne ag Lódáil... ", |
|
return_to_title: "Ar Ais go dtí an tideal", |
|
expand_timeline: "Leathnaigh An Amlíne", |
|
contract_timeline: "Coimrigh An Amlíne", |
|
wikipedia: "As Wikipedia, an ciclipéid saor", |
|
loading_content: "Ag Lódáil an", |
|
loading: "Ag Lódáil an Inneachar", |
|
swipe_nav: "Svaidhpeáil Chun Nascleanúint" |
|
} |
|
} |
|
}
|
|
|