<?php
//////////////////////////////////////////////////////////////
//===========================================================
// softwares_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['saving_error'] = 'インストールしたスクリプトリストの保存中にエラーが発生しました。';
$l['updating_error'] = 'ソフトウェアのアップデート中にエラーが発生しました。';
//Theme Strings
$l['<title>'] = APP.' ? スクリプト・センター';
$l['settings_saved'] = '設定は正常に保存されました。';
$l['updating_files'] = 'ファイルのアップデート';
$l['updating_completed'] = 'ファイルのアップデートが完了しました。次へ戻って下さい: ';
$l['go_to_soft'] = 'ソフトウェア';
$l['soft_name'] = '名称';
$l['soft_desc'] = '説明';
$l['soft_ver'] = 'バージョン';
$l['latest_ver'] = 'Latest Version';
$l['soft_ins'] = 'インストール';
$l['pre_down'] = 'プレダウンロード';
$l['soft_enable'] = '有効';
$l['soft_free_note'] = '<strong>注意</strong> : '.APP.'の無料バージョンでは、スクリプトの選択機能はご利用いただけません。無料バージョンとセットのソフトウェアのみご利用いただけます。'.APP.'で利用可能なすべてのスクリプトにアクセスするには、プレミアムバージョンへアップグレードが必要です。';
$l['updatesoft'] = '設定のアップデート';
$l['scripts_are_ins'] = 'スクリプトはインストールされました。';
$l['gen_scripts'] = 'スクリプト';
$l['soft_outdated'] = 'Outdated';
$l['outdated_notification'] = 'Not updated by the vendor in over 2 years'; |