Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions Website/PlayerServers/EnglishUK/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -111,4 +111,4 @@
'settings' => 'Settings',
'server_motd_required' => 'A motd is required.',
'server_motd_max' => 'Motd must be a maximum of 32 characters.',
);
);