文件操作 - customscripts_lang.php
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/softaculous/enduser/languages/italian/admin/customscripts_lang.php
编辑文件内容
<?php ////////////////////////////////////////////////////////////// //=========================================================== // customscripts_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_name'] = 'No Script name was specified.'; $l['no_softname'] = 'The '.APP.' Name was not specified.'; $l['no_desc'] = 'The Script Description was not specified.'; $l['no_ver'] = 'The Version was not specified.'; $l['no_cat'] = 'The Category was not specified.'; $l['invalid_cat'] = 'An invalid Category was selected.'; $l['invalid_softname'] = 'There is no package <b>&soft-1;</b> in the Scripts folder.'; //Theme Strings $l['<title>'] = APP.' - Custom Scripts'; $l['not_available'] = 'This feature is not available in the free version.'; $l['go_to_soft'] = 'Software'; $l['soft_name'] = 'Name'; $l['soft_desc'] = 'Description'; $l['soft_ver'] = 'Versione'; $l['confirm_remove'] = 'Are you sure you want to remove this custom script ?'; $l['remove_cs'] = 'Rimuovere'; $l['edit_cs'] = 'Modificare'; $l['add_cs'] = 'Add Custom Scripts'; $l['cs_removed'] = 'The script was removed successfully.'; $l['wrong_sid'] = 'You submitted a wrong Custom Script ID for editing.'; $l['edit_cust_scr'] = 'Edit Custom Script'; $l['edit_submit'] = 'Edit Script'; $l['csname'] = 'Script Name'; $l['csname_exp'] = 'The name of the custom script'; $l['softname'] = APP.' Name'; $l['softname_exp'] = 'The folder name of the script package. Should not exceed 7 characters.'; $l['desc'] = 'Script Description'; $l['desc_exp'] = 'A short description of the script.'; $l['ver'] = 'Script Version'; $l['ver_exp'] = 'The version of this custom script'; $l['cat'] = 'Categoria'; $l['cat_exp'] = 'Please select the category'; $l['cs_edited'] = 'The Custom Script Details were saved successfully.'; $l['cs_added'] = 'The Custom Script was added successfully.'; $l['add_cust_scr'] = 'Add a Custom Script'; $l['add_submit'] = 'Add Script'; $l['guide_cs'] = 'Documentation to make a Script Package'; $l['soft_action'] = 'Action'; $l['cust_scr'] = 'Custom Scripts'; $l['ampps_notify_premium'] = 'This feature is available in the premium version of AMPPS. Please purchase <b><a href="https://ampps.com/pricing/">AMPPS Premium</a></b>'; $l['parent'] = 'Parent'; $l['parent_exp'] = 'If you would like to add this script as a child please choose a parent'; $l['no_parent'] = '— No Parent (Default) —'; $l['invalid_parent'] = 'Invalid parent ! Parent script does not exist'; $l['invalid_parent_child'] = 'Invalid parent ! A child script cannot be a parent';
修改文件时间
将文件时间修改为当前时间的前一年
删除文件