Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 222 for Babel (0.22 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. maven-core/src/main/java/org/apache/maven/internal/impl/Graph.java

            Vertex(String label) {
                this.label = label;
            }
    
            String getLabel() {
                return label;
            }
    
            List<Vertex> getChildren() {
                return children;
            }
    
            List<Vertex> getParents() {
                return parents;
            }
        }
    
        static class CycleDetectedException extends RuntimeException {
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 4.5K 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. .github/ISSUE_TEMPLATE/10_contributor_bug_report.yml

        attributes:
          label: Current Behavior
          description: Tell us what happens
        validations:
          required: true
      - type: textarea
        id: expected-behavior
        attributes:
          label: Expected Behavior
          description: Tell us what should happen
        validations:
          required: true
      - type: textarea
        id: context
        attributes:
          label: Context (optional)
          description: |
    Others
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Fri Feb 16 07:49:32 GMT 2024
    - 3K bytes
    - Viewed (0)
Back to top