Update source file menu.php

This commit is contained in:
Miguel Nogueira 2020-09-03 16:16:43 +01:00
parent d7b506ec52
commit 290dbe99b6
1 changed files with 27 additions and 14 deletions

View File

@ -2,18 +2,31 @@
return [ return [
'main_navigation' => 'MAIN NAVIGATION', 'm_home' => 'Home',
'blog' => 'Blog', 'm_directory' => 'Directory',
'pages' => 'Pages', 'h_applications' => 'Applications',
'account_settings' => 'ACCOUNT SETTINGS', 'm_my_applications' => 'My Applications',
'profile' => 'Profile', 'm_curr_applications' => 'Current Applications',
'change_password' => 'Change Password', 'h_my_profile' => 'My Profile',
'multilevel' => 'Multi Level', 'm_profile_settings' => 'Profile Settings',
'level_one' => 'Level 1', 'm_account_settings' => 'My Account Settings',
'level_two' => 'Level 2', 'h_app_management' => 'Application Management',
'level_three' => 'Level 3', 'm_all_apps' => 'All Applications',
'labels' => 'LABELS', 'm_outstanding_apps' => 'Outstanding Applications',
'important' => 'Important', 'm_interview_queue' => 'Interview Queue',
'warning' => 'Warning', 'm_peer_approval' => 'Peer Approval Queue',
'information' => 'Information', 'h_admin' => 'Administration',
'm_staff_m' => 'Staff Members',
'm_reg_players' => 'Registered Players',
'sm_hiring_man' => 'Hiring Management',
'm_open_pos' => 'Open Positions',
'sm_forms' => 'Forms',
'sm_all_forms' => 'All Forms',
'm_form_builder' => 'Form Builder',
'sm_app_settings' => 'App Settings',
'm_global_app_s' => 'Global App Settings',
'm_devtools' => 'Developer Tools',
'm_s_logs' => 'System Logs'
]; ];