|
118 | 118 | $txt['error_message'] = 'Error message'; |
119 | 119 | $txt['error_file'] = 'File'; |
120 | 120 | $txt['error_line'] = 'Line'; |
121 | | -$txt['error_file_and_line'] = '{file} (Line {line, number, integer})'; |
| 121 | +$txt['error_file_and_line'] = '{file} (Line {line, number, :: group-off})'; |
122 | 122 | $txt['clear_filter'] = 'Clear filter'; |
123 | 123 | $txt['remove_selection'] = 'Remove selection'; |
124 | 124 | $txt['remove_filtered_results'] = 'Remove all filtered results'; |
|
133 | 133 | $txt['apply_filter_of_type'] = 'Apply filter of type: {list}'; |
134 | 134 | $txt['backtrace_title'] = 'Backtrace information'; |
135 | 135 | // argument(s): error message, function, filename, line nr, filehash, Config::$scripturl |
136 | | -$txt['backtrace_info'] = '<b>#{0, number, integer}</b>: {1}()<br>Called from <a href="{5}?action=admin;area=logs;sa=errorlog;file={4};line={3, number, integer}" onclick="return reqWin(this.href, 600, 480, false);">{2} on line {3, number, integer}</a>'; |
| 136 | +$txt['backtrace_info'] = '<b>#{0, number, integer}</b>: {1}()<br>Called from <a href="{5}?action=admin;area=logs;sa=errorlog;file={4};line={3, number, :: group-off}" onclick="return reqWin(this.href, 600, 480, false);">{2} on line {3, number, :: group-off}</a>'; |
137 | 137 | $txt['backtrace_info_internal_function'] = '<b>#{0, number, integer}</b>: {1}()<br>Called from [internal function]'; |
138 | 138 |
|
139 | 139 | $txt['errortype_all'] = 'All errors'; |
|
177 | 177 | $txt['maintain_run_now'] = 'Run task now'; |
178 | 178 | $txt['maintain_return'] = 'Back to Forum Maintenance'; |
179 | 179 |
|
180 | | -$txt['maintain_backup'] = 'Backup Database'; |
181 | | -$txt['maintain_backup_info'] = 'Download a backup copy of your forum’s database in case of emergency.'; |
182 | | -$txt['maintain_backup_struct'] = 'Save the table structure.'; |
183 | | -$txt['maintain_backup_data'] = 'Save the table data (the important stuff).'; |
184 | | -$txt['maintain_backup_gz'] = 'Compress the file with gzip.'; |
185 | | -$txt['maintain_backup_save'] = 'Download'; |
186 | | - |
187 | 180 | $txt['maintain_old'] = 'Remove old posts'; |
188 | 181 | // The argument for this string is an HTML input element. |
189 | 182 | $txt['maintain_old_since_days'] = 'Remove all topics not posted in for {input_number} days, which are:'; |
|
0 commit comments