<?php
//////////////////////////////////////////////////////////////
//===========================================================
// addplans_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_username'] = '請輸入用戶名稱來創建';
$l['no_number_of_users'] = '請輸入用戶數字';
$l['user_exists'] = '用戶已經存在. 請嘗試其他名稱';
$l['err_valid_email'] = '請輸入正確的電子郵件地址';
$l['no_user_email'] = '請輸入用戶的電子郵件';
$l['err_user_not_added'] = '沒有新增用戶';
$l['err_no_reseller'] = '您沒有建立用戶的權限';
$l['err_crossed_limit'] = '您已經達到創建用戶的上限';
$l['more_than_one'] = '用戶數字必須高於 1';
$l['err_user_exists'] = '用戶名稱已經在使用';
$l['err_no_uid'] = 'UID 與用戶不相符. 請檢查這個用戶的存在.';
$l['err_int_uid'] = 'UID 和 GID 必須為整數.';
//Theme Strings
$l['<title>'] = 'Softaculous - 新增用戶';
$l['title'] = '新增用戶';
$l['user_details'] = '用戶詳細資訊';
$l['username'] = '用戶名稱';
$l['exp_username'] = '請不要在兩字之間使用空格';
$l['user_email'] = '電郵';
$l['exp_user_email'] = '請輸入正確的電子郵件地址';
$l['number_of_users'] = '用戶數字';
$l['exp_number_of_users'] = '允許用戶的子用戶數量';
$l['is_reseller'] = '這是個經銷商用戶嗎 ?';
$l['exp_is_reseller'] = '經銷商可以新增用戶';
$l['saveuser'] = '儲存用戶';
$l['uid'] = 'UID';
$l['gid'] = 'GID';
$l['exp_uid'] = 'Linux 用戶 ID';
$l['exp_gid'] = 'Linux 群組 ID';
$l['done'] = '已經添加新用戶';
|