-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathmessages_en.dart
325 lines (306 loc) · 25.6 KB
/
messages_en.dart
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
// This is a library that provides messages for a en locale. All the
// messages from the main program should be duplicated here with the same
// function name.
// Ignore issues from commonly used lints in this file.
// ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new
// ignore_for_file:prefer_single_quotes,comment_references, directives_ordering
// ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases
// ignore_for_file:unused_import, file_names
import 'package:intl/intl.dart';
import 'package:intl/message_lookup_by_library.dart';
final messages = new MessageLookup();
typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
class MessageLookup extends MessageLookupByLibrary {
String get localeName => 'en';
static m0(provider) => "Sign in with ${provider}";
static m1(url) => "Could not launch \'${url}\'.";
static m2(appName) => "${appName} is open source.";
static m3(forum) => "This is the same username you use to log in to ${forum}.";
static m4(appName) => "Read the ${appName} policy";
static m5(name) => "${name} team";
static m6(appName) => "Why do you want edit permissions for ${appName}?";
static m7(email) => "Are you sure you want to change the account email to ${email}?";
static m8(shortcutName) => "Are you sure you want to delete \"${shortcutName}\"?";
static m9(name) => "Welcome, ${name}!";
static m10(email) => "There is already an account associated with ${email}.";
static m11(n) => "Only ${n} options can be selected at a time.";
static m12(provider) => "Please log in with ${provider} to continue.";
final messages = _notInlinedMessages(_notInlinedMessages);
static _notInlinedMessages(_) => <String, Function> {
"actionAddEvent" : MessageLookupByLibrary.simpleMessage("Add event"),
"actionAddShortcut" : MessageLookupByLibrary.simpleMessage("Add shortcut"),
"actionAddWebsite" : MessageLookupByLibrary.simpleMessage("Add website"),
"actionChangeEmail" : MessageLookupByLibrary.simpleMessage("Change email"),
"actionChangePassword" : MessageLookupByLibrary.simpleMessage("Change password"),
"actionChooseClasses" : MessageLookupByLibrary.simpleMessage("Choose classes"),
"actionContribute" : MessageLookupByLibrary.simpleMessage("Contribute"),
"actionDeleteAccount" : MessageLookupByLibrary.simpleMessage("Delete account"),
"actionDeleteEvent" : MessageLookupByLibrary.simpleMessage("Delete event"),
"actionDeleteShortcut" : MessageLookupByLibrary.simpleMessage("Delete shortcut"),
"actionDeleteWebsite" : MessageLookupByLibrary.simpleMessage("Delete website"),
"actionDisableEditing" : MessageLookupByLibrary.simpleMessage("Disable editing"),
"actionEditEvent" : MessageLookupByLibrary.simpleMessage("Edit event"),
"actionEditGrading" : MessageLookupByLibrary.simpleMessage("Edit grading"),
"actionEditProfile" : MessageLookupByLibrary.simpleMessage("Edit profile"),
"actionEditWebsite" : MessageLookupByLibrary.simpleMessage("Edit website"),
"actionEnableEditing" : MessageLookupByLibrary.simpleMessage("Enable editing"),
"actionJumpToToday" : MessageLookupByLibrary.simpleMessage("Jump to today"),
"actionLogIn" : MessageLookupByLibrary.simpleMessage("Log in"),
"actionLogInAnonymously" : MessageLookupByLibrary.simpleMessage("Log in anonymously"),
"actionLogOut" : MessageLookupByLibrary.simpleMessage("Log out"),
"actionOpenFilter" : MessageLookupByLibrary.simpleMessage("Open filter"),
"actionRefresh" : MessageLookupByLibrary.simpleMessage("Refresh"),
"actionRequestPermissions" : MessageLookupByLibrary.simpleMessage("Request permissions"),
"actionResetPassword" : MessageLookupByLibrary.simpleMessage("Reset password"),
"actionSendEmail" : MessageLookupByLibrary.simpleMessage("Send e-mail"),
"actionSendVerificationAgain" : MessageLookupByLibrary.simpleMessage("Send e-mail again?"),
"actionShowMore" : MessageLookupByLibrary.simpleMessage("Show more"),
"actionSignInWith" : m0,
"actionSignUp" : MessageLookupByLibrary.simpleMessage("Sign up"),
"actionSocialLogin" : MessageLookupByLibrary.simpleMessage("Social login"),
"buttonApply" : MessageLookupByLibrary.simpleMessage("Apply"),
"buttonCancel" : MessageLookupByLibrary.simpleMessage("Cancel"),
"buttonNext" : MessageLookupByLibrary.simpleMessage("Next"),
"buttonSave" : MessageLookupByLibrary.simpleMessage("Save"),
"buttonSend" : MessageLookupByLibrary.simpleMessage("Send"),
"buttonSet" : MessageLookupByLibrary.simpleMessage("Set"),
"errorAccountDisabled" : MessageLookupByLibrary.simpleMessage("The account has been disabled."),
"errorClassCannotBeEmpty" : MessageLookupByLibrary.simpleMessage("Class cannot be empty."),
"errorCouldNotLaunchURL" : m1,
"errorEmailInUse" : MessageLookupByLibrary.simpleMessage("There is already an account associated with this e-mail address"),
"errorEmailNotFound" : MessageLookupByLibrary.simpleMessage("An account associated with that e-mail could not be found. Please sign up instead."),
"errorEventTypeCannotBeEmpty" : MessageLookupByLibrary.simpleMessage("Event type cannot be empty."),
"errorImage" : MessageLookupByLibrary.simpleMessage("The image could not be loaded."),
"errorIncorrectPassword" : MessageLookupByLibrary.simpleMessage("The password you entered is incorrect."),
"errorInsertGoogleEvents" : MessageLookupByLibrary.simpleMessage("Unable to insert events in Google Calendar."),
"errorInvalidEmail" : MessageLookupByLibrary.simpleMessage("You need to provide a valid e-mail address."),
"errorMissingFirstName" : MessageLookupByLibrary.simpleMessage("Please provide your first name(s)."),
"errorMissingLastName" : MessageLookupByLibrary.simpleMessage("Please provide your last name(s)."),
"errorNoPassword" : MessageLookupByLibrary.simpleMessage("You need to provide a password."),
"errorPasswordsDiffer" : MessageLookupByLibrary.simpleMessage("The two passwords differ."),
"errorPermissionDenied" : MessageLookupByLibrary.simpleMessage("You do not have permission to do that."),
"errorPictureSizeToBig" : MessageLookupByLibrary.simpleMessage("Please select a picture that is less than 5MB."),
"errorSomethingWentWrong" : MessageLookupByLibrary.simpleMessage("Something went wrong."),
"errorTooManyRequests" : MessageLookupByLibrary.simpleMessage("There have been too many requests from this device."),
"fileAcsBanner" : MessageLookupByLibrary.simpleMessage("assets/images/acs_banner_en.png"),
"filterMenuRelevance" : MessageLookupByLibrary.simpleMessage("Filter by relevance"),
"filterMenuShowAll" : MessageLookupByLibrary.simpleMessage("Show all"),
"filterMenuShowMine" : MessageLookupByLibrary.simpleMessage("Show only mine"),
"filterNodeNameBSc" : MessageLookupByLibrary.simpleMessage("Bachelor\'s"),
"filterNodeNameMSc" : MessageLookupByLibrary.simpleMessage("Master\'s"),
"hintEmail" : MessageLookupByLibrary.simpleMessage("john.doe"),
"hintEvaluation" : MessageLookupByLibrary.simpleMessage("Final exam"),
"hintFirstName" : MessageLookupByLibrary.simpleMessage("John"),
"hintGroup" : MessageLookupByLibrary.simpleMessage("314CB"),
"hintLastName" : MessageLookupByLibrary.simpleMessage("Doe"),
"hintPassword" : MessageLookupByLibrary.simpleMessage("····················"),
"hintPoints" : MessageLookupByLibrary.simpleMessage("4.0"),
"hintWebsiteLabel" : MessageLookupByLibrary.simpleMessage("Google"),
"hintWebsiteLink" : MessageLookupByLibrary.simpleMessage("http://google.com"),
"infoAppIsOpenSource" : m2,
"infoClasses" : MessageLookupByLibrary.simpleMessage("classes you are interested in"),
"infoEmail" : m3,
"infoExportToGoogleCalendar" : MessageLookupByLibrary.simpleMessage("Export filtered events from Timetable"),
"infoFormAnonymous" : MessageLookupByLibrary.simpleMessage("This form is anonymous."),
"infoLoading" : MessageLookupByLibrary.simpleMessage("Loading..."),
"infoMakeSureGroupIsSelected" : MessageLookupByLibrary.simpleMessage("Make sure your group/subgroup is selected in the"),
"infoPassword" : MessageLookupByLibrary.simpleMessage("It must contain lower and uppercase letters, one number and one special character, and have a minimum length of 8."),
"infoPasswordResetEmailSent" : MessageLookupByLibrary.simpleMessage("Please check your inbox for the password reset e-mail."),
"infoReadThePolicy" : m4,
"infoRelevance" : MessageLookupByLibrary.simpleMessage("Try to choose the most restrictive category."),
"infoRelevanceExample" : MessageLookupByLibrary.simpleMessage("For instance, if something is only relevant for \"314CB\" and \"315CB\", don\'t just set \"CB\"."),
"infoRelevanceNothingSelected" : MessageLookupByLibrary.simpleMessage("If this is relevant for everyone, don\'t select anything ."),
"infoSelect" : MessageLookupByLibrary.simpleMessage("Select the"),
"infoYouNeedToSelect" : MessageLookupByLibrary.simpleMessage("You first need to select the"),
"labelAskPermissions" : MessageLookupByLibrary.simpleMessage("Request editing permissions"),
"labelAssistant" : MessageLookupByLibrary.simpleMessage("Assistant"),
"labelCategory" : MessageLookupByLibrary.simpleMessage("Category"),
"labelClass" : MessageLookupByLibrary.simpleMessage("Class"),
"labelColor" : MessageLookupByLibrary.simpleMessage("Color"),
"labelConfirmNewPassword" : MessageLookupByLibrary.simpleMessage("Confirm new password"),
"labelConfirmPassword" : MessageLookupByLibrary.simpleMessage("Confirm password"),
"labelCustom" : MessageLookupByLibrary.simpleMessage("Custom"),
"labelDay" : MessageLookupByLibrary.simpleMessage("Day"),
"labelDescription" : MessageLookupByLibrary.simpleMessage("Description"),
"labelEmail" : MessageLookupByLibrary.simpleMessage("Email"),
"labelEnd" : MessageLookupByLibrary.simpleMessage("End"),
"labelEvaluation" : MessageLookupByLibrary.simpleMessage("Evaluation"),
"labelEven" : MessageLookupByLibrary.simpleMessage("Even"),
"labelFirstName" : MessageLookupByLibrary.simpleMessage("First name"),
"labelGrade" : MessageLookupByLibrary.simpleMessage("Grade"),
"labelLastName" : MessageLookupByLibrary.simpleMessage("Last name"),
"labelLastUpdated" : MessageLookupByLibrary.simpleMessage("Last updated"),
"labelLecturer" : MessageLookupByLibrary.simpleMessage("Lecturer"),
"labelLink" : MessageLookupByLibrary.simpleMessage("Link"),
"labelLocation" : MessageLookupByLibrary.simpleMessage("Location"),
"labelName" : MessageLookupByLibrary.simpleMessage("Name"),
"labelNewPassword" : MessageLookupByLibrary.simpleMessage("New password"),
"labelNow" : MessageLookupByLibrary.simpleMessage("Now"),
"labelOdd" : MessageLookupByLibrary.simpleMessage("Odd"),
"labelOldPassword" : MessageLookupByLibrary.simpleMessage("Old password"),
"labelPassword" : MessageLookupByLibrary.simpleMessage("Password"),
"labelPermissionsConsent" : MessageLookupByLibrary.simpleMessage("consent for editing rights"),
"labelPersonalInformation" : MessageLookupByLibrary.simpleMessage("Personal information"),
"labelPoints" : MessageLookupByLibrary.simpleMessage("Points"),
"labelPreview" : MessageLookupByLibrary.simpleMessage("Preview"),
"labelPrivacyPolicy" : MessageLookupByLibrary.simpleMessage("Privacy Policy"),
"labelRelevance" : MessageLookupByLibrary.simpleMessage("Relevance"),
"labelSemester" : MessageLookupByLibrary.simpleMessage("Semester"),
"labelStart" : MessageLookupByLibrary.simpleMessage("Start"),
"labelTeam" : m5,
"labelToday" : MessageLookupByLibrary.simpleMessage("Today"),
"labelTomorrow" : MessageLookupByLibrary.simpleMessage("Tomorrow"),
"labelType" : MessageLookupByLibrary.simpleMessage("Type"),
"labelUniversityYear" : MessageLookupByLibrary.simpleMessage("University year"),
"labelUnknown" : MessageLookupByLibrary.simpleMessage("Unknown"),
"labelVersion" : MessageLookupByLibrary.simpleMessage("Version"),
"labelWeek" : MessageLookupByLibrary.simpleMessage("Week"),
"labelYear" : MessageLookupByLibrary.simpleMessage("Year"),
"messageAccountCreated" : MessageLookupByLibrary.simpleMessage("Account created successfully."),
"messageAccountDeleted" : MessageLookupByLibrary.simpleMessage("Account deleted successfully."),
"messageAddCustomWebsite" : MessageLookupByLibrary.simpleMessage("Try adding a custom website."),
"messageAgreeFeedbackPolicy" : MessageLookupByLibrary.simpleMessage("I understand this survey is extremely important for the continuous development of the educational process and I will not address insults or use any obscene words."),
"messageAgreePermissions" : MessageLookupByLibrary.simpleMessage("I will only upload information that is correct and accurate, to the best of my knowledge. I understand that submitting erroneous or offensive information on purpose will lead to my editing permissions being permanently revoked."),
"messageAnnouncedOnMail" : MessageLookupByLibrary.simpleMessage("You will receive a mail confirmation if your request is approved."),
"messageAskPermissionToEdit" : m6,
"messageButtonAbove" : MessageLookupByLibrary.simpleMessage("button above"),
"messageCannotBeUndone" : MessageLookupByLibrary.simpleMessage("This action cannot be undone."),
"messageChangeEmail" : m7,
"messageChangeEmailSuccess" : MessageLookupByLibrary.simpleMessage("Email changed successfully"),
"messageChangePasswordSuccess" : MessageLookupByLibrary.simpleMessage("Password changed successfully."),
"messageCheckEmailVerification" : MessageLookupByLibrary.simpleMessage("Please check your email for account verification."),
"messageDeleteAccount" : MessageLookupByLibrary.simpleMessage("Are you sure you want to delete your account?"),
"messageDeleteEvent" : MessageLookupByLibrary.simpleMessage("Are you sure you want to delete this event?"),
"messageDeleteShortcut" : m8,
"messageDeleteWebsite" : MessageLookupByLibrary.simpleMessage("Are you sure you want to delete this website?"),
"messageEditProfileSuccess" : MessageLookupByLibrary.simpleMessage("Profile updated successfully."),
"messageEmailNotVerified" : MessageLookupByLibrary.simpleMessage("Account is not verified."),
"messageEmailNotVerifiedToPerformAction" : MessageLookupByLibrary.simpleMessage("Your account needs to be verified to perform this action."),
"messageEventAdded" : MessageLookupByLibrary.simpleMessage("Event added successfully."),
"messageEventDeleted" : MessageLookupByLibrary.simpleMessage("Event deleted successfully."),
"messageEventEdited" : MessageLookupByLibrary.simpleMessage("Event modified successfully."),
"messageGetStartedByPressing" : MessageLookupByLibrary.simpleMessage("Get started by pressing the"),
"messageIAgreeToThe" : MessageLookupByLibrary.simpleMessage("I agree to the "),
"messageNewUser" : MessageLookupByLibrary.simpleMessage("New user?"),
"messageNoClassesYet" : MessageLookupByLibrary.simpleMessage("You have not added any classes yet."),
"messageNotLoggedIn" : MessageLookupByLibrary.simpleMessage("You need to be logged in to perform this action."),
"messagePictureUpdatedSuccess" : MessageLookupByLibrary.simpleMessage("Profile picture updated successfully."),
"messageRequestAlreadyExists" : MessageLookupByLibrary.simpleMessage("You have already submitted a request. If you want to add another one, please press \'Send\'."),
"messageRequestHasBeenSent" : MessageLookupByLibrary.simpleMessage("The request has been sent succesfully."),
"messageResetPassword" : MessageLookupByLibrary.simpleMessage("Enter your e-mai in order to receive instructions on how to reset your password."),
"messageShortcutDeleted" : MessageLookupByLibrary.simpleMessage("Shortcut deleted successfully."),
"messageTapForMoreInfo" : MessageLookupByLibrary.simpleMessage("Tap for more info"),
"messageThereAreNoEventsForSelected" : MessageLookupByLibrary.simpleMessage("There are no events for the selected "),
"messageThisCouldAffectOtherStudents" : MessageLookupByLibrary.simpleMessage("This could affect other students."),
"messageUnderConstruction" : MessageLookupByLibrary.simpleMessage("Under construction"),
"messageWebsiteAdded" : MessageLookupByLibrary.simpleMessage("Website added successfully."),
"messageWebsiteDeleted" : MessageLookupByLibrary.simpleMessage("Website deleted successfully."),
"messageWebsiteEdited" : MessageLookupByLibrary.simpleMessage("Website modified successfully."),
"messageWebsitePreview" : MessageLookupByLibrary.simpleMessage("Try tapping/long-pressing/hovering the preview to test the new website."),
"messageWelcomeName" : m9,
"messageWelcomeSimple" : MessageLookupByLibrary.simpleMessage("Welcome!"),
"messageYouCanContribute" : MessageLookupByLibrary.simpleMessage("You can contribute to the app data, but you first need to request permissions."),
"navigationAskPermissions" : MessageLookupByLibrary.simpleMessage("Ask for permissions"),
"navigationClassFeedback" : MessageLookupByLibrary.simpleMessage("Review"),
"navigationClassInfo" : MessageLookupByLibrary.simpleMessage("Class information"),
"navigationClasses" : MessageLookupByLibrary.simpleMessage("Classes"),
"navigationEventDetails" : MessageLookupByLibrary.simpleMessage("Event details"),
"navigationFilter" : MessageLookupByLibrary.simpleMessage("Filter"),
"navigationHome" : MessageLookupByLibrary.simpleMessage("Home"),
"navigationMap" : MessageLookupByLibrary.simpleMessage("Map"),
"navigationNewsFeed" : MessageLookupByLibrary.simpleMessage("News feed"),
"navigationPeople" : MessageLookupByLibrary.simpleMessage("People"),
"navigationPortal" : MessageLookupByLibrary.simpleMessage("Portal"),
"navigationProfile" : MessageLookupByLibrary.simpleMessage("Profile"),
"navigationSettings" : MessageLookupByLibrary.simpleMessage("Settings"),
"navigationTimetable" : MessageLookupByLibrary.simpleMessage("Timetable"),
"relevanceAnyone" : MessageLookupByLibrary.simpleMessage("Anyone"),
"relevanceOnlyMe" : MessageLookupByLibrary.simpleMessage("Only me"),
"sectionApplications" : MessageLookupByLibrary.simpleMessage("Applications"),
"sectionEvents" : MessageLookupByLibrary.simpleMessage("Events"),
"sectionEventsComingUp" : MessageLookupByLibrary.simpleMessage("Events coming up"),
"sectionFAQ" : MessageLookupByLibrary.simpleMessage("FAQ"),
"sectionFrequentlyAccessedWebsites" : MessageLookupByLibrary.simpleMessage("Favourite websites"),
"sectionGeneralQuestions" : MessageLookupByLibrary.simpleMessage("General questions"),
"sectionGrading" : MessageLookupByLibrary.simpleMessage("Grading"),
"sectionInvolvement" : MessageLookupByLibrary.simpleMessage("Involvement"),
"sectionPersonalComments" : MessageLookupByLibrary.simpleMessage("Personal comments"),
"sectionShortcuts" : MessageLookupByLibrary.simpleMessage("Shortcuts"),
"settingsExportToGoogleCalendar" : MessageLookupByLibrary.simpleMessage("Export events to Google Calendar"),
"settingsItemDarkMode" : MessageLookupByLibrary.simpleMessage("Dark Mode"),
"settingsItemEditingPermissions" : MessageLookupByLibrary.simpleMessage("Your editing permissions"),
"settingsItemLanguage" : MessageLookupByLibrary.simpleMessage("Language"),
"settingsItemLanguageAuto" : MessageLookupByLibrary.simpleMessage("Auto"),
"settingsItemLanguageEnglish" : MessageLookupByLibrary.simpleMessage("English"),
"settingsItemLanguageRomanian" : MessageLookupByLibrary.simpleMessage("Romanian"),
"settingsPermissionsAdd" : MessageLookupByLibrary.simpleMessage("Permission to add public info"),
"settingsPermissionsEdit" : MessageLookupByLibrary.simpleMessage("Permission to edit public info"),
"settingsPermissionsNone" : MessageLookupByLibrary.simpleMessage("No special permissions"),
"settingsPermissionsRequestSent" : MessageLookupByLibrary.simpleMessage("Permissions request already sent"),
"settingsRelevanceFilter" : MessageLookupByLibrary.simpleMessage("Relevance filter"),
"settingsTitleDataControl" : MessageLookupByLibrary.simpleMessage("Data control"),
"settingsTitleLocalization" : MessageLookupByLibrary.simpleMessage("Localization"),
"settingsTitlePersonalization" : MessageLookupByLibrary.simpleMessage("Personalization"),
"settingsTitleTimetable" : MessageLookupByLibrary.simpleMessage("Timetable"),
"shortcutTypeClassbook" : MessageLookupByLibrary.simpleMessage("Classbook"),
"shortcutTypeMain" : MessageLookupByLibrary.simpleMessage("Main page"),
"shortcutTypeOther" : MessageLookupByLibrary.simpleMessage("Other"),
"shortcutTypeResource" : MessageLookupByLibrary.simpleMessage("Resource"),
"stringAnd" : MessageLookupByLibrary.simpleMessage("and"),
"stringAnonymous" : MessageLookupByLibrary.simpleMessage("Anonymous"),
"stringEmailDomain" : MessageLookupByLibrary.simpleMessage("@stud.acs.upb.ro"),
"stringForum" : MessageLookupByLibrary.simpleMessage("cs.curs.pub.ro"),
"uniEventTypeExam" : MessageLookupByLibrary.simpleMessage("Exam"),
"uniEventTypeExamSession" : MessageLookupByLibrary.simpleMessage("Exam session"),
"uniEventTypeHoliday" : MessageLookupByLibrary.simpleMessage("Holiday"),
"uniEventTypeHomework" : MessageLookupByLibrary.simpleMessage("Homework"),
"uniEventTypeLab" : MessageLookupByLibrary.simpleMessage("Lab"),
"uniEventTypeLecture" : MessageLookupByLibrary.simpleMessage("Lecture"),
"uniEventTypeOther" : MessageLookupByLibrary.simpleMessage("Other"),
"uniEventTypePractical" : MessageLookupByLibrary.simpleMessage("Practical"),
"uniEventTypeProject" : MessageLookupByLibrary.simpleMessage("Project"),
"uniEventTypeResearch" : MessageLookupByLibrary.simpleMessage("Research"),
"uniEventTypeSemester" : MessageLookupByLibrary.simpleMessage("Semester"),
"uniEventTypeSeminar" : MessageLookupByLibrary.simpleMessage("Seminar"),
"uniEventTypeSports" : MessageLookupByLibrary.simpleMessage("Sports"),
"uniEventTypeTest" : MessageLookupByLibrary.simpleMessage("Test"),
"warningAgreeTo" : MessageLookupByLibrary.simpleMessage("You need to agree to the "),
"warningAuthenticationNeeded" : MessageLookupByLibrary.simpleMessage("Please authenticate in order to access this feature."),
"warningEmailInUse" : m10,
"warningEventNotEditable" : MessageLookupByLibrary.simpleMessage("This event cannot be edited."),
"warningFavouriteWebsitesInitializationFailed" : MessageLookupByLibrary.simpleMessage("Could not read favourite websites."),
"warningFieldCannotBeEmpty" : MessageLookupByLibrary.simpleMessage("Field cannot be empty."),
"warningFieldCannotBeZero" : MessageLookupByLibrary.simpleMessage("Field cannot be zero."),
"warningFilterAlreadyDisabled" : MessageLookupByLibrary.simpleMessage("Already showing all content."),
"warningFilterAlreadyShowingYours" : MessageLookupByLibrary.simpleMessage("Already showing only custom websites."),
"warningInternetConnection" : MessageLookupByLibrary.simpleMessage("Please make sure you have an internet connection."),
"warningInvalidURL" : MessageLookupByLibrary.simpleMessage("You need to provide a valid URL."),
"warningNoEvents" : MessageLookupByLibrary.simpleMessage("No events to show"),
"warningNoNews" : MessageLookupByLibrary.simpleMessage("There are no news yet."),
"warningNoPermissionToAddPublicWebsite" : MessageLookupByLibrary.simpleMessage("You do not have permission to create a public website."),
"warningNoPermissionToEditClassInfo" : MessageLookupByLibrary.simpleMessage("You do not have permission to edit class information."),
"warningNoPrivateWebsite" : MessageLookupByLibrary.simpleMessage("You have not created any private websites yet."),
"warningNoneYet" : MessageLookupByLibrary.simpleMessage("None yet"),
"warningNothingToEdit" : MessageLookupByLibrary.simpleMessage("There is nothing you have permission to edit."),
"warningOnlyNOptionsAtATime" : m11,
"warningPasswordLength" : MessageLookupByLibrary.simpleMessage("The password must be 8 characters long or more."),
"warningPasswordLowercase" : MessageLookupByLibrary.simpleMessage("The password must include at least one lowercase letter."),
"warningPasswordNumber" : MessageLookupByLibrary.simpleMessage("The password must include at least one number."),
"warningPasswordSpecialCharacters" : MessageLookupByLibrary.simpleMessage("The password must include at least one special character."),
"warningPasswordUppercase" : MessageLookupByLibrary.simpleMessage("The password must include at least one uppercase letter."),
"warningRequestEmpty" : MessageLookupByLibrary.simpleMessage("The request must not be empty"),
"warningRequestExists" : MessageLookupByLibrary.simpleMessage("Request already exists"),
"warningSamePassword" : MessageLookupByLibrary.simpleMessage("The password must be different from the old one."),
"warningTryAgainLater" : MessageLookupByLibrary.simpleMessage("Please try again later."),
"warningUnableToReachNewsFeed" : MessageLookupByLibrary.simpleMessage("Unable to reach the news feed."),
"warningUseProvider" : m12,
"warningWebsiteNameExists" : MessageLookupByLibrary.simpleMessage("A website with the same name already exists."),
"warningYouNeedToSelectAtLeastOne" : MessageLookupByLibrary.simpleMessage("You need to select at least one option."),
"websiteCategoryAdministrative" : MessageLookupByLibrary.simpleMessage("Administrative"),
"websiteCategoryAssociations" : MessageLookupByLibrary.simpleMessage("Associations"),
"websiteCategoryLearning" : MessageLookupByLibrary.simpleMessage("Learning"),
"websiteCategoryOthers" : MessageLookupByLibrary.simpleMessage("Others"),
"websiteCategoryResources" : MessageLookupByLibrary.simpleMessage("Resources")
};
}