default.inc.php 1.2 KB

1234567891011121314151617181920212223242526
  1. <?php
  2. $_lang['modalconsole'] = 'modalConsole';
  3. $_lang['modalconsole_btn_open'] = 'Open';
  4. $_lang['modalconsole_btn_save'] = 'Save';
  5. $_lang['modalconsole_btn_clear'] = 'Clear';
  6. $_lang['modalconsole_btn_collapse'] = 'Show/Hide';
  7. $_lang['modalconsole_btn_history_prev'] = 'Previous';
  8. $_lang['modalconsole_btn_history_next'] = 'Next';
  9. $_lang['modalconsole_btn_history_clear'] = 'Clear the history';
  10. $_lang['modalconsole_btn_execute'] = 'Execute';
  11. $_lang['modalconsole_save_code'] = 'Save the code';
  12. $_lang['modalconsole_title_save_code'] = 'Save the code in the history';
  13. $_lang['modalconsole_format_code'] = 'Format the code';
  14. $_lang['modalconsole_file'] = 'File';
  15. $_lang['modalconsole_select_file'] = 'Select file';
  16. $_lang['modalconsole_enter_filename'] = 'Enter file name without extention';
  17. $_lang['modalconsole_close'] = 'Close';
  18. $_lang['modalconsole_open_console'] = 'Open console';
  19. // errors
  20. $_lang['modalconsole_err_exec'] = 'Script execution error!';
  21. $_lang['modalconsole_err_file_ns'] = 'File name is not specified!';
  22. $_lang['modalconsole_err_file_nf'] = 'File is not found!';
  23. $_lang['modalconsole_err_path_nf'] = 'Files path it not found!';
  24. $_lang['modalconsole_err_save_file'] = 'Error when trying to save the file!';