Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
4535c0eb
Unverified
Commit
4535c0eb
authored
Mar 20, 2019
by
Van
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🎨
#12720
parent
38b3d8ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
81 additions
and
87 deletions
+81
-87
src/main/webapp/admin/admin-label.ftl
src/main/webapp/admin/admin-label.ftl
+81
-87
No files found.
src/main/webapp/admin/admin-label.ftl
View file @
4535c0eb
...
...
@@ -17,93 +17,87 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<#include "../common-template/label.ftl"/>
<script type="text/javascript">
var Label = {
servePath: "${servePath}",
staticServePath: "${staticServePath}",
markedAvailable: ${markedAvailable?c},
hljsStyle: 'atom-one-light',
langLabel: "${langLabel}",
pushSuccLabel: '${pushSuccLabel}',
pushToHacpaiLabel: '${pushToHacpaiLabel}',
uploadMsg: '${uploadMsg}',
uploadToken: "${uploadToken}",
uploadURL: "${uploadURL}",
skinDirName: "${skinDirName}",
userRole: "${userRole}",
PAGE_SIZE: "${articleListDisplayCount}",
WINDOW_SIZE: "${articleListPaginationWindowSize}",
localeString: "${localeString}",
version: "${version}",
reportIssueLabel: 'please report this issue on https://github.com/b3log/solo/issues/new',
noDataLabel: "${noDataLabel}",
linkDescriptionLabel: "${linkDescriptionLabel}",
addressInvalidLabel: "${addressInvalidLabel}",
selectLabel: "${selectLabel}",
outOfDateLabel: "${outOfDateLabel}",
upToDateLabel: "${upToDateLabel}",
commentContentLabel: "${commentContentLabel}",
loadingLabel: "${loadingLabel}",
noCommentLabel: "${noCommentLabel}",
confirmRemoveLabel: "${confirmRemoveLabel}",
removeLabel: "${removeLabel}",
cancelPutTopLabel: "${cancelPutTopLabel}",
putTopLabel: "${putTopLabel}",
viewLabel: "${viewLabel}",
updateLabel: "${updateLabel}",
commentLabel: "${commentLabel}",
titleLabel: "${titleLabel}",
authorLabel: "${authorLabel}",
dateLabel: "${dateLabel}",
pageLabel: "${pageLabel}",
gotoLabel: "${gotoLabel}",
permalinkLabel: "${permalinkLabel}",
titleEmptyLabel: "${titleEmptyLabel}",
contentEmptyLabel: "${contentEmptyLabel}",
linkTitleLabel: "${linkTitleLabel}",
urlLabel: "${urlLabel}",
addressEmptyLabel: "${addressEmptyLabel}",
pluginNameLabel: "${pluginNameLabel}",
statusLabel: "${statusLabel}",
versionLabel: "${versionLabel}",
userNameLabel: "${userNameLabel}",
roleLabel: "${roleLabel}",
administratorLabel: "${administratorLabel}",
categoryLabel: "${categoryLabel}",
tagsEmptyLabel: "${tagsEmptyLabel}",
commonUserLabel: "${commonUserLabel}",
articleLabel: "${articleLabel}",
enabledLabel: "${enabledLabel}",
disabledLabel: "${disabledLabel}",
editorLeaveLabel: "${editorLeaveLabel}",
editorPostLabel: "${editorPostLabel}",
enableLabel: "${enableLabel}",
disableLabel: "${disableLabel}",
settingLabel: "${settingLabel}",
linkEmptyLabel: "${linkEmptyLabel}",
openMethodLabel: "${openMethodLabel}",
typeLabel: "${typeLabel}",
notFoundLabel: "${notFoundLabel}",
paramSettingsLabel: "${paramSettingsLabel}",
nonNegativeIntegerOnlyLabel: "${nonNegativeIntegerOnlyLabel}",
indexTagDisplayCntLabel: "${indexTagDisplayCntLabel}",
indexRecentCommentDisplayCntLabel: "${indexRecentCommentDisplayCntLabel}",
indexMostCommentArticleDisplayCntLabel: "${indexMostCommentArticleDisplayCntLabel}",
indexMostViewArticleDisplayCntLabel: "${indexMostViewArticleDisplayCntLabel}",
pageSizeLabel: "${pageSizeLabel}",
windowSizeLabel: "${windowSizeLabel}",
randomArticlesDisplayCntLabel: "${randomArticlesDisplayCntLabel}",
relevantArticlesDisplayCntLabel: "${relevantArticlesDisplayCntLabel}",
externalRelevantArticlesDisplayCntLabel: "${externalRelevantArticlesDisplayCntLabel}",
nameTooLongLabel: "${nameTooLongLabel}",
navLabel: "${navLabel}",
userLabel: "${userLabel}",
changeRoleLabel: "${changeRoleLabel}",
visitorUserLabel: "${visitorUserLabel}",
categoryTooLongLabel: "${categoryTooLongLabel}",
descriptionLabel: "${descriptionLabel}",
autoSaveLabel: "${autoSaveLabel}",
previewLabel: '${previewLabel}',
}
Label.pushSuccLabel = '${pushSuccLabel}'
Label.pushToHacpaiLabel = '${pushToHacpaiLabel}'
Label.uploadMsg = '${uploadMsg}'
Label.uploadToken = "${uploadToken}"
Label.uploadURL = "${uploadURL}"
Label.skinDirName = "${skinDirName}"
Label.userRole = "${userRole}"
Label.PAGE_SIZE = "${articleListDisplayCount}"
Label.WINDOW_SIZE = "${articleListPaginationWindowSize}"
Label.localeString = "${localeString}"
Label.version = "${version}"
Label.reportIssueLabel = 'please report this issue on https://github.com/b3log/solo/issues/new'
Label.noDataLabel = "${noDataLabel}"
Label.linkDescriptionLabel = "${linkDescriptionLabel}"
Label.addressInvalidLabel = "${addressInvalidLabel}"
Label.selectLabel = "${selectLabel}"
Label.outOfDateLabel = "${outOfDateLabel}"
Label.upToDateLabel = "${upToDateLabel}"
Label.commentContentLabel = "${commentContentLabel}"
Label.loadingLabel = "${loadingLabel}"
Label.noCommentLabel = "${noCommentLabel}"
Label.confirmRemoveLabel = "${confirmRemoveLabel}"
Label.removeLabel = "${removeLabel}"
Label.cancelPutTopLabel = "${cancelPutTopLabel}"
Label.putTopLabel = "${putTopLabel}"
Label.viewLabel = "${viewLabel}"
Label.updateLabel = "${updateLabel}"
Label.commentLabel = "${commentLabel}"
Label.titleLabel = "${titleLabel}"
Label.authorLabel = "${authorLabel}"
Label.dateLabel = "${dateLabel}"
Label.pageLabel = "${pageLabel}"
Label.gotoLabel = "${gotoLabel}"
Label.permalinkLabel = "${permalinkLabel}"
Label.titleEmptyLabel = "${titleEmptyLabel}"
Label.contentEmptyLabel = "${contentEmptyLabel}"
Label.linkTitleLabel = "${linkTitleLabel}"
Label.urlLabel = "${urlLabel}"
Label.addressEmptyLabel = "${addressEmptyLabel}"
Label.pluginNameLabel = "${pluginNameLabel}"
Label.statusLabel = "${statusLabel}"
Label.versionLabel = "${versionLabel}"
Label.userNameLabel = "${userNameLabel}"
Label.roleLabel = "${roleLabel}"
Label.administratorLabel = "${administratorLabel}"
Label.categoryLabel = "${categoryLabel}"
Label.tagsEmptyLabel = "${tagsEmptyLabel}"
Label.commonUserLabel = "${commonUserLabel}"
Label.articleLabel = "${articleLabel}"
Label.enabledLabel = "${enabledLabel}"
Label.disabledLabel = "${disabledLabel}"
Label.editorLeaveLabel = "${editorLeaveLabel}"
Label.editorPostLabel = "${editorPostLabel}"
Label.enableLabel = "${enableLabel}"
Label.disableLabel = "${disableLabel}"
Label.settingLabel = "${settingLabel}"
Label.linkEmptyLabel = "${linkEmptyLabel}"
Label.openMethodLabel = "${openMethodLabel}"
Label.typeLabel = "${typeLabel}"
Label.notFoundLabel = "${notFoundLabel}"
Label.paramSettingsLabel = "${paramSettingsLabel}"
Label.nonNegativeIntegerOnlyLabel = "${nonNegativeIntegerOnlyLabel}"
Label.indexTagDisplayCntLabel = "${indexTagDisplayCntLabel}"
Label.indexRecentCommentDisplayCntLabel = "${indexRecentCommentDisplayCntLabel}"
Label.indexMostCommentArticleDisplayCntLabel = "${indexMostCommentArticleDisplayCntLabel}"
Label.indexMostViewArticleDisplayCntLabel = "${indexMostViewArticleDisplayCntLabel}"
Label.pageSizeLabel = "${pageSizeLabel}"
Label.windowSizeLabel = "${windowSizeLabel}"
Label.randomArticlesDisplayCntLabel = "${randomArticlesDisplayCntLabel}"
Label.relevantArticlesDisplayCntLabel = "${relevantArticlesDisplayCntLabel}"
Label.externalRelevantArticlesDisplayCntLabel = "${externalRelevantArticlesDisplayCntLabel}"
Label.nameTooLongLabel = "${nameTooLongLabel}"
Label.navLabel = "${navLabel}"
Label.userLabel = "${userLabel}"
Label.changeRoleLabel = "${changeRoleLabel}"
Label.visitorUserLabel = "${visitorUserLabel}"
Label.categoryTooLongLabel = "${categoryTooLongLabel}"
Label.descriptionLabel = "${descriptionLabel}"
Label.autoSaveLabel = "${autoSaveLabel}"
Label.previewLabel = '${previewLabel}'
admin.init()
</script>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment