Update copylight(2020) and minorfix (#2359)
This commit is contained in:
parent
e2ae388567
commit
920ab48a58
8 changed files with 9 additions and 9 deletions
|
@ -617,7 +617,7 @@ public class FessLabels extends UserMessages {
|
|||
/** The key of the message: MENU */
|
||||
public static final String LABELS_SIDEBAR_MENU = "{labels.sidebar.menu}";
|
||||
|
||||
/** The key of the message: ©2019 <a href="https://github.com/codelibs">CodeLibs Project</a>. */
|
||||
/** The key of the message: ©2020 <a href="https://github.com/codelibs">CodeLibs Project</a>. */
|
||||
public static final String LABELS_FOOTER_COPYRIGHT = "{labels.footer.copyright}";
|
||||
|
||||
/** The key of the message: Search */
|
||||
|
|
|
@ -197,7 +197,7 @@ labels.menu_plugin=Plugin
|
|||
labels.menu_storage=Storage
|
||||
labels.sidebar.placeholder_search=Search...
|
||||
labels.sidebar.menu=MENU
|
||||
labels.footer.copyright=©2019 <a href="https://github.com/codelibs">CodeLibs Project</a>.
|
||||
labels.footer.copyright=©2020 <a href="https://github.com/codelibs">CodeLibs Project</a>.
|
||||
labels.search=Search
|
||||
labels.similar_doc_result_status=Similar results are displayed.
|
||||
labels.search_result_status=Results <b>{2}</b><span class="hidden-phone"> -</span> <b>{3}</b> of <b>{1}</b> for <b>{0}</b>
|
||||
|
|
|
@ -186,7 +186,7 @@ labels.menu_related_content=Verwandte Inhalte
|
|||
labels.menu_related_query=Verwandte Abfragen
|
||||
labels.sidebar.placeholder_search=Suche...
|
||||
labels.sidebar.menu=MENÜ
|
||||
labels.footer.copyright=©2019 <a href="https://github.com/codelibs">CodeLibs-Projekt</a>.
|
||||
labels.footer.copyright=©2020 <a href="https://github.com/codelibs">CodeLibs-Projekt</a>.
|
||||
labels.search=Suche
|
||||
labels.similar_doc_result_status=Ähnliche Suchergebnisse werden angezeigt.
|
||||
labels.search_result_status=Suchergebnisse <b>{2}</b><span class="hidden-phone"> -</span> <b>{3}</b> von <b>{1}</b> für <b>{0}</b>
|
||||
|
|
|
@ -197,7 +197,7 @@ labels.menu_plugin=Plugin
|
|||
labels.menu_storage=Storage
|
||||
labels.sidebar.placeholder_search=Search...
|
||||
labels.sidebar.menu=MENU
|
||||
labels.footer.copyright=©2019 <a href="https://github.com/codelibs">CodeLibs Project</a>.
|
||||
labels.footer.copyright=©2020 <a href="https://github.com/codelibs">CodeLibs Project</a>.
|
||||
labels.search=Search
|
||||
labels.similar_doc_result_status=Similar results are displayed.
|
||||
labels.search_result_status=Results <b>{2}</b><span class="hidden-phone"> -</span> <b>{3}</b> of <b>{1}</b> for <b>{0}</b>
|
||||
|
|
|
@ -189,7 +189,7 @@ labels.sidebar.placeholder_search=検索...
|
|||
labels.menu_plugin=プラグイン
|
||||
labels.menu_storage=ストレージ
|
||||
labels.sidebar.menu=メニュー
|
||||
labels.footer.copyright=©2019 <a href="https://github.com/codelibs">CodeLibs Project</a>.
|
||||
labels.footer.copyright=©2020 <a href="https://github.com/codelibs">CodeLibs Project</a>.
|
||||
labels.search=検索
|
||||
labels.similar_doc_result_status=類似している結果を表示しています。
|
||||
labels.search_result_status=<b>{0}</b> の検索結果<span class="br-phone"></span> <b>{1}</b> 件中 <b>{2}</b> - <b>{3}</b> 件目
|
||||
|
|
|
@ -176,7 +176,7 @@ labels.menu_backup = 백업
|
|||
labels.menu_access_token = 액세스 토큰
|
||||
labels.sidebar.placeholder_search = 검색 ...
|
||||
labels.sidebar.menu = 메뉴
|
||||
labels.footer.copyright = © 2019 <a href="https://github.com/codelibs"> CodeLibs Project </a>.
|
||||
labels.footer.copyright = © 2020 <a href="https://github.com/codelibs"> CodeLibs Project </a>.
|
||||
labels.search = 검색
|
||||
labels.search_result_status = <b>{0}</b>결과 <span class="br-phone"></span><b>{1}</b>건 중 <b>{2}</b>-<b>{3}</b>건 표시
|
||||
labels.search_result_time = ({0} 초)
|
||||
|
|
|
@ -180,7 +180,7 @@ labels.menu_search_list=Поиск
|
|||
labels.menu_backup=Вернуться
|
||||
labels.sidebar.placeholder_search=Поиск...
|
||||
labels.sidebar.menu=MENU
|
||||
labels.footer.copyright=©2019 <a href="https://github.com/codelibs">CodeLibs Project</a>.
|
||||
labels.footer.copyright=©2020 <a href="https://github.com/codelibs">CodeLibs Project</a>.
|
||||
labels.search=Поиск
|
||||
labels.search_result_status=Results <b>{2}</b><span class="hidden-phone"> -</span> <b>{3}</b> of <b>{1}</b> for <b>{0}</b>
|
||||
labels.search_result_time=({0} sec)
|
||||
|
|
|
@ -150,14 +150,14 @@
|
|||
</la:link></li></c:if>
|
||||
|
||||
<c:if test="${fe:permission('admin-relatedcontent-view')}">
|
||||
<li <c:if test="${param.menuType=='relatedContentRule'}">class="active"</c:if>><la:link
|
||||
<li <c:if test="${param.menuType=='relatedContent'}">class="active"</c:if>><la:link
|
||||
href="/admin/relatedcontent/">
|
||||
<em class='fa fa-genderless'></em>
|
||||
<span><la:message key="labels.menu_related_content" /></span>
|
||||
</la:link></li></c:if>
|
||||
|
||||
<c:if test="${fe:permission('admin-relatedquery-view')}">
|
||||
<li <c:if test="${param.menuType=='relatedQueryRule'}">class="active"</c:if>><la:link
|
||||
<li <c:if test="${param.menuType=='relatedQuery'}">class="active"</c:if>><la:link
|
||||
href="/admin/relatedquery/">
|
||||
<em class='fa fa-genderless'></em>
|
||||
<span><la:message key="labels.menu_related_query" /></span>
|
||||
|
|
Loading…
Add table
Reference in a new issue