All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencms.webdav.messages.properties Maven / Gradle / Ivy

Go to download

OpenCms is an enterprise-ready, easy to use website content management system based on Java and XML technology. Offering a complete set of features, OpenCms helps content managers worldwide to create and maintain beautiful websites fast and efficiently.

There is a newer version: 17.0
Show newest version
GUI_DIRECTORY_TITLE_1				=Directory Listing For {0}
GUI_DIRECTORY_FILENAME_0			=Filename
GUI_DIRECTORY_SIZE_0				=Size
GUI_DIRECTORY_LASTMODIFIED_0		=Last Modified
GUI_DIRECTORY_PARENT_1				=Up To {0}

ERR_INIT_PARAM_MISSING_1		=Init parameter '{0}' missing
ERR_MD5_NOT_AVAILABLE_0			=No MD5 algorithm available
ERR_REPOSITORY_NOT_FOUND_1		=Repository not found: {0}
ERR_CLOSE_READER_0				=Error closing reader
ERR_CLOSE_INPUT_STREAM_0		=Error closing input stream

LOG_INIT_WEBDAV_SERVLET_0		=Initializing WebDAV servlet
LOG_READ_INIT_PARAM_ERROR_2		=Error while reading init parameter: "{0}" with value "{1}"
LOG_READ_INIT_PARAM_2			=Initialized param "{0}" with value "{1}"
LOG_USE_REPOSITORY_1			=Using repository with name "{0}"
LOG_NO_AUTHORIZATION_0			=Missing authorization in request
LOG_LOGIN_FAILED_1				=Login with user "{0}" failed
LOG_WEBDAV_READ_ONLY_0			=WebDAV servlet is set to read only
LOG_ITEM_LOCKED_1				=Item at path "{0}" is locked
LOG_ITEM_EXISTS_1				=Item at path "{0}" already exists
LOG_INVALID_CONTENT_0			=Invalid xml content in request
LOG_CREATE_COLLECTION_0			=Creating collection
LOG_NO_PERMISSION_0				=No permission to execute the action
LOG_REPOSITORY_ERROR_2			=Error in repository while executing method "{0}" for path "{1}"
LOG_CREATE_SUCCESS_0			=Item created successfully
LOG_DELETE_TEMP_FILE_0			=Error deleting temporary file
LOG_SAVE_ITEM_0					=Saving item
LOG_SAVE_SUCCESS_0				=Item saved successfully
LOG_ITEM_NOT_FOUND_1			=Item at path "{0}" not found
LOG_PARSE_DEST_HEADER_0			=Error parsing destination header
LOG_DEST_PATH_EXISTS_1			=The destination path "{0}" already exists
LOG_COPY_ITEM_2					=Copy "{0}" to "{1}"
LOG_COPY_SUCCESS_0				=Item copied successfully
LOG_CHILD_LOCKED_1				=Child item "{0}" is locked
LOG_DELETE_ITEM_0				=Deleting item
LOG_DELETE_SUCCESS_0			=Item deleted successfully
LOG_LOCK_ITEM_1					=Locking item to owner "{0}"
LOG_LOCK_ITEM_FAILED_0			=Could not lock item
LOG_LOCK_ITEM_SUCCESS_0			=Item locked successfully
LOG_UNLOCK_ITEM_0				=Unlocking item
LOG_SRC_DEST_EQUALS_0			=Source and destination path are identical
LOG_MOVE_ITEM_2					=Move item "{0}" to "{1}"
LOG_MOVE_ITEM_SUCCESS_0			=Item moved successfully
LOG_LIST_ITEMS_ERROR_1			=Error while listing item at "{0}"
LOG_SERVE_ITEM_1				=Serve item "{0}" with headers and data
LOG_SERVE_ITEM_HEADER_1			=Serve item "{0}" with headers only
LOG_SERVE_ITEM_CONTENT_TYPE_1	=Serve item with content type: {0}
LOG_SERVE_ITEM_CONTENT_LENGTH_1	=Serve item with content length: {0}
LOG_SERVE_BYTES_2				=Serving bytes: {0} - {1}
LOG_INVALID_PROPFIND_TYPE_0		=Invalid Propfind type




© 2015 - 2024 Weber Informatics LLC | Privacy Policy