Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for pathmap_pt_stored (0.23 sec)

  1. src/main/webapp/WEB-INF/view/admin/pathmap/admin_pathmap_details.jsp

                                            </c:if> <c:if test="${processType=='R'}">
                                                <la:message key="labels.pathmap_pt_stored"/>
                                            </c:if> <la:hidden property="processType"/></td>
                                        </tr>
                                        <tr>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sun Feb 28 06:09:47 GMT 2021
    - 5.5K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/pathmap/admin_pathmap_edit.jsp

                                                </la:option>
                                                <la:option value="R">
                                                    <la:message key="labels.pathmap_pt_stored"/>
                                                </la:option>
                                            </la:select>
                                        </div>
                                    </div>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sun Feb 28 06:09:47 GMT 2021
    - 7K bytes
    - Viewed (0)
  3. src/main/resources/fess_label.properties

    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
    labels.duplicate_host_title_details=Duplicate Host
    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)
  4. src/main/resources/fess_label_en.properties

    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
    labels.duplicate_host_title_details=Duplicate Host
    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_ja.properties

    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=重複ホスト
    labels.dashboard_title_configuration=システム構成
    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)
  6. src/main/resources/fess_label_fr.properties

    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
    labels.duplicate_host_title_details	=	Hôte en double
    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)
  7. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_pathmap_pt_both = "{labels.pathmap_pt_both}";
    
        /** The key of the message: Stored URLs */
        public static final String LABELS_pathmap_pt_stored = "{labels.pathmap_pt_stored}";
    
        /** The key of the message: Regular Name */
        public static final String LABELS_regular_name = "{labels.regular_name}";
    
        /** The key of the message: Duplicate Name */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
Back to top