menu.php 492 B

12345678910111213141516171819
  1. <?php
  2. return [
  3. 'main_navigation' => 'MENU PRINCIPALE',
  4. 'blog' => 'Blog',
  5. 'pages' => 'Pages',
  6. 'account_settings' => 'PARAMÈTRES DU COMPTE',
  7. 'profile' => 'Profil',
  8. 'change_password' => 'Change Password',
  9. 'multilevel' => 'Multi niveau',
  10. 'level_one' => 'Niveau 1',
  11. 'level_two' => 'Niveau 2',
  12. 'level_three' => 'Niveau 3',
  13. 'labels' => 'LABELS',
  14. 'important' => 'Important',
  15. 'warning' => 'Avertissement',
  16. 'information' => 'Informations',
  17. ];