bean_wordbreak.properties
来自「Jive是基于JSP/JAVA技术构架的一个大型BBS论坛系统,这是Jive论坛」· PROPERTIES 代码 · 共 30 行
PROPERTIES
30 行
# TextStyle.properties# Default resource bundle for WordBreak filter# Name of the filterdisplayName=Word Break# Version of the filterversion=1.0# Description of filtershortDescription=Breaks apart words that are larger than a specified maximum length. This is \ to prevent HTML interfaces from becoming distored with lines of text that are too long.# Author of filterauthor=Jive Software# Properties - display name and descriptionmaxSubjectWordLength.displayName=Max Subject Word LengthmaxSubjectWordLength.shortDescription=The maximum size of words in subjects before they are broken apart.maxBodyWordLength.displayName=Max Body Word LengthmaxBodyWordLength.shortDescription=The maximum size of words in bodies before they are broken apart.filteringSubject.displayName=Filter Message SubjectfilteringSubject.shortDescription=Toggles whether filtering the message subject is enabled.filteringBody.displayName=Filter Message BodyfilteringBody.shortDescription=Toggles whether filtering the message body is enabled.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?