Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 272 for Babel (0.18 sec)

  1. src/main/resources/fess_label.properties

    labels.menu_design=Page Design
    labels.menu_dict=Dictionary
    labels.menu_data=Backup/Restore
    labels.menu_crawl=Crawler
    labels.menu_web=Web
    labels.menu_file_system=File System
    labels.menu_data_store=Data Store
    labels.menu_label_type=Label
    labels.menu_key_match=Key Match
    labels.menu_boost_document_rule=Doc Boost
    labels.menu_path_mapping=Path Mapping
    labels.menu_web_authentication=Web Authentication
    labels.menu_file_authentication=File Authentication
    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)
  2. src/main/resources/fess_label_de.properties

    labels.menu_dict=Wörterbuch
    labels.menu_data=Sicherung/Wiederherstellung
    labels.menu_crawl=Crawler
    labels.menu_web=Web
    labels.menu_file_system=Dateisystem
    labels.menu_data_store=Datenspeicher
    labels.menu_label_type=Label
    labels.menu_key_match=Schlüssel-Match
    labels.menu_boost_document_rule=Dok.-Boost
    labels.menu_path_mapping=Pfad-Mapping
    labels.menu_web_authentication=Web-Authentifizierung
    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)
  3. src/main/resources/fess_label_ko.properties

    labels.menu_design = 페이지 디자인
    labels.menu_dict = 사전
    labels.menu_data = 백업/복원
    labels.menu_crawl = 크롤러
    labels.menu_web = 웹
    labels.menu_file_system = 파일시스템
    labels.menu_data_store = 데이터 저장소
    labels.menu_label_type = 레이블(Label)
    labels.menu_key_match = 키워드 검색
    labels.menu_boost_document_rule = 문서 부스트
    labels.menu_path_mapping = 경로 매핑
    labels.menu_web_authentication = 웹 인증
    labels.menu_file_authentication = 파일 인증
    Properties
    - Registered: Mon Apr 29 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_en.properties

    labels.menu_design=Page Design
    labels.menu_dict=Dictionary
    labels.menu_data=Backup/Restore
    labels.menu_crawl=Crawler
    labels.menu_web=Web
    labels.menu_file_system=File System
    labels.menu_data_store=Data Store
    labels.menu_label_type=Label
    labels.menu_key_match=Key Match
    labels.menu_boost_document_rule=Doc Boost
    labels.menu_path_mapping=Path Mapping
    labels.menu_web_authentication=Web Authentication
    labels.menu_file_authentication=File Authentication
    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)
  5. src/main/resources/fess_label_fr.properties

    labels.number_of_thread	=	Le nombre de thread
    labels.interval_time	=	Temps d'intervalle
    labels.millisec	=	ms
    labels.permissions	=	Autorisations
    labels.virtual_hosts	=	Hôtes virtuels
    labels.virtual_host	=	Hôte virtuel
    labels.label_type	=	Label
    labels.file_crawling_button_create	=	Créer
    labels.file_crawling_button_create_job	=	Créer un nouveau job
    labels.web_crawling_configuration	=	Exploration Web
    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)
  6. src/main/resources/fess_label_ja.properties

    labels.menu_design=ページのデザイン
    labels.menu_dict=辞書
    labels.menu_data=バックアップ/復元
    labels.menu_crawl=クローラー
    labels.menu_web=ウェブ
    labels.menu_file_system=ファイルシステム
    labels.menu_data_store=データストア
    labels.menu_label_type=ラベル
    labels.menu_key_match=キーマッチ
    labels.menu_boost_document_rule=ドキュメントブースト
    labels.menu_path_mapping=パスマッピング
    labels.menu_web_authentication=ウェブ認証
    labels.menu_file_authentication=ファイル認証
    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)
  7. src/main/resources/fess_label_ru.properties

    labels.search_log_enabled=Search Logging
    labels.user_info_enabled=User Logging
    labels.user_favorite_enabled=Favorite Logging
    labels.web_api_json_enabled=JSON Response
    labels.app_value=System Properties
    labels.default_label_value=Default Label Value
    labels.default_sort_value=Default Sort Value
    labels.append_query_param_enabled=Append Params to URL
    labels.login_required=Login Required
    labels.login_link=Login Link
    labels.thumbnail=Thumbnail View
    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)
  8. src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist_edit.jsp

                                        <label for="doc.label" class="col-sm-3 text-sm-right col-form-label">label</label>
                                        <div class="col-sm-9">
                                            <la:errors property="doc.label"/>
                                            <la:textarea styleId="doc.label" property="doc.label" styleClass="form-control"/>
                                        </div>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 24.9K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/helper/LabelTypeHelper.java

            private String virtualHost;
    
            private Locale locale;
    
            public String getLabel() {
                return label;
            }
    
            public void setLabel(final String label) {
                this.label = label;
            }
    
            public String getValue() {
                return value;
            }
    
            public void setValue(final String value) {
                this.value = value;
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 11.7K bytes
    - Viewed (2)
  10. src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_edit.jsp

                                            test="${!labelSettingEnabled}"> style="display:none"</c:if>>
                                        <label for="labelTypeIds" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.label_type"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="labelTypeIds"/>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 15.3K bytes
    - Viewed (0)
Back to top