Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Dunning (0.14 sec)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        public static final String ERRORS_invalid_confirm_password = "{errors.invalid_confirm_password}";
    
        /** The key of the message: Crawler is running. The document cannot be deleted. */
        public static final String ERRORS_cannot_delete_doc_because_of_running = "{errors.cannot_delete_doc_because_of_running}";
    
        /** The key of the message: Failed to delete document. */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 119.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Crawler Job */
        public static final String LABELS_scheduledjob_crawler = "{labels.scheduledjob_crawler}";
    
        /** The key of the message: Running */
        public static final String LABELS_scheduledjob_running = "{labels.scheduledjob_running}";
    
        /** The key of the message: Active */
        public static final String LABELS_scheduledjob_active = "{labels.scheduledjob_active}";
    
    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)
Back to top