文件操作 - publish_lang.php
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/softaculous/enduser/languages/french/publish_lang.php
编辑文件内容
<?php ////////////////////////////////////////////////////////////// //=========================================================== // publish_lang.php //=========================================================== // SOFTACULOUS // Version : 1.1 // Inspired by the DESIRE to be the BEST OF ALL // ---------------------------------------------------------- // Started by: Alons // Date: 10th Jan 2009 // Time: 21:00 hrs // Site: http://www.softaculous.com/ (SOFTACULOUS) // ---------------------------------------------------------- // Please Read the Terms of use at http://www.softaculous.com // ---------------------------------------------------------- //=========================================================== // (c)Softaculous Inc. //=========================================================== ////////////////////////////////////////////////////////////// if(!defined('SOFTACULOUS')){ die('Hacking Attempt'); } $l['no_remote'] = 'No remote site was specified'; $l['no_password'] = 'No password was specified'; $l['error_f0'] = 'There was an error connecting to the remote site'; $l['error_f-1'] = 'There was an error connecting to the remote site'; $l['error_f-2'] = 'There was an error connecting to the remote site'; $l['error_f-3'] = 'There was an error in changing directories (FTP)'; $l['error_fmkdir'] = 'Could not make the remote directory'; $l['error_fchdir'] = 'There was an error in changing directories (FTP)'; $l['error_sql_export'] = 'Could not export the MySQL DB'; $l['error_up_myexec'] = 'There was an error uploading the MySQL dumper'; $l['error_sql_create'] = 'Could not create the Database on the remote website'; $l['error_sql_seldb'] = 'Could not select the Database'; $l['error_sql_conn'] = 'There was an error while connecting to the Remote MySQL Database'; $l['error_sql_query'] = 'There was an error while executing some MySQL queries'; $l['error_makezip'] = 'Could not zip the files'; $l['error_u_pclzip'] = 'Could not upload the ZIP library'; $l['error_u_ftp'] = 'Could not upload the FTP library'; $l['error_u_files'] = 'There was an error while uploading the ZIP files'; $l['error_u_exec'] = 'There was an error in uploading the UnZip library'; $l['error_u_unzip'] = 'Could not unzip the zip files on the remote website'; $l['checking_data'] = 'Vérification des données soumises'; $l['connecting_site'] = 'Connecting to remote site'; $l['exporting_db'] = 'Exporting the database'; $l['uploading_db'] = 'Uploading the database'; $l['packing_files'] = 'Packing the files'; $l['configuring_files'] = 'Configuring the files'; $l['uploading_libs'] = 'Uploading AMPPS Libraries'; $l['uploading_files'] = 'Uploading files'; $l['cleaning_up'] = 'Cleaning Up'; $l['finishing_process'] = 'Finishing the publish process'; $l['invalid_insid'] = 'Invalid Installation ID'; $l['invalid_script'] = 'Invalid Script ID'; $l['no_publish_support'] = 'Publish is not supported for this script'; $l['no_remote_site'] = 'Remote Site not found'; $l['<title>'] = 'Publish an installation'; $l['header'] = 'Publish an App'; $l['done'] = 'Congratulations, the installation has been published successfully'; $l['choose_account'] = 'Remote Size'; $l['choose_account_exp'] = 'Choose the remote account where you want to publish this installation'; $l['dir'] = 'In Directory'; $l['dir_exp'] = 'The directory is relative to your domain and <strong>should not exist</strong>. e.g. To install at http://mydomain/dir/ just type <strong>dir</strong>. To install only in http://mydomain/ leave this empty.'; $l['password'] = 'Account Password'; $l['password_exp'] = 'The password of the remote account'; $l['publishins'] = 'Publish Installation'; $l['succesful'] = 'Your installation of &soft-1; has been successfully published at'; $l['admin_url'] = 'Administrative URL'; $l['enjoy'] = 'We hope the process was fast and easy.'; $l['publish_notes'] = 'The following are some important notes. It is highly recommended that you read them '; $l['please_note'] = '<b>NOTE</b>: '.APP.' is just an automatic software installer and does not provide any support for the individual software packages. Please visit the software vendor\'s web site for support!'; $l['regards'] = 'Regards'; $l['softinstaller'] = APP.' Installer'; $l['return'] = 'Return to Overview';
修改文件时间
将文件时间修改为当前时间的前一年
删除文件