-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmenu.php
More file actions
77 lines (75 loc) · 2.73 KB
/
menu.php
File metadata and controls
77 lines (75 loc) · 2.73 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
<?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' => 'Learn & Teach',
'training' => 'Training',
'challenges' => 'Challenges',
'online-courses' => 'Online Courses',
'toolkits' => 'Presentations and Toolkits',
'girls_in_digital' => 'Girls in Digital',
'careers_in_digital' => 'Careers in Digital',
'treasure-hunt' => 'Treasure Hunt',
'webinars' => 'Webinars',
'why' => 'Why',
'home' => 'Home',
'search_result' => 'Search results',
'events' => 'Activities',
'ambassadors' => 'Ambassadors',
'resources' => 'Resources',
'game_and_competitions' => 'Games & Competitions',
'schools' => 'Schools',
'about' => 'About',
'blog' => 'Blog',
'news' => 'News',
'search' => 'Type & hit Enter...',
'map' => 'Map',
'add_event' => 'Add Activity',
'search_event' => 'Search Activities',
'hello' => 'Hello',
'profile' => 'Profile',
'pending' => 'Pending Activities',
'your_events' => 'My activities',
'your_certificates' => 'My certificates',
'report' => 'Report my activities',
'volunteers' => 'Volunteers',
'logout' => 'Logout',
'login' => 'Login',
'signin' => 'Sign in',
'signup' => 'Sign up',
'privacy' => 'Privacy',
'stats' => 'Statistics',
'participation' => 'Participation Certificate',
'coding@home' => 'Coding@Home',
'values' => 'Our values',
'online_events' => 'Online Activities',
'featured_activities' => 'Featured Online Activities',
'codeweek2020' => '2020 Edition',
'register_activity' => 'Register activity',
'select_language' => 'Select language',
'search_site' => 'Search site',
'what_you_looking_for' => 'What are you looking for?',
'type_to_search' => 'Type to search...',
'search' => 'Search',
'activities_locations' => 'Activities Locations',
'my_badges' => 'My Badges',
'excellence_winners' => 'Excellence Winners',
'leading_teachers' => 'Leading Teachers',
'badges_leaderboard' => 'Badges Leaderboard',
'podcasts' => 'Podcasts',
'matchmaking_toolkit' => 'Matchmaking Tool',
'hackathons' => 'Hackathons',
'slogan_menu' => 'Meet our role models and find your dream job',
'see_more' => 'See more',
'my_account' => 'My account',
'guide_on_activities' => 'Guide on Activities',
'future_ready_csr' => 'Future Ready CSR',
];