fix #230
This commit is contained in:
parent
604fb8ef6c
commit
b96a991bf7
4 changed files with 12 additions and 5 deletions
|
@ -946,7 +946,7 @@ labels.design_title_file=File Manager
|
|||
labels.design_file=Upload File
|
||||
labels.design_file_name=Upload File Name (Optional)
|
||||
labels.design_button_upload=Upload
|
||||
labels.design_file_title_edit=Design JSP Files
|
||||
labels.design_file_title_edit=Page View Files
|
||||
labels.design_edit_button=Edit
|
||||
labels.design_download_button=Download
|
||||
labels.design_delete_button=Delete
|
||||
|
@ -959,6 +959,7 @@ labels.design_file_searchNoResult=Results Page (No Result)
|
|||
labels.design_file_help=Help Page (Content)
|
||||
labels.design_file_header=Header
|
||||
labels.design_file_error=Search Error Page
|
||||
labels.design_file_cache=Cache Page
|
||||
labels.design_file_appletLauncher=File Launcher Page
|
||||
labels.design_file_errorHeader=Error Page (Header)
|
||||
labels.design_file_errorFooter=Error Page (Footer)
|
||||
|
@ -969,7 +970,7 @@ labels.design_file_errorBadRequest=Error Page (BadRequest)
|
|||
labels.design_delete_confirmation=Do you want to delete it?
|
||||
|
||||
# view/admin/design/edit.jsp
|
||||
labels.design_title_edit_content=Edit JSP Content
|
||||
labels.design_title_edit_content=Edit Page View File
|
||||
labels.design_button_update=Update
|
||||
labels.design_button_back=Back
|
||||
|
||||
|
|
|
@ -946,7 +946,7 @@ labels.design_title_file=\u30d5\u30a1\u30a4\u30eb\u7ba1\u7406
|
|||
labels.design_file=\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u30d5\u30a1\u30a4\u30eb
|
||||
labels.design_file_name=\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u30d5\u30a1\u30a4\u30eb\u540d (\u7701\u7565\u53ef)
|
||||
labels.design_button_upload=\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9
|
||||
labels.design_file_title_edit=\u30c7\u30b6\u30a4\u30f3 JSP \u30d5\u30a1\u30a4\u30eb
|
||||
labels.design_file_title_edit=\u753b\u9762\u8868\u793a\u30d5\u30a1\u30a4\u30eb
|
||||
labels.design_edit_button=\u7de8\u96c6
|
||||
labels.design_download_button=\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9
|
||||
labels.design_delete_button=\u524a\u9664
|
||||
|
@ -957,6 +957,7 @@ labels.design_file_search=\u691c\u7d22\u7d50\u679c\u30da\u30fc\u30b8 (\u30d5\u30
|
|||
labels.design_file_searchResults=\u691c\u7d22\u7d50\u679c\u30da\u30fc\u30b8 (\u30b3\u30f3\u30c6\u30f3\u30c4)
|
||||
labels.design_file_searchNoResult=\u691c\u7d22\u7d50\u679c\u30da\u30fc\u30b8 (\u7d50\u679c\u306a\u3057)
|
||||
labels.design_file_error=\u691c\u7d22\u30a8\u30e9\u30fc\u30da\u30fc\u30b8
|
||||
labels.design_file_cache=\u30ad\u30e3\u30c3\u30b7\u30e5\u30da\u30fc\u30b8
|
||||
labels.design_file_help=\u30d8\u30eb\u30d7\u30da\u30fc\u30b8 (\u30d5\u30ec\u30fc\u30e0)
|
||||
labels.design_file_header=\u30d8\u30c3\u30c0\u30fc
|
||||
labels.design_file_appletLauncher=\u30d5\u30a1\u30a4\u30eb\u8d77\u52d5\u30da\u30fc\u30b8
|
||||
|
@ -969,7 +970,7 @@ labels.design_file_errorBadRequest=\u30a8\u30e9\u30fc\u30da\u30fc\u30b8 (\u4e0d\
|
|||
labels.design_delete_confirmation=\u524a\u9664\u3057\u307e\u3059\u304b?
|
||||
|
||||
# view/admin/design/edit.jsp
|
||||
labels.design_title_edit_content=JSP\u30b3\u30f3\u30c6\u30f3\u30c4\u7de8\u96c6
|
||||
labels.design_title_edit_content=\u753b\u9762\u8868\u793a\u30d5\u30a1\u30a4\u30eb\u7de8\u96c6
|
||||
labels.design_button_update=\u66f4\u65b0
|
||||
labels.design_button_back=\u623b\u308b
|
||||
|
||||
|
|
|
@ -138,6 +138,10 @@ new String[] {
|
|||
<arg>"errorBadRequest"</arg>
|
||||
<arg>"error/badRequest.jsp"</arg>
|
||||
</initMethod>
|
||||
<initMethod name="addDesignJspFileName">
|
||||
<arg>"cache"</arg>
|
||||
<arg>"cache.hbs"</arg>
|
||||
</initMethod>
|
||||
</component>
|
||||
<component name="crawlingSessionHelper" class="jp.sf.fess.helper.CrawlingSessionHelper">
|
||||
</component>
|
||||
|
|
|
@ -107,10 +107,11 @@
|
|||
<html:option value="searchResults"><bean:message key="labels.design_file_searchResults" /></html:option>
|
||||
<html:option value="searchNoResult"><bean:message key="labels.design_file_searchNoResult" /></html:option>
|
||||
<html:option value="help"><bean:message key="labels.design_file_help" /></html:option>
|
||||
<html:option value="error"><bean:message key="labels.design_file_error" /></html:option>
|
||||
<html:option value="cache"><bean:message key="labels.design_file_cache" /></html:option>
|
||||
<%-- Applet --%>
|
||||
<html:option value="appletLauncher"><bean:message key="labels.design_file_appletLauncher" /></html:option>
|
||||
<%-- Error --%>
|
||||
<html:option value="error"><bean:message key="labels.design_file_error" /></html:option>
|
||||
<html:option value="errorHeader"><bean:message key="labels.design_file_errorHeader" /></html:option>
|
||||
<html:option value="errorFooter"><bean:message key="labels.design_file_errorFooter" /></html:option>
|
||||
<html:option value="errorNotFound"><bean:message key="labels.design_file_errorNotFound" /></html:option>
|
||||
|
|
Loading…
Add table
Reference in a new issue