menu.php 474 B

12345678910111213141516171819
  1. <?php
  2. return [
  3. 'main_navigation' => 'NAVIGASI UTAMA',
  4. 'blog' => 'Blog',
  5. 'pages' => 'Halaman',
  6. 'account_settings' => 'PENGATURAN AKUN',
  7. 'profile' => 'Profil',
  8. 'change_password' => 'Ubah Kata Sandi',
  9. 'multilevel' => 'Multi Level',
  10. 'level_one' => 'Level 1',
  11. 'level_two' => 'Level 2',
  12. 'level_three' => 'Level 3',
  13. 'labels' => 'LABEL',
  14. 'important' => 'Penting',
  15. 'warning' => 'Peringatan',
  16. 'information' => 'Informasi',
  17. ];