<?php
//////////////////////////////////////////////////////////////
//===========================================================
// adminindex_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['conect_to_soft'] = ' '.APP.'へ接続できません。';
$l['no_info'] = '情報はありません。';
$l['news'] = APP.' ニュース';
$l['soft_info'] = 'ソフトウェア情報';
$l['soft_license'] = APP.' ライセンス';
$l['soft_license_type'] = 'ライセンスタイプ';
$l['type_1'] = 'プレミアム';
$l['type_0'] = 'フリー';
$l['type_expired'] = 'Expired';
$l['server_addr'] = 'サーバーIP';
$l['php_version'] = 'PHPバージョン';
$l['soft_version'] = APP.' バージョン';
$l['latest_soft_version'] = '最新バージョン';
$l['become_premium'] = 'プレミアムライセンスの購入';
$l['renew_license'] = 'Renew License';
$l['refreshlicense'] = 'リフレッシュライセンス';
$l['reseller_title'] = APP.' ? リセラーパネル';
$l['expires'] = 'Expires';
$l['never'] = 'Never';
$l['pricing'] = 'Pricing';
$l['latest_version'] = '最新バージョン';
$l['ip_license'] = 'ライセンスサーバー毎のIP';
$l['webuzo_news'] = 'Webuzoニュース';
$l['webuzo_license'] = 'Webuzo ライセンス';
$l['webuzo_version'] = 'Webuzo バージョン';
$l['total_ins'] = 'Total Installations';
$l['users'] = 'Active Users';
$l['enabled_scripts'] = 'Enabled Scripts';
$l['users_count_title'] = 'Users count is updated every 24 hours. Click here to update now !';
$l['ins_count_title'] = 'Installation(s) count is updated every 24 hours. Click here to update now !';
$l['domain_count_title'] = 'Domain(s) count is updated every 24 hours. Click here to update now !';
$l['domain_count'] = 'Total Domains';
$l['disable_scripts'] = 'scripts have no updates released by their respective vendors since 2 years. Click here to go to the Software page and disable them.';
$l['show'] = 'Show';
$l['hide'] = 'Hide';
|