Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for notificationLogin (0.06 sec)

  1. src/main/resources/fess_label_ko.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.send_testmail=테스트 메일 보내기
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Dec 04 09:16:23 UTC 2025
    - 46.1K bytes
    - Viewed (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=タイプ
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 49.8K bytes
    - Viewed (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 */
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 156.4K bytes
    - Viewed (0)
Back to top