menu.php 476 B

12345678910111213141516171819
  1. <?php
  2. return [
  3. 'main_navigation' => 'ANA MENÜ',
  4. 'blog' => 'Blog',
  5. 'pages' => 'Sayfalar',
  6. 'account_settings' => 'HESAP AYARLARI',
  7. 'profile' => 'Profil',
  8. 'change_password' => 'Parolanı değiştir',
  9. 'multilevel' => 'Çoklu Seviye',
  10. 'level_one' => 'Seviye 1',
  11. 'level_two' => 'Seviye 2',
  12. 'level_three' => 'Seviye 3',
  13. 'labels' => 'ETİKETLER',
  14. 'important' => 'Önemli',
  15. 'warning' => 'Uyarı',
  16. 'information' => 'Bilgi',
  17. ];