setting.inc.php 871 B

1234567891011121314
  1. <?php
  2. $_lang['area_modalconsole_main'] = 'Main';
  3. $_lang['setting_modalconsole_history_limit'] = 'History limit';
  4. $_lang['setting_modalconsole_history_limit_desc'] = 'Number of requests to save it the history. 0 - to disable saving the request history.';
  5. $_lang['setting_modalconsole_cssUrl'] = 'Css file';
  6. $_lang['setting_modalconsole_cssUrl_desc'] = 'Enter css file URL or leave the field empty to prevent his loading.';
  7. $_lang['setting_modalconsole_jsUrl'] = 'Javascript file';
  8. $_lang['setting_modalconsole_jsUrl_desc'] = 'Enter javascript file URL or leave the field empty to prevent his loading.';
  9. $_lang['setting_modalconsole_enable'] = 'Enable the console';
  10. $_lang['setting_modalconsole_enable_desc'] = 'Enable the console.';
  11. $_lang['setting_modalconsole_files_path'] = 'Path to save files';
  12. $_lang['setting_modalconsole_files_path_desc'] = 'Path to save files.';