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