mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-09 20:09:27 +01:00
27 lines
858 B
PHP
27 lines
858 B
PHP
<?php
|
|
|
|
return [
|
|
'empty_table' => 'Yay! No Errors!',
|
|
'total_logs' => 'Total Logs',
|
|
'error' => 'Error',
|
|
'warning' => 'Warning',
|
|
'notice' => 'Notice',
|
|
'info' => 'Info',
|
|
'debug' => 'Debug',
|
|
'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',
|
|
'failed_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',
|
|
],
|
|
];
|