lang_writemsg.php

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

PHP
16
字号
<?php

$lang = array (
	'olpay_title'=>'Currency recruition successfully completed.',
	'olpay_content'=>"Currency recruition successfully completed, you need login paypal and use <font color=\"red\">Confirm Goods</font> feature to finish this exchange.<br>When the goods are examined, system will recruit your account automatically.",
	'olpay_content_2'=>"Currency recruition successfully completed, this recuition total money: {$number}RMB, Geted total currency: {$currency}.<br>Thanks for your support!",
	'virement_title'=>'Bank transfer notification!!',
	'virement_content'=>"User {$windid} transfered {$to_money} to you by {$windid}, system added previous interests to your deposit automatically, your interests will be recount from now on.",

	'metal_add'=>'Medal award notification',
	'metal_add_content'=>"You're awarded medal by admin<br><br>Name of the medal: {$_MEDALDB[$medal][name]}<br>Operation: {$windid}<br>Reason: {$reason}",
	'metal_cancel'=>'Medal recycling notification',
	'metal_cancel_content'=>"Your medal has been reclaimed by admin<br><br>Name of the medal: {$_MEDALDB[$medal][name]}<br>Operation: {$windid}<br>Reason: {$reason}",
);
?>

⌨️ 快捷键说明

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