You've already forked Epicnabbo-Catalogus-Updated-Daily
18 lines
582 B
PHP
18 lines
582 B
PHP
<?php
|
|
|
|
return [
|
|
'navigation_label' => 'Logs',
|
|
'navigation_group' => 'System',
|
|
'title' => 'Logs',
|
|
'search_placeholder' => 'Select or search a log file',
|
|
'no_logs' => 'No Logs to display',
|
|
'delete' => 'Delete',
|
|
'download' => 'Download',
|
|
'no_such_file' => 'No such file',
|
|
'file_too_large' => 'File is too large',
|
|
'modal_delete_heading' => 'Delete this logs file?',
|
|
'modal_delete_subheading' => 'Are you sure you want to delete this logs file?',
|
|
'modal_delete_action_cancel' => 'Cancel',
|
|
'modal_delete_action_confirm' => 'Delete',
|
|
];
|