menu.php 477 B

12345678910111213141516171819
  1. <?php
  2. return [
  3. 'main_navigation' => 'MAIN NAVIGATION',
  4. 'blog' => 'Blog',
  5. 'pages' => 'Pages',
  6. 'account_settings' => 'ACCOUNT SETTINGS',
  7. 'profile' => 'Profile',
  8. 'change_password' => 'Change Password',
  9. 'multilevel' => 'Multi Level',
  10. 'level_one' => 'Level 1',
  11. 'level_two' => 'Level 2',
  12. 'level_three' => 'Level 3',
  13. 'labels' => 'LABELS',
  14. 'important' => 'Important',
  15. 'warning' => 'Warning',
  16. 'information' => 'Information',
  17. ];