strongly recommended that you do not continue with installation unless you know what you are doing, and have made a backup very recently.
This error may be caused by a conflict between the package you\'re trying to install and another package you have already installed, an error in the package, a package which requires another package that you don\'t have installed yet, or a package designed for another version of SMF.';
// Don't use entities in the below string.
$txt['package_will_fail_popup'] = 'Are you sure you wish to continue installing this modification, even though it will not install successfully?';
$txt['package_install_now'] = 'Install Now';
$txt['package_uninstall_now'] = 'Uninstall Now';
$txt['package_bytes'] = 'bytes';
$txt['package_action_missing'] = 'File not found';
$txt['package_action_error'] = 'Modification parse error';
$txt['package_action_failure'] = 'Test failed';
$txt['package_action_success'] = 'Test successful';
$txt['package_action_skipping'] = 'Skipping file';
$txt['package_uninstall_actions'] = 'Uninstall Actions';
$txt['package_uninstall_done'] = 'The package has been uninstalled, it should no longer take effect.';
$txt['package_uninstall_cannot'] = 'This package cannot be uninstalled, because there is no uninstaller!
Please contact the mod author for more information.';
$txt['package_install_options'] = 'Installation Options';
$txt['package_install_options_ftp_why'] = 'Using the package manager\'s FTP functionality is the easiest way to avoid having to manually chmod the files writable through FTP yourself for the package manager to work.
Here you can set the default values for some fields.';
$txt['package_install_options_ftp_server'] = 'FTP Server';
$txt['package_install_options_ftp_port'] = 'Port';
$txt['package_install_options_ftp_user'] = 'Username';
$txt['package_install_options_make_backups'] = 'Create Backup versions of replaced files with a tilda (~) on the end of their names.';
$txt['package_ftp_necessary'] = 'FTP Information Required';
$txt['package_ftp_why'] = 'Some of the files the package manager needs to modify are not writable. This needs to be changed by logging into FTP and using it to chmod or create the files and folders. Your FTP information may be temporarily cached for proper operation of the package manager.';
$txt['package_ftp_why_download'] = 'To download packages, the Packages directory and files in it need to be writable - and they are not currently. The package manager can use your FTP information to fix this.';
$txt['package_ftp_server'] = 'FTP Server';
$txt['package_ftp_port'] = 'Port';
$txt['package_ftp_username'] = 'Username';
$txt['package_ftp_password'] = 'Password';
$txt['package_ftp_path'] = 'Local path to SMF';
// For a break, use \\n instead of
... and don't use entities.
$txt['package_delete_bad'] = 'The package you are about to delete is currently installed! If you delete it, you may not be able to uninstall it later.\\n\\nAre you sure?';
$txt['package_examine_file'] = 'View file in package';
$txt['package_file_contents'] = 'Contents of file';
$txt['package_upload_title'] = 'Upload a Package';
$txt['package_upload_select'] = 'Package to Upload';
$txt['package_upload'] = 'Upload';
$txt['package_upload_error_supports'] = 'The package manager currently allows only these file types: ';
$txt['package_upload_error_broken'] = 'The package you tried to upload either is not a valid package or has become corrupted.';
$txt['package_uploaded_success'] = 'Package uploaded successfully';
$txt['package_uploaded_successfully'] = 'The package has been uploaded successfully';
$txt['package_modification_malformed'] = 'Malformed or invalid modification file.';
$txt['package_modification_missing'] = 'The file could not be found.';
$txt['package_no_zlib'] = 'Sorry, your PHP configuration doesn\'t have support for zlib. Without this, the package manager cannot function. Please contact your host about this for more information.';
// Untranslated!
$txt['package_cleanperms_title'] = 'Cleanup Permissions';
$txt['package_cleanperms_desc'] = 'This interface allows you to reset the permissions for files throughout your installation, so as to increase security or solve any permission problems you may encounter while installing packages.';
$txt['package_cleanperms_type'] = 'Change all file permissions throughout the forum such that';
$txt['package_cleanperms_standard'] = 'Only the standard files are writable.';
$txt['package_cleanperms_free'] = 'All files are writable.';
$txt['package_cleanperms_restrictive'] = 'The minimum files are writable.';
$txt['package_cleanperms_go'] = 'Change file permissions';
$txt['package_confirm_view_package_content'] = 'Are you sure you want to view the package contents from this location:
%1$s';
$txt['package_confirm_proceed'] = 'Proceed';
$txt['package_confirm_go_back'] = 'Go back';
?>