Files
panel-pelican-dev/lang/en/server/mount.php
2026-04-21 22:03:10 -04:00

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',
];