<?php
//////////////////////////////////////////////////////////////
//===========================================================
// installations_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');
}
//Theme Strings
$l['<title>'] = APP.' - 所有安裝包';
$l['link'] = '連結';
$l['ins_time'] = '安裝時間';
$l['version'] = '版本';
$l['remove'] = '移除';
$l['no_info'] = '沒有資訊';
$l['no_ins'] = '您沒有任何安裝包';
$l['upd_to'] = '升級到最新版本';
$l['create_template'] = 'Create Template';
$l['clone'] = '複製';
$l['backup'] = '備份';
$l['options'] = '選項';
$l['showing_only'] = '只顯示需要更新的安裝包';
$l['see_all'] = '點選此處來觀看全部.';
$l['admin'] = '管理員';
$l['del_insid'] = '您確定您想要刪除這個安裝包嗎 ? 這個動作將無法還原. \n沒有會保留的資訊 !';
$l['rem_inst_id'] = '正在移除安裝包 - ';
$l['no_sel_inst'] = '沒有安裝包是被選擇刪除的.';
$l['inst_remvd'] = '選擇的安裝包已經刪除. 頁面正在重新整理中 !';
$l['remove'] = '移除';
$l['editdetail'] = '編輯詳細訊息';
$l['go'] = '執行';
$l['classes_ins'] = '分類安裝包';
$l['remove_classes'] = '移除';
$l['scripts_ins'] = '語法安裝包';
$l['auto_upgrade_enabled'] = '允許自動更新';
$l['sort_script'] = '語法';
$l['sort_domain'] = '域名';
$l['sort_ins_time'] = '安裝包時間';
$l['sort_by'] = '排列';
$l['disabled_scripts'] = '不允許的語法安裝包';
$l['no_ins_for_disable'] = '沒有從不允許的安裝包裡找到任何安裝包';
$l['with_selected'] = 'With Selected';
$l['pushtolive'] = 'Push to Live';
$l['staging'] = 'Create Staging';
$l['auto_upgrade_major'] = '(Major and Minor)';
$l['auto_upgrade_minor'] = '(Minor)';
$l['remove_complete'] = 'Remove Completely';
$l['remove_info'] = 'Remove from '.APP;
$l['login_exp'] = 'Login as admin';
$l['ampps_notify_premium'] = 'This feature is available in the premium version of AMPPS. Please purchase <b><a href="https://ampps.com/clients">AMPPS Premium</a></b>';
$l['wordpress_manager'] = 'Manage your installation with WordPress Manager'; |