Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 23 of 23 for notificationLogin (0.13 seconds)

  1. src/main/resources/fess_label_zh_CN.properties

    labels.ldapAccountFilter=帐户过滤器
    labels.ldapGroupFilter=组过滤器
    labels.ldapMemberofAttribute=memberOf属性
    labels.ldap_account_filter=帐户过滤器
    labels.ldap_group_filter=组过滤器
    labels.ldap_memberof_attribute=memberOf属性
    labels.notification_login=登录页面
    labels.notification_search_top=搜索首页
    labels.storage_endpoint=端点
    labels.storage_access_key=访问密钥
    labels.storage_secret_key=密钥
    labels.storage_bucket=存储桶
    labels.general_rag=AI模式
    labels.rag_llm_name=LLM提供商
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 48.3K bytes
    - Click Count (0)
  2. src/main/resources/fess_label_ja.properties

    labels.ldapGroupFilter=グループフィルター
    labels.ldapMemberofAttribute=memberOf属性
    labels.ldap_account_filter=アカウントフィルター
    labels.ldap_group_filter=グループフィルター
    labels.ldap_memberof_attribute=memberOf属性
    labels.notification_login=ログインページ
    labels.notification_search_top=検索トップページ
    labels.storage_endpoint=エンドポイント
    labels.storage_access_key=アクセスキー
    labels.storage_secret_key=シークレットキー
    labels.storage_bucket=バケット
    labels.storage_type=種別
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 56.7K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_ldap_memberof_attribute = "{labels.ldap_memberof_attribute}";
    
        /** The key of the message: Login Page */
        public static final String LABELS_notification_login = "{labels.notification_login}";
    
        /** The key of the message: Search Top Page */
        public static final String LABELS_notification_search_top = "{labels.notification_search_top}";
    
        /** The key of the message: Endpoint */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 172.6K bytes
    - Click Count (0)
Back to Top