12345678910111213141516171819 |
- <?php
- return [
- 'Site_settings'=>'Site settings',
- 'Dark_blue'=>'Dark blue',
- 'blue'=>'blue',
- 'green'=>'green',
- 'Set_successfully'=>'Set successfully',
- 'Website_name'=>'Website name',
- 'logo'=>'logo',
- 'language'=>'language',
- 'theme'=>'Theme',
- 'theme_color'=>'Theme color, support customization!',
- 'menu_style'=>'menu style',
- 't_menu_style'=>'Toggle menu bar style',
- 'Menu_layout'=>'Menu layout',
- 'Switch_menu_layout'=>'Switch menu layout',
- 'development_tool'=>'Development tool',
- ];
|