Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for data_crawling_button_create_job (0.33 sec)

  1. src/main/webapp/WEB-INF/view/admin/dataconfig/admin_dataconfig_details.jsp

                                            <em class="fa fa-plus-circle">
                                            <la:message key="labels.data_crawling_button_create_job"/>
                                        </la:link>
                                    </c:if>
                                </div>
                            </div>
                        </div>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Wed Feb 12 20:25:27 UTC 2020
    - 7.7K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_en.properties

    labels.data_crawling_title_details=Data Store Crawling Configuration
    labels.handler_name=Handler Name
    labels.handler_parameter=Parameter
    labels.handler_script=Script
    labels.data_crawling_button_create=Create
    labels.data_crawling_button_create_job=Create new job
    labels.wizard_title_configuration=Configuration Wizard
    labels.wizard_start_title=Quick Setup
    labels.wizard_start_desc=Using Configuration Wizard, you can create crawling settings easily.
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_ru.properties

    labels.data_crawling_title_details=Data Store Crawling Configuration
    labels.handler_name=Handler Name
    labels.handler_parameter=Parameter
    labels.handler_script=Script
    labels.data_crawling_button_edit=Создать
    labels.data_crawling_button_create_job=Create new job
    labels.wizard_title_configuration=Configuration Wizard
    labels.wizard_start_title=Quick Setup
    labels.wizard_start_desc=Using Configuration Wizard, you can create crawling settings easily.
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_de.properties

    labels.data_crawling_title_details=Crawling-Datenspeicher konfigurieren
    labels.handler_name=Handlername
    labels.handler_parameter=Parameter
    labels.handler_script=Skript
    labels.data_crawling_button_create=Erstellen
    labels.data_crawling_button_create_job=Neue Aufgabe erstellen
    labels.wizard_title_configuration=Konfigurationsassistent
    labels.wizard_start_title=Schnellinstallation
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 42.8K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_fr.properties

    labels.handler_name	=	Nom du gestionnaire
    labels.handler_parameter	=	Paramètre
    labels.handler_script	=	Script
    labels.data_crawling_button_create	=	Créer
    labels.data_crawling_button_create_job	=	Créer un nouveau travail
    labels.wizard_title_configuration	=	Assistant de configuration
    labels.wizard_start_title	=	Installation rapide
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  6. src/main/resources/fess_label.properties

    labels.data_crawling_title_details=Data Store Crawling Configuration
    labels.handler_name=Handler Name
    labels.handler_parameter=Parameter
    labels.handler_script=Script
    labels.data_crawling_button_create=Create
    labels.data_crawling_button_create_job=Create new job
    labels.wizard_title_configuration=Configuration Wizard
    labels.wizard_start_title=Quick Setup
    labels.wizard_start_desc=Using Configuration Wizard, you can create crawling settings easily.
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_ko.properties

    labels.data_crawling_title_details = 데이터 저장소의 크롤링 설정
    labels.handler_name = 핸들러 이름
    labels.handler_parameter = 매개 변수
    labels.handler_script = 스크립트
    labels.data_crawling_button_create = 작성
    labels.data_crawling_button_create_job = 새 작업 만들기
    labels.wizard_title_configuration = 구성 마법사
    labels.wizard_start_title = 빠른 설치
    labels.wizard_start_desc = 구성 마법사를 사용하여 쉽게 탐색 설정을 만들 수 있습니다.
    labels.wizard_start_button = 설정 시작
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 44K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_ja.properties

    labels.data_crawling_title_details=データストアのクロール設定
    labels.handler_name=ハンドラー名
    labels.handler_parameter=パラメーター
    labels.handler_script=スクリプト
    labels.data_crawling_button_create=作成
    labels.data_crawling_button_create_job=新しいジョブの作成
    labels.wizard_title_configuration=構成ウィザード
    labels.wizard_start_title=簡易セットアップ
    labels.wizard_start_desc=構成ウィザードを使用して、簡単にクロール設定を作成することができます。
    labels.wizard_start_button=設定の開始
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Create new job */
        public static final String LABELS_data_crawling_button_create_job = "{labels.data_crawling_button_create_job}";
    
        /** The key of the message: Configuration Wizard */
        public static final String LABELS_wizard_title_configuration = "{labels.wizard_title_configuration}";
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
Back to top