mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-09 18:09:27 +01:00
21 lines
699 B
PHP
21 lines
699 B
PHP
<?php
|
|
|
|
return [
|
|
'empty_table' => 'Yay! No Errors!',
|
|
'navigation' => [
|
|
'panel_logs' => 'Panel Logs',
|
|
],
|
|
'actions' => [
|
|
'upload_logs' => 'Upload Logs?',
|
|
'upload_logs_description' => 'This will upload :file to :url Are you sure you wish to do this?',
|
|
'view_logs' => 'View Logs',
|
|
'log_not_found' => 'Log not found!',
|
|
'log_not_found_description' => 'Could not find log for :filename',
|
|
'filed_to_upload' => 'Filed to upload.',
|
|
'failed_to_upload_description' => 'HTTP Status: :status',
|
|
'log_upload' => 'Log Uploaded!',
|
|
'log_upload_action' => 'View Log',
|
|
'upload_tooltip' => 'Upload to :url',
|
|
],
|
|
];
|