misc.lang.php

来自「Discuz! 论坛软件系统 big5」· PHP 代码 · 共 25 行

PHP
25
字号
<?php

// Misc Language Pack for Discuz! Version 1.0.0
// Translated by Crossday

$language = array
(
	'post_hidden' => '**** The message has been hidden by the author *****',
	'post_hide_credits' => 'Below message is for members whose credits are greater than $creditsrequire',
	'post_hide_credits_hidden' => '**** Hidden to credits lower than $creditsrequire ****',
	'post_hide_reply' => 'Below message is for replyers of this thread',
	'post_hide_reply_hidden' => '**** Hidden to non-reply visitors *****',
	'post_reply_quote' => 'Originally posted by $thaquote[author] at $time',
	'post_edit' => '\n\n[[i] Last edited by $discuz_user at $edittime [/i]]',
	'post_edit_regexp' => '/\n{2}\[\[i\] Last edited by .+? at .+? \[\/i\]\]$/s',

	'attach' => 'Attachment',
	'attach_credits_policy' => 'View credits policy',
	'attach_img' => 'Image Attachment',
	'attach_readperm' => 'Reading Access',
	'attach_img_zoom' => 'Click here to open new windows\\nCTRL+Mouse wheel to zoom in/out',
	'attach_download_count' => 'Download count'
);

?>

⌨️ 快捷键说明

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