Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Storage (8.35 sec)

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

        public static final String ERRORS_storage_file_upload_failure = "{errors.storage_file_upload_failure}";
    
        /** The key of the message: The target file is not found in Storage. */
        public static final String ERRORS_storage_file_not_found = "{errors.storage_file_not_found}";
    
        /** The key of the message: Failed to download {0}. */
    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: Storage */
        public static final String LABELS_storage_configuration = "{labels.storage_configuration}";
    
        /** The key of the message: Name */
        public static final String LABELS_storage_name = "{labels.storage_name}";
    
        /** The key of the message: Size */
        public static final String LABELS_storage_size = "{labels.storage_size}";
    
    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