⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 modactions.lang.php

📁 PHP论坛源码(请配合MYSQL和apache安装)
💻 PHP
字号:
<?php

// Moderation Pack for Discuz! Version 1.0.0
// Created by Crossday

$modactioncode = array
(

	'EDT' => 'edited',

	'DEL' => 'deleted',
	'DLP' => 'reply-deleted',
	'PRN' => 'pruned',
	'UDL' => 'undeleted',

	'DIG' => 'added to digest',
	'UDG' => 'removed from digest',
	'EDI' => 'time-limit digest',
	'UED' => 'removeed from time-limit digest',

	'CLS' => 'closed',
	'OPN' => 'opened',
	'ECL' => 'time-limit closing',
	'UEC' => 'removed from time-limit closing',
	'EOP' => 'time-limit opening',
	'UEO' => 'removed from time-limit opening',

	'STK' => 'sticked',
	'UST' => 'un-sticked',
	'EST' => 'time-limit sticky',
	'UES' => 'removed from time-limit sticky',

	'SPL' => 'splited',
	'MRG' => 'merged',

	'HLT' => 'highlighted',
	'UHL' => 'un-highlighted',
	'EHL' => 'time-limit highlight',
	'UEH' => 'removed from time-limit highlight',

	'BMP' => 'bumped',

	'MOV' => 'moved',
	'TYP' => 're-typed',

	'RFD' => 'refunded',

	'MOD' => 'moderated',

	'ABL' => 'added to blog',
	'RBL' => 'removed from blog'

);

?>

⌨️ 快捷键说明

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