Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for webauth_configuration (0.6 sec)

  1. src/main/resources/fess_label.properties

    labels.crawling_info_DataCrawlEndTime=Crawl end time (Data store)
    labels.crawling_info_DataIndexExecTime=Indexing exec time (Data store)
    labels.crawling_info_DataIndexSize=Index size (Data store)
    labels.webauth_configuration=Web Authentication
    labels.webauth_list_hostname=Hostname
    labels.webauth_list_web_crawling_config=Config Name
    labels.webauth_any=Any
    labels.webauth_create_web_config=Create New Web Config
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  2. src/main/resources/fess_label_en.properties

    labels.crawling_info_DataCrawlEndTime=Crawl end time (Data store)
    labels.crawling_info_DataIndexExecTime=Indexing exec time (Data store)
    labels.crawling_info_DataIndexSize=Index size (Data store)
    labels.webauth_configuration=Web Authentication
    labels.webauth_list_hostname=Hostname
    labels.webauth_list_web_crawling_config=Config Name
    labels.webauth_any=Any
    labels.webauth_create_web_config=Create New Web Config
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_ko.properties

    labels.crawling_info_DataCrawlEndTime = 크롤링 종료 시간 (데이터 저장소)
    labels.crawling_info_DataIndexExecTime = 인덱싱 실행 시간 (데이터 저장소)
    labels.crawling_info_DataIndexSize = 인덱스의 크기 (데이터 저장소)
    labels.webauth_configuration = 웹 인증
    labels.webauth_list_hostname = 호스트 이름
    labels.webauth_list_web_crawling_config = 설정 이름
    labels.webauth_any = 임의
    labels.webauth_create_web_config = 새로운 웹 설정 만들기
    labels.webauth_title_details = 웹 인증
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 44K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_ru.properties

    labels.crawling_info_DataCrawlEndTime=Crawl end time (Data store)
    labels.crawling_info_DataIndexExecTime=Indexing exec time (Data store)
    labels.crawling_info_DataIndexSize=Размер индекса (Хранилище данных)
    labels.webauth_configuration=Web Authentication
    labels.webauth_list_hostname=Имя хоста
    labels.webauth_list_web_crawling_config=Имя конфига
    labels.webauth_any=Any
    labels.webauth_create_web_config=Создать новый web конфиг
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_de.properties

    labels.crawling_info_DataCrawlEndTime=Crawl Endzeit (Datenspeicher)
    labels.crawling_info_DataIndexExecTime=Indizierung Ausführungsdauer (Datenspeicher)
    labels.crawling_info_DataIndexSize=Index-Größe (Datenspeicher)
    labels.webauth_configuration=Web-Authentifizierung
    labels.webauth_list_hostname=Hostname
    labels.webauth_list_web_crawling_config=Konfigurationsname
    labels.webauth_any=Beliebig
    labels.webauth_create_web_config=Erstelle neue Web-Konfiguration
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_ja.properties

    labels.crawling_info_DataCrawlEndTime=クロールの終了時間 (データストア)
    labels.crawling_info_DataIndexExecTime=インデクシングの実行時間 (データストア)
    labels.crawling_info_DataIndexSize=インデックスのサイズ (データストア)
    labels.webauth_configuration=ウェブ認証
    labels.webauth_list_hostname=ホスト名
    labels.webauth_list_web_crawling_config=設定名
    labels.webauth_any=任意
    labels.webauth_create_web_config=新しいウェブ設定の作成
    labels.webauth_title_details=ウェブ認証
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  7. src/main/resources/fess_label_fr.properties

    labels.crawling_info_DataIndexExecTime	=	Heure d'exécution de l'indexation (magasin de données)
    labels.crawling_info_DataIndexSize	=	Taille de l'index (magasin de données)
    labels.webauth_configuration	=	Authentification Web
    labels.webauth_list_hostname	=	Nom d'hôte
    labels.webauth_list_web_crawling_config	=	Nom de configuration
    labels.webauth_any	=	N'importe quel
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_crawling_info_DataIndexSize = "{labels.crawling_info_DataIndexSize}";
    
        /** The key of the message: Web Authentication */
        public static final String LABELS_webauth_configuration = "{labels.webauth_configuration}";
    
        /** The key of the message: Hostname */
        public static final String LABELS_webauth_list_hostname = "{labels.webauth_list_hostname}";
    
        /** The key of the message: Config Name */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
Back to top