mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
11 lines
394 B
PHP
11 lines
394 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Mounts',
|
|
'description' => 'Manage the mounts attached to your server:',
|
|
'no_mounts' => 'There are no user-mountable mounts available for this server.',
|
|
'notification_updated' => 'Mounts updated successfully',
|
|
'notification_updated_body' => 'Restart your server to apply the new mounts',
|
|
'notification_failed' => 'Failed to update mounts',
|
|
];
|