<?php
//////////////////////////////////////////////////////////////
//===========================================================
// import_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');
}
// Error Strings
$l['no_imp_exp_support'] = 'Import / Export is not supported on this panel';
//Theme Strings
$l['<title>'] = APP.' - 匯入與匯出設定';
$l['import_export'] = '匯入 / 匯出設定';
$l['import_setting'] = '匯入設定';
$l['import_setting_exp'] = '匯入 '.APP.' 的設定使用上次匯出的檔案. <br /> (<b>注意</b> : 這將會取代目前設定)';
$l['export_setting'] = '匯出設定';
$l['export_setting_exp'] = '匯出 '.APP.' 設定讓你可以在其他伺服器中可以重複使用相同設定.';
$l['settings_imported'] = '設定成功匯入';
$l['no_import_file'] = '請提供一個檔案來匯入設定';
$l['invalid_import_file'] = '請提供一個有效的檔案來匯入設定';
$l['err_compress'] = '壓縮檔案時出現錯誤';
$l['err_unzipping'] = '解壓縮檔案時出現錯誤';
$l['err_no_universal'] = 'Could not find universal.php';
|