site-setting.php 540 B

12345678910111213141516171819
  1. <?php
  2. return [
  3. 'Site_settings'=>'Site settings',
  4. 'Dark_blue'=>'Dark blue',
  5. 'blue'=>'blue',
  6. 'green'=>'green',
  7. 'Set_successfully'=>'Set successfully',
  8. 'Website_name'=>'Website name',
  9. 'logo'=>'logo',
  10. 'language'=>'language',
  11. 'theme'=>'Theme',
  12. 'theme_color'=>'Theme color, support customization!',
  13. 'menu_style'=>'menu style',
  14. 't_menu_style'=>'Toggle menu bar style',
  15. 'Menu_layout'=>'Menu layout',
  16. 'Switch_menu_layout'=>'Switch menu layout',
  17. 'development_tool'=>'Development tool',
  18. ];