modactions.lang.php

来自「PHP论坛源码(请配合MYSQL和apache安装)」· PHP 代码 · 共 55 行

PHP
55
字号
<?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 + =
减小字号Ctrl + -
显示快捷键?