mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Add more front-end controllers, language file cleanup
This commit is contained in:
@@ -203,6 +203,11 @@ return [
|
||||
],
|
||||
],
|
||||
'files' => [
|
||||
'exceptions' => [
|
||||
'invalid_mime' => 'This type of file cannot be edited via the Panel\'s built-in editor.',
|
||||
'max_size' => 'This file is too large to edit via the Panel\'s built-in editor.',
|
||||
'list_directory' => 'An error was encountered while attempting to get the contents of this directory. Please try again.',
|
||||
],
|
||||
'header' => 'File Manager',
|
||||
'header_sub' => 'Manage all of your files directly from the web.',
|
||||
'loading' => 'Loading initial file structure, this could take a few seconds.',
|
||||
|
||||
Reference in New Issue
Block a user