Files
duplicati/Duplicati/CommandLine/Strings/Program.resx
T
kenneth.skovhede@gmail.com 51552bea24 Fixes for issue #18.
Added snapshot support using either VSS (win xp/vista/7) or LVM (linux).
Using the snapshot feature requires administrative/root privileges, and is toggled by the "snapshot-policy" option (by commandline or in advanced settings).

Also improved the validation of options to not show incorrect warnings.
This fixes issue #233.


git-svn-id: https://duplicati.googlecode.com/svn/trunk@461 59da171f-624f-0410-aa54-27559c288bec
2010-08-12 18:32:15 +00:00

208 lines
9.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="AddedFoldersHeader" xml:space="preserve">
<value>Added folders</value>
</data>
<data name="ConfirmPassphrasePrompt" xml:space="preserve">
<value>Confirm passphrase</value>
</data>
<data name="ControlFilesHeader" xml:space="preserve">
<value>Control files</value>
</data>
<data name="DeletedFilesHeader" xml:space="preserve">
<value>Deleted files</value>
</data>
<data name="DeletedFoldersHeader" xml:space="preserve">
<value>Deleted folders</value>
</data>
<data name="DuplicatiOptionsHeader" xml:space="preserve">
<value>Duplicati options:</value>
</data>
<data name="EmptyPassphraseError" xml:space="preserve">
<value>Empty passphrases are not allowed</value>
</data>
<data name="EnterPassphrasePrompt" xml:space="preserve">
<value>Enter passphrase</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="ExampleLinux" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\ExampleLinux.txt;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
</data>
<data name="ExampleWindows" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\ExampleWindows.txt;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
</data>
<data name="GenericModulesHeader" xml:space="preserve">
<value>Supported generic modules:</value>
</data>
<data name="IntegerParseError" xml:space="preserve">
<value>Unable to parse "{0}" into a number</value>
</data>
<data name="InternalOptionUsedError" xml:space="preserve">
<value>The option --{0} was supplied, but it is reserved for internal use and may not be set on the commandline</value>
</data>
<data name="ModifiedFilesHeader" xml:space="preserve">
<value>Modified files</value>
</data>
<data name="ModuleIsLoadedAutomatically" xml:space="preserve">
<value>Module is loaded atomatically, use --disable-module to prevent this</value>
</data>
<data name="ModuleIsNotLoadedAutomatically" xml:space="preserve">
<value>Module is not loaded atomatically, use --enable-module to load it</value>
</data>
<data name="NewFilesHeader" xml:space="preserve">
<value>New files</value>
</data>
<data name="NewOrModifiedFilesHeader" xml:space="preserve">
<value>New/Modified files</value>
</data>
<data name="PassphraseMismatchError" xml:space="preserve">
<value>The passphrases do not match</value>
</data>
<data name="SettingDefaultTimeSeperatorWarning" xml:space="preserve">
<value>WARNING: Duplicati uses the character : as the time seperator as that makes the filenames easier to read. However, that character is not supported on Windows filesystems. To work around this issue, Duplicati has adjusted the timeseperator char to '. Use the commandline option --time-separator=":" to prevent this from happening.</value>
</data>
<data name="SupportedBackendsHeader" xml:space="preserve">
<value>Supported backends:</value>
</data>
<data name="SupportedCompressionModulesHeader" xml:space="preserve">
<value>Supported compression modules:</value>
</data>
<data name="SupportedEncryptionModulesHeader" xml:space="preserve">
<value>Supported encryption modules:</value>
</data>
<data name="SupportedOptionsHeader" xml:space="preserve">
<value>Supported options:</value>
</data>
<data name="TimeParseError" xml:space="preserve">
<value>Unable to parse "{0}" into a time offset: {1}</value>
</data>
<data name="UnhandledException" xml:space="preserve">
<value>An error occured: {0}</value>
</data>
<data name="UnhandledInnerException" xml:space="preserve">
<value>The inner error message is: {0}</value>
</data>
<data name="Usage" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Usage.txt;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
</data>
<data name="WrongNumberOfArgumentsError" xml:space="preserve">
<value>Wrong number of aguments</value>
</data>
</root>