| 1234567891011121314151617181920212223242526 |
- <?php
- $_lang['modalconsole'] = 'modalConsole';
- $_lang['modalconsole_btn_open'] = 'Open';
- $_lang['modalconsole_btn_save'] = 'Save';
- $_lang['modalconsole_btn_clear'] = 'Clear';
- $_lang['modalconsole_btn_collapse'] = 'Show/Hide';
- $_lang['modalconsole_btn_history_prev'] = 'Previous';
- $_lang['modalconsole_btn_history_next'] = 'Next';
- $_lang['modalconsole_btn_history_clear'] = 'Clear the history';
- $_lang['modalconsole_btn_execute'] = 'Execute';
- $_lang['modalconsole_save_code'] = 'Save the code';
- $_lang['modalconsole_title_save_code'] = 'Save the code in the history';
- $_lang['modalconsole_format_code'] = 'Format the code';
- $_lang['modalconsole_file'] = 'File';
- $_lang['modalconsole_select_file'] = 'Select file';
- $_lang['modalconsole_enter_filename'] = 'Enter file name without extention';
- $_lang['modalconsole_close'] = 'Close';
- $_lang['modalconsole_open_console'] = 'Open console';
- // errors
- $_lang['modalconsole_err_exec'] = 'Script execution error!';
- $_lang['modalconsole_err_file_ns'] = 'File name is not specified!';
- $_lang['modalconsole_err_file_nf'] = 'File is not found!';
- $_lang['modalconsole_err_path_nf'] = 'Files path it not found!';
- $_lang['modalconsole_err_save_file'] = 'Error when trying to save the file!';
|