var fLang = {
	
	m : {
		gal : {
			imageCurrentOutOfTotal : "{current} of {total}",
			switchView : "Switch view"
		},
		lang : {
			chosenLangIsCurrentLang : "This language is the current",
			switchToLang : "Change language to \'{langName}\'",
			noLanguageVersion : "This page is only available in the current language. Click here to go to the frontpage of the language \'{langName}\'"
		}
	}
	
}


