Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for plugin_title (0.25 sec)

  1. src/main/webapp/WEB-INF/view/admin/plugin/admin_plugin.jsp

    <%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %><!DOCTYPE html>
    <html>
    <head>
        <meta charset="UTF-8">
        <title><la:message key="labels.admin_brand_title"/> | <la:message key="labels.plugin_title"/></title>
        <jsp:include page="/WEB-INF/view/common/admin/head.jsp"></jsp:include>
    </head>
    <body class="hold-transition sidebar-mini">
    <div class="wrapper">
        <jsp:include page="/WEB-INF/view/common/admin/header.jsp"></jsp:include>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 10.5K bytes
    - Viewed (0)
  2. src/main/resources/fess_label.properties

    labels.diagnostic_logs=Diagnostic
    labels.download_diagnostic_logs_button=Download Logs
    labels.reload_doc_index=Reload Doc Index
    labels.reload_doc_index_button=Reload
    labels.plugin_title=Plugin
    labels.plugin_list_name=Plugin List
    labels.plugin_type=Type
    labels.plugin_name=Name
    labels.plugin_version=Version
    labels.plugin_delete=Delete
    labels.plugin_install=Install
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  3. src/main/resources/fess_label_en.properties

    labels.diagnostic_logs=Diagnostic
    labels.download_diagnostic_logs_button=Download Logs
    labels.reload_doc_index=Reload Doc Index
    labels.reload_doc_index_button=Reload
    labels.plugin_title=Plugin
    labels.plugin_list_name=Plugin List
    labels.plugin_type=Type
    labels.plugin_name=Name
    labels.plugin_version=Version
    labels.plugin_delete=Delete
    labels.plugin_install=Install
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_ko.properties

    labels.diagnostic_logs=Diagnostic
    labels.download_diagnostic_logs_button=Download Logs
    labels.reload_doc_index=Reload Doc Index
    labels.reload_doc_index_button=Reload
    labels.plugin_title=Plugin
    labels.plugin_list_name=Plugin List
    labels.plugin_type=Type
    labels.plugin_name=Name
    labels.plugin_version=Version
    labels.plugin_delete=Delete
    labels.plugin_install=Install
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 44K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_ru.properties

    labels.diagnostic_logs=Diagnostic
    labels.download_diagnostic_logs_button=Download Logs
    labels.reload_doc_index=Reload Doc Index
    labels.reload_doc_index_button=Reload
    labels.plugin_title=Plugin
    labels.plugin_list_name=Plugin List
    labels.plugin_type=Type
    labels.plugin_name=Name
    labels.plugin_version=Version
    labels.plugin_delete=Delete
    labels.plugin_install=Install
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_de.properties

    labels.diagnostic_logs=Diagnose
    labels.download_diagnostic_logs_button=Protokolle herunterladen
    labels.reload_doc_index=Dokumenten-Index neuladen
    labels.reload_doc_index_button=Neuladen
    labels.plugin_title=Plugin
    labels.plugin_list_name=Plugin-Liste
    labels.plugin_type=Typ
    labels.plugin_name=Name
    labels.plugin_version=Version
    labels.plugin_delete=Löschen
    labels.plugin_install=Installieren
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_ja.properties

    labels.clear_crawler_index_button=クロール用インデックスの削除
    labels.diagnostic_logs=診断
    labels.download_diagnostic_logs_button=ログのダウンロード
    labels.reload_doc_index=ドキュメントインデックスのリロード
    labels.reload_doc_index_button=リロード
    labels.plugin_title=プラグイン
    labels.plugin_list_name=プラグイン一覧
    labels.plugin_type=種別
    labels.plugin_name=名前
    labels.plugin_version=バージョン
    labels.plugin_delete=削除
    labels.plugin_install=インストール
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  8. src/main/resources/fess_label_fr.properties

    labels.diagnostic_logs	=	Diagnostique
    labels.download_diagnostic_logs_button	=	Télécharger les journaux
    labels.reload_doc_index	=	Recharger l'index des documents
    labels.reload_doc_index_button	=	Recharger
    labels.plugin_title	=	Brancher
    labels.plugin_list_name	=	Liste des plugins
    labels.plugin_type	=	Taper
    labels.plugin_name	=	Nom
    labels.plugin_version	=	Version
    labels.plugin_delete	=	Supprimer
    labels.plugin_install	=	Installer
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_reload_doc_index_button = "{labels.reload_doc_index_button}";
    
        /** The key of the message: Plugin */
        public static final String LABELS_plugin_title = "{labels.plugin_title}";
    
        /** The key of the message: Plugin List */
        public static final String LABELS_plugin_list_name = "{labels.plugin_list_name}";
    
        /** The key of the message: Type */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
Back to top