install.php (964B)
1 <?php 2 // Text 3 $_['text_success'] = 'Success: You have modified extensions!'; 4 $_['text_unzip'] = 'Extracting files!'; 5 $_['text_move'] = 'Copying files!'; 6 $_['text_xml'] = 'Applying modifications!'; 7 $_['text_remove'] = 'Removing temporary files!'; 8 9 // Error 10 $_['error_permission'] = 'Warning: You do not have permission to modify extensions!'; 11 $_['error_install'] = 'Extension installation taking place please wait a few seconds before trying to install!'; 12 $_['error_unzip'] = 'Zip file could not be opened!'; 13 $_['error_file'] = 'Install file could not be found!'; 14 $_['error_directory'] = 'Install directory could not be found!'; 15 $_['error_code'] = 'Unique code is required for modification XML!'; 16 $_['error_xml'] = 'Modification %s is already being used!'; 17 $_['error_exists'] = 'The file %s already exists!'; 18 $_['error_allowed'] = 'The directory %s is not allowed to be written to!';