diff --git a/Website/PlayerServers/EnglishUK/dashboard.php b/Website/PlayerServers/EnglishUK/dashboard.php index bc5e755..20bffc1 100644 --- a/Website/PlayerServers/EnglishUK/dashboard.php +++ b/Website/PlayerServers/EnglishUK/dashboard.php @@ -55,23 +55,23 @@ 'file_name' => 'File Name', 'content' => 'Content', 'fileorfolder' => 'File/Folder', - 'successfully_updated' => 'File successfully updated', - 'successfully_created' => 'File successfully created', - 'successfully_deleted' => 'File/Folder successfully deleted', - 'confirm_deletion' => 'Confirm deletion', - 'delete_message' => 'Are you sure you want to delete', + 'successfully_updated' => 'File successfully updated.', + 'successfully_created' => 'File successfully created.', + 'successfully_deleted' => 'File/Folder successfully deleted.', + 'confirm_deletion' => 'Confirm deletion.', + 'delete_message' => 'Are you sure you want to delete your server?', 'confirm_cancel' => 'Are you sure you want to cancel?', - 'cant_delete' => 'Sorry, you can\'t delete the plugins folder', - 'cant_rename_this' => 'Sorry, you can\'t rename the plugins folder', + 'cant_delete' => 'Sorry, you can\'t delete the plugins folder.', + 'cant_rename_this' => 'Sorry, you can\'t rename the plugins folder.', 'cannot_upload_to_plugins_folder' => 'Sorry, You can\'t upload files to plugins folder!', - 'folder_not_found' => 'Could not find the folder!, Make sure it exist', - 'cant_download_plugins_folder' => 'You can\'t download the plugins folder for security reasons', - 'none_files_or_folders' => 'No files or folders could be found in this directory', + 'folder_not_found' => 'Could not find the folder, make sure it exist!', + 'cant_download_plugins_folder' => 'You can\'t download the plugins folder.', + 'none_files_or_folders' => 'No files or folders could be found in this directory.', 'invalid_extension' => 'The file extension is invalid. Allowed extensions: {x}', // Don't replace {x} // Properties 'properties' => 'Properties', - 'properties_updated_successfully' => 'Properties updated successfully', + 'properties_updated_successfully' => 'Properties updated successfully.', 'enable_command_blocks' => 'Enable command blocks?', 'enable_pvp' => 'Enable PvP?', 'level_type' => 'Level Type', @@ -111,4 +111,4 @@ 'settings' => 'Settings', 'server_motd_required' => 'A motd is required.', 'server_motd_max' => 'Motd must be a maximum of 32 characters.', -); \ No newline at end of file +);