-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #749 from rootseire/master
Irish language option
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
/* 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" | ||
} | ||
} | ||
} |