menu.php 481 B

12345678910111213141516171819
  1. <?php
  2. return [
  3. 'main_navigation' => 'HAUPTMENÜ',
  4. 'blog' => 'Blog',
  5. 'pages' => 'Seiten',
  6. 'account_settings' => 'KONTOEINSTELLUNGEN',
  7. 'profile' => 'Profil',
  8. 'change_password' => 'Passwort ändern',
  9. 'multilevel' => 'Multi Level',
  10. 'level_one' => 'Level 1',
  11. 'level_two' => 'Level 2',
  12. 'level_three' => 'Level 3',
  13. 'labels' => 'Beschriftungen',
  14. 'important' => 'Wichtig',
  15. 'warning' => 'Warnung',
  16. 'information' => 'Information',
  17. ];