📄 lang_toollog.php
字号:
<?php
$lang = array (
'sell' => "Transfer",
'sell_descrip' => "<b>{$log[username]}</b>Equipment transfer<b>{$log[toolname]}</b>, Amount: {$log[nums]}.",
'buy' => "Buy",
'buy_descrip' => "<b>{$log[username]}</b>Buy equipment from system<b>{$log[toolname]}</b>, Amount: {$log[nums]},Costed: {$log[money]}.",
'buyuser_descrip' => "<b>{$log[username]}</b></b>Buy equipment: <b>{$log[toolname]}</b> from <b>{$log[from]}, Amount: {$log[nums]},Costed: {$log[money]}.",
'buyself_descrip' => "<b>{$log[username]}</b>Buy equipment that you transfered before: <b>{$log[toolname]}</b>, Amount: {$log[nums]}",
'change' => "Convertion",
'change_descrip_1' => "<b>{$log[username]}</b>Use <b>Currency convertion</b> feature, Get {$log[creditinfo]}, Total currency costed: {$log[currency]}",
'change_descrip_2' => "<b>{$log[username]}</b>Use <b>Currency convertion</b> feature, converted $log[creditinfo] to currency, Total currency geted: $log[currency]",
'use' => "Uss",
'tool_1_descrip' => "<b>{$log[username]}</b>Use equipment <b>{$log[toolname]}</b>, convert the prestige from negative to 0.",
'tool_2_descrip' => "<b>{$log[username]}</b>Use equipment <b>{$log[toolname]}</b>, convert all the prestige from negative to 0.",
'tool_3_descrip' => "<b>{$log[username]}</b>Use equipment <b>{$log[toolname]}</b>, the topic is set to be<a href=\"read.php?tid=$log[tid]\" target=\"_blank\"><b>$log[subject]</b></a>Highlighted.",
'tool_4_descrip' => "<b>{$log[username]}</b>Use equipment <b>{$log[toolname]}</b>, the topic is set to be<a href=\"read.php?tid=$log[tid]\" target=\"_blank\"><b>$log[subject]</b></a>topped in the forum.",
'tool_5_descrip' => "<b>{$log[username]}</b>Use equipment <b>{$log[toolname]}</b>, the topic is set to be<a href=\"read.php?tid=$log[tid]\" target=\"_blank\"><b>$log[subject]</b></a>topped in the category.",
'tool_6_descrip' => "<b>{$log[username]}</b>Use equipment <b>{$log[toolname]}</b>, the topic is set to be<a href=\"read.php?tid=$log[tid]\" target=\"_blank\"><b>$log[subject]</b></a>topped in the whole forum.",
'tool_7_descrip' => "<b>{$log[username]}</b>Use equipment <b>{$log[toolname]}</b>, the topic is set to be<a href=\"read.php?tid=$log[tid]\" target=\"_blank\"><b>$log[subject]</b></a>upwarded in the forum.",
'tool_8_descrip' => "<b>{$log[username]}</b>Use equipment <b>{$log[toolname]}</b>, your name in the forum is renamed to <b>{$log[newname]}</b>.",
'tool_9_descrip' => "<b>{$log[username]}</b>Use equipment <b>{$log[toolname]}</b>, the topic is set to be<a href=\"read.php?tid=$log[tid]\" target=\"_blank\"><b>$log[subject]</b></a>Digest I.",
'tool_10_descrip' => "<b>{$log[username]}</b>Use equipment <b>{$log[toolname]}</b>, the topic is set to be<a href=\"read.php?tid=$log[tid]\" target=\"_blank\"><b>$log[subject]</b></a>Digest II.",
'tool_11_descrip' => "<b>{$log[username]}</b>Use equipment <b>{$log[toolname]}</b>, the topic is set to be<a href=\"read.php?tid=$log[tid]\" target=\"_blank\"><b>$log[subject]</b></a>Locked.",
'tool_12_descrip' => "<b>{$log[username]}</b>Use equipment <b>{$log[toolname]}</b>, the topic is set to be<a href=\"read.php?tid=$log[tid]\" target=\"_blank\"><b>$log[subject]</b></a>Unlock.",
'olpay' => "Recruition",
'olpay_descrip' => "<b>{$log[username]}</b> Use bargain currency recruition feature, Recruition total: {$log[number]}, Get bargain currency: {$log[currency]}",
'colony' => "Create Group",
'colony_descrip' => "<b>{$log[username]}</b>To use Create Group feature creation <b>{$log[cname]}</b>, Total currency costed: {$log[currency]}.",
'join' => "Join Group",
'join_descrip' => "<b>{$log[username]}</b>To use Join Group feature <b>{$log[cname]}</b>, Total currency costed: {$log[currency]}.",
'sign' => 'Signature',
'sign_descrip' => "<b>{$log[username]}</b>To use Show Signature feature,Total currency costed: {$log[currency]}.",
);
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -