en top-level property
final
Map of string containing English translation of the application.
Implementation
final Map<String, String> en = <String, String>{
"canton": "Canton",
"selection": "Select",
"level": "Level",
"testApplication": "Training",
"mode": "Mode",
"newSession": "Create class session",
"oldSession": "Continue class session",
"newStudent": "Start student activity",
"oldStudent": "Continue student activity",
"sessionID": "Session ID",
"studentID": "Student ID",
"student": "Student",
"session": "Session",
"sessionData": "Session data",
"studentData": "Student data",
"errorMessage": "Mandatory field",
"results": "Results",
"requestStudentID": "Enter student ID to continue",
"continueStudentID": "Continue",
"requestSessionID": "Enter session ID to continue",
"continueSessionID": "Continue",
"errorMessageSession": "The session does not exist",
"errorMessageStudent": "The student does not exist",
}
..addAll(_firstForm)
..addAll(_secondForm)
..addAll(_resultsScreen)
..addAll(_questions)
..addAll(_descriptions);