private string Translate(string s) { string output; if (AboutForm.TryGetValue(s, out output)) { return(output); } return(s); }