Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for pt (0.22 sec)

  1. src/main/resources/fess_label_ja.properties

    labels.csv_file_encoding=CSVファイルのエンコード
    labels.notification_to=通知メール
    labels.pathmap_configuration=パスマッピング
    labels.pathmap_title_details=パスマッピング
    labels.disabled=無効
    labels.pathmap_pt_crawling=クロール
    labels.pathmap_pt_displaying=表示
    labels.pathmap_pt_both=クロール/表示
    labels.pathmap_pt_stored=保存したURL
    labels.regular_name=正規名
    labels.duplicate_name=重複名
    labels.duplicate_host_configuration=重複ホスト
    labels.duplicate_host_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)
  2. src/main/java/org/codelibs/fess/entity/GeoInfo.java

                                        final String[] values = pt.split(",");
                                        if (values.length != 2) {
                                            throw new InvalidQueryException(
                                                    messages -> messages.addErrorsInvalidQueryUnknown(UserMessages.GLOBAL_PROPERTY_KEY),
                                                    "Invalid geo point: " + pt);
                                        }
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 4.7K bytes
    - Viewed (0)
  3. src/main/resources/fess_config.properties

    hi=hi\n\
    hr=hr\n\
    hu=hu\n\
    hy=hy\n\
    id=id\n\
    it=it\n\
    ja=ja\n\
    ko=ko\n\
    lt=lt\n\
    lv=lv\n\
    mk=mk\n\
    ml=ml\n\
    nl=nl\n\
    no=no\n\
    pa=pa\n\
    pl=pl\n\
    pt=pt\n\
    pt-br=pt-br\n\
    pt_BR=pt-br\n\
    ro=ro\n\
    ru=ru\n\
    si=si\n\
    sq=sq\n\
    sv=sv\n\
    ta=ta\n\
    te=te\n\
    th=th\n\
    tl=tl\n\
    tr=tr\n\
    uk=uk\n\
    ur=ur\n\
    vi=vi\n\
    zh-cn=zh-cn\n\
    zh_CN=zh-cn\n\
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  4. src/main/resources/fess_label_fr.properties

    labels.pathmap_configuration	=	Mapping du chemin
    labels.pathmap_title_details	=	Mapping du chemin
    labels.disabled	=	Désactivé
    labels.pathmap_pt_crawling	=	Exploration
    labels.pathmap_pt_displaying	=	Affichage
    labels.pathmap_pt_both	=	Explorer/afficher
    labels.pathmap_pt_stored	=	URL stockées
    labels.regular_name	=	Nom régulier
    labels.duplicate_name	=	Nom en double
    labels.duplicate_host_configuration	=	Hôte en double
    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)
  5. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * ko=ko<br>
         * lt=lt<br>
         * lv=lv<br>
         * mk=mk<br>
         * ml=ml<br>
         * nl=nl<br>
         * no=no<br>
         * pa=pa<br>
         * pl=pl<br>
         * pt=pt<br>
         * pt-br=pt-br<br>
         * pt_BR=pt-br<br>
         * ro=ro<br>
         * ru=ru<br>
         * si=si<br>
         * sq=sq<br>
         * sv=sv<br>
         * ta=ta<br>
         * te=te<br>
         * th=th<br>
         * tl=tl<br>
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (5)
  6. src/main/resources/fess_label_de.properties

    labels.notification_to=Benachrichtigung an
    labels.pathmap_configuration=Pfad-Zuordnung
    labels.pathmap_title_details=Pfad-Zuordnung
    labels.disabled=Deaktiviert
    labels.pathmap_pt_crawling=Crawlen
    labels.pathmap_pt_displaying=Anzeigen
    labels.pathmap_pt_both=Crawlen/Anzeigen
    labels.regular_name=Regulärer Name
    labels.duplicate_name=Dupplizierter Name
    labels.duplicate_host_configuration=Duplizierter Host
    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)
  7. src/main/resources/fess_label_ru.properties

    labels.notification_to=Notification Email
    labels.pathmap_configuration=Path Mapping
    labels.pathmap_title_details=Path Mapping
    labels.disabled=Disabled
    labels.pathmap_pt_crawling=Crawling
    labels.pathmap_pt_displaying=Displaying
    labels.pathmap_pt_both=Crawling/Displaying
    labels.regular_name=Regular Name
    labels.duplicate_name=Duplicate Name
    labels.duplicate_host_configuration=Duplicate Host
    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)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_pathmap_pt_crawling = "{labels.pathmap_pt_crawling}";
    
        /** The key of the message: Displaying */
        public static final String LABELS_pathmap_pt_displaying = "{labels.pathmap_pt_displaying}";
    
        /** The key of the message: Crawling/Displaying */
        public static final String LABELS_pathmap_pt_both = "{labels.pathmap_pt_both}";
    
        /** The key of the message: Stored URLs */
    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)
  9. src/main/resources/fess_label.properties

    labels.notification_to=Notification Email
    labels.pathmap_configuration=Path Mapping
    labels.pathmap_title_details=Path Mapping
    labels.disabled=Disabled
    labels.pathmap_pt_crawling=Crawling
    labels.pathmap_pt_displaying=Displaying
    labels.pathmap_pt_both=Crawling/Displaying
    labels.pathmap_pt_stored=Stored URLs
    labels.regular_name=Regular Name
    labels.duplicate_name=Duplicate Name
    labels.duplicate_host_configuration=Duplicate Host
    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)
  10. src/main/resources/fess_label_en.properties

    labels.notification_to=Notification Email
    labels.pathmap_configuration=Path Mapping
    labels.pathmap_title_details=Path Mapping
    labels.disabled=Disabled
    labels.pathmap_pt_crawling=Crawling
    labels.pathmap_pt_displaying=Displaying
    labels.pathmap_pt_both=Crawling/Displaying
    labels.pathmap_pt_stored=Stored URLs
    labels.regular_name=Regular Name
    labels.duplicate_name=Duplicate Name
    labels.duplicate_host_configuration=Duplicate Host
    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)
Back to top