<?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';
|