[翻譯]Virus Information Center
發表於 : 2004-09-03 19:27
[php]<?php
<?php
/***************************************************************************
* lang_kb.php
* -------------------
* begin : Sunday, Mar 31, 2003
* copyright : (C) 2001 The phpBB Group
* email : support@phpbb.com
*
* $Id: lang_kb.php,v 1.0.0 2003/03/31 00:06:33 psotfx Exp $
*
*
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
$lang['Virinfocenter_title'] = 'Virus Information Center';
$lang['Virinfocenter_explain'] = 'Here You can enable and disable blocks with current information from Antivrius makers such as<br><br><a href="http://www.sophos.com">Sophos</a><br><a href="http://www.symantech.com">Symantech</a><br><a href="http://www.pandasoftware.com">Panda software</a><br><a href="http://www.kaspersky.com">Kaspersky</a> - requires registration (free)<br><a href="http://www.trendmicro.com">Trend micro</a><br><br>';
$lang['Click_return_vic'] = 'Click %sHere%s to return to Virus Information Center Configuration';
$lang['Sophos_title'] = 'Sophos - http://www.sophos.com';
$lang['Sophos_allinone'] = 'Should all information go in one block or individual blocks';
$lang['Sophos_allinone_explain'] = 'If enabled all the Sophos information will be output into one block <b>{SOPHOS_OUTPUT}</b><br /> if disabled each of below information type will be output in individual blocks which name is listed below.';
$lang['Sophos_latest'] = 'Enable sophos latest viruses box <b>{SOPHOS_LATEST_OUTPUT}</b>';
$lang['Sophos_latest_no'] = 'Display how many latest viruses (1 - 10)';
$lang['Sophos_hoaxes'] = 'Enable sophos hoax viruses box <b>{SOPHOS_HOAXES_OUTPUT}</b>';
$lang['Sophos_hoaxes_no'] = 'Display how many hoax viruses (1 - 10)';
$lang['Sophos_month'] = 'Enable sophos last month viruses box <b>{SOPHOS_MONTH_OUTPUT}</b>';
$lang['Sophos_month_no'] = 'Display how many of last month top viruses (1 - 10)';
$lang['Symantec_title'] = 'Symantec - http://www.symantec.com';
$lang['Symantec'] = 'Enable Symantec virus information box <b>{SYMANTEC_OUTPUT}</b>';
$lang['Symantec_latest_no'] = 'Display how many latest viruses (0 - 20)';
$lang['Symantec_remtool_no'] = 'Display how many removal tools (0 - 20)';
$lang['Symantec_secadv_no'] = 'Display how many security advisories (0 - 20)';
$lang['Kaspersky_title'] = 'Kaspersky - http://www.kaspersky.com';
$lang['Kaspersky_allinone'] = 'Should all information go in one block or individual blocks';
$lang['Kaspersky_allinone_explain'] = 'If enabled all the Sophos information will be output into one block <b>{KASPERSKY_OUTPUT}</b><br /> if disabled each of below information type will be output in individual blocks which name is listed below.';
$lang['Kaspersky_id'] = 'Enter the id from the email You received from Kaspersky. The id is found in the URL after ?id=';
$lang['Kaspersky_id_explain'] = 'To get an ID You need to visit <a href="http://www.kasperskylabs.com/informer.h ... er.html</a> and register. Here You also configure the looks of the virus feed.';
$lang['Kaspersky_inews_enable'] = 'Enable Hot News <b>{KASPERSKY_INEWS_OUTPUT}</b>';
$lang['Kaspersky_inewsvl_enable'] = 'Enable Hot News virus list <b>{KASPERSKY_INEWSVL_OUTPUT}</b>';
$lang['Kaspersky_iactiv_enable'] = 'Enable Calendar <b>{KASPERSKY_IACTIV_OUTPUT}</b>';
$lang['Kaspersky_itop10_enable'] = 'Enable top 10 <b>{KASPERSKY_ITOP10_OUTPUT}</b>';
$lang['Trendmicro_title'] = 'Trendmicro - http://www.trendmicro.com';
$lang['Trendmicro_info'] = 'Enable Trendmicro virus information box <b>{TRENDMICRO_INFO_OUTPUT}</b>';
$lang['Trendmicro_map'] = 'Enable Trendmicro worldmap <b>{TRENDMICRO_MAP_OUTPUT}</b>';
$lang['Trendmicro_topcount'] = 'Display how many latest viruses (0 - 10)';
$lang['Trendmicro_advcount'] = 'Display how many advisories (0 - 20)';
$lang['Panda_title'] = 'Panda - http://www.pandasoftware.com';
$lang['Panda_allinone'] = 'Should all information go in one block or individual blocks';
$lang['Panda_allinone_explain'] = 'If enabled all the Panda information will be output into one block <b>{PANDA_OUTPUT}</b><br /> if disabled each of below information type will be output in individual blocks which name is listed below.';
$lang['Panda_virusometer_enable'] = 'Enable Panda virusometor <b>{PANDA_VIRUSOMETER_OUTPUT}</b>';
$lang['Panda_activescan_enable'] = 'Enable Panda online virus scanner <b>{PANDA_ACTIVESCAN_OUTPUT}</b>';
$lang['Panda_virusnews_enable'] = 'Enable Panda virus news <b>{PANDA_VIRUSNEWS_OUTPUT}</b>';
$lang['Panda_map_enable'] = 'Enable Panda virus worldmap <b>{PANDA_MAP_OUTPUT}</b>';
$lang['Panda_pqremove_enable'] = 'Enable Panda removal tools <b>{PANDA_PQREMOVE_OUTPUT}</b>';
$lang['Panda_listasvirus_enable'] = 'Enable Panda virus list <b>{PANDA_LISTASVIRUS_OUTPUT}</b>';
?>
?>[/php]
嗯嗯~~真的是很長...........可以請哪位好心人士幫忙翻譯一下嗎??
感激不盡!!
<?php
/***************************************************************************
* lang_kb.php
* -------------------
* begin : Sunday, Mar 31, 2003
* copyright : (C) 2001 The phpBB Group
* email : support@phpbb.com
*
* $Id: lang_kb.php,v 1.0.0 2003/03/31 00:06:33 psotfx Exp $
*
*
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
$lang['Virinfocenter_title'] = 'Virus Information Center';
$lang['Virinfocenter_explain'] = 'Here You can enable and disable blocks with current information from Antivrius makers such as<br><br><a href="http://www.sophos.com">Sophos</a><br><a href="http://www.symantech.com">Symantech</a><br><a href="http://www.pandasoftware.com">Panda software</a><br><a href="http://www.kaspersky.com">Kaspersky</a> - requires registration (free)<br><a href="http://www.trendmicro.com">Trend micro</a><br><br>';
$lang['Click_return_vic'] = 'Click %sHere%s to return to Virus Information Center Configuration';
$lang['Sophos_title'] = 'Sophos - http://www.sophos.com';
$lang['Sophos_allinone'] = 'Should all information go in one block or individual blocks';
$lang['Sophos_allinone_explain'] = 'If enabled all the Sophos information will be output into one block <b>{SOPHOS_OUTPUT}</b><br /> if disabled each of below information type will be output in individual blocks which name is listed below.';
$lang['Sophos_latest'] = 'Enable sophos latest viruses box <b>{SOPHOS_LATEST_OUTPUT}</b>';
$lang['Sophos_latest_no'] = 'Display how many latest viruses (1 - 10)';
$lang['Sophos_hoaxes'] = 'Enable sophos hoax viruses box <b>{SOPHOS_HOAXES_OUTPUT}</b>';
$lang['Sophos_hoaxes_no'] = 'Display how many hoax viruses (1 - 10)';
$lang['Sophos_month'] = 'Enable sophos last month viruses box <b>{SOPHOS_MONTH_OUTPUT}</b>';
$lang['Sophos_month_no'] = 'Display how many of last month top viruses (1 - 10)';
$lang['Symantec_title'] = 'Symantec - http://www.symantec.com';
$lang['Symantec'] = 'Enable Symantec virus information box <b>{SYMANTEC_OUTPUT}</b>';
$lang['Symantec_latest_no'] = 'Display how many latest viruses (0 - 20)';
$lang['Symantec_remtool_no'] = 'Display how many removal tools (0 - 20)';
$lang['Symantec_secadv_no'] = 'Display how many security advisories (0 - 20)';
$lang['Kaspersky_title'] = 'Kaspersky - http://www.kaspersky.com';
$lang['Kaspersky_allinone'] = 'Should all information go in one block or individual blocks';
$lang['Kaspersky_allinone_explain'] = 'If enabled all the Sophos information will be output into one block <b>{KASPERSKY_OUTPUT}</b><br /> if disabled each of below information type will be output in individual blocks which name is listed below.';
$lang['Kaspersky_id'] = 'Enter the id from the email You received from Kaspersky. The id is found in the URL after ?id=';
$lang['Kaspersky_id_explain'] = 'To get an ID You need to visit <a href="http://www.kasperskylabs.com/informer.h ... er.html</a> and register. Here You also configure the looks of the virus feed.';
$lang['Kaspersky_inews_enable'] = 'Enable Hot News <b>{KASPERSKY_INEWS_OUTPUT}</b>';
$lang['Kaspersky_inewsvl_enable'] = 'Enable Hot News virus list <b>{KASPERSKY_INEWSVL_OUTPUT}</b>';
$lang['Kaspersky_iactiv_enable'] = 'Enable Calendar <b>{KASPERSKY_IACTIV_OUTPUT}</b>';
$lang['Kaspersky_itop10_enable'] = 'Enable top 10 <b>{KASPERSKY_ITOP10_OUTPUT}</b>';
$lang['Trendmicro_title'] = 'Trendmicro - http://www.trendmicro.com';
$lang['Trendmicro_info'] = 'Enable Trendmicro virus information box <b>{TRENDMICRO_INFO_OUTPUT}</b>';
$lang['Trendmicro_map'] = 'Enable Trendmicro worldmap <b>{TRENDMICRO_MAP_OUTPUT}</b>';
$lang['Trendmicro_topcount'] = 'Display how many latest viruses (0 - 10)';
$lang['Trendmicro_advcount'] = 'Display how many advisories (0 - 20)';
$lang['Panda_title'] = 'Panda - http://www.pandasoftware.com';
$lang['Panda_allinone'] = 'Should all information go in one block or individual blocks';
$lang['Panda_allinone_explain'] = 'If enabled all the Panda information will be output into one block <b>{PANDA_OUTPUT}</b><br /> if disabled each of below information type will be output in individual blocks which name is listed below.';
$lang['Panda_virusometer_enable'] = 'Enable Panda virusometor <b>{PANDA_VIRUSOMETER_OUTPUT}</b>';
$lang['Panda_activescan_enable'] = 'Enable Panda online virus scanner <b>{PANDA_ACTIVESCAN_OUTPUT}</b>';
$lang['Panda_virusnews_enable'] = 'Enable Panda virus news <b>{PANDA_VIRUSNEWS_OUTPUT}</b>';
$lang['Panda_map_enable'] = 'Enable Panda virus worldmap <b>{PANDA_MAP_OUTPUT}</b>';
$lang['Panda_pqremove_enable'] = 'Enable Panda removal tools <b>{PANDA_PQREMOVE_OUTPUT}</b>';
$lang['Panda_listasvirus_enable'] = 'Enable Panda virus list <b>{PANDA_LISTASVIRUS_OUTPUT}</b>';
?>
?>[/php]
嗯嗯~~真的是很長...........可以請哪位好心人士幫忙翻譯一下嗎??
感激不盡!!