<?xml version="1.0" standalone="yes" ?>
<Errors>
	<xs:schema id="Errors" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
		<xs:element name="Errors" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
			<xs:complexType>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:element name="en-US">
						<xs:complexType>
							<xs:sequence>
								<xs:element name="ErrorID" type="xs:int" minOccurs="0" />
								<xs:element name="ErrorLevel" type="xs:int" minOccurs="0" />
								<xs:element name="ShortDescription" type="xs:string" minOccurs="0" />
								<xs:element name="LongDescription" type="xs:string" minOccurs="0" />
							</xs:sequence>
						</xs:complexType>
					</xs:element>
					<xs:element name="de-DE">
						<xs:complexType>
							<xs:sequence>
								<xs:element name="ErrorID" type="xs:int" minOccurs="0" />
								<xs:element name="ErrorLevel" type="xs:int" minOccurs="0" />
								<xs:element name="ShortDescription" type="xs:string" minOccurs="0" />
								<xs:element name="LongDescription" type="xs:string" minOccurs="0" />
							</xs:sequence>
						</xs:complexType>
					</xs:element>
				</xs:choice>
			</xs:complexType>
		</xs:element>
	</xs:schema>
	<en-US>
		<ErrorID>0</ErrorID>
		<ErrorLevel>0</ErrorLevel>
		<ShortDescription>Success</ShortDescription>
		<LongDescription>Success</LongDescription>
	</en-US>
	<en-US>
		<ErrorID>4</ErrorID>
		<ErrorLevel>1</ErrorLevel>
		<ShortDescription>Out Of Space Error</ShortDescription>
		<LongDescription>{0} was unable to back up the file because you are out of space on the destination.</LongDescription>
	</en-US>
	<en-US>
		<ErrorID>5</ErrorID>
		<ErrorLevel>1</ErrorLevel>
		<ShortDescription>Configuration Error</ShortDescription>
		<LongDescription>{0} was unable to back up this file due to a configuration issue. If you are backing up to a destination which requires a user name and password for authentication, please verify that the user name and password are correct. This error may also indicate that there is no space available on the destination.</LongDescription>
	</en-US>
	<en-US>
		<ErrorID>7</ErrorID>
		<ErrorLevel>2</ErrorLevel>
		<ShortDescription>Transient Error</ShortDescription>
		<LongDescription>{0} was unable to back up this file due to a transient error. This is most likely because the file was locked by another process (for example, {0} cannot back up Microsoft Outlook .pst files if Outlook is running), or due to a loss of network connectivity. {0} will re-attempt the backup of these files every 2 minutes until successful.</LongDescription>
	</en-US>
	<en-US>
		<ErrorID>8</ErrorID>
		<ErrorLevel>1</ErrorLevel>
		<ShortDescription>File rejected</ShortDescription>
		<LongDescription>{0} was unable to store this file because the backup destination rejected it. This may indicate that the file type was not supported by the backup destination or the destination was disconnected during backup.</LongDescription>
	</en-US>
	<en-US>
		<ErrorID>9</ErrorID>
		<ErrorLevel>1</ErrorLevel>
		<ShortDescription>General Error</ShortDescription>
		<LongDescription>{0} was unable to back up this file due to an unknown error. This could occur because of a hardware failure on the source or destination device, or due to a loss of network connectivity.</LongDescription>
	</en-US>
	<en-US>
		<ErrorID>11</ErrorID>
		<ErrorLevel>1</ErrorLevel>
		<ShortDescription>Path Not Found</ShortDescription>
		<LongDescription>{0} detected that a path specified in your backup rules could not be found. The path may have been renamed, deleted, or resides on a device that is not currently accessible.</LongDescription>
	</en-US>
	<en-US>
		<ErrorID>12</ErrorID>
		<ErrorLevel>1</ErrorLevel>
		<ShortDescription>Destination Not Available</ShortDescription>
		<LongDescription>{0} was unable to continue with the backup because of an error detected at the backup destination.  The destination could be disconnected or not available.  {0} will resume backup once the destination becomes available again.</LongDescription>
	</en-US>
</Errors>