-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathevent.php
More file actions
384 lines (382 loc) · 20.7 KB
/
event.php
File metadata and controls
384 lines (382 loc) · 20.7 KB
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
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
<?php
return [
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| as the size rules. Feel free to tweak each of these messages here.
|
*/
'if-no-clear-information-provide-estimate' => 'If you do not have clear information, please provide an estimate.',
'banner-section' => 'banner section',
'add-your-codeweek-activity' => 'Add your Codeweek activity',
'join-the-community' => 'Join the community',
'activity-overview-section' => 'Activity Overview Section',
'activity-title' => 'Activity title*',
'what-is-the-name-of-the-activity' => 'What is the name of the activity?',
'event.activity-overview' => 'Activity Overview',
'event.who-is-the-activity-for' => 'Who is the activity for',
'event.organiser' => 'Organiser',
'activity-title' => 'Activity title*',
'what-is-the-name-of-the-activity' => 'What is the name of the activity?',
'specify-the-format-of-the-activity' => 'Specify the format of the activity',
'select-option' => 'Select Option',
'coding-camp' => 'Coding Camp',
'summer-camp' => 'Summer Camp',
'weekend-course' => 'Weekend Course',
'evening-course' => 'Evening Course',
'career-day' => 'Career Day',
'university-visit' => 'University Visit',
'coding-at-home' => 'Coding@Home',
'code-week-challenge' => 'Code Week Challenge',
'competition' => 'Competition',
'other-group-work-seminars-workshops' => 'Other (e.g Group Work, Seminars, Workshops)',
'activity-type' => 'Activity Type*',
'open-online-activity' => 'Open Online Activity',
'invite-only-online-activity' => 'Invite-only Online Activity',
'open-in-person-activity' => 'Open in-person Activity',
'other' => 'Other',
'activity-address' => 'Activity Address *',
'activity-address-optional' => 'Activity address (optional)',
'where-will-the-activity-be-taking-place' => 'Where will the activity be taking place?',
'activity-duration' => 'Activity Duration*',
'0-1-hours' => '0-1 hours',
'1-2-hours' => '1-2 hours',
'2-4-hours' => '2-4 hours',
'longer-than-4-hours' => 'Longer than 4 hours',
'date' => 'Date*',
'start-date' => 'Start Date',
'end-date' => 'End Date',
'is-it-a-recurring-event' => 'Is it a recurring event?*',
'true' => 'True',
'false' => 'False',
'how-frequently' => 'How Frequently?',
'daily' => 'Daily',
'weekly' => 'Weekly',
'monthly' => 'Monthly',
'any-address-added-below' => 'Any address added below won’t be shown publicly for invite-only actitivities.',
'what-type-of-recurring-activity' => 'What type of recurring activity?',
'consecutive-learning-over-multiple-sessions' => 'Consecutive learning over multiple sessions',
'individual-standalone-lessons-under-common-theme-joint-event' => 'Individual stand-alone lessons under a common theme/joint even.',
'theme' => 'Theme*',
'theme-title' => 'Theme*',
'select-theme' => 'Select Theme',
'submit' => 'Submit',
'robotics-drones-smart-devices' => 'Robotics, Drones & Smart Devices',
'cybersecurity-data' => 'Cybersecurity & Data',
'web-app-software-development' => 'Web, App & Software Development',
'visual-block-programming' => 'Visual/Block Programming',
'unplugged-playful-activities' => 'Unplugged & Playful Activities',
'art-creative-coding' => 'Art & Creative Coding',
'game-design' => 'Game Design',
'internet-of-things-wearables' => 'Internet of Things & Wearables (Dispositivi Indossabili)',
'ar-vr-3d-technologies' => 'AR, VR & 3D Technologies',
'digital-careers-learning-pathways' => 'Digital Careers & Learning Pathways',
'digital-literacy-soft-skills' => 'Digital Literacy & Soft Skills',
'ai-generative-ai' => 'AI & Generative AI',
'awareness-inspiration' => 'Awareness & Inspiration',
'promoting-diversity-inclusion' => 'Promoting Diversity & Inclusion',
'other-theme' => 'Other',
'activity-description' => 'Activity description*',
'briefly-describe-the-activity-planned' => 'Briefly Describe the Activity Planned',
'next-step' => 'Next Step',
'previous-step' => 'Previous Step',
'who-is-this-activity-for-section' => 'Who is this activity for section',
'audiences' => 'Audience*',
'event' => [
'audience' => 'Audience*',
],
'pre-school-children' => 'Pre-school children',
'elementary-school-students' => 'Elementary School Students',
'high-school-students' => 'High School Students',
'graduate-students' => 'Graduate Students',
'post-graduate-students' => 'Post Graduate Students',
'employed-adults' => 'Employed Adults',
'unemployed-adults' => 'Unemployed Adults',
'others-see-description' => 'Others (see description)',
'teachers' => 'Teachers',
'number-of-participants' => 'Number of participants*',
'enter-number' => 'Enter Number',
'of-this-number-how-many-are' => 'Of this number, how many are:',
'males' => 'Males',
'females' => 'Females',
'other-gender' => 'Other',
'age' => 'Age*',
'under-5-early-learners' => 'Under 5 – Early Learners',
'6-9-primary' => '6-9 - Primary',
'10-12-upper-primary' => '10-12 – Upper Primary',
'13-15-lower-secondary' => '13-15 - Lower Secondary',
'16-18-upper-secondary' => '16-18 – Upper Secondary',
'19-25-young-adults' => '19-25 – Young Adults',
'over-25-adults' => 'Over 25 – Adults',
'is-this-an-extracurricular-activity' => 'Is this an extracurricular activity?*',
'is-this-an-activity-within-the-standard-school-curriculum' => 'Is this an activity within the standard school curriculum?',
'code-week-4-all-code-optional' => 'Code Week 4 All code (optional)',
'leading-teachers-optional' => 'Leading teachers (optional)',
'image-optional' => 'Image (optional)',
'drop-your-image-here-or-upload' => 'Drop your image here, or upload',
'max-size-1mb-image-formats-jpg-png' => 'Max size: 1 Mb, Image formats: .jpg, .png',
'by-submitting-images-through-this-form-you-confirm-that' => 'By submitting images through this form, you confirm that:',
'you-have-obtained-all-necessary-permissions' => 'You have obtained all necessary permissions from the school, organisation, and/or parents/guardians of the children and the adults appearing in the photos.',
'you-will-not-submit-any-images-with-faces-directly-visible-or-identifiable' => 'You will not submit any images in which the faces of children are directly visible or identifiable.',
'if-this-is-the-case-ensure-faces-are-blurred' => 'If this is the case, please ensure that the children\'s faces are appropriately blurred.',
'submissions-that-do-not-comply-will-not-be-accepted' => 'Submissions that do not comply will not be accepted.',
'you-understand-and-agree-images-will-be-shared' => 'You understand and agree that these images will be shared on our website along with the description of the activity and may be use for promotional purposes.',
'info-max-size-1mb' => 'Info: Max size: 1MB',
'organiser-page-section' => 'Organiser Page Section',
'name-of-organisation' => 'Name of Organisation*',
'organisation-you-work-in-or-volunteer-for' => 'Organisation you work in or volunteer for',
'type-of-organisation' => 'Type of Organisation',
'school' => 'School',
'library' => 'Library',
'non-for-profit-organisation' => 'Non-for Profit Organisation',
'languages-optional' => 'Languages (optional)',
'country' => 'Country*',
'are-you-using-any-code-week-resources' => 'Are you using any Code Week resources in this activity?',
'website' => 'Website*',
'are-you-using-any-code-week-resources-in-this-activity' => 'Are you using any code week resources in this activity?',
'do-you-have-a-website-with-more-information' => 'Do you have a website with more information?',
'public-email-optional' => 'Public Email (optional)',
'would-you-like-to-display-a-contact-email' => 'Would you like to display a contact email?',
'contact-email' => 'Contact email*',
'this-email-will-be-used-for-important-code-week-correspondence' => 'This email will be used for important EU Code Week correspondence.',
'your-contact-email-will-only-be-visible-to-ambassadors-and-organisers' => 'Your contact email will only be visible to EU Code Week Ambassadors and Code week organisers, who will check your activity before it appears on the map and might contact you if edits are necessary or for administering surveys for statistical purposes after the activity.',
'i-have-read-and-agree-with-the-privacy-policy-terms' => 'I have read and agree with the privacy policy terms ',
'privacy-policy-terms' => 'described in this document',
'confirmation-step' => 'Confirmation Step',
'thank-you-for-adding-your-activity' => 'Thank you for adding your activity!',
'one-of-the-ambassadors-or-organisers-will-review-your-activity' => 'One of the EU Code Week Ambassadors or organisers will now review your activity XXX and make sure everything is ok.',
'if-you-have-questions-contact-ambassadors-or-organisers' => 'If you have questions, contact EU Code Week Ambassadors or organisers.',
'you-can-share-your-code-week-4-all-code-with-other-people' => 'You can share your Code Week 4 all code with other people:',
'see-the-information-you-supplied-below' => 'See the information you supplied below:',
'optional' => '(optional)',
'yes' => 'Yes',
'no' => 'No',
'main_title' => 'Add your #EUCodeWeek activity',
'button' => 'Add Activity',
'howto' => 'How to organize your own activity',
'required' => 'Required fields are marked with an * asterisk. Feel free to add the activity listing in your local language.',
'audience_title' => 'Audience',
'theme_title' => 'Theme',
'scoreboard_by_country' => 'Scoreboard',
'get_involved' => 'Get involved',
'organize_or_support_events' => 'Organize or support activities in your city',
'or_contact_your' => 'or contact your',
'eu_code_week_ambassadors' => 'EU Code Week Ambassadors',
'show_events_for' => 'Show activities for ',
'who' => 'Who is the activity for?',
'tags' => 'Tags',
'image' => 'Image',
'start' => [
'label' => 'Start date',
'placeholder' => 'When does the activity start ?',
],
'start.label' => 'Start date',
'start.placeholder' => 'When does the activity start ?',
'end' => [
'label' => 'End date',
'placeholder' => 'When does the activity end ?',
],
'end.label' => 'End date',
'end.placeholder' => 'When does the activity end ?',
'organizer' => [
'label' => 'Name of organisation',
'placeholder' => 'Organisation you work in or volunteer for',
],
'organizer.label' => 'Name of organisation',
'organizer.placeholder' => 'Organisation you work in or volunteer for',
'website' => [
'label' => 'Website',
'placeholder' => 'Do you have a website with more information ?',
],
'website.label' => 'Website',
'website.placeholder' => 'Do you have a website with more information ?',
'description' => [
'label' => 'Description',
'placeholder' => 'Briefly describe the activity planned.',
],
'description.label' => 'Description',
'description.placeholder' => 'Briefly describe the activity planned.',
'contact' => [
'label' => 'Contact email',
'placeholder' => 'This email will be used for important EU Code Week correspondence',
'explanation' => 'Your contact email will only be visible to EU Code Week Ambassadors and Code week organisers, who will check your activity before it appears on the map and might contact you if edits are necessary or for administering surveys for statistical purposes after the activity.',
],
'contact.label' => 'Contact email',
'contact.placeholder' => 'This email will be used for important EU Code Week correspondence',
'contact.explanation' => 'Your contact email will only be visible to EU Code Week Ambassadors and Code week organisers, who will check your activity before it appears on the map and might contact you if edits are necessary or for administering surveys for statistical purposes after the activity.',
'public' => [
'label' => 'Public email',
'placeholder' => 'Would you like to display a contact email ?',
],
'public.label' => 'Public email',
'public.placeholder' => 'Would you like to display a contact email ?',
'title' => [
'label' => 'Activity title',
'placeholder' => 'What is the name of the activity ?',
],
'title.label' => 'Activity title',
'title.placeholder' => 'What is the name of the activity ?',
'address' => [
'label' => 'Activity address',
'placeholder' => 'Where will the activity be taking place?',
],
'address.label' => 'Activity address',
'address.placeholder' => 'Where will the activity be taking place?',
'organizertype' => [
'label' => 'Type of organisation',
'placeholder' => 'Select the type of organiser',
'school' => 'School',
'library' => 'Library',
'non-profit' => 'Non-for profit Organisation',
'private-business' => 'Private Business',
'other' => 'Other',
],
'organizertype.label' => 'Type of organisation',
'organizertype.placeholder' => 'Select the type of organiser',
'organizertype.school' => 'School',
'organizertype.library' => 'Library',
'organizertype.non-profit' => 'Non-for profit Organisation',
'organizertype.private-business' => 'Private Business',
'organizertype.other' => 'Other',
'audience' => [
'Pre-school children' => 'Pre-primary education',
'Elementary school students' => 'Primary school',
'High school students' => 'Secondary school',
'Graduate students' => 'Higher Education',
'Post graduate students' => 'Post graduate students',
'Employed adults' => 'Employed adults',
'Unemployed adults' => 'Unemployed adults',
'Other (see description)' => 'Other (see description)',
'Teachers' => 'Teachers',
],
'audience.Pre-school children' => 'Pre-primary education',
'audience.Elementary school students' => 'Primary school',
'audience.High school students' => 'Secondary school',
'audience.Graduate students' => 'Higher Education',
'audience.Post graduate students' => 'Post graduate students',
'audience.Employed adults' => 'Employed adults',
'audience.Unemployed adults' => 'Unemployed adults',
'audience.Other (see description)' => 'Other (see description)',
'audience.Teachers' => 'Teachers',
'theme' => [
'AI & Generative AI' => 'AI & Generative AI',
'Robotics, Drones & Smart Devices' => 'Robotics, Drones & Smart Devices',
'Web, App & Software Development' => 'Web, App & Software Development',
'Game Design' => 'Game Design',
'Cybersecurity & Data' => 'Cybersecurity & Data',
'Visual/Block Programming' => 'Visual/Block Programming',
'Art & Creative Coding' => 'Art & Creative Coding',
'Internet of Things & Wearables' => 'Internet of Things & Wearables',
'AR, VR & 3D Technologies' => 'AR, VR & 3D Technologies',
'Digital Careers & Learning Pathways' => 'Digital Careers & Learning Pathways',
'Digital Literacy & Soft Skills' => 'Digital Literacy & Soft Skills',
'Unplugged & Playful Activities' => 'Unplugged & Playful Activities',
'Promoting Diversity & Inclusion' => 'Promoting Diversity & Inclusion',
'Awareness & Inspiration' => 'Awareness & Inspiration',
'Other' => 'Other',
],
'codeweek_for_all_participation_code' => [
'title' => 'Code week 4 all code',
'explanation' => 'If you have received a Code Week 4 all code from a school colleague or a friend paste it here, otherwise please leave it blank. More info about Code Week 4 All are available',
'link' => 'here',
],
'codeweek_for_all_participation_code.title' => 'Code week 4 all code',
'codeweek_for_all_participation_code.explanation' => 'If you have received a Code Week 4 all code from a school colleague or a friend paste it here, otherwise please leave it blank. More info about Code Week 4 All are available',
'codeweek_for_all_participation_code.link' => 'here',
'thanks_page' => [
'title' => 'Thanks for adding your activity!',
'phrase1' => 'One of our local ambassadors will now review your activity',
'phrase2' => 'and make sure everything looks ok.',
'phrase3' => 'If you have any questions, get in touch with one of our',
'phrase4' => 'national ambassadors',
'phrase5' => 'or send us an',
'phrase6' => 'email',
'phrase7' => 'You can share your Codeweek for all code with other people:',
],
'thanks_page.title' => 'Thanks for adding your activity!',
'thanks_page.phrase1' => 'One of our local ambassadors will now review your activity',
'thanks_page.phrase2' => 'and make sure everything looks ok.',
'thanks_page.phrase3' => 'If you have any questions, get in touch with one of our',
'thanks_page.phrase4' => 'national ambassadors',
'thanks_page.phrase5' => 'or send us an',
'thanks_page.phrase6' => 'email',
'thanks_page.phrase7' => 'You can share your Codeweek for all code with other people:',
'activity_type' => [
'Event' => 'Activity',
'Lesson' => 'Lesson',
'Workshop' => 'Workshop',
'Webinar' => 'Webinar',
'Live Streaming Session' => 'Live Streaming Session',
'Other' => 'Other',
],
'activity_type.Event' => 'Activity',
'activity_type.Lesson' => 'Lesson',
'activity_type.Workshop' => 'Workshop',
'activity_type.Webinar' => 'Webinar',
'activity_type.Live Streaming Session' => 'Live Streaming Session',
'activity_type.Other' => 'Other',
'activitytype' => [
'label' => 'Activity type',
'placeholder' => '',
'open-online' => 'Open online activity',
'invite-online' => 'Invite-only online activity',
'open-in-person' => 'Open in-person activity',
'invite-in-person' => 'Invite-only in-person activity',
'offline' => 'Offline',
],
'activitytype.label' => 'Activity type',
'activitytype.placeholder' => '',
'activitytype.open-online' => 'Open online activity',
'activitytype.invite-online' => 'Invite-only online activity',
'activitytype.open-in-person' => 'Open in-person activity',
'activitytype.invite-in-person' => 'Invite-only in-person activity',
'duration' => [
'0-1-hour' => '0-1 hours',
'1-2-hours' => '1-2 hours',
'2-4-hours' => '2-4 hours',
'more-than-4-hours' => 'longer than 4 hours',
],
'0-1-hour' => '0-1 hours',
'1-2-hours' => '1-2 hours',
'2-4-hours' => '2-4 hours',
'more-than-4-hours' => 'longer than 4 hours',
'More' => 'More',
'country' => 'Country',
'privacy' => 'I have read and agree with the privacy policy terms.',
'loading' => 'Loading...',
'add_activity' => 'Add activity',
'edit_activity' => 'Edit activity',
'update_activity' => 'Update activity',
'delete_activity' => 'Delete activity',
'total_pending_events' => 'Total of pending activities:',
'no_pending_events' => 'No Pending Activity found for',
'all_countries' => 'All countries',
'current_status' => 'Current Status',
'certificate_ready' => 'Your Code Week certificate is ready. Feel free to download it or share it directly.',
'view_your_certificate' => 'View your certificate here',
'submit_event_and_report' => 'Submit a report for this activity and claim your Code Week certificate.',
'report_and_claim' => 'Report activity and claim certificate',
'leading_teacher_tag' => 'Leading Teacher',
'leading_teacher_tag_choose' => 'Choose a Leading Teacher',
'last_update' => 'Last update',
// Confirmation step titles
'confirmation_step' => [
'activity_overview' => 'Activity overview',
'who_is_the_activity_for' => 'Who is the activity for',
'organiser' => 'Organiser',
],
'confirmation_step.activity_overview' => 'Activity overview',
'confirmation_step.who_is_the_activity_for' => 'Who is the activity for',
'confirmation_step.organiser' => 'Organiser',
'your-changes-have-been-saved' => 'Your changes have been saved',
'edit-your-codeweek-activity' => 'Edit your Codeweek activity',
'view-activity' => 'View Activity',
'add-another-activity' => 'Add another Activity',
'back-to-map-page' => 'Back to map page',
'image-attached' => 'Image Attached',
'please-select-address-from-dropdown' => 'Please select an address from the dropdown to proceed to the next step',
];