HOME


sh-3ll 1.0
DIR:/usr/local/softaculous/enduser/languages/chinese/admin/
Upload File :
Current File : //usr/local/softaculous/enduser/languages/chinese/admin/webuzoconfigs_lang.php
<?php

//////////////////////////////////////////////////////////////
//===========================================================
// settings_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>'] = 'Webuzo 設定';
$l['pathhead'] = '更新 Webuzo 設定';
$l['settings_saved'] = '設定已經成功儲存';
$l['edit_configs'] = '更新';
$l['primary_domain'] = '主要域名';
$l['ns1'] = 'NS1';
$l['ns2'] = 'NS2';
$l['primary_ip'] = '主要 IP';
$l['no_primary_ip'] = '請輸入主要 IP';
$l['no_primary_domain'] ='請輸入主要域名';
$l['no_ns1'] ='請輸入域名伺服器 1';
$l['no_ns2'] ='請輸入域名伺服器 2';
$l['err_primary_ip'] = '請輸入可以用的主要 IP';
$l['err_primary_domai'] = '請輸入可用的主要域名';
$l['err_ns1'] = '請輸入可用的域名伺服器 1';
$l['err_ns2'] = '請輸入可用的域名伺服器 2';
$l['domain_not_added'] = '更新主要域名時出現錯誤';