文件操作 - customscripts_lang.php
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/softaculous/enduser/languages/turkish/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'] = 'Hiçbir script adı belirtilmemiş.'; $l['no_softname'] = ''.APP.' adı belirtilmemiş.'; $l['no_desc'] = 'Script açıklaması belirtilmemiş.'; $l['no_ver'] = 'Versiyon belirtilmemiş.'; $l['no_cat'] = 'Kategori belirtilmemiş.'; $l['invalid_cat'] = 'Geçersiz kategori seçildi.'; $l['invalid_softname'] = ' <b>&soft-1;</b> Script klasöründe hiç script yok.'; //Theme Strings $l['<title>'] = ''.APP.' - Özel Scriptler'; $l['not_available'] = 'Bu seçenek ücretsiz versiyonda aktif değildir.'; $l['go_to_soft'] = 'Yazılım'; $l['soft_name'] = 'Adı'; $l['soft_desc'] = 'Açıklama'; $l['soft_ver'] = 'Versiyon'; $l['confirm_remove'] = 'Bu özel scripti silmek istediğinize emin misiniz ?'; $l['remove_cs'] = 'Sil'; $l['edit_cs'] = 'Düzenle'; $l['add_cs'] = 'Özel Script Ekle'; $l['cs_removed'] = 'Script başarıyla silindi.'; $l['wrong_sid'] = 'Özel script için yanlış ID girdiniz.'; $l['edit_cust_scr'] = 'Özel Script Düzenle'; $l['edit_submit'] = 'Edit Script'; $l['csname'] = 'Script Adı'; $l['csname_exp'] = 'Özel scriptin adı'; $l['softname'] = ''.APP.' Adı'; $l['softname_exp'] = 'Script paketinin klasör adı 7 karakterden fazla olamaz.'; $l['desc'] = 'Script Açıklaması'; $l['desc_exp'] = 'Script için kısa açıklama.'; $l['ver'] = 'Script Versiyonu'; $l['ver_exp'] = 'Özel scriptin versiyonu'; $l['cat'] = 'Kategori'; $l['cat_exp'] = 'Lütfen kategori seçiniz'; $l['cs_edited'] = 'Özel script detayları başarıyla düzenlendi.'; $l['cs_added'] = 'Özel script başarıyla eklendi.'; $l['add_cust_scr'] = 'Özel Script Ekle'; $l['add_submit'] = 'Script Ekle'; $l['guide_cs'] = 'Script Paketi için döküman oluşturun'; $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';
修改文件时间
将文件时间修改为当前时间的前一年
删除文件