中文化:By 懸壺子
guest_hide_bbcode_mod.php
正體:
代碼: 選擇全部
<?php
/**
*
* @package Guest Hide BBCode MOD English language
* @version 1.4.0 of 14.04.2009
* @copyright (c) By Shapoval Andrey Vladimirovich (AllCity) ~ http://allcity.net.ru/
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*正體中文化:By 懸壺子 http://herb-tw.com/
*/
/**
* DO NOT CHANGE!
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, array(
'HIDE_REG' => '只提供給註冊用戶觀看內容,請註冊查看,謝謝 ^^',
'HIDE_ON' => '<strong>訪客無法觀看內容</strong>:隱藏內容中',
'HIDE_OFF' => '<strong>會員可觀看內容</strong>:隱藏內容打開 '
));
?>
簡體
guest_hide_bbcode_mod.php
代碼: 選擇全部
<?php
/**
*
* @package Guest Hide BBCode MOD English language
* @version 1.4.0 of 14.04.2009
* @copyright (c) By Shapoval Andrey Vladimirovich (AllCity) ~ http://allcity.net.ru/
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*简体中文化:悬壶子 http://herb-tw.com/
*/
/**
* DO NOT CHANGE!
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, array(
'HIDE_REG' => '只提供给注册用户观看内容,请注册最多可以,谢谢^_^',
'HIDE_ON' => '<strong>访客无法观看内容</strong>: 隐藏内容',
'HIDE_OFF' => '<strong>会员可观看内容</strong>: 隐藏内容打开'
));
?>