36 lines
1.9 KiB
PHP
36 lines
1.9 KiB
PHP
|
<?php
|
||
|
// Heading
|
||
|
$_['heading_title'] = 'Important Security Notification!';
|
||
|
|
||
|
// Text
|
||
|
$_['text_install'] = 'Installation directory';
|
||
|
$_['text_install_description'] = 'Your installation directory needs deleting!';
|
||
|
$_['text_install_success'] = 'Success: Install directory has been deleted!';
|
||
|
$_['text_storage'] = 'Storage path';
|
||
|
$_['text_storage_description'] = 'It is very important that you move the storage directory outside of the web directory (e.g. public_html, www or htdocs).';
|
||
|
$_['text_storage_success'] = 'Success: Storage directory has been moved!';
|
||
|
$_['text_admin'] = 'Rename admin directory';
|
||
|
$_['text_admin_description'] = 'Please type in a new admin directory name in the field below.';
|
||
|
$_['text_admin_success'] = 'Success: Admin directory has been renamed!';
|
||
|
$_['text_path'] = 'Path';
|
||
|
|
||
|
// Entry
|
||
|
$_['entry_path'] = 'Path';
|
||
|
$_['entry_path_current'] = 'Current Path';
|
||
|
$_['entry_path_new'] = 'New Path';
|
||
|
$_['entry_name'] = 'Directory Name';
|
||
|
|
||
|
// Button
|
||
|
$_['button_move'] = 'Move';
|
||
|
$_['button_rename'] = 'Rename';
|
||
|
|
||
|
// Error
|
||
|
$_['error_permission'] = 'Warning: You do not have permission to modify security!';
|
||
|
$_['error_install'] = 'Warning: Install directory does not exist!';
|
||
|
$_['error_storage'] = 'Warning: Storage directory does not exist!';
|
||
|
$_['error_storage_exists'] = 'Warning: Storage folder name already exists!';
|
||
|
$_['error_admin'] = 'Warning: Admin directory does not exist!';
|
||
|
$_['error_admin_exists'] = 'Warning: Admin folder name already exists!';
|
||
|
$_['error_admin_name'] = 'Warning: Admin name cannot be `admin` as it is available to the public!';
|
||
|
$_['error_writable'] = 'Warning: config.php and admin/config.php need to be made writable!';
|