lang_bbscode.php

来自「经典的PHP论坛」· PHP 代码 · 共 28 行

PHP
28
字号
<?php

$lang = array (

'full_screen'=> 'Full screen play',
'bbcode_hide1'=>"[This part set<font color=red>hide</font>,you already reply, please read contents of the hide part]",
'bbcode_hide2'=>"This part set<font color=red>hide</font>,you need to<font color=red>reply</font>before read the content of part",
'bbcode_encode1'=>"This part set<font color=red>encode</font>,read the post need credits:",
'bbcode_encode2'=>"[You have enough credit or right to read the post, the below is <font color=red>encode</font> content:]",
'bbcode_encode3'=>"Sorry! You don't login, please<a href='login.php'><font color=red>login</font></a>.",

'bbcode_sell_info'=>"[The post sell <font color=blue> \$moneycost </font>\$db_moneyname,<font color=blue> \$count </font>members bought this post]",
'bbcode_sell_buy'=>"Buyer list",
'bbcode_sell_submit'=>"I would like to pay for it",
'bbcode_sell_notice'=>"<b>Any trick deal will be punish if reported or ban ID even more!</b>",
'seller'=>'<b>Seller:</b>',
'subject'=>'<b>Name:</b>',
'body'=>'<b>Description:</b>',
'price'=>'<b>Price:</b>',
'postage'=>'<b>Postage details:</b>',
'postage_seller'=>'<b>Postage details:</b>Seller will pay postage',
'contact'=>'<b>Contact me:</b>',
'demo'=>'<b>Demo address:</b>',
'ordinary_fee'=>'Post:',
'express_fee'=>'Express:',
);
?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?