文件操作 - customscripts_lang.php
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/softaculous/enduser/languages/chinese/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'] = '沒有指定的語法名稱.'; $l['no_softname'] = ''.APP.' 名稱沒有指定.'; $l['no_desc'] = '語法簡介沒有指定.'; $l['no_ver'] = '版本沒有指定.'; $l['no_cat'] = '類別沒有指定.'; $l['invalid_cat'] = '您選擇的類別是錯誤的.'; $l['invalid_softname'] = '在語法資料夾內沒有 <b>&soft-1;</b> 的封包.'; //Theme Strings $l['<title>'] = APP.' - 語法自定義'; $l['not_available'] = '這項功能在免費版本中不支援.'; $l['go_to_soft'] = '軟體'; $l['soft_name'] = '名稱'; $l['soft_desc'] = '簡介'; $l['soft_ver'] = '版本'; $l['confirm_remove'] = '您確定您要移除這項自定義語法 ?'; $l['remove_cs'] = '移除'; $l['edit_cs'] = '編輯'; $l['add_cs'] = '新增自定義語法'; $l['cs_removed'] = '自定義語法已經成功移除.'; $l['wrong_sid'] = '您編輯時送出了一個錯誤的自定義語法 ID.'; $l['edit_cust_scr'] = '編輯自定義語法'; $l['edit_submit'] = '編輯語法'; $l['csname'] = '語法名稱'; $l['csname_exp'] = '自定義語法的名稱The name of the custom script'; $l['softname'] = APP.' 名稱'; $l['softname_exp'] = '語法封包的資料夾名稱. 不允許超過 7 個字元.'; $l['desc'] = '語法簡介'; $l['desc_exp'] = '一個給語法的簡短介紹.'; $l['ver'] = '語法版本'; $l['ver_exp'] = '自訂語法的版本'; $l['cat'] = '類別'; $l['cat_exp'] = '請選擇類別'; $l['cs_edited'] = '自定義語法的資訊已經成功儲存.'; $l['cs_added'] = '自定義語法已經成功添加.'; $l['add_cust_scr'] = '新增一個自定義語法'; $l['add_submit'] = '新增語法'; $l['guide_cs'] = '建立語法封包說明文件'; $l['soft_action'] = '動作'; $l['cust_scr'] = '自定義語法'; $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';
修改文件时间
将文件时间修改为当前时间的前一年
删除文件