mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-09 20:19:26 +01:00
20 lines
663 B
PHP
20 lines
663 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?',
|
|
'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',
|
|
],
|
|
];
|