-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmenu.php
More file actions
56 lines (53 loc) · 2.05 KB
/
menu.php
File metadata and controls
56 lines (53 loc) · 2.05 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
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'learn' => 'Leren',
'teach' => 'Onderwijzen',
'training' => 'Vorming', 'toolkits' => 'Presentaties en Toolkits', 'why' => 'WAAROM', 'home' => 'Start',
'events' => 'Activiteiten',
'ambassadors' => 'Ambassadeurs',
'resources' => 'Hulpmiddelen',
'schools' => 'Scholen',
'about' => 'Over',
'blog' => 'Blog', 'news' => 'Nieuws',
'search' => 'Typ en druk op Enter...',
'map' => 'Kaart',
'add_event' => 'Evenement toevoegen',
'search_event' => 'Evenementen zoeken',
'hello' => 'Hallo',
'profile' => 'Profiel',
'pending' => 'Aankomende evenementen',
'your_events' => 'Mijn activiteiten',
'your_certificates' => 'Mijn certificaten',
'report' => 'meld jouw activiteiten',
'volunteers' => 'Vrijwilligers',
'logout' => 'Afmelden',
'signin' => 'Aanmelden',
'privacy' => 'Privacy',
'participation' => 'Deelnamecertificaat',
'values' => 'Onze waardes',
'featured_activities' => 'Uitgelichte activiteiten',
'codeweek2020' => 'Editie 2020',
'activities_locations' => 'Activiteitenlocaties',
'my_badges' => 'Mijn badges',
'excellence_winners' => 'Winnaars van uitmuntendheid',
'leading_teachers' => 'Leidende docenten',
'badges_leaderboard' => 'Badge klassement',
'podcasts' => 'Podcasts',
'matchmaking_toolkit' => 'Matchmaking tool',
'hackathons' => 'Hackathons',
'slogan_menu' => 'Ontmoet onze rolmodellen en vind je droombaan',
'see_more' => 'Bekijk meer',
'my_account' => 'Mijn account',
'guide_on_activities' => 'Gids voor activiteiten',
'future_ready_csr' => 'Toekomstbestendige CSR',
];