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 @@
...
@@ -17,93 +17,87 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
-->
<#include "../common-template/label.ftl"/>
<script type="text/javascript">
<script type="text/javascript">
var Label = {
Label.pushSuccLabel = '${pushSuccLabel}'
servePath: "${servePath}",
Label.pushToHacpaiLabel = '${pushToHacpaiLabel}'
staticServePath: "${staticServePath}",
Label.uploadMsg = '${uploadMsg}'
markedAvailable: ${markedAvailable?c},
Label.uploadToken = "${uploadToken}"
hljsStyle: 'atom-one-light',
Label.uploadURL = "${uploadURL}"
langLabel: "${langLabel}",
Label.skinDirName = "${skinDirName}"
pushSuccLabel: '${pushSuccLabel}',
Label.userRole = "${userRole}"
pushToHacpaiLabel: '${pushToHacpaiLabel}',
Label.PAGE_SIZE = "${articleListDisplayCount}"
uploadMsg: '${uploadMsg}',
Label.WINDOW_SIZE = "${articleListPaginationWindowSize}"
uploadToken: "${uploadToken}",
Label.localeString = "${localeString}"
uploadURL: "${uploadURL}",
Label.version = "${version}"
skinDirName: "${skinDirName}",
Label.reportIssueLabel = 'please report this issue on https://github.com/b3log/solo/issues/new'
userRole: "${userRole}",
Label.noDataLabel = "${noDataLabel}"
PAGE_SIZE: "${articleListDisplayCount}",
Label.linkDescriptionLabel = "${linkDescriptionLabel}"
WINDOW_SIZE: "${articleListPaginationWindowSize}",
Label.addressInvalidLabel = "${addressInvalidLabel}"
localeString: "${localeString}",
Label.selectLabel = "${selectLabel}"
version: "${version}",
Label.outOfDateLabel = "${outOfDateLabel}"
reportIssueLabel: 'please report this issue on https://github.com/b3log/solo/issues/new',
Label.upToDateLabel = "${upToDateLabel}"
noDataLabel: "${noDataLabel}",
Label.commentContentLabel = "${commentContentLabel}"
linkDescriptionLabel: "${linkDescriptionLabel}",
Label.loadingLabel = "${loadingLabel}"
addressInvalidLabel: "${addressInvalidLabel}",
Label.noCommentLabel = "${noCommentLabel}"
selectLabel: "${selectLabel}",
Label.confirmRemoveLabel = "${confirmRemoveLabel}"
outOfDateLabel: "${outOfDateLabel}",
Label.removeLabel = "${removeLabel}"
upToDateLabel: "${upToDateLabel}",
Label.cancelPutTopLabel = "${cancelPutTopLabel}"
commentContentLabel: "${commentContentLabel}",
Label.putTopLabel = "${putTopLabel}"
loadingLabel: "${loadingLabel}",
Label.viewLabel = "${viewLabel}"
noCommentLabel: "${noCommentLabel}",
Label.updateLabel = "${updateLabel}"
confirmRemoveLabel: "${confirmRemoveLabel}",
Label.commentLabel = "${commentLabel}"
removeLabel: "${removeLabel}",
Label.titleLabel = "${titleLabel}"
cancelPutTopLabel: "${cancelPutTopLabel}",
Label.authorLabel = "${authorLabel}"
putTopLabel: "${putTopLabel}",
Label.dateLabel = "${dateLabel}"
viewLabel: "${viewLabel}",
Label.pageLabel = "${pageLabel}"
updateLabel: "${updateLabel}",
Label.gotoLabel = "${gotoLabel}"
commentLabel: "${commentLabel}",
Label.permalinkLabel = "${permalinkLabel}"
titleLabel: "${titleLabel}",
Label.titleEmptyLabel = "${titleEmptyLabel}"
authorLabel: "${authorLabel}",
Label.contentEmptyLabel = "${contentEmptyLabel}"
dateLabel: "${dateLabel}",
Label.linkTitleLabel = "${linkTitleLabel}"
pageLabel: "${pageLabel}",
Label.urlLabel = "${urlLabel}"
gotoLabel: "${gotoLabel}",
Label.addressEmptyLabel = "${addressEmptyLabel}"
permalinkLabel: "${permalinkLabel}",
Label.pluginNameLabel = "${pluginNameLabel}"
titleEmptyLabel: "${titleEmptyLabel}",
Label.statusLabel = "${statusLabel}"
contentEmptyLabel: "${contentEmptyLabel}",
Label.versionLabel = "${versionLabel}"
linkTitleLabel: "${linkTitleLabel}",
Label.userNameLabel = "${userNameLabel}"
urlLabel: "${urlLabel}",
Label.roleLabel = "${roleLabel}"
addressEmptyLabel: "${addressEmptyLabel}",
Label.administratorLabel = "${administratorLabel}"
pluginNameLabel: "${pluginNameLabel}",
Label.categoryLabel = "${categoryLabel}"
statusLabel: "${statusLabel}",
Label.tagsEmptyLabel = "${tagsEmptyLabel}"
versionLabel: "${versionLabel}",
Label.commonUserLabel = "${commonUserLabel}"
userNameLabel: "${userNameLabel}",
Label.articleLabel = "${articleLabel}"
roleLabel: "${roleLabel}",
Label.enabledLabel = "${enabledLabel}"
administratorLabel: "${administratorLabel}",
Label.disabledLabel = "${disabledLabel}"
categoryLabel: "${categoryLabel}",
Label.editorLeaveLabel = "${editorLeaveLabel}"
tagsEmptyLabel: "${tagsEmptyLabel}",
Label.editorPostLabel = "${editorPostLabel}"
commonUserLabel: "${commonUserLabel}",
Label.enableLabel = "${enableLabel}"
articleLabel: "${articleLabel}",
Label.disableLabel = "${disableLabel}"
enabledLabel: "${enabledLabel}",
Label.settingLabel = "${settingLabel}"
disabledLabel: "${disabledLabel}",
Label.linkEmptyLabel = "${linkEmptyLabel}"
editorLeaveLabel: "${editorLeaveLabel}",
Label.openMethodLabel = "${openMethodLabel}"
editorPostLabel: "${editorPostLabel}",
Label.typeLabel = "${typeLabel}"
enableLabel: "${enableLabel}",
Label.notFoundLabel = "${notFoundLabel}"
disableLabel: "${disableLabel}",
Label.paramSettingsLabel = "${paramSettingsLabel}"
settingLabel: "${settingLabel}",
Label.nonNegativeIntegerOnlyLabel = "${nonNegativeIntegerOnlyLabel}"
linkEmptyLabel: "${linkEmptyLabel}",
Label.indexTagDisplayCntLabel = "${indexTagDisplayCntLabel}"
openMethodLabel: "${openMethodLabel}",
Label.indexRecentCommentDisplayCntLabel = "${indexRecentCommentDisplayCntLabel}"
typeLabel: "${typeLabel}",
Label.indexMostCommentArticleDisplayCntLabel = "${indexMostCommentArticleDisplayCntLabel}"
notFoundLabel: "${notFoundLabel}",
Label.indexMostViewArticleDisplayCntLabel = "${indexMostViewArticleDisplayCntLabel}"
paramSettingsLabel: "${paramSettingsLabel}",
Label.pageSizeLabel = "${pageSizeLabel}"
nonNegativeIntegerOnlyLabel: "${nonNegativeIntegerOnlyLabel}",
Label.windowSizeLabel = "${windowSizeLabel}"
indexTagDisplayCntLabel: "${indexTagDisplayCntLabel}",
Label.randomArticlesDisplayCntLabel = "${randomArticlesDisplayCntLabel}"
indexRecentCommentDisplayCntLabel: "${indexRecentCommentDisplayCntLabel}",
Label.relevantArticlesDisplayCntLabel = "${relevantArticlesDisplayCntLabel}"
indexMostCommentArticleDisplayCntLabel: "${indexMostCommentArticleDisplayCntLabel}",
Label.externalRelevantArticlesDisplayCntLabel = "${externalRelevantArticlesDisplayCntLabel}"
indexMostViewArticleDisplayCntLabel: "${indexMostViewArticleDisplayCntLabel}",
Label.nameTooLongLabel = "${nameTooLongLabel}"
pageSizeLabel: "${pageSizeLabel}",
Label.navLabel = "${navLabel}"
windowSizeLabel: "${windowSizeLabel}",
Label.userLabel = "${userLabel}"
randomArticlesDisplayCntLabel: "${randomArticlesDisplayCntLabel}",
Label.changeRoleLabel = "${changeRoleLabel}"
relevantArticlesDisplayCntLabel: "${relevantArticlesDisplayCntLabel}",
Label.visitorUserLabel = "${visitorUserLabel}"
externalRelevantArticlesDisplayCntLabel: "${externalRelevantArticlesDisplayCntLabel}",
Label.categoryTooLongLabel = "${categoryTooLongLabel}"
nameTooLongLabel: "${nameTooLongLabel}",
Label.descriptionLabel = "${descriptionLabel}"
navLabel: "${navLabel}",
Label.autoSaveLabel = "${autoSaveLabel}"
userLabel: "${userLabel}",
Label.previewLabel = '${previewLabel}'
changeRoleLabel: "${changeRoleLabel}",
visitorUserLabel: "${visitorUserLabel}",
categoryTooLongLabel: "${categoryTooLongLabel}",
descriptionLabel: "${descriptionLabel}",
autoSaveLabel: "${autoSaveLabel}",
previewLabel: '${previewLabel}',
}
admin.init()
admin.init()
</script>
</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