@ -0,0 +1,213 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Bold" xml:space="preserve">
|
||||
<value>Fett</value>
|
||||
</data>
|
||||
<data name="CreateLink" xml:space="preserve">
|
||||
<value>Hyperlink einfügen</value>
|
||||
</data>
|
||||
<data name="DeleteFile" xml:space="preserve">
|
||||
<value>Are you sure you want to delete "{0}"?</value>
|
||||
</data>
|
||||
<data name="DirectoryNotFound" xml:space="preserve">
|
||||
<value>A directory with this name was not found.</value>
|
||||
</data>
|
||||
<data name="EmptyFolder" xml:space="preserve">
|
||||
<value>Empty Folder</value>
|
||||
</data>
|
||||
<data name="FontName" xml:space="preserve">
|
||||
<value>Schriftfamilie</value>
|
||||
</data>
|
||||
<data name="FontNameInherit" xml:space="preserve">
|
||||
<value>(Schrift übernehmen)</value>
|
||||
</data>
|
||||
<data name="FontSize" xml:space="preserve">
|
||||
<value>Größe</value>
|
||||
</data>
|
||||
<data name="FontSizeInherit" xml:space="preserve">
|
||||
<value>(Größe übernehmen)</value>
|
||||
</data>
|
||||
<data name="FormatBlock" xml:space="preserve">
|
||||
<value>Absatzstil</value>
|
||||
</data>
|
||||
<data name="Indent" xml:space="preserve">
|
||||
<value>Einzug vergrößern</value>
|
||||
</data>
|
||||
<data name="InsertHtml" xml:space="preserve">
|
||||
<value>HTML einfügen</value>
|
||||
</data>
|
||||
<data name="InsertImage" xml:space="preserve">
|
||||
<value>Einfügen Bild</value>
|
||||
</data>
|
||||
<data name="InsertOrderedList" xml:space="preserve">
|
||||
<value>Numerierte Liste</value>
|
||||
</data>
|
||||
<data name="InsertUnorderedList" xml:space="preserve">
|
||||
<value>Aufzählliste</value>
|
||||
</data>
|
||||
<data name="InvalidFileType" xml:space="preserve">
|
||||
<value>The selected file "{0}" is not valid. Supported file types are {1}.</value>
|
||||
</data>
|
||||
<data name="Italic" xml:space="preserve">
|
||||
<value>Kursiv</value>
|
||||
</data>
|
||||
<data name="JustifyCenter" xml:space="preserve">
|
||||
<value>Zentriert</value>
|
||||
</data>
|
||||
<data name="JustifyFull" xml:space="preserve">
|
||||
<value>Ausrichten</value>
|
||||
</data>
|
||||
<data name="JustifyLeft" xml:space="preserve">
|
||||
<value>Linksbündig</value>
|
||||
</data>
|
||||
<data name="JustifyRight" xml:space="preserve">
|
||||
<value>Rechtsbündig</value>
|
||||
</data>
|
||||
<data name="OrderBy" xml:space="preserve">
|
||||
<value>Arrange by:</value>
|
||||
</data>
|
||||
<data name="OrderByName" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="OrderBySize" xml:space="preserve">
|
||||
<value>Size</value>
|
||||
</data>
|
||||
<data name="Outdent" xml:space="preserve">
|
||||
<value>Einzug verkleinern</value>
|
||||
</data>
|
||||
<data name="OverwriteFile" xml:space="preserve">
|
||||
<value>A file with name "{0}" already exists in the current directory. Do you want to overwrite it?</value>
|
||||
</data>
|
||||
<data name="Strikethrough" xml:space="preserve">
|
||||
<value>Durchgestrichen</value>
|
||||
</data>
|
||||
<data name="Style" xml:space="preserve">
|
||||
<value>Stil</value>
|
||||
</data>
|
||||
<data name="Underline" xml:space="preserve">
|
||||
<value>Unterstrichen</value>
|
||||
</data>
|
||||
<data name="Unlink" xml:space="preserve">
|
||||
<value>Hyperlink entfernen</value>
|
||||
</data>
|
||||
<data name="UploadFile" xml:space="preserve">
|
||||
<value>Upload</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,213 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Bold" xml:space="preserve">
|
||||
<value>Bold</value>
|
||||
</data>
|
||||
<data name="CreateLink" xml:space="preserve">
|
||||
<value>Insert hyperlink</value>
|
||||
</data>
|
||||
<data name="DeleteFile" xml:space="preserve">
|
||||
<value>Are you sure you want to delete "{0}"?</value>
|
||||
</data>
|
||||
<data name="DirectoryNotFound" xml:space="preserve">
|
||||
<value>A directory with this name was not found.</value>
|
||||
</data>
|
||||
<data name="EmptyFolder" xml:space="preserve">
|
||||
<value>Empty Folder</value>
|
||||
</data>
|
||||
<data name="FontName" xml:space="preserve">
|
||||
<value>Select font family</value>
|
||||
</data>
|
||||
<data name="FontNameInherit" xml:space="preserve">
|
||||
<value>(inherited font)</value>
|
||||
</data>
|
||||
<data name="FontSize" xml:space="preserve">
|
||||
<value>Select font size</value>
|
||||
</data>
|
||||
<data name="FontSizeInherit" xml:space="preserve">
|
||||
<value>(inherited size)</value>
|
||||
</data>
|
||||
<data name="FormatBlock" xml:space="preserve">
|
||||
<value>Select block type</value>
|
||||
</data>
|
||||
<data name="Indent" xml:space="preserve">
|
||||
<value>Indent</value>
|
||||
</data>
|
||||
<data name="InsertHtml" xml:space="preserve">
|
||||
<value>Insert HTML</value>
|
||||
</data>
|
||||
<data name="InsertImage" xml:space="preserve">
|
||||
<value>Insert image</value>
|
||||
</data>
|
||||
<data name="InsertOrderedList" xml:space="preserve">
|
||||
<value>Insert ordered list</value>
|
||||
</data>
|
||||
<data name="InsertUnorderedList" xml:space="preserve">
|
||||
<value>Insert unordered list</value>
|
||||
</data>
|
||||
<data name="InvalidFileType" xml:space="preserve">
|
||||
<value>The selected file \"{0}\" is not valid. Supported file types are {1}.</value>
|
||||
</data>
|
||||
<data name="Italic" xml:space="preserve">
|
||||
<value>Italic</value>
|
||||
</data>
|
||||
<data name="JustifyCenter" xml:space="preserve">
|
||||
<value>Center text</value>
|
||||
</data>
|
||||
<data name="JustifyFull" xml:space="preserve">
|
||||
<value>Justify</value>
|
||||
</data>
|
||||
<data name="JustifyLeft" xml:space="preserve">
|
||||
<value>Align text left</value>
|
||||
</data>
|
||||
<data name="JustifyRight" xml:space="preserve">
|
||||
<value>Align text right</value>
|
||||
</data>
|
||||
<data name="OrderBy" xml:space="preserve">
|
||||
<value>Arrange by:</value>
|
||||
</data>
|
||||
<data name="OrderByName" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="OrderBySize" xml:space="preserve">
|
||||
<value>Size</value>
|
||||
</data>
|
||||
<data name="Outdent" xml:space="preserve">
|
||||
<value>Outdent</value>
|
||||
</data>
|
||||
<data name="OverwriteFile" xml:space="preserve">
|
||||
<value>'A file with name "{0}" already exists in the current directory. Do you want to overwrite it?</value>
|
||||
</data>
|
||||
<data name="Strikethrough" xml:space="preserve">
|
||||
<value>Strikethrough</value>
|
||||
</data>
|
||||
<data name="Style" xml:space="preserve">
|
||||
<value>Styles</value>
|
||||
</data>
|
||||
<data name="Underline" xml:space="preserve">
|
||||
<value>Underline</value>
|
||||
</data>
|
||||
<data name="Unlink" xml:space="preserve">
|
||||
<value>Remove hyperlink</value>
|
||||
</data>
|
||||
<data name="UploadFile" xml:space="preserve">
|
||||
<value>Upload</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,207 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Bold" xml:space="preserve">
|
||||
<value>Gras</value>
|
||||
</data>
|
||||
<data name="CreateLink" xml:space="preserve">
|
||||
<value>Insérer un lien hypertexte</value>
|
||||
</data>
|
||||
<data name="DeleteFile" xml:space="preserve">
|
||||
<value>Are you sure you want to delete "{0}"?</value>
|
||||
</data>
|
||||
<data name="DirectoryNotFound" xml:space="preserve">
|
||||
<value>A directory with this name was not found.</value>
|
||||
</data>
|
||||
<data name="EmptyFolder" xml:space="preserve">
|
||||
<value>Empty Folder</value>
|
||||
</data>
|
||||
<data name="FontName" xml:space="preserve">
|
||||
<value>Famille de polices</value>
|
||||
</data>
|
||||
<data name="FontSize" xml:space="preserve">
|
||||
<value>Dimension</value>
|
||||
</data>
|
||||
<data name="FormatBlock" xml:space="preserve">
|
||||
<value>Style du paragraphe</value>
|
||||
</data>
|
||||
<data name="Indent" xml:space="preserve">
|
||||
<value>Augmenter le retrait</value>
|
||||
</data>
|
||||
<data name="InsertHtml" xml:space="preserve">
|
||||
<value>Insèrer HTML</value>
|
||||
</data>
|
||||
<data name="InsertImage" xml:space="preserve">
|
||||
<value>Insèrer Image</value>
|
||||
</data>
|
||||
<data name="InsertOrderedList" xml:space="preserve">
|
||||
<value>Liste numérotée</value>
|
||||
</data>
|
||||
<data name="InsertUnorderedList" xml:space="preserve">
|
||||
<value>Liste à puces</value>
|
||||
</data>
|
||||
<data name="InvalidFileType" xml:space="preserve">
|
||||
<value>The selected file "{0}" is not valid. Supported file types are {1}.</value>
|
||||
</data>
|
||||
<data name="Italic" xml:space="preserve">
|
||||
<value>Italique</value>
|
||||
</data>
|
||||
<data name="JustifyCenter" xml:space="preserve">
|
||||
<value>Centrer</value>
|
||||
</data>
|
||||
<data name="JustifyFull" xml:space="preserve">
|
||||
<value>Justifier</value>
|
||||
</data>
|
||||
<data name="JustifyLeft" xml:space="preserve">
|
||||
<value>Alignement à gauche</value>
|
||||
</data>
|
||||
<data name="JustifyRight" xml:space="preserve">
|
||||
<value>Alignement à droite</value>
|
||||
</data>
|
||||
<data name="OrderBy" xml:space="preserve">
|
||||
<value>Arrange by:</value>
|
||||
</data>
|
||||
<data name="OrderByName" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="OrderBySize" xml:space="preserve">
|
||||
<value>Size</value>
|
||||
</data>
|
||||
<data name="Outdent" xml:space="preserve">
|
||||
<value>Réduire le retrait</value>
|
||||
</data>
|
||||
<data name="OverwriteFile" xml:space="preserve">
|
||||
<value>A file with name "{0}" already exists in the current directory. Do you want to overwrite it?</value>
|
||||
</data>
|
||||
<data name="Strikethrough" xml:space="preserve">
|
||||
<value>Texte barré</value>
|
||||
</data>
|
||||
<data name="Style" xml:space="preserve">
|
||||
<value>Style</value>
|
||||
</data>
|
||||
<data name="Underline" xml:space="preserve">
|
||||
<value>Souligné</value>
|
||||
</data>
|
||||
<data name="Unlink" xml:space="preserve">
|
||||
<value>Supprimer hyperlien</value>
|
||||
</data>
|
||||
<data name="UploadFile" xml:space="preserve">
|
||||
<value>Upload</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,213 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Bold" xml:space="preserve">
|
||||
<value>Wytłuszczenie</value>
|
||||
</data>
|
||||
<data name="CreateLink" xml:space="preserve">
|
||||
<value>Wstaw link</value>
|
||||
</data>
|
||||
<data name="DeleteFile" xml:space="preserve">
|
||||
<value>Are you sure you want to delete "{0}"?</value>
|
||||
</data>
|
||||
<data name="DirectoryNotFound" xml:space="preserve">
|
||||
<value>A directory with this name was not found.</value>
|
||||
</data>
|
||||
<data name="EmptyFolder" xml:space="preserve">
|
||||
<value>Empty Folder</value>
|
||||
</data>
|
||||
<data name="FontName" xml:space="preserve">
|
||||
<value>Wybierz czcionkę</value>
|
||||
</data>
|
||||
<data name="FontNameInherit" xml:space="preserve">
|
||||
<value>(czcionka odziedziczona)</value>
|
||||
</data>
|
||||
<data name="FontSize" xml:space="preserve">
|
||||
<value>Wybierz rozmiar czcionki</value>
|
||||
</data>
|
||||
<data name="FontSizeInherit" xml:space="preserve">
|
||||
<value>(inherited size)</value>
|
||||
</data>
|
||||
<data name="FormatBlock" xml:space="preserve">
|
||||
<value>Wybierz rozmiar bloku</value>
|
||||
</data>
|
||||
<data name="Indent" xml:space="preserve">
|
||||
<value>Wcięcie</value>
|
||||
</data>
|
||||
<data name="InsertHtml" xml:space="preserve">
|
||||
<value>Wstaw HTML</value>
|
||||
</data>
|
||||
<data name="InsertImage" xml:space="preserve">
|
||||
<value>Wstaw obraz</value>
|
||||
</data>
|
||||
<data name="InsertOrderedList" xml:space="preserve">
|
||||
<value>Wstaw listę numerowaną</value>
|
||||
</data>
|
||||
<data name="InsertUnorderedList" xml:space="preserve">
|
||||
<value>Wstaw listę wypunktowaną</value>
|
||||
</data>
|
||||
<data name="InvalidFileType" xml:space="preserve">
|
||||
<value>The selected file "{0}" is not valid. Supported file types are {1}.</value>
|
||||
</data>
|
||||
<data name="Italic" xml:space="preserve">
|
||||
<value>Kursywa</value>
|
||||
</data>
|
||||
<data name="JustifyCenter" xml:space="preserve">
|
||||
<value>Centruj tekst</value>
|
||||
</data>
|
||||
<data name="JustifyFull" xml:space="preserve">
|
||||
<value>Wyrównaj tekst</value>
|
||||
</data>
|
||||
<data name="JustifyLeft" xml:space="preserve">
|
||||
<value>Wyrównaj tekst do lewej</value>
|
||||
</data>
|
||||
<data name="JustifyRight" xml:space="preserve">
|
||||
<value>Wyrównaj tekst do prawej</value>
|
||||
</data>
|
||||
<data name="OrderBy" xml:space="preserve">
|
||||
<value>Arrange by:</value>
|
||||
</data>
|
||||
<data name="OrderByName" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="OrderBySize" xml:space="preserve">
|
||||
<value>Size</value>
|
||||
</data>
|
||||
<data name="Outdent" xml:space="preserve">
|
||||
<value>Zmniejsz wcięcie</value>
|
||||
</data>
|
||||
<data name="OverwriteFile" xml:space="preserve">
|
||||
<value>A file with name "{0}" already exists in the current directory. Do you want to overwrite it?</value>
|
||||
</data>
|
||||
<data name="Strikethrough" xml:space="preserve">
|
||||
<value>Przekreślenie</value>
|
||||
</data>
|
||||
<data name="Style" xml:space="preserve">
|
||||
<value>Style</value>
|
||||
</data>
|
||||
<data name="Underline" xml:space="preserve">
|
||||
<value>Podkreślenie</value>
|
||||
</data>
|
||||
<data name="Unlink" xml:space="preserve">
|
||||
<value>Usuń link</value>
|
||||
</data>
|
||||
<data name="UploadFile" xml:space="preserve">
|
||||
<value>Upload</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,207 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Bold" xml:space="preserve">
|
||||
<value>Negrito</value>
|
||||
</data>
|
||||
<data name="CreateLink" xml:space="preserve">
|
||||
<value>Adicionar Link</value>
|
||||
</data>
|
||||
<data name="DeleteFile" xml:space="preserve">
|
||||
<value>Are you sure you want to delete "{0}"?</value>
|
||||
</data>
|
||||
<data name="DirectoryNotFound" xml:space="preserve">
|
||||
<value>A directory with this name was not found.</value>
|
||||
</data>
|
||||
<data name="EmptyFolder" xml:space="preserve">
|
||||
<value>Empty Folder</value>
|
||||
</data>
|
||||
<data name="FontName" xml:space="preserve">
|
||||
<value>Fonte</value>
|
||||
</data>
|
||||
<data name="FontSize" xml:space="preserve">
|
||||
<value>Tamanho</value>
|
||||
</data>
|
||||
<data name="FormatBlock" xml:space="preserve">
|
||||
<value>Formatar Bloco</value>
|
||||
</data>
|
||||
<data name="Indent" xml:space="preserve">
|
||||
<value>Aumentar Recuo</value>
|
||||
</data>
|
||||
<data name="InsertHtml" xml:space="preserve">
|
||||
<value>Inserir HTML</value>
|
||||
</data>
|
||||
<data name="InsertImage" xml:space="preserve">
|
||||
<value>Inserir Imagem</value>
|
||||
</data>
|
||||
<data name="InsertOrderedList" xml:space="preserve">
|
||||
<value>Inserir Lista Ordenada</value>
|
||||
</data>
|
||||
<data name="InsertUnorderedList" xml:space="preserve">
|
||||
<value>Inserir Lista Aleatória</value>
|
||||
</data>
|
||||
<data name="InvalidFileType" xml:space="preserve">
|
||||
<value>The selected file "{0}" is not valid. Supported file types are {1}.</value>
|
||||
</data>
|
||||
<data name="Italic" xml:space="preserve">
|
||||
<value>Itálico</value>
|
||||
</data>
|
||||
<data name="JustifyCenter" xml:space="preserve">
|
||||
<value>Alinhar Centro</value>
|
||||
</data>
|
||||
<data name="JustifyFull" xml:space="preserve">
|
||||
<value>Justificar</value>
|
||||
</data>
|
||||
<data name="JustifyLeft" xml:space="preserve">
|
||||
<value>Alinhar à Esquerda</value>
|
||||
</data>
|
||||
<data name="JustifyRight" xml:space="preserve">
|
||||
<value>Alinhar à Direita</value>
|
||||
</data>
|
||||
<data name="OrderBy" xml:space="preserve">
|
||||
<value>Arrange by:</value>
|
||||
</data>
|
||||
<data name="OrderByName" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="OrderBySize" xml:space="preserve">
|
||||
<value>Size</value>
|
||||
</data>
|
||||
<data name="Outdent" xml:space="preserve">
|
||||
<value>Diminuir Recuo</value>
|
||||
</data>
|
||||
<data name="OverwriteFile" xml:space="preserve">
|
||||
<value>A file with name "{0}" already exists in the current directory. Do you want to overwrite it?</value>
|
||||
</data>
|
||||
<data name="Strikethrough" xml:space="preserve">
|
||||
<value>Tachado</value>
|
||||
</data>
|
||||
<data name="Style" xml:space="preserve">
|
||||
<value>Estilo</value>
|
||||
</data>
|
||||
<data name="Underline" xml:space="preserve">
|
||||
<value>Sublinhado</value>
|
||||
</data>
|
||||
<data name="Unlink" xml:space="preserve">
|
||||
<value>Remover Link</value>
|
||||
</data>
|
||||
<data name="UploadFile" xml:space="preserve">
|
||||
<value>Upload</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,207 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Bold" xml:space="preserve">
|
||||
<value>Полужирный</value>
|
||||
</data>
|
||||
<data name="CreateLink" xml:space="preserve">
|
||||
<value>Вставить гиперссылку</value>
|
||||
</data>
|
||||
<data name="DeleteFile" xml:space="preserve">
|
||||
<value>Are you sure you want to delete "{0}"?</value>
|
||||
</data>
|
||||
<data name="DirectoryNotFound" xml:space="preserve">
|
||||
<value>A directory with this name was not found.</value>
|
||||
</data>
|
||||
<data name="EmptyFolder" xml:space="preserve">
|
||||
<value>Empty Folder</value>
|
||||
</data>
|
||||
<data name="FontName" xml:space="preserve">
|
||||
<value>Выбрать шрифт</value>
|
||||
</data>
|
||||
<data name="FontSize" xml:space="preserve">
|
||||
<value>Выбрать размер шрифта</value>
|
||||
</data>
|
||||
<data name="FormatBlock" xml:space="preserve">
|
||||
<value>Форматирование</value>
|
||||
</data>
|
||||
<data name="Indent" xml:space="preserve">
|
||||
<value>Увеличить отступ</value>
|
||||
</data>
|
||||
<data name="InsertHtml" xml:space="preserve">
|
||||
<value>Вставить HTML</value>
|
||||
</data>
|
||||
<data name="InsertImage" xml:space="preserve">
|
||||
<value>Вставить изображение</value>
|
||||
</data>
|
||||
<data name="InsertOrderedList" xml:space="preserve">
|
||||
<value>Вставить нумерованный список</value>
|
||||
</data>
|
||||
<data name="InsertUnorderedList" xml:space="preserve">
|
||||
<value>Вставить маркированныйсписок</value>
|
||||
</data>
|
||||
<data name="InvalidFileType" xml:space="preserve">
|
||||
<value>The selected file "{0}" is not valid. Supported file types are {1}.</value>
|
||||
</data>
|
||||
<data name="Italic" xml:space="preserve">
|
||||
<value>Курсив</value>
|
||||
</data>
|
||||
<data name="JustifyCenter" xml:space="preserve">
|
||||
<value>Выровнять по центру</value>
|
||||
</data>
|
||||
<data name="JustifyFull" xml:space="preserve">
|
||||
<value>Выровнять по ширине</value>
|
||||
</data>
|
||||
<data name="JustifyLeft" xml:space="preserve">
|
||||
<value>Выровнять по левому краю</value>
|
||||
</data>
|
||||
<data name="JustifyRight" xml:space="preserve">
|
||||
<value>Выровнять по правому краю</value>
|
||||
</data>
|
||||
<data name="OrderBy" xml:space="preserve">
|
||||
<value>Arrange by:</value>
|
||||
</data>
|
||||
<data name="OrderByName" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="OrderBySize" xml:space="preserve">
|
||||
<value>Size</value>
|
||||
</data>
|
||||
<data name="Outdent" xml:space="preserve">
|
||||
<value>Уменьшить отступ</value>
|
||||
</data>
|
||||
<data name="OverwriteFile" xml:space="preserve">
|
||||
<value>A file with name "{0}" already exists in the current directory. Do you want to overwrite it?</value>
|
||||
</data>
|
||||
<data name="Strikethrough" xml:space="preserve">
|
||||
<value>Зачеркнутый</value>
|
||||
</data>
|
||||
<data name="Style" xml:space="preserve">
|
||||
<value>Стиль</value>
|
||||
</data>
|
||||
<data name="Underline" xml:space="preserve">
|
||||
<value>Подчеркнутый</value>
|
||||
</data>
|
||||
<data name="Unlink" xml:space="preserve">
|
||||
<value>Удалить гиперссылку</value>
|
||||
</data>
|
||||
<data name="UploadFile" xml:space="preserve">
|
||||
<value>Upload</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,207 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Bold" xml:space="preserve">
|
||||
<value>Жирний</value>
|
||||
</data>
|
||||
<data name="CreateLink" xml:space="preserve">
|
||||
<value>Додати посилання</value>
|
||||
</data>
|
||||
<data name="DeleteFile" xml:space="preserve">
|
||||
<value>Are you sure you want to delete "{0}"?</value>
|
||||
</data>
|
||||
<data name="DirectoryNotFound" xml:space="preserve">
|
||||
<value>A directory with this name was not found.</value>
|
||||
</data>
|
||||
<data name="EmptyFolder" xml:space="preserve">
|
||||
<value>Empty Folder</value>
|
||||
</data>
|
||||
<data name="FontName" xml:space="preserve">
|
||||
<value>Шрифт</value>
|
||||
</data>
|
||||
<data name="FontSize" xml:space="preserve">
|
||||
<value>Розмір шрифта</value>
|
||||
</data>
|
||||
<data name="FormatBlock" xml:space="preserve">
|
||||
<value>Форматування</value>
|
||||
</data>
|
||||
<data name="Indent" xml:space="preserve">
|
||||
<value>Збільшити відступ</value>
|
||||
</data>
|
||||
<data name="InsertHtml" xml:space="preserve">
|
||||
<value>Додати HTML</value>
|
||||
</data>
|
||||
<data name="InsertImage" xml:space="preserve">
|
||||
<value>Додати зображення</value>
|
||||
</data>
|
||||
<data name="InsertOrderedList" xml:space="preserve">
|
||||
<value>Нумерований список</value>
|
||||
</data>
|
||||
<data name="InsertUnorderedList" xml:space="preserve">
|
||||
<value>Маркований список</value>
|
||||
</data>
|
||||
<data name="InvalidFileType" xml:space="preserve">
|
||||
<value>The selected file "{0}" is not valid. Supported file types are {1}.</value>
|
||||
</data>
|
||||
<data name="Italic" xml:space="preserve">
|
||||
<value>Курсив</value>
|
||||
</data>
|
||||
<data name="JustifyCenter" xml:space="preserve">
|
||||
<value>По центру</value>
|
||||
</data>
|
||||
<data name="JustifyFull" xml:space="preserve">
|
||||
<value>По ширині</value>
|
||||
</data>
|
||||
<data name="JustifyLeft" xml:space="preserve">
|
||||
<value>По лівому краю</value>
|
||||
</data>
|
||||
<data name="JustifyRight" xml:space="preserve">
|
||||
<value>По правому краю</value>
|
||||
</data>
|
||||
<data name="OrderBy" xml:space="preserve">
|
||||
<value>Arrange by:</value>
|
||||
</data>
|
||||
<data name="OrderByName" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="OrderBySize" xml:space="preserve">
|
||||
<value>Size</value>
|
||||
</data>
|
||||
<data name="Outdent" xml:space="preserve">
|
||||
<value>Зменшити відступ</value>
|
||||
</data>
|
||||
<data name="OverwriteFile" xml:space="preserve">
|
||||
<value>A file with name "{0}" already exists in the current directory. Do you want to overwrite it?</value>
|
||||
</data>
|
||||
<data name="Strikethrough" xml:space="preserve">
|
||||
<value>Закреслений</value>
|
||||
</data>
|
||||
<data name="Style" xml:space="preserve">
|
||||
<value>Стиль</value>
|
||||
</data>
|
||||
<data name="Underline" xml:space="preserve">
|
||||
<value>Підкреслений</value>
|
||||
</data>
|
||||
<data name="Unlink" xml:space="preserve">
|
||||
<value>Видалити посилання</value>
|
||||
</data>
|
||||
<data name="UploadFile" xml:space="preserve">
|
||||
<value>Upload</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,255 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AddNew" xml:space="preserve">
|
||||
<value>Neuen Datensatz hinzufügen</value>
|
||||
</data>
|
||||
<data name="Delete" xml:space="preserve">
|
||||
<value>Löschen</value>
|
||||
</data>
|
||||
<data name="Cancel" xml:space="preserve">
|
||||
<value>Abbrechen</value>
|
||||
</data>
|
||||
<data name="Update" xml:space="preserve">
|
||||
<value>Aktualisiere</value>
|
||||
</data>
|
||||
<data name="Insert" xml:space="preserve">
|
||||
<value>Einfügen</value>
|
||||
</data>
|
||||
<data name="Edit" xml:space="preserve">
|
||||
<value>Bearbeiten</value>
|
||||
</data>
|
||||
<data name="Select" xml:space="preserve">
|
||||
<value>Wähle</value>
|
||||
</data>
|
||||
<data name="Page" xml:space="preserve">
|
||||
<value>Seite</value>
|
||||
</data>
|
||||
<data name="DisplayingItems" xml:space="preserve">
|
||||
<value>Anzeigen der Elemente {0} - {1} von {2}</value>
|
||||
</data>
|
||||
<data name="PageOf" xml:space="preserve">
|
||||
<value>von {0}</value>
|
||||
</data>
|
||||
<data name="Filter" xml:space="preserve">
|
||||
<value>Filter</value>
|
||||
</data>
|
||||
<data name="FilterAnd" xml:space="preserve">
|
||||
<value>Und</value>
|
||||
</data>
|
||||
<data name="FilterClear" xml:space="preserve">
|
||||
<value>Filter löschen</value>
|
||||
</data>
|
||||
<data name="FilterDateEq" xml:space="preserve">
|
||||
<value>Ist gleich</value>
|
||||
</data>
|
||||
<data name="FilterDateGe" xml:space="preserve">
|
||||
<value>Ist nach oder gleich</value>
|
||||
</data>
|
||||
<data name="FilterDateGt" xml:space="preserve">
|
||||
<value>Ist nach</value>
|
||||
</data>
|
||||
<data name="FilterDateLe" xml:space="preserve">
|
||||
<value>Ist vor oder gleich</value>
|
||||
</data>
|
||||
<data name="FilterDateLt" xml:space="preserve">
|
||||
<value>Ist vor</value>
|
||||
</data>
|
||||
<data name="FilterDateNe" xml:space="preserve">
|
||||
<value>Ist nicht gleich</value>
|
||||
</data>
|
||||
<data name="FilterNumberEq" xml:space="preserve">
|
||||
<value>Ist gleich</value>
|
||||
</data>
|
||||
<data name="FilterNumberGe" xml:space="preserve">
|
||||
<value>Ist größer als oder gleich</value>
|
||||
</data>
|
||||
<data name="FilterNumberGt" xml:space="preserve">
|
||||
<value>Ist größer als</value>
|
||||
</data>
|
||||
<data name="FilterNumberLe" xml:space="preserve">
|
||||
<value>Ist kleiner als oder gleich</value>
|
||||
</data>
|
||||
<data name="FilterNumberLt" xml:space="preserve">
|
||||
<value>Ist kleiner</value>
|
||||
</data>
|
||||
<data name="FilterNumberNe" xml:space="preserve">
|
||||
<value>Ist nicht gleich</value>
|
||||
</data>
|
||||
<data name="FilterShowRows" xml:space="preserve">
|
||||
<value>Zeigt Zeilen mit Werten, die</value>
|
||||
</data>
|
||||
<data name="FilterStringEndsWith" xml:space="preserve">
|
||||
<value>Endet mit</value>
|
||||
</data>
|
||||
<data name="FilterStringEq" xml:space="preserve">
|
||||
<value>Ist gleich</value>
|
||||
</data>
|
||||
<data name="FilterStringNe" xml:space="preserve">
|
||||
<value>Ist nicht gleich</value>
|
||||
</data>
|
||||
<data name="FilterStringStartsWith" xml:space="preserve">
|
||||
<value>Beginnt mit</value>
|
||||
</data>
|
||||
<data name="FilterStringSubstringOf" xml:space="preserve">
|
||||
<value>Beinhaltet</value>
|
||||
</data>
|
||||
<data name="GroupHint" xml:space="preserve">
|
||||
<value>Ziehen Sie eine Spaltenüberschrift hierher, um nach dieser Spalte zu gruppieren</value>
|
||||
</data>
|
||||
<data name="FilterEnumEq" xml:space="preserve">
|
||||
<value>Ist gleich</value>
|
||||
</data>
|
||||
<data name="FilterEnumNe" xml:space="preserve">
|
||||
<value>Ist nicht gleich</value>
|
||||
</data>
|
||||
<data name="FilterSelectValue" xml:space="preserve">
|
||||
<value>-wählen Sie-</value>
|
||||
</data>
|
||||
<data name="DeleteConfirmation" xml:space="preserve">
|
||||
<value>Sind Sie sicher, dass Sie diesen Datensatz löschen wollen?</value>
|
||||
</data>
|
||||
<data name="FilterBoolIsFalse" xml:space="preserve">
|
||||
<value>ist falsch</value>
|
||||
</data>
|
||||
<data name="FilterBoolIsTrue" xml:space="preserve">
|
||||
<value>ist richtig</value>
|
||||
</data>
|
||||
<data name="NoRecords" xml:space="preserve">
|
||||
<value>keine Daten</value>
|
||||
</data>
|
||||
<data name="CancelChanges" xml:space="preserve">
|
||||
<value>Änderungen verwerfen</value>
|
||||
</data>
|
||||
<data name="SaveChanges" xml:space="preserve">
|
||||
<value>Änderungen speichern</value>
|
||||
</data>
|
||||
<data name="Refresh" xml:space="preserve">
|
||||
<value>Aktualisieren</value>
|
||||
</data>
|
||||
<data name="SortedAsc" xml:space="preserve">
|
||||
<value>aufsteigend sortiert</value>
|
||||
</data>
|
||||
<data name="SortedDesc" xml:space="preserve">
|
||||
<value>absteigend sortiert</value>
|
||||
</data>
|
||||
<data name="UnGroup" xml:space="preserve">
|
||||
<value>Gruppierung aufheben</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,255 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AddNew" xml:space="preserve">
|
||||
<value>Add new record</value>
|
||||
</data>
|
||||
<data name="Delete" xml:space="preserve">
|
||||
<value>Delete</value>
|
||||
</data>
|
||||
<data name="Cancel" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="Update" xml:space="preserve">
|
||||
<value>Update</value>
|
||||
</data>
|
||||
<data name="Insert" xml:space="preserve">
|
||||
<value>Insert</value>
|
||||
</data>
|
||||
<data name="Edit" xml:space="preserve">
|
||||
<value>Edit</value>
|
||||
</data>
|
||||
<data name="Select" xml:space="preserve">
|
||||
<value>Select</value>
|
||||
</data>
|
||||
<data name="Page" xml:space="preserve">
|
||||
<value>Page </value>
|
||||
</data>
|
||||
<data name="DisplayingItems" xml:space="preserve">
|
||||
<value>Displaying items {0} - {1} of {2}</value>
|
||||
</data>
|
||||
<data name="PageOf" xml:space="preserve">
|
||||
<value>of {0}</value>
|
||||
</data>
|
||||
<data name="Filter" xml:space="preserve">
|
||||
<value>Filter</value>
|
||||
</data>
|
||||
<data name="FilterAnd" xml:space="preserve">
|
||||
<value>And</value>
|
||||
</data>
|
||||
<data name="FilterClear" xml:space="preserve">
|
||||
<value>Clear Filter</value>
|
||||
</data>
|
||||
<data name="FilterDateEq" xml:space="preserve">
|
||||
<value>Is equal to</value>
|
||||
</data>
|
||||
<data name="FilterDateGe" xml:space="preserve">
|
||||
<value>Is after or equal to</value>
|
||||
</data>
|
||||
<data name="FilterDateGt" xml:space="preserve">
|
||||
<value>Is after</value>
|
||||
</data>
|
||||
<data name="FilterDateLe" xml:space="preserve">
|
||||
<value>Is before or equal to</value>
|
||||
</data>
|
||||
<data name="FilterDateLt" xml:space="preserve">
|
||||
<value>Is before</value>
|
||||
</data>
|
||||
<data name="FilterDateNe" xml:space="preserve">
|
||||
<value>Is not equal to</value>
|
||||
</data>
|
||||
<data name="FilterNumberEq" xml:space="preserve">
|
||||
<value>Is equal to</value>
|
||||
</data>
|
||||
<data name="FilterNumberGe" xml:space="preserve">
|
||||
<value>Is greater than or equal to</value>
|
||||
</data>
|
||||
<data name="FilterNumberGt" xml:space="preserve">
|
||||
<value>Is greater than</value>
|
||||
</data>
|
||||
<data name="FilterNumberLe" xml:space="preserve">
|
||||
<value>Is less than or equal to</value>
|
||||
</data>
|
||||
<data name="FilterNumberLt" xml:space="preserve">
|
||||
<value>Is less than</value>
|
||||
</data>
|
||||
<data name="FilterNumberNe" xml:space="preserve">
|
||||
<value>Is not equal to</value>
|
||||
</data>
|
||||
<data name="FilterShowRows" xml:space="preserve">
|
||||
<value>Show rows with value that</value>
|
||||
</data>
|
||||
<data name="FilterStringEndsWith" xml:space="preserve">
|
||||
<value>Ends with</value>
|
||||
</data>
|
||||
<data name="FilterStringEq" xml:space="preserve">
|
||||
<value>Is equal to</value>
|
||||
</data>
|
||||
<data name="FilterStringNe" xml:space="preserve">
|
||||
<value>Is not equal to</value>
|
||||
</data>
|
||||
<data name="FilterStringStartsWith" xml:space="preserve">
|
||||
<value>Starts with</value>
|
||||
</data>
|
||||
<data name="FilterStringSubstringOf" xml:space="preserve">
|
||||
<value>Contains</value>
|
||||
</data>
|
||||
<data name="GroupHint" xml:space="preserve">
|
||||
<value>Drag a column header and drop it here to group by that column</value>
|
||||
</data>
|
||||
<data name="FilterEnumEq" xml:space="preserve">
|
||||
<value>Is equal to</value>
|
||||
</data>
|
||||
<data name="FilterEnumNe" xml:space="preserve">
|
||||
<value>Is not equal to</value>
|
||||
</data>
|
||||
<data name="DeleteConfirmation" xml:space="preserve">
|
||||
<value>Are you sure you want to delete this record?</value>
|
||||
</data>
|
||||
<data name="FilterSelectValue" xml:space="preserve">
|
||||
<value>-Select value-</value>
|
||||
</data>
|
||||
<data name="FilterBoolIsFalse" xml:space="preserve">
|
||||
<value>is false</value>
|
||||
</data>
|
||||
<data name="FilterBoolIsTrue" xml:space="preserve">
|
||||
<value>is true</value>
|
||||
</data>
|
||||
<data name="NoRecords" xml:space="preserve">
|
||||
<value>No records to display.</value>
|
||||
</data>
|
||||
<data name="CancelChanges" xml:space="preserve">
|
||||
<value>Cancel changes</value>
|
||||
</data>
|
||||
<data name="SaveChanges" xml:space="preserve">
|
||||
<value>Save changes</value>
|
||||
</data>
|
||||
<data name="Refresh" xml:space="preserve">
|
||||
<value>Refresh</value>
|
||||
</data>
|
||||
<data name="SortedAsc" xml:space="preserve">
|
||||
<value>sorted ascending</value>
|
||||
</data>
|
||||
<data name="SortedDesc" xml:space="preserve">
|
||||
<value>sorted descending</value>
|
||||
</data>
|
||||
<data name="UnGroup" xml:space="preserve">
|
||||
<value>ungroup</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,252 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AddNew" xml:space="preserve">
|
||||
<value>Añadir nuevo registro</value>
|
||||
</data>
|
||||
<data name="Delete" xml:space="preserve">
|
||||
<value>Eliminar</value>
|
||||
</data>
|
||||
<data name="Cancel" xml:space="preserve">
|
||||
<value>Cancelar</value>
|
||||
</data>
|
||||
<data name="Update" xml:space="preserve">
|
||||
<value>Actualizar</value>
|
||||
</data>
|
||||
<data name="Insert" xml:space="preserve">
|
||||
<value>Añadir</value>
|
||||
</data>
|
||||
<data name="Edit" xml:space="preserve">
|
||||
<value>Editar</value>
|
||||
</data>
|
||||
<data name="Select" xml:space="preserve">
|
||||
<value>Seleccionar</value>
|
||||
</data>
|
||||
<data name="Page" xml:space="preserve">
|
||||
<value>Página</value>
|
||||
</data>
|
||||
<data name="DisplayingItems" xml:space="preserve">
|
||||
<value>Elementos mostrados {0} - {1} de {2}</value>
|
||||
</data>
|
||||
<data name="PageOf" xml:space="preserve">
|
||||
<value>de {0}</value>
|
||||
</data>
|
||||
<data name="Filter" xml:space="preserve">
|
||||
<value>Filtrar</value>
|
||||
</data>
|
||||
<data name="FilterAnd" xml:space="preserve">
|
||||
<value>Y</value>
|
||||
</data>
|
||||
<data name="FilterClear" xml:space="preserve">
|
||||
<value>Limpiar filtro</value>
|
||||
</data>
|
||||
<data name="FilterDateEq" xml:space="preserve">
|
||||
<value>Es igual a</value>
|
||||
</data>
|
||||
<data name="FilterDateGe" xml:space="preserve">
|
||||
<value>Es posterior o igual a</value>
|
||||
</data>
|
||||
<data name="FilterDateGt" xml:space="preserve">
|
||||
<value>Es posterior</value>
|
||||
</data>
|
||||
<data name="FilterDateLe" xml:space="preserve">
|
||||
<value>Es anterior o igual a</value>
|
||||
</data>
|
||||
<data name="FilterDateLt" xml:space="preserve">
|
||||
<value>Es anterior</value>
|
||||
</data>
|
||||
<data name="FilterDateNe" xml:space="preserve">
|
||||
<value>No es igual a</value>
|
||||
</data>
|
||||
<data name="FilterNumberEq" xml:space="preserve">
|
||||
<value>Es igual a</value>
|
||||
</data>
|
||||
<data name="FilterNumberGe" xml:space="preserve">
|
||||
<value>Es mayor o igual que</value>
|
||||
</data>
|
||||
<data name="FilterNumberGt" xml:space="preserve">
|
||||
<value>Es mayor que</value>
|
||||
</data>
|
||||
<data name="FilterNumberLe" xml:space="preserve">
|
||||
<value>Es menor o igual que</value>
|
||||
</data>
|
||||
<data name="FilterNumberLt" xml:space="preserve">
|
||||
<value>Es menor que</value>
|
||||
</data>
|
||||
<data name="FilterNumberNe" xml:space="preserve">
|
||||
<value>No es igual a</value>
|
||||
</data>
|
||||
<data name="FilterShowRows" xml:space="preserve">
|
||||
<value>Mostrar filas con valor que</value>
|
||||
</data>
|
||||
<data name="FilterStringEndsWith" xml:space="preserve">
|
||||
<value>Termina en</value>
|
||||
</data>
|
||||
<data name="FilterStringEq" xml:space="preserve">
|
||||
<value>Es igual a</value>
|
||||
</data>
|
||||
<data name="FilterStringNe" xml:space="preserve">
|
||||
<value>No es igual a</value>
|
||||
</data>
|
||||
<data name="FilterStringStartsWith" xml:space="preserve">
|
||||
<value>Comienza con</value>
|
||||
</data>
|
||||
<data name="FilterStringSubstringOf" xml:space="preserve">
|
||||
<value>Contiene</value>
|
||||
</data>
|
||||
<data name="GroupHint" xml:space="preserve">
|
||||
<value>Arrastre un encabezado de columna y póngalo aquí para agrupar por ella</value>
|
||||
</data>
|
||||
<data name="FilterEnumEq" xml:space="preserve">
|
||||
<value>Es igual a</value>
|
||||
</data>
|
||||
<data name="FilterEnumNe" xml:space="preserve">
|
||||
<value>No es igual a</value>
|
||||
</data>
|
||||
<data name="DeleteConfirmation" xml:space="preserve">
|
||||
<value>¿Está seguro de que quiere eliminar este registro?</value>
|
||||
</data>
|
||||
<data name="NoRecords" xml:space="preserve">
|
||||
<value>No records to display.</value>
|
||||
</data>
|
||||
<data name="FilterBoolIsFalse" xml:space="preserve">
|
||||
<value>No</value>
|
||||
</data>
|
||||
<data name="FilterBoolIsTrue" xml:space="preserve">
|
||||
<value>Si</value>
|
||||
</data>
|
||||
<data name="CancelChanges" xml:space="preserve">
|
||||
<value>Cancel Changes</value>
|
||||
</data>
|
||||
<data name="SaveChanges" xml:space="preserve">
|
||||
<value>Save Changes</value>
|
||||
</data>
|
||||
<data name="Refresh" xml:space="preserve">
|
||||
<value>Actualizar</value>
|
||||
</data>
|
||||
<data name="SortedAsc" xml:space="preserve">
|
||||
<value>ordenados ascendente</value>
|
||||
</data>
|
||||
<data name="SortedDesc" xml:space="preserve">
|
||||
<value>ordenados descendente</value>
|
||||
</data>
|
||||
<data name="UnGroup" xml:space="preserve">
|
||||
<value>desagrupar</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,255 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AddNew" xml:space="preserve">
|
||||
<value>Dodaj nowy rekord</value>
|
||||
</data>
|
||||
<data name="Delete" xml:space="preserve">
|
||||
<value>Usuń</value>
|
||||
</data>
|
||||
<data name="Cancel" xml:space="preserve">
|
||||
<value>Anuluj</value>
|
||||
</data>
|
||||
<data name="Update" xml:space="preserve">
|
||||
<value>Aktualizuj</value>
|
||||
</data>
|
||||
<data name="Insert" xml:space="preserve">
|
||||
<value>Wstaw</value>
|
||||
</data>
|
||||
<data name="Edit" xml:space="preserve">
|
||||
<value>Edycja</value>
|
||||
</data>
|
||||
<data name="Select" xml:space="preserve">
|
||||
<value>Zaznacz</value>
|
||||
</data>
|
||||
<data name="Page" xml:space="preserve">
|
||||
<value>Strona</value>
|
||||
</data>
|
||||
<data name="DisplayingItems" xml:space="preserve">
|
||||
<value>Wyświetlanie elementów {0} - {1} z {2}</value>
|
||||
</data>
|
||||
<data name="PageOf" xml:space="preserve">
|
||||
<value>z {0}</value>
|
||||
</data>
|
||||
<data name="Filter" xml:space="preserve">
|
||||
<value>Filtr</value>
|
||||
</data>
|
||||
<data name="FilterAnd" xml:space="preserve">
|
||||
<value>Oraz</value>
|
||||
</data>
|
||||
<data name="FilterClear" xml:space="preserve">
|
||||
<value>Wyczyść filtr</value>
|
||||
</data>
|
||||
<data name="FilterDateEq" xml:space="preserve">
|
||||
<value>jest równe</value>
|
||||
</data>
|
||||
<data name="FilterDateGe" xml:space="preserve">
|
||||
<value>jest późniejsze lub równe</value>
|
||||
</data>
|
||||
<data name="FilterDateGt" xml:space="preserve">
|
||||
<value>jest późniejsze</value>
|
||||
</data>
|
||||
<data name="FilterDateLe" xml:space="preserve">
|
||||
<value>jest wcześniejsze lub równe</value>
|
||||
</data>
|
||||
<data name="FilterDateLt" xml:space="preserve">
|
||||
<value>jest wcześniejsze</value>
|
||||
</data>
|
||||
<data name="FilterDateNe" xml:space="preserve">
|
||||
<value>jest inne niż</value>
|
||||
</data>
|
||||
<data name="FilterNumberEq" xml:space="preserve">
|
||||
<value>jest równe</value>
|
||||
</data>
|
||||
<data name="FilterNumberGe" xml:space="preserve">
|
||||
<value>jest większe lub równe</value>
|
||||
</data>
|
||||
<data name="FilterNumberGt" xml:space="preserve">
|
||||
<value>jest większe</value>
|
||||
</data>
|
||||
<data name="FilterNumberLe" xml:space="preserve">
|
||||
<value>jest mniejsze lub równe</value>
|
||||
</data>
|
||||
<data name="FilterNumberLt" xml:space="preserve">
|
||||
<value>jest mniejsze niż</value>
|
||||
</data>
|
||||
<data name="FilterNumberNe" xml:space="preserve">
|
||||
<value>jest inne niż</value>
|
||||
</data>
|
||||
<data name="FilterShowRows" xml:space="preserve">
|
||||
<value>Pokaż wiersze o wartościach które</value>
|
||||
</data>
|
||||
<data name="FilterStringEndsWith" xml:space="preserve">
|
||||
<value>Kończy się na</value>
|
||||
</data>
|
||||
<data name="FilterStringEq" xml:space="preserve">
|
||||
<value>jest równe</value>
|
||||
</data>
|
||||
<data name="FilterStringNe" xml:space="preserve">
|
||||
<value>jest inne niż</value>
|
||||
</data>
|
||||
<data name="FilterStringStartsWith" xml:space="preserve">
|
||||
<value>Zaczyna się od</value>
|
||||
</data>
|
||||
<data name="FilterStringSubstringOf" xml:space="preserve">
|
||||
<value>Zawiera</value>
|
||||
</data>
|
||||
<data name="GroupHint" xml:space="preserve">
|
||||
<value>Przeciągnij nagłówek kolumny i upuść go tutaj aby pogrupować według tej kolumny</value>
|
||||
</data>
|
||||
<data name="FilterEnumEq" xml:space="preserve">
|
||||
<value>jest równe</value>
|
||||
</data>
|
||||
<data name="FilterEnumNe" xml:space="preserve">
|
||||
<value>jest inne niż</value>
|
||||
</data>
|
||||
<data name="DeleteConfirmation" xml:space="preserve">
|
||||
<value>Czy na pewno chcesz usunąć ten rekord?</value>
|
||||
</data>
|
||||
<data name="FilterSelectValue" xml:space="preserve">
|
||||
<value>-Wybierz wartość-</value>
|
||||
</data>
|
||||
<data name="FilterBoolIsFalse" xml:space="preserve">
|
||||
<value>fałsz</value>
|
||||
</data>
|
||||
<data name="FilterBoolIsTrue" xml:space="preserve">
|
||||
<value>prawda</value>
|
||||
</data>
|
||||
<data name="NoRecords" xml:space="preserve">
|
||||
<value>Brak danych</value>
|
||||
</data>
|
||||
<data name="CancelChanges" xml:space="preserve">
|
||||
<value>Cancel Changes</value>
|
||||
</data>
|
||||
<data name="SaveChanges" xml:space="preserve">
|
||||
<value>Save Changes</value>
|
||||
</data>
|
||||
<data name="Refresh" xml:space="preserve">
|
||||
<value>Odśwież</value>
|
||||
</data>
|
||||
<data name="SortedAsc" xml:space="preserve">
|
||||
<value>posortowane rosnąco</value>
|
||||
</data>
|
||||
<data name="SortedDesc" xml:space="preserve">
|
||||
<value>posortowane malejąco</value>
|
||||
</data>
|
||||
<data name="UnGroup" xml:space="preserve">
|
||||
<value>rozgrupować</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,252 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AddNew" xml:space="preserve">
|
||||
<value>Adicionar novo registro</value>
|
||||
</data>
|
||||
<data name="Delete" xml:space="preserve">
|
||||
<value>Excluir</value>
|
||||
</data>
|
||||
<data name="Cancel" xml:space="preserve">
|
||||
<value>Cancelar</value>
|
||||
</data>
|
||||
<data name="Update" xml:space="preserve">
|
||||
<value>Atualizar</value>
|
||||
</data>
|
||||
<data name="Insert" xml:space="preserve">
|
||||
<value>Inserir</value>
|
||||
</data>
|
||||
<data name="Edit" xml:space="preserve">
|
||||
<value>Editar</value>
|
||||
</data>
|
||||
<data name="Select" xml:space="preserve">
|
||||
<value>Selecionar</value>
|
||||
</data>
|
||||
<data name="Page" xml:space="preserve">
|
||||
<value>Página </value>
|
||||
</data>
|
||||
<data name="DisplayingItems" xml:space="preserve">
|
||||
<value>Exibindo itens {0} - {1} de {2}</value>
|
||||
</data>
|
||||
<data name="PageOf" xml:space="preserve">
|
||||
<value>de {0}</value>
|
||||
</data>
|
||||
<data name="Filter" xml:space="preserve">
|
||||
<value>Filtro</value>
|
||||
</data>
|
||||
<data name="FilterAnd" xml:space="preserve">
|
||||
<value>E</value>
|
||||
</data>
|
||||
<data name="FilterClear" xml:space="preserve">
|
||||
<value>Limpar Filtro</value>
|
||||
</data>
|
||||
<data name="FilterDateEq" xml:space="preserve">
|
||||
<value>É igual a</value>
|
||||
</data>
|
||||
<data name="FilterDateGe" xml:space="preserve">
|
||||
<value>É posterior ou igual a</value>
|
||||
</data>
|
||||
<data name="FilterDateGt" xml:space="preserve">
|
||||
<value>É posterior a</value>
|
||||
</data>
|
||||
<data name="FilterDateLe" xml:space="preserve">
|
||||
<value>É anterior ou igual a</value>
|
||||
</data>
|
||||
<data name="FilterDateLt" xml:space="preserve">
|
||||
<value>É anterior a</value>
|
||||
</data>
|
||||
<data name="FilterDateNe" xml:space="preserve">
|
||||
<value>Não é igual a</value>
|
||||
</data>
|
||||
<data name="FilterNumberEq" xml:space="preserve">
|
||||
<value>É igual a</value>
|
||||
</data>
|
||||
<data name="FilterNumberGe" xml:space="preserve">
|
||||
<value>É maior que ou igual a</value>
|
||||
</data>
|
||||
<data name="FilterNumberGt" xml:space="preserve">
|
||||
<value>É maior que</value>
|
||||
</data>
|
||||
<data name="FilterNumberLe" xml:space="preserve">
|
||||
<value>É menor que ou igual a</value>
|
||||
</data>
|
||||
<data name="FilterNumberLt" xml:space="preserve">
|
||||
<value>É menor que</value>
|
||||
</data>
|
||||
<data name="FilterNumberNe" xml:space="preserve">
|
||||
<value>Não é igual a</value>
|
||||
</data>
|
||||
<data name="FilterShowRows" xml:space="preserve">
|
||||
<value>Exibir linhas com valores que</value>
|
||||
</data>
|
||||
<data name="FilterStringEndsWith" xml:space="preserve">
|
||||
<value>Termina com</value>
|
||||
</data>
|
||||
<data name="FilterStringEq" xml:space="preserve">
|
||||
<value>É igual a</value>
|
||||
</data>
|
||||
<data name="FilterStringNe" xml:space="preserve">
|
||||
<value>Não é igual a</value>
|
||||
</data>
|
||||
<data name="FilterStringStartsWith" xml:space="preserve">
|
||||
<value>Começa com</value>
|
||||
</data>
|
||||
<data name="FilterStringSubstringOf" xml:space="preserve">
|
||||
<value>Contem</value>
|
||||
</data>
|
||||
<data name="GroupHint" xml:space="preserve">
|
||||
<value>Arraste aqui o cabeçalho de uma coluna para agrupar por esta coluna</value>
|
||||
</data>
|
||||
<data name="FilterEnumEq" xml:space="preserve">
|
||||
<value>É igual a</value>
|
||||
</data>
|
||||
<data name="FilterEnumNe" xml:space="preserve">
|
||||
<value>Não é igual a</value>
|
||||
</data>
|
||||
<data name="DeleteConfirmation" xml:space="preserve">
|
||||
<value>Você tem certeza que deseja excluir este registro?</value>
|
||||
</data>
|
||||
<data name="FilterBoolIsFalse" xml:space="preserve">
|
||||
<value>É falsa</value>
|
||||
</data>
|
||||
<data name="FilterBoolIsTrue" xml:space="preserve">
|
||||
<value>É verdade</value>
|
||||
</data>
|
||||
<data name="NoRecords" xml:space="preserve">
|
||||
<value>No records to display.</value>
|
||||
</data>
|
||||
<data name="CancelChanges" xml:space="preserve">
|
||||
<value>Cancel Changes</value>
|
||||
</data>
|
||||
<data name="SaveChanges" xml:space="preserve">
|
||||
<value>Save Changes</value>
|
||||
</data>
|
||||
<data name="Refresh" xml:space="preserve">
|
||||
<value>Atualizar</value>
|
||||
</data>
|
||||
<data name="SortedAsc" xml:space="preserve">
|
||||
<value>ordenadas crescente</value>
|
||||
</data>
|
||||
<data name="SortedDesc" xml:space="preserve">
|
||||
<value>ordenadas descendente</value>
|
||||
</data>
|
||||
<data name="UnGroup" xml:space="preserve">
|
||||
<value>desagrupar</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,249 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AddNew" xml:space="preserve">
|
||||
<value>Novo</value>
|
||||
</data>
|
||||
<data name="Cancel" xml:space="preserve">
|
||||
<value>Cancelar</value>
|
||||
</data>
|
||||
<data name="Delete" xml:space="preserve">
|
||||
<value>Apagar</value>
|
||||
</data>
|
||||
<data name="DeleteConfirmation" xml:space="preserve">
|
||||
<value>Pretende remover o registo?</value>
|
||||
</data>
|
||||
<data name="DisplayingItems" xml:space="preserve">
|
||||
<value>Registos {0} - {1} de {2}</value>
|
||||
</data>
|
||||
<data name="Edit" xml:space="preserve">
|
||||
<value>Editar</value>
|
||||
</data>
|
||||
<data name="NoRecords" xml:space="preserve">
|
||||
<value>No records to display.</value>
|
||||
</data>
|
||||
<data name="Filter" xml:space="preserve">
|
||||
<value>Filtro</value>
|
||||
</data>
|
||||
<data name="FilterAnd" xml:space="preserve">
|
||||
<value>e</value>
|
||||
</data>
|
||||
<data name="FilterClear" xml:space="preserve">
|
||||
<value>Limpar</value>
|
||||
</data>
|
||||
<data name="FilterDateEq" xml:space="preserve">
|
||||
<value>Igual</value>
|
||||
</data>
|
||||
<data name="FilterDateGe" xml:space="preserve">
|
||||
<value>Maior ou igual que</value>
|
||||
</data>
|
||||
<data name="FilterDateGt" xml:space="preserve">
|
||||
<value>Maior que</value>
|
||||
</data>
|
||||
<data name="FilterDateLe" xml:space="preserve">
|
||||
<value>Menor ou igual que</value>
|
||||
</data>
|
||||
<data name="FilterDateLt" xml:space="preserve">
|
||||
<value>Menor que</value>
|
||||
</data>
|
||||
<data name="FilterDateNe" xml:space="preserve">
|
||||
<value>Diferente</value>
|
||||
</data>
|
||||
<data name="FilterEnumEq" xml:space="preserve">
|
||||
<value>Igual</value>
|
||||
</data>
|
||||
<data name="FilterEnumNe" xml:space="preserve">
|
||||
<value>Diferente</value>
|
||||
</data>
|
||||
<data name="FilterNumberEq" xml:space="preserve">
|
||||
<value>Igual</value>
|
||||
</data>
|
||||
<data name="FilterNumberGe" xml:space="preserve">
|
||||
<value>Maior ou igual que</value>
|
||||
</data>
|
||||
<data name="FilterNumberGt" xml:space="preserve">
|
||||
<value>Maior que</value>
|
||||
</data>
|
||||
<data name="FilterNumberLe" xml:space="preserve">
|
||||
<value>Menor ou igual que</value>
|
||||
</data>
|
||||
<data name="FilterNumberLt" xml:space="preserve">
|
||||
<value>Menor que</value>
|
||||
</data>
|
||||
<data name="FilterNumberNe" xml:space="preserve">
|
||||
<value>Diferente</value>
|
||||
</data>
|
||||
<data name="FilterSelectValue" xml:space="preserve">
|
||||
<value>-Seleccione um item-</value>
|
||||
</data>
|
||||
<data name="FilterShowRows" xml:space="preserve">
|
||||
<value>Motrar as linhas com o valor</value>
|
||||
</data>
|
||||
<data name="FilterStringEndsWith" xml:space="preserve">
|
||||
<value>A acabar em</value>
|
||||
</data>
|
||||
<data name="FilterStringEq" xml:space="preserve">
|
||||
<value>Igual</value>
|
||||
</data>
|
||||
<data name="FilterStringNe" xml:space="preserve">
|
||||
<value>Diferente</value>
|
||||
</data>
|
||||
<data name="FilterStringStartsWith" xml:space="preserve">
|
||||
<value>A comecar com</value>
|
||||
</data>
|
||||
<data name="FilterStringSubstringOf" xml:space="preserve">
|
||||
<value>Contem</value>
|
||||
</data>
|
||||
<data name="GroupHint" xml:space="preserve">
|
||||
<value>Arraste uma coluna para este espaco para agrupar pelo valor da mesma...</value>
|
||||
</data>
|
||||
<data name="Insert" xml:space="preserve">
|
||||
<value>Inserir</value>
|
||||
</data>
|
||||
<data name="Page" xml:space="preserve">
|
||||
<value>Pagina</value>
|
||||
</data>
|
||||
<data name="PageOf" xml:space="preserve">
|
||||
<value>de {0}</value>
|
||||
</data>
|
||||
<data name="Select" xml:space="preserve">
|
||||
<value>Seleccionar</value>
|
||||
</data>
|
||||
<data name="Update" xml:space="preserve">
|
||||
<value>Actualizar</value>
|
||||
</data>
|
||||
<data name="CancelChanges" xml:space="preserve">
|
||||
<value>Cancel Changes</value>
|
||||
</data>
|
||||
<data name="SaveChanges" xml:space="preserve">
|
||||
<value>Save Changes</value>
|
||||
</data>
|
||||
<data name="Refresh" xml:space="preserve">
|
||||
<value>Actualizar</value>
|
||||
</data>
|
||||
<data name="SortedAsc" xml:space="preserve">
|
||||
<value>ordenadas crescente</value>
|
||||
</data>
|
||||
<data name="SortedDesc" xml:space="preserve">
|
||||
<value>ordenadas descendente</value>
|
||||
</data>
|
||||
<data name="UnGroup" xml:space="preserve">
|
||||
<value>desagrupar</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,156 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Cancel" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
<comment>Cancel button text</comment>
|
||||
</data>
|
||||
<data name="Retry" xml:space="preserve">
|
||||
<value>Retry</value>
|
||||
<comment>Retry button text</comment>
|
||||
</data>
|
||||
<data name="Select" xml:space="preserve">
|
||||
<value>Select...</value>
|
||||
<comment>Select button text</comment>
|
||||
</data>
|
||||
<data name="Remove" xml:space="preserve">
|
||||
<value>Remove</value>
|
||||
<comment>Remove button text</comment>
|
||||
</data>
|
||||
<data name="UploadSelectedFiles" xml:space="preserve">
|
||||
<value>Upload files</value>
|
||||
<comment>Upload button (visible when AutoUpload is set to false)</comment>
|
||||
</data>
|
||||
<data name="DropFilesHere" xml:space="preserve">
|
||||
<value>drop files here to upload</value>
|
||||
<comment>Drag & Drop hint text</comment>
|
||||
</data>
|
||||
<data name="StatusFailed" xml:space="preserve">
|
||||
<value>failed</value>
|
||||
<comment>"failed" status text accessible by screen readers</comment>
|
||||
</data>
|
||||
<data name="StatusUploaded" xml:space="preserve">
|
||||
<value>uploaded</value>
|
||||
<comment>"uploaded" status text accessible by screen readers</comment>
|
||||
</data>
|
||||
<data name="StatusUploading" xml:space="preserve">
|
||||
<value>uploading</value>
|
||||
<comment>"uploading" status text accessible by screen readers</comment>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,912 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Ninject.Web.Mvc</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Ninject.Web.Mvc.Filter.FilterContextParameter">
|
||||
<summary>
|
||||
A parameter that contains the controller context and action descriptor for the filter.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Ninject.Web.Mvc.Filter.FilterContextParameter.ParameterName">
|
||||
<summary>
|
||||
The name of the parameter.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.Filter.FilterContextParameter.#ctor(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Ninject.Web.Mvc.Filter.FilterContextParameter"/> class.
|
||||
</summary>
|
||||
<param name="controllerContext">The controller context.</param>
|
||||
<param name="actionDescriptor">The action descriptor.</param>
|
||||
</member>
|
||||
<member name="P:Ninject.Web.Mvc.Filter.FilterContextParameter.ControllerContext">
|
||||
<summary>
|
||||
Gets the controller context.
|
||||
</summary>
|
||||
<value>The controller context.</value>
|
||||
</member>
|
||||
<member name="P:Ninject.Web.Mvc.Filter.FilterContextParameter.ActionDescriptor">
|
||||
<summary>
|
||||
Gets the action descriptor.
|
||||
</summary>
|
||||
<value>The action descriptor.</value>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.Filter.INinjectFilter">
|
||||
<summary>
|
||||
Used by the NinjectFilterProvider to get injected filters.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.Filter.INinjectFilter.BuildFilter(Ninject.Web.Mvc.Filter.FilterContextParameter)">
|
||||
<summary>
|
||||
Builds the filter instance.
|
||||
</summary>
|
||||
<param name="parameter">The parameter.</param>
|
||||
<returns>The created filter.</returns>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.Filter.NinjectFilter`1">
|
||||
<summary>
|
||||
Creates a filter of the specified type using ninject.
|
||||
</summary>
|
||||
<typeparam name="T">The type of the filter.</typeparam>
|
||||
</member>
|
||||
<member name="F:Ninject.Web.Mvc.Filter.NinjectFilter`1.kernel">
|
||||
<summary>
|
||||
The kernel.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Ninject.Web.Mvc.Filter.NinjectFilter`1.scope">
|
||||
<summary>
|
||||
Teh filter scope.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Ninject.Web.Mvc.Filter.NinjectFilter`1.order">
|
||||
<summary>
|
||||
The filter order.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.Filter.NinjectFilter`1.#ctor(Ninject.IKernel,System.Web.Mvc.FilterScope,System.Nullable{System.Int32})">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Ninject.Web.Mvc.Filter.NinjectFilter`1"/> class.
|
||||
</summary>
|
||||
<param name="kernel">The kernel.</param>
|
||||
<param name="scope">The filter scope.</param>
|
||||
<param name="order">The filter order.</param>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.Filter.NinjectFilter`1.BuildFilter(Ninject.Web.Mvc.Filter.FilterContextParameter)">
|
||||
<summary>
|
||||
Builds the filter instance.
|
||||
</summary>
|
||||
<param name="parameter">The parameter.</param>
|
||||
<returns>The created filter.</returns>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.Filter.NinjectFilterAttributeFilterProvider">
|
||||
<summary>
|
||||
Filter provider that gets the filters form the attributes of the actions.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Ninject.Web.Mvc.Filter.NinjectFilterAttributeFilterProvider.kernel">
|
||||
<summary>
|
||||
The ninject kernel.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.Filter.NinjectFilterAttributeFilterProvider.#ctor(Ninject.IKernel)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Ninject.Web.Mvc.Filter.NinjectFilterAttributeFilterProvider"/> class.
|
||||
</summary>
|
||||
<param name="kernel">The kernel.</param>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.Filter.NinjectFilterAttributeFilterProvider.GetControllerAttributes(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor)">
|
||||
<summary>
|
||||
Gets the controller attributes.
|
||||
</summary>
|
||||
<param name="controllerContext">The controller context.</param>
|
||||
<param name="actionDescriptor">The action descriptor.</param>
|
||||
<returns>The filters defined by attributes</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.Filter.NinjectFilterAttributeFilterProvider.GetActionAttributes(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor)">
|
||||
<summary>
|
||||
Gets the action attributes.
|
||||
</summary>
|
||||
<param name="controllerContext">The controller context.</param>
|
||||
<param name="actionDescriptor">The action descriptor.</param>
|
||||
<returns>The filters defined by attributes.</returns>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.Filter.NinjectFilterProvider">
|
||||
<summary>
|
||||
A filter provider that gets the filter by requesting all INinjectFilters.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Ninject.Web.Mvc.Filter.NinjectFilterProvider.kernel">
|
||||
<summary>
|
||||
The kernel.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.Filter.NinjectFilterProvider.#ctor(Ninject.IKernel)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Ninject.Web.Mvc.Filter.NinjectFilterProvider"/> class.
|
||||
</summary>
|
||||
<param name="kernel">The kernel.</param>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.Filter.NinjectFilterProvider.GetFilters(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor)">
|
||||
<summary>
|
||||
Gets the filters.
|
||||
</summary>
|
||||
<param name="controllerContext">The controller context.</param>
|
||||
<param name="actionDescriptor">The action descriptor.</param>
|
||||
<returns>All filters defined on the kernel.</returns>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.FilterBindingSyntax.BindingRootExtensions">
|
||||
<summary>
|
||||
Extension methods for IBindingRoot to define filter bindings.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.BindingRootExtensions.BindFilter``1(Ninject.Syntax.IBindingRoot,System.Web.Mvc.FilterScope,System.Nullable{System.Int32})">
|
||||
<summary>
|
||||
Creates a binding for a filter.
|
||||
</summary>
|
||||
<typeparam name="T">The type of the filter.</typeparam>
|
||||
<param name="kernel">The kernel.</param>
|
||||
<param name="scope">The filter scope.</param>
|
||||
<param name="order">The filter order.</param>
|
||||
<returns>The fluent syntax to specify more information for the binding.</returns>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1">
|
||||
<summary>
|
||||
Binding builder for filters.
|
||||
</summary>
|
||||
<typeparam name="T">The type of the filter.</typeparam>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingWhenSyntax`1">
|
||||
<summary>
|
||||
Used to add additional information or actions to a binding.
|
||||
</summary>
|
||||
<typeparam name="T">The type of the service</typeparam>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingWhenSyntax`1.When(System.Func{Ninject.Activation.IRequest,System.Boolean})">
|
||||
<summary>
|
||||
Indicates that the binding should be used only for requests that support the specified condition.
|
||||
</summary>
|
||||
<param name="condition">The condition.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingWhenSyntax`1.When(System.Func{System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor,System.Boolean})">
|
||||
<summary>
|
||||
Indicates that the binding should be used only for requests that support the specified condition.
|
||||
</summary>
|
||||
<param name="condition">The condition.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingWhenSyntax`1.WhenActionMethodHas(System.Type)">
|
||||
<summary>
|
||||
Indicates that the binding should be used only when the action method has
|
||||
an attribute of the specified type.
|
||||
</summary>
|
||||
<param name="attributeType">Type of the attribute.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingWhenSyntax`1.WhenActionMethodHas``1">
|
||||
<summary>
|
||||
Indicates that the binding should be used only when the action method has
|
||||
an attribute of the specified type.
|
||||
</summary>
|
||||
<typeparam name="TAttribute">The type of the attribute.</typeparam>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingWhenSyntax`1.WhenControllerHas(System.Type)">
|
||||
<summary>
|
||||
Indicates that the binding should be used only when the controller has
|
||||
an attribute of the specified type.
|
||||
</summary>
|
||||
<param name="attributeType">Type of the attribute.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingWhenSyntax`1.WhenControllerHas``1">
|
||||
<summary>
|
||||
Indicates that the binding should be used only when the controller has
|
||||
an attribute of the specified type.
|
||||
</summary>
|
||||
<typeparam name="TAttribute">The type of the attribute.</typeparam>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingWhenSyntax`1.WhenControllerType(System.Type)">
|
||||
<summary>
|
||||
Whens the type of the controller.
|
||||
</summary>
|
||||
<param name="controllerType">Type of the controller.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingWhenSyntax`1.WhenControllerType``1">
|
||||
<summary>
|
||||
Whens the type of the controller.
|
||||
</summary>
|
||||
<typeparam name="TAttribute">The type of the attribute.</typeparam>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingInNamedWithOrOnSyntax`1">
|
||||
<summary>
|
||||
Used to set the scope, name, or add additional information or actions to a binding.
|
||||
</summary>
|
||||
<typeparam name="T">The service being bound.</typeparam>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingInSyntax`1">
|
||||
<summary>
|
||||
Used to define the scope in which instances activated via a binding should be re-used.
|
||||
</summary>
|
||||
<typeparam name="T">The service being bound.</typeparam>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingInSyntax`1.InSingletonScope">
|
||||
<summary>
|
||||
Indicates that only a single instance of the binding should be created, and then
|
||||
should be re-used for all subsequent requests.
|
||||
</summary>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingInSyntax`1.InTransientScope">
|
||||
<summary>
|
||||
Indicates that instances activated via the binding should not be re-used, nor have
|
||||
their lifecycle managed by Ninject.
|
||||
</summary>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingInSyntax`1.InThreadScope">
|
||||
<summary>
|
||||
Indicates that instances activated via the binding should be re-used within the same thread.
|
||||
</summary>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingInSyntax`1.InRequestScope">
|
||||
<summary>
|
||||
Indicates that instances activated via the binding should be re-used within the same
|
||||
HTTP request.
|
||||
</summary>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingInSyntax`1.InScope(System.Func{Ninject.Activation.IContext,System.Object})">
|
||||
<summary>
|
||||
Indicates that instances activated via the binding should be re-used as long as the object
|
||||
returned by the provided callback remains alive (that is, has not been garbage collected).
|
||||
</summary>
|
||||
<param name="scope">The callback that returns the scope.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingInSyntax`1.InScope(System.Func{Ninject.Activation.IContext,System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor,System.Object})">
|
||||
<summary>
|
||||
Indicates that instances activated via the binding should be re-used as long as the object
|
||||
returned by the provided callback remains alive (that is, has not been garbage collected).
|
||||
</summary>
|
||||
<param name="scope">The callback that returns the scope.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingNamedSyntax`1">
|
||||
<summary>
|
||||
Used to define the name of a binding.
|
||||
</summary>
|
||||
<typeparam name="T">The service being bound.</typeparam>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingNamedSyntax`1.Named(System.String)">
|
||||
<summary>
|
||||
Indicates that the binding should be registered with the specified name. Names are not
|
||||
necessarily unique; multiple bindings for a given service may be registered with the same name.
|
||||
</summary>
|
||||
<param name="name">The name to give the binding.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingWithSyntax`1">
|
||||
<summary>
|
||||
Used to add additional information to a binding.
|
||||
</summary>
|
||||
<typeparam name="T">The service being bound.</typeparam>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingWithSyntax`1.WithConstructorArgument(System.String,System.Object)">
|
||||
<summary>
|
||||
Indicates that the specified constructor argument should be overridden with the specified value.
|
||||
</summary>
|
||||
<param name="name">The name of the argument to override.</param>
|
||||
<param name="value">The value for the argument.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingWithSyntax`1.WithConstructorArgument(System.String,System.Func{Ninject.Activation.IContext,System.Object})">
|
||||
<summary>
|
||||
Indicates that the specified constructor argument should be overridden with the specified value.
|
||||
</summary>
|
||||
<param name="name">The name of the argument to override.</param>
|
||||
<param name="callback">The callback to invoke to get the value for the argument.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingWithSyntax`1.WithPropertyValue(System.String,System.Object)">
|
||||
<summary>
|
||||
Indicates that the specified property should be injected with the specified value.
|
||||
</summary>
|
||||
<param name="name">The name of the property to override.</param>
|
||||
<param name="value">The value for the property.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingWithSyntax`1.WithPropertyValue(System.String,System.Func{Ninject.Activation.IContext,System.Object})">
|
||||
<summary>
|
||||
Indicates that the specified property should be injected with the specified value.
|
||||
</summary>
|
||||
<param name="name">The name of the property to override.</param>
|
||||
<param name="callback">The callback to invoke to get the value for the property.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingWithSyntax`1.WithParameter(Ninject.Parameters.IParameter)">
|
||||
<summary>
|
||||
Adds a custom parameter to the binding.
|
||||
</summary>
|
||||
<param name="parameter">The parameter.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingWithSyntax`1.WithMetadata(System.String,System.Object)">
|
||||
<summary>
|
||||
Sets the value of a piece of metadata on the binding.
|
||||
</summary>
|
||||
<param name="key">The metadata key.</param>
|
||||
<param name="value">The metadata value.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingWithSyntax`1.WithConstructorArgument(System.String,System.Func{Ninject.Activation.IContext,System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor,System.Object})">
|
||||
<summary>
|
||||
Indicates that the specified constructor argument should be overridden with the specified value.
|
||||
</summary>
|
||||
<param name="name">The name of the argument to override.</param>
|
||||
<param name="callback">The callback.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingWithSyntax`1.WithConstructorArgumentFromActionAttribute``1(System.String,System.Func{``0,System.Object})">
|
||||
<summary>
|
||||
Indicates that the specified constructor argument should be overridden with the specified value.
|
||||
The value is retrieved from an attribute on the action of the specified type.
|
||||
</summary>
|
||||
<typeparam name="TAttribute">The type of the attribute.</typeparam>
|
||||
<param name="name">The name of the argument to override.</param>
|
||||
<param name="callback">The callback.</param>
|
||||
<returns>
|
||||
The fluent syntax to define more information
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingWithSyntax`1.WithConstructorArgumentFromControllerAttribute``1(System.String,System.Func{``0,System.Object})">
|
||||
<summary>
|
||||
Indicates that the specified constructor argument should be overridden with the specified value.
|
||||
The value is retrieved from an attribute on the controller of the specified type.
|
||||
</summary>
|
||||
<typeparam name="TAttribute">The type of the attribute.</typeparam>
|
||||
<param name="name">The name of the argument to override.</param>
|
||||
<param name="callback">The callback.</param>
|
||||
<returns>
|
||||
The fluent syntax to define more information
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingWithSyntax`1.WithPropertyValue(System.String,System.Func{Ninject.Activation.IContext,System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor,System.Object})">
|
||||
<summary>
|
||||
Indicates that the specified property should be injected with the specified value.
|
||||
</summary>
|
||||
<param name="name">The name of the property to override.</param>
|
||||
<param name="callback">The cllback to retrieve the value.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingWithSyntax`1.WithPropertyValueFromActionAttribute``1(System.String,System.Func{``0,System.Object})">
|
||||
<summary>
|
||||
Indicates that the specified property should be injected with the specified value.
|
||||
The value is retrieved from an attribute on the action of the specified type.
|
||||
</summary>
|
||||
<typeparam name="TAttribute">The type of the attribute.</typeparam>
|
||||
<param name="name">The name of the property to override.</param>
|
||||
<param name="callback">The cllback to retrieve the value.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingWithSyntax`1.WithPropertyValueFromControllerAttribute``1(System.String,System.Func{``0,System.Object})">
|
||||
<summary>
|
||||
Indicates that the specified property should be injected with the specified value.
|
||||
The value is retrieved from an attribute on the controller of the specified type.
|
||||
</summary>
|
||||
<typeparam name="TAttribute">The type of the attribute.</typeparam>
|
||||
<param name="name">The name of the property to override.</param>
|
||||
<param name="callback">The cllback to retrieve the value.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingOnSyntax`1">
|
||||
<summary>
|
||||
Used to add additional actions to be performed during activation or deactivation of instances via a binding.
|
||||
</summary>
|
||||
<typeparam name="T">The service being bound.</typeparam>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingOnSyntax`1.OnActivation(System.Action{`0})">
|
||||
<summary>
|
||||
Indicates that the specified callback should be invoked when instances are activated.
|
||||
</summary>
|
||||
<param name="action">The action callback.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingOnSyntax`1.OnActivation(System.Action{Ninject.Activation.IContext,`0})">
|
||||
<summary>
|
||||
Indicates that the specified callback should be invoked when instances are activated.
|
||||
</summary>
|
||||
<param name="action">The action callback.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingOnSyntax`1.OnDeactivation(System.Action{`0})">
|
||||
<summary>
|
||||
Indicates that the specified callback should be invoked when instances are deactivated.
|
||||
</summary>
|
||||
<param name="action">The action callback.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingOnSyntax`1.OnDeactivation(System.Action{Ninject.Activation.IContext,`0})">
|
||||
<summary>
|
||||
Indicates that the specified callback should be invoked when instances are deactivated.
|
||||
</summary>
|
||||
<param name="action">The action callback.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingOnSyntax`1.OnActivation(System.Action{Ninject.Activation.IContext,System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor,`0})">
|
||||
<summary>
|
||||
Indicates that the specified callback should be invoked when instances are activated.
|
||||
</summary>
|
||||
<param name="action">The action callback.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingNamedWithOrOnSyntax`1">
|
||||
<summary>
|
||||
Used to set the scope, name, or add additional information or actions to a binding.
|
||||
</summary>
|
||||
<typeparam name="T">The service being bound.</typeparam>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.FilterBindingSyntax.IFilterBindingWithOrOnSyntax`1">
|
||||
<summary>
|
||||
Used to add additional information or actions to a binding.
|
||||
</summary>
|
||||
<typeparam name="T">The service being bound.</typeparam>
|
||||
</member>
|
||||
<member name="F:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.ninjectFilterBindingSyntax">
|
||||
<summary>
|
||||
The binding of the ninject filter. Conditions are added here.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.filterBindingSyntax">
|
||||
<summary>
|
||||
The binding of the filter. All other additionla configuration but the conditions are added here.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.#ctor(Ninject.Syntax.IBindingWhenInNamedWithOrOnSyntax{Ninject.Web.Mvc.Filter.INinjectFilter},Ninject.Syntax.IBindingWhenInNamedWithOrOnSyntax{`0})">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1"/> class.
|
||||
</summary>
|
||||
<param name="ninjectFilterBindingSyntax">The ninject filter binding syntax.</param>
|
||||
<param name="filterBindingSyntax">The filter binding syntax.</param>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.Named(System.String)">
|
||||
<summary>
|
||||
Indicates that the binding should be registered with the specified name. Names are not
|
||||
necessarily unique; multiple bindings for a given service may be registered with the same name.
|
||||
</summary>
|
||||
<param name="name">The name to give the binding.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.When(System.Func{Ninject.Activation.IRequest,System.Boolean})">
|
||||
<summary>
|
||||
Indicates that the binding should be used only for requests that support the specified condition.
|
||||
</summary>
|
||||
<param name="condition">The condition.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.When(System.Func{System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor,System.Boolean})">
|
||||
<summary>
|
||||
Indicates that the binding should be used only for requests that support the specified condition.
|
||||
</summary>
|
||||
<param name="condition">The condition.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.WhenActionMethodHas(System.Type)">
|
||||
<summary>
|
||||
Indicates that the binding should be used only when the action method has
|
||||
an attribute of the specified type.
|
||||
</summary>
|
||||
<param name="attributeType">Type of the attribute.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.WhenActionMethodHas``1">
|
||||
<summary>
|
||||
Indicates that the binding should be used only when the action method has
|
||||
an attribute of the specified type.
|
||||
</summary>
|
||||
<typeparam name="TAttribute">The type of the attribute.</typeparam>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.WhenControllerHas(System.Type)">
|
||||
<summary>
|
||||
Indicates that the binding should be used only when the controller has
|
||||
an attribute of the specified type.
|
||||
</summary>
|
||||
<param name="attributeType">Type of the attribute.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.WhenControllerHas``1">
|
||||
<summary>
|
||||
Indicates that the binding should be used only when the controller has
|
||||
an attribute of the specified type.
|
||||
</summary>
|
||||
<typeparam name="TAttribute">The type of the attribute.</typeparam>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.WhenControllerType(System.Type)">
|
||||
<summary>
|
||||
Whens the type of the controller.
|
||||
</summary>
|
||||
<param name="controllerType">Type of the controller.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.WhenControllerType``1">
|
||||
<summary>
|
||||
Whens the type of the controller.
|
||||
</summary>
|
||||
<typeparam name="TAttribute">The type of the attribute.</typeparam>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.InSingletonScope">
|
||||
<summary>
|
||||
Indicates that only a single instance of the binding should be created, and then
|
||||
should be re-used for all subsequent requests.
|
||||
</summary>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.InTransientScope">
|
||||
<summary>
|
||||
Indicates that instances activated via the binding should not be re-used, nor have
|
||||
their lifecycle managed by Ninject.
|
||||
</summary>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.InThreadScope">
|
||||
<summary>
|
||||
Indicates that instances activated via the binding should be re-used within the same thread.
|
||||
</summary>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.InRequestScope">
|
||||
<summary>
|
||||
Indicates that instances activated via the binding should be re-used within the same
|
||||
HTTP request.
|
||||
</summary>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.InScope(System.Func{Ninject.Activation.IContext,System.Object})">
|
||||
<summary>
|
||||
Indicates that instances activated via the binding should be re-used as long as the object
|
||||
returned by the provided callback remains alive (that is, has not been garbage collected).
|
||||
</summary>
|
||||
<param name="scope">The callback that returns the scope.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.InScope(System.Func{Ninject.Activation.IContext,System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor,System.Object})">
|
||||
<summary>
|
||||
Indicates that instances activated via the binding should be re-used as long as the object
|
||||
returned by the provided callback remains alive (that is, has not been garbage collected).
|
||||
</summary>
|
||||
<param name="scope">The callback that returns the scope.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.WithConstructorArgument(System.String,System.Object)">
|
||||
<summary>
|
||||
Indicates that the specified constructor argument should be overridden with the specified value.
|
||||
</summary>
|
||||
<param name="name">The name of the argument to override.</param>
|
||||
<param name="value">The value for the argument.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.WithConstructorArgument(System.String,System.Func{Ninject.Activation.IContext,System.Object})">
|
||||
<summary>
|
||||
Indicates that the specified constructor argument should be overridden with the specified value.
|
||||
</summary>
|
||||
<param name="name">The name of the argument to override.</param>
|
||||
<param name="callback">The callback to invoke to get the value for the argument.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.WithPropertyValue(System.String,System.Object)">
|
||||
<summary>
|
||||
Indicates that the specified property should be injected with the specified value.
|
||||
</summary>
|
||||
<param name="name">The name of the property to override.</param>
|
||||
<param name="value">The value for the property.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.WithPropertyValue(System.String,System.Func{Ninject.Activation.IContext,System.Object})">
|
||||
<summary>
|
||||
Indicates that the specified property should be injected with the specified value.
|
||||
</summary>
|
||||
<param name="name">The name of the property to override.</param>
|
||||
<param name="callback">The callback to invoke to get the value for the property.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.WithParameter(Ninject.Parameters.IParameter)">
|
||||
<summary>
|
||||
Adds a custom parameter to the binding.
|
||||
</summary>
|
||||
<param name="parameter">The parameter.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.WithMetadata(System.String,System.Object)">
|
||||
<summary>
|
||||
Sets the value of a piece of metadata on the binding.
|
||||
</summary>
|
||||
<param name="key">The metadata key.</param>
|
||||
<param name="value">The metadata value.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.WithConstructorArgument(System.String,System.Func{Ninject.Activation.IContext,System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor,System.Object})">
|
||||
<summary>
|
||||
Indicates that the specified constructor argument should be overridden with the specified value.
|
||||
</summary>
|
||||
<param name="name">The name of the argument to override.</param>
|
||||
<param name="callback">The callback.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.WithConstructorArgumentFromActionAttribute``1(System.String,System.Func{``0,System.Object})">
|
||||
<summary>
|
||||
Indicates that the specified constructor argument should be overridden with the specified value.
|
||||
The value is retrieved from an attribute of the specified type.
|
||||
</summary>
|
||||
<typeparam name="TAttribute">The type of the attribute.</typeparam>
|
||||
<param name="name">The name of the argument to override.</param>
|
||||
<param name="callback">The callback.</param>
|
||||
<returns>
|
||||
The fluent syntax to define more information
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.WithConstructorArgumentFromControllerAttribute``1(System.String,System.Func{``0,System.Object})">
|
||||
<summary>
|
||||
Indicates that the specified constructor argument should be overridden with the specified value.
|
||||
The value is retrieved from an attribute on the controller of the specified type.
|
||||
</summary>
|
||||
<typeparam name="TAttribute">The type of the attribute.</typeparam>
|
||||
<param name="name">The name of the argument to override.</param>
|
||||
<param name="callback">The callback.</param>
|
||||
<returns>
|
||||
The fluent syntax to define more information
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.WithPropertyValue(System.String,System.Func{Ninject.Activation.IContext,System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor,System.Object})">
|
||||
<summary>
|
||||
Indicates that the specified property should be injected with the specified value.
|
||||
</summary>
|
||||
<param name="name">The name of the property to override.</param>
|
||||
<param name="callback">The cllback to retrieve the value.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.WithPropertyValueFromActionAttribute``1(System.String,System.Func{``0,System.Object})">
|
||||
<summary>
|
||||
Indicates that the specified property should be injected with the specified value.
|
||||
The value is retrieved from an attribute of the specified type.
|
||||
</summary>
|
||||
<typeparam name="TAttribute">The type of the attribute.</typeparam>
|
||||
<param name="name">The name of the property to override.</param>
|
||||
<param name="callback">The cllback to retrieve the value.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.WithPropertyValueFromControllerAttribute``1(System.String,System.Func{``0,System.Object})">
|
||||
<summary>
|
||||
Indicates that the specified property should be injected with the specified value.
|
||||
The value is retrieved from an attribute on the controller of the specified type.
|
||||
</summary>
|
||||
<typeparam name="TAttribute">The type of the attribute.</typeparam>
|
||||
<param name="name">The name of the property to override.</param>
|
||||
<param name="callback">The cllback to retrieve the value.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.OnActivation(System.Action{`0})">
|
||||
<summary>
|
||||
Indicates that the specified callback should be invoked when instances are activated.
|
||||
</summary>
|
||||
<param name="action">The action callback.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.OnActivation(System.Action{Ninject.Activation.IContext,`0})">
|
||||
<summary>
|
||||
Indicates that the specified callback should be invoked when instances are activated.
|
||||
</summary>
|
||||
<param name="action">The action callback.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.OnDeactivation(System.Action{Ninject.Activation.IContext,`0})">
|
||||
<summary>
|
||||
Indicates that the specified callback should be invoked when instances are deactivated.
|
||||
</summary>
|
||||
<param name="action">The action callback.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.OnDeactivation(System.Action{`0})">
|
||||
<summary>
|
||||
Indicates that the specified callback should be invoked when instances are deactivated.
|
||||
</summary>
|
||||
<param name="action">The action callback.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.OnActivation(System.Action{Ninject.Activation.IContext,System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor,`0})">
|
||||
<summary>
|
||||
Indicates that the specified callback should be invoked when instances are activated.
|
||||
</summary>
|
||||
<param name="action">The action callback.</param>
|
||||
<returns>The fluent syntax to define more information</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.GetFilterContextParameter(Ninject.Activation.IContext)">
|
||||
<summary>
|
||||
Gets the filter context parameter.
|
||||
</summary>
|
||||
<param name="ctx">The context.</param>
|
||||
<returns>The filter context parameter from the context parameters.</returns>
|
||||
</member>
|
||||
<member name="P:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.Binding">
|
||||
<summary>
|
||||
Gets the binding.
|
||||
</summary>
|
||||
<value>The binding.</value>
|
||||
</member>
|
||||
<member name="P:Ninject.Web.Mvc.FilterBindingSyntax.FilterFilterBindingBuilder`1.Kernel">
|
||||
<summary>
|
||||
Gets the kernel.
|
||||
</summary>
|
||||
<value>The kernel.</value>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.Validation.NinjectDataAnnotationsModelValidatorProvider">
|
||||
<summary>
|
||||
A DataAnnotationsModelValidatorProvider implementation that injects the validators.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Ninject.Web.Mvc.Validation.NinjectDataAnnotationsModelValidatorProvider.kernel">
|
||||
<summary>
|
||||
The kernel.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Ninject.Web.Mvc.Validation.NinjectDataAnnotationsModelValidatorProvider.getAttributeMethodInfo">
|
||||
<summary>
|
||||
The method info to get the attribute from the DataAnnotationsModelValidatorProvider
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.Validation.NinjectDataAnnotationsModelValidatorProvider.#ctor(Ninject.IKernel)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Ninject.Web.Mvc.Validation.NinjectDataAnnotationsModelValidatorProvider"/> class.
|
||||
</summary>
|
||||
<param name="kernel">The kernel.</param>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.Validation.NinjectDataAnnotationsModelValidatorProvider.GetValidators(System.Web.Mvc.ModelMetadata,System.Web.Mvc.ControllerContext,System.Collections.Generic.IEnumerable{System.Attribute})">
|
||||
<summary>
|
||||
Gets a list of validators.
|
||||
</summary>
|
||||
<param name="metadata">The metadata.</param>
|
||||
<param name="context">The context.</param>
|
||||
<param name="attributes">The list of validation attributes.</param>
|
||||
<returns>A list of validators.</returns>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.Bootstrapper">
|
||||
<summary>
|
||||
A basic bootstrapper that can be used to setup web applications.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.IBootstrapper">
|
||||
<summary>
|
||||
A basic bootstrapper that can be used to setup web applications.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.IBootstrapper.Initialize(System.Func{Ninject.IKernel})">
|
||||
<summary>
|
||||
Starts the application.
|
||||
</summary>
|
||||
<param name="createKernelCallback">The create kernel callback function.</param>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.IBootstrapper.ShutDown">
|
||||
<summary>
|
||||
Releases the kernel on application end.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Ninject.Web.Mvc.Bootstrapper.kernelInstance">
|
||||
<summary>
|
||||
The ninject kernel of the application
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.Bootstrapper.Initialize(System.Func{Ninject.IKernel})">
|
||||
<summary>
|
||||
Starts the application.
|
||||
</summary>
|
||||
<param name="createKernelCallback">The create kernel callback function.</param>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.Bootstrapper.ShutDown">
|
||||
<summary>
|
||||
Releases the kernel on application end.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.Bootstrapper.CreateDependencyResolver">
|
||||
<summary>
|
||||
Creates the controller factory that is used to create the controllers.
|
||||
</summary>
|
||||
<returns>The created controller factory.</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.Bootstrapper.RemoveDefaultAttributeFilterProvider">
|
||||
<summary>
|
||||
Removes the default attribute filter provider.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Ninject.Web.Mvc.Bootstrapper.Kernel">
|
||||
<summary>
|
||||
Gets the kernel.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.NinjectDependencyResolver">
|
||||
<summary>
|
||||
Dependency resolver implementation for ninject.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Ninject.Web.Mvc.NinjectDependencyResolver.resolutionRoot">
|
||||
<summary>
|
||||
The resolution root used to resolve dependencies.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectDependencyResolver.#ctor(Ninject.Syntax.IResolutionRoot)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Ninject.Web.Mvc.NinjectDependencyResolver"/> class.
|
||||
</summary>
|
||||
<param name="resolutionRoot">The resolution root.</param>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectDependencyResolver.GetService(System.Type)">
|
||||
<summary>
|
||||
Gets the service of the specified type.
|
||||
</summary>
|
||||
<param name="serviceType">The type of the service.</param>
|
||||
<returns>The service instance or null if none is configured.</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectDependencyResolver.GetServices(System.Type)">
|
||||
<summary>
|
||||
Gets the services of the specidies type.
|
||||
</summary>
|
||||
<param name="serviceType">The type of the service.</param>
|
||||
<returns>All service instances or an empty enumerable if none is configured.</returns>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.NinjectHttpApplication">
|
||||
<summary>
|
||||
Defines an <see cref="T:System.Web.HttpApplication"/> that is controlled by a Ninject <see cref="T:Ninject.IKernel"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Ninject.Web.Mvc.NinjectHttpApplication.onePerRequestModule">
|
||||
<summary>
|
||||
The one per request module to release request scope at the end of the request
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectHttpApplication.#ctor">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Ninject.Web.Mvc.NinjectHttpApplication"/> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectHttpApplication.Application_Start">
|
||||
<summary>
|
||||
Starts the application.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectHttpApplication.Application_End">
|
||||
<summary>
|
||||
Releases the kernel on application end.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectHttpApplication.CreateKernel">
|
||||
<summary>
|
||||
Creates the kernel.
|
||||
</summary>
|
||||
<returns>The kernel.</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectHttpApplication.OnApplicationStarted">
|
||||
<summary>
|
||||
Called when the application is started.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectHttpApplication.OnApplicationStopped">
|
||||
<summary>
|
||||
Called when the application is stopped.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Ninject.Web.Mvc.NinjectHttpApplication.Kernel">
|
||||
<summary>
|
||||
Gets the kernel.
|
||||
</summary>
|
||||
<value>The kernel.</value>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
@ -1,52 +0,0 @@
|
||||
<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<NzbDrone.Web.Models.ChangePasswordModel>" %>
|
||||
|
||||
<asp:Content ID="changePasswordTitle" ContentPlaceHolderID="TitleContent" runat="server">
|
||||
Change Password
|
||||
</asp:Content>
|
||||
|
||||
<asp:Content ID="changePasswordContent" ContentPlaceHolderID="MainContent" runat="server">
|
||||
<h2>Change Password</h2>
|
||||
<p>
|
||||
Use the form below to change your password.
|
||||
</p>
|
||||
<p>
|
||||
New passwords are required to be a minimum of <%: ViewData["PasswordLength"] %> characters in length.
|
||||
</p>
|
||||
|
||||
<% using (Html.BeginForm()) { %>
|
||||
<%: Html.ValidationSummary(true, "Password change was unsuccessful. Please correct the errors and try again.") %>
|
||||
<div>
|
||||
<fieldset>
|
||||
<legend>Account Information</legend>
|
||||
|
||||
<div class="editor-label">
|
||||
<%: Html.LabelFor(m => m.OldPassword) %>
|
||||
</div>
|
||||
<div class="editor-field">
|
||||
<%: Html.PasswordFor(m => m.OldPassword) %>
|
||||
<%: Html.ValidationMessageFor(m => m.OldPassword) %>
|
||||
</div>
|
||||
|
||||
<div class="editor-label">
|
||||
<%: Html.LabelFor(m => m.NewPassword) %>
|
||||
</div>
|
||||
<div class="editor-field">
|
||||
<%: Html.PasswordFor(m => m.NewPassword) %>
|
||||
<%: Html.ValidationMessageFor(m => m.NewPassword) %>
|
||||
</div>
|
||||
|
||||
<div class="editor-label">
|
||||
<%: Html.LabelFor(m => m.ConfirmPassword) %>
|
||||
</div>
|
||||
<div class="editor-field">
|
||||
<%: Html.PasswordFor(m => m.ConfirmPassword) %>
|
||||
<%: Html.ValidationMessageFor(m => m.ConfirmPassword) %>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<input type="submit" value="Change Password" />
|
||||
</p>
|
||||
</fieldset>
|
||||
</div>
|
||||
<% } %>
|
||||
</asp:Content>
|
@ -1,12 +0,0 @@
|
||||
<%@Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>
|
||||
|
||||
<asp:Content ID="changePasswordTitle" ContentPlaceHolderID="TitleContent" runat="server">
|
||||
Change Password
|
||||
</asp:Content>
|
||||
|
||||
<asp:Content ID="changePasswordSuccessContent" ContentPlaceHolderID="MainContent" runat="server">
|
||||
<h2>Change Password</h2>
|
||||
<p>
|
||||
Your password has been changed successfully.
|
||||
</p>
|
||||
</asp:Content>
|
@ -1,46 +0,0 @@
|
||||
<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<NzbDrone.Web.Models.LogOnModel>" %>
|
||||
|
||||
<asp:Content ID="loginTitle" ContentPlaceHolderID="TitleContent" runat="server">
|
||||
Log On
|
||||
</asp:Content>
|
||||
|
||||
<asp:Content ID="loginContent" ContentPlaceHolderID="MainContent" runat="server">
|
||||
<h2>Log On</h2>
|
||||
<p>
|
||||
Please enter your username and password. <%: Html.ActionLink("Register", "Register") %> if you don't have an account.
|
||||
</p>
|
||||
|
||||
<% using (Html.BeginForm()) { %>
|
||||
<%: Html.ValidationSummary(true, "Login was unsuccessful. Please correct the errors and try again.") %>
|
||||
<div>
|
||||
<fieldset>
|
||||
<legend>Account Information</legend>
|
||||
|
||||
<div class="editor-label">
|
||||
<%: Html.LabelFor(m => m.UserName) %>
|
||||
</div>
|
||||
<div class="editor-field">
|
||||
<%: Html.TextBoxFor(m => m.UserName) %>
|
||||
<%: Html.ValidationMessageFor(m => m.UserName) %>
|
||||
</div>
|
||||
|
||||
<div class="editor-label">
|
||||
<%: Html.LabelFor(m => m.Password) %>
|
||||
</div>
|
||||
<div class="editor-field">
|
||||
<%: Html.PasswordFor(m => m.Password) %>
|
||||
<%: Html.ValidationMessageFor(m => m.Password) %>
|
||||
</div>
|
||||
|
||||
<div class="editor-label">
|
||||
<%: Html.CheckBoxFor(m => m.RememberMe) %>
|
||||
<%: Html.LabelFor(m => m.RememberMe) %>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<input type="submit" value="Log On" />
|
||||
</p>
|
||||
</fieldset>
|
||||
</div>
|
||||
<% } %>
|
||||
</asp:Content>
|
@ -1,57 +0,0 @@
|
||||
<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<NzbDrone.Web.Models.RegisterModel>" %>
|
||||
|
||||
<asp:Content ID="registerTitle" ContentPlaceHolderID="TitleContent" runat="server">
|
||||
Register
|
||||
</asp:Content>
|
||||
<asp:Content ID="registerContent" ContentPlaceHolderID="MainContent" runat="server">
|
||||
<h2>
|
||||
Create a New Account</h2>
|
||||
<p>
|
||||
Use the form below to create a new account.
|
||||
</p>
|
||||
<p>
|
||||
Passwords are required to be a minimum of
|
||||
<%: ViewData["PasswordLength"] %>
|
||||
characters in length.
|
||||
</p>
|
||||
<% using (Html.BeginForm())
|
||||
{ %>
|
||||
<%: Html.ValidationSummary(true, "Account creation was unsuccessful. Please correct the errors and try again.") %>
|
||||
<div>
|
||||
<fieldset>
|
||||
<legend>Account Information</legend>
|
||||
<div class="editor-label">
|
||||
<%: Html.LabelFor(m => m.UserName) %>
|
||||
</div>
|
||||
<div class="editor-field">
|
||||
<%: Html.TextBoxFor(m => m.UserName) %>
|
||||
<%: Html.ValidationMessageFor(m => m.UserName) %>
|
||||
</div>
|
||||
<div class="editor-label">
|
||||
<%: Html.LabelFor(m => m.Email) %>
|
||||
</div>
|
||||
<div class="editor-field">
|
||||
<%: Html.TextBoxFor(m => m.Email) %>
|
||||
<%: Html.ValidationMessageFor(m => m.Email) %>
|
||||
</div>
|
||||
<div class="editor-label">
|
||||
<%: Html.LabelFor(m => m.Password) %>
|
||||
</div>
|
||||
<div class="editor-field">
|
||||
<%: Html.PasswordFor(m => m.Password) %>
|
||||
<%: Html.ValidationMessageFor(m => m.Password) %>
|
||||
</div>
|
||||
<div class="editor-label">
|
||||
<%: Html.LabelFor(m => m.ConfirmPassword) %>
|
||||
</div>
|
||||
<div class="editor-field">
|
||||
<%: Html.PasswordFor(m => m.ConfirmPassword) %>
|
||||
<%: Html.ValidationMessageFor(m => m.ConfirmPassword) %>
|
||||
</div>
|
||||
<p>
|
||||
<input type="submit" value="Register" />
|
||||
</p>
|
||||
</fieldset>
|
||||
</div>
|
||||
<% } %>
|
||||
</asp:Content>
|
@ -1,35 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<configuration>
|
||||
<system.web>
|
||||
<httpHandlers>
|
||||
<add path="*" verb="*" type="System.Web.HttpNotFoundHandler"/>
|
||||
</httpHandlers>
|
||||
|
||||
<!--
|
||||
Enabling request validation in view pages would cause validation to occur
|
||||
after the input has already been processed by the controller. By default
|
||||
MVC performs request validation before a controller processes the input.
|
||||
To change this behavior apply the ValidateInputAttribute to a
|
||||
controller or action.
|
||||
-->
|
||||
<pages
|
||||
validateRequest="false"
|
||||
pageParserFilterType="System.Web.Mvc.ViewTypeParserFilter, System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
|
||||
pageBaseType="System.Web.Mvc.ViewPage, System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
|
||||
userControlBaseType="System.Web.Mvc.ViewUserControl, System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
|
||||
<controls>
|
||||
<add assembly="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" namespace="System.Web.Mvc" tagPrefix="mvc" />
|
||||
</controls>
|
||||
</pages>
|
||||
</system.web>
|
||||
|
||||
<system.webServer>
|
||||
<validation validateIntegratedModeConfiguration="false" />
|
||||
|
||||
<handlers>
|
||||
<remove name="BlockViewHandler"/>
|
||||
<add name="BlockViewHandler" path="*" verb="*" preCondition="integratedMode" type="System.Web.HttpNotFoundHandler" />
|
||||
</handlers>
|
||||
</system.webServer>
|
||||
</configuration>
|
@ -1,183 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Ninject.Web.Mvc</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Ninject.Web.Mvc.ControllerMissingBindingResolver">
|
||||
<summary>
|
||||
Nissing binding resolver that creates a binding for unknown controllers.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.ControllerMissingBindingResolver.Resolve(Ninject.Infrastructure.Multimap{System.Type,Ninject.Planning.Bindings.IBinding},Ninject.Activation.IRequest)">
|
||||
<summary>
|
||||
Returns any bindings from the specified collection that match the specified request.
|
||||
</summary>
|
||||
<param name="bindings">The multimap of all registered bindings.</param>
|
||||
<param name="request">The request in question.</param>
|
||||
<returns>The series of matching bindings.</returns>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.FilterInjector">
|
||||
<summary>
|
||||
Injects all filters of a filter info.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.IFilterInjector">
|
||||
<summary>
|
||||
Injects all filters of a FiltorInfo.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.IFilterInjector.Inject(System.Web.Mvc.FilterInfo)">
|
||||
<summary>
|
||||
Injects all filters of the specified filter info.
|
||||
</summary>
|
||||
<param name="filterInfo">The filter info.</param>
|
||||
</member>
|
||||
<member name="F:Ninject.Web.Mvc.FilterInjector.kernel">
|
||||
<summary>
|
||||
The kernel
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterInjector.#ctor(Ninject.IKernel)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Ninject.Web.Mvc.FilterInjector"/> class.
|
||||
</summary>
|
||||
<param name="kernel">The kernel.</param>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterInjector.Inject(System.Web.Mvc.FilterInfo)">
|
||||
<summary>
|
||||
Injects all filters of the specified filter info.
|
||||
</summary>
|
||||
<param name="filterInfo">The filter info.</param>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.NinjectActionInvoker">
|
||||
<summary>
|
||||
An <see cref="T:System.Web.Mvc.IActionInvoker"/> that injects filters with dependencies.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Ninject.Web.Mvc.NinjectActionInvoker.filterInjector">
|
||||
<summary>
|
||||
The injector for filter injection.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectActionInvoker.#ctor(Ninject.Web.Mvc.IFilterInjector)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Ninject.Web.Mvc.NinjectActionInvoker"/> class.
|
||||
</summary>
|
||||
<param name="filterInjector">The filter injector.</param>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectActionInvoker.GetFilters(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor)">
|
||||
<summary>
|
||||
Gets the filters for the specified request and action.
|
||||
</summary>
|
||||
<param name="controllerContext">The controller context.</param>
|
||||
<param name="actionDescriptor">The action descriptor.</param>
|
||||
<returns>The filters.</returns>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.NinjectAsyncActionInvoker">
|
||||
<summary>
|
||||
An <see cref="T:System.Web.Mvc.IActionInvoker"/> that injects filters with dependencies.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Ninject.Web.Mvc.NinjectAsyncActionInvoker.filterInjector">
|
||||
<summary>
|
||||
The injector for filter injection.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectAsyncActionInvoker.#ctor(Ninject.Web.Mvc.IFilterInjector)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Ninject.Web.Mvc.NinjectAsyncActionInvoker"/> class.
|
||||
</summary>
|
||||
<param name="filterInjector">The filter injector.</param>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectAsyncActionInvoker.GetFilters(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor)">
|
||||
<summary>
|
||||
Gets the filters for the specified request and action.
|
||||
</summary>
|
||||
<param name="controllerContext">The controller context.</param>
|
||||
<param name="actionDescriptor">The action descriptor.</param>
|
||||
<returns>The filters.</returns>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.NinjectControllerFactory">
|
||||
<summary>
|
||||
A controller factory that creates <see cref="T:System.Web.Mvc.IController"/>s via Ninject.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectControllerFactory.#ctor(Ninject.IKernel)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Ninject.Web.Mvc.NinjectControllerFactory"/> class.
|
||||
</summary>
|
||||
<param name="kernel">The kernel that should be used to create controllers.</param>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectControllerFactory.GetControllerInstance(System.Web.Routing.RequestContext,System.Type)">
|
||||
<summary>
|
||||
Gets a controller instance of type controllerType.
|
||||
</summary>
|
||||
<param name="requestContext">The request context.</param>
|
||||
<param name="controllerType">Type of controller to create.</param>
|
||||
<returns>The controller instance.</returns>
|
||||
</member>
|
||||
<member name="P:Ninject.Web.Mvc.NinjectControllerFactory.Kernel">
|
||||
<summary>
|
||||
Gets the kernel that will be used to create controllers.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.NinjectHttpApplication">
|
||||
<summary>
|
||||
Defines an <see cref="T:System.Web.HttpApplication"/> that is controlled by a Ninject <see cref="T:Ninject.IKernel"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Ninject.Web.Mvc.NinjectHttpApplication.onePerRequestModule">
|
||||
<summary>
|
||||
The one per request module to release request scope at the end of the request
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Ninject.Web.Mvc.NinjectHttpApplication.kernel">
|
||||
<summary>
|
||||
The ninject kernel of the application
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectHttpApplication.#ctor">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Ninject.Web.Mvc.NinjectHttpApplication"/> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectHttpApplication.Application_Start">
|
||||
<summary>
|
||||
Starts the application.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectHttpApplication.Application_End">
|
||||
<summary>
|
||||
Releases the kernel on application end.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectHttpApplication.CreateKernel">
|
||||
<summary>
|
||||
Creates the kernel that will manage your application.
|
||||
</summary>
|
||||
<returns>The created kernel.</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectHttpApplication.CreateControllerFactory">
|
||||
<summary>
|
||||
Creates the controller factory that is used to create the controllers.
|
||||
</summary>
|
||||
<returns>The created controller factory.</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectHttpApplication.OnApplicationStarted">
|
||||
<summary>
|
||||
Called when the application is started.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectHttpApplication.OnApplicationStopped">
|
||||
<summary>
|
||||
Called when the application is stopped.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Ninject.Web.Mvc.NinjectHttpApplication.Kernel">
|
||||
<summary>
|
||||
Gets the kernel.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
@ -1,183 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Ninject.Web.Mvc</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Ninject.Web.Mvc.ControllerMissingBindingResolver">
|
||||
<summary>
|
||||
Nissing binding resolver that creates a binding for unknown controllers.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.ControllerMissingBindingResolver.Resolve(Ninject.Infrastructure.Multimap{System.Type,Ninject.Planning.Bindings.IBinding},Ninject.Activation.IRequest)">
|
||||
<summary>
|
||||
Returns any bindings from the specified collection that match the specified request.
|
||||
</summary>
|
||||
<param name="bindings">The multimap of all registered bindings.</param>
|
||||
<param name="request">The request in question.</param>
|
||||
<returns>The series of matching bindings.</returns>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.FilterInjector">
|
||||
<summary>
|
||||
Injects all filters of a filter info.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.IFilterInjector">
|
||||
<summary>
|
||||
Injects all filters of a FiltorInfo.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.IFilterInjector.Inject(System.Web.Mvc.FilterInfo)">
|
||||
<summary>
|
||||
Injects all filters of the specified filter info.
|
||||
</summary>
|
||||
<param name="filterInfo">The filter info.</param>
|
||||
</member>
|
||||
<member name="F:Ninject.Web.Mvc.FilterInjector.kernel">
|
||||
<summary>
|
||||
The kernel
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterInjector.#ctor(Ninject.IKernel)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Ninject.Web.Mvc.FilterInjector"/> class.
|
||||
</summary>
|
||||
<param name="kernel">The kernel.</param>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.FilterInjector.Inject(System.Web.Mvc.FilterInfo)">
|
||||
<summary>
|
||||
Injects all filters of the specified filter info.
|
||||
</summary>
|
||||
<param name="filterInfo">The filter info.</param>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.NinjectActionInvoker">
|
||||
<summary>
|
||||
An <see cref="T:System.Web.Mvc.IActionInvoker"/> that injects filters with dependencies.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Ninject.Web.Mvc.NinjectActionInvoker.filterInjector">
|
||||
<summary>
|
||||
The injector for filter injection.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectActionInvoker.#ctor(Ninject.Web.Mvc.IFilterInjector)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Ninject.Web.Mvc.NinjectActionInvoker"/> class.
|
||||
</summary>
|
||||
<param name="filterInjector">The filter injector.</param>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectActionInvoker.GetFilters(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor)">
|
||||
<summary>
|
||||
Gets the filters for the specified request and action.
|
||||
</summary>
|
||||
<param name="controllerContext">The controller context.</param>
|
||||
<param name="actionDescriptor">The action descriptor.</param>
|
||||
<returns>The filters.</returns>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.NinjectAsyncActionInvoker">
|
||||
<summary>
|
||||
An <see cref="T:System.Web.Mvc.IActionInvoker"/> that injects filters with dependencies.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Ninject.Web.Mvc.NinjectAsyncActionInvoker.filterInjector">
|
||||
<summary>
|
||||
The injector for filter injection.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectAsyncActionInvoker.#ctor(Ninject.Web.Mvc.IFilterInjector)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Ninject.Web.Mvc.NinjectAsyncActionInvoker"/> class.
|
||||
</summary>
|
||||
<param name="filterInjector">The filter injector.</param>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectAsyncActionInvoker.GetFilters(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor)">
|
||||
<summary>
|
||||
Gets the filters for the specified request and action.
|
||||
</summary>
|
||||
<param name="controllerContext">The controller context.</param>
|
||||
<param name="actionDescriptor">The action descriptor.</param>
|
||||
<returns>The filters.</returns>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.NinjectControllerFactory">
|
||||
<summary>
|
||||
A controller factory that creates <see cref="T:System.Web.Mvc.IController"/>s via Ninject.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectControllerFactory.#ctor(Ninject.IKernel)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Ninject.Web.Mvc.NinjectControllerFactory"/> class.
|
||||
</summary>
|
||||
<param name="kernel">The kernel that should be used to create controllers.</param>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectControllerFactory.GetControllerInstance(System.Web.Routing.RequestContext,System.Type)">
|
||||
<summary>
|
||||
Gets a controller instance of type controllerType.
|
||||
</summary>
|
||||
<param name="requestContext">The request context.</param>
|
||||
<param name="controllerType">Type of controller to create.</param>
|
||||
<returns>The controller instance.</returns>
|
||||
</member>
|
||||
<member name="P:Ninject.Web.Mvc.NinjectControllerFactory.Kernel">
|
||||
<summary>
|
||||
Gets the kernel that will be used to create controllers.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Ninject.Web.Mvc.NinjectHttpApplication">
|
||||
<summary>
|
||||
Defines an <see cref="T:System.Web.HttpApplication"/> that is controlled by a Ninject <see cref="T:Ninject.IKernel"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Ninject.Web.Mvc.NinjectHttpApplication.onePerRequestModule">
|
||||
<summary>
|
||||
The one per request module to release request scope at the end of the request
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Ninject.Web.Mvc.NinjectHttpApplication.kernel">
|
||||
<summary>
|
||||
The ninject kernel of the application
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectHttpApplication.#ctor">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Ninject.Web.Mvc.NinjectHttpApplication"/> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectHttpApplication.Application_Start">
|
||||
<summary>
|
||||
Starts the application.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectHttpApplication.Application_End">
|
||||
<summary>
|
||||
Releases the kernel on application end.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectHttpApplication.CreateKernel">
|
||||
<summary>
|
||||
Creates the kernel that will manage your application.
|
||||
</summary>
|
||||
<returns>The created kernel.</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectHttpApplication.CreateControllerFactory">
|
||||
<summary>
|
||||
Creates the controller factory that is used to create the controllers.
|
||||
</summary>
|
||||
<returns>The created controller factory.</returns>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectHttpApplication.OnApplicationStarted">
|
||||
<summary>
|
||||
Called when the application is started.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Ninject.Web.Mvc.NinjectHttpApplication.OnApplicationStopped">
|
||||
<summary>
|
||||
Called when the application is stopped.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Ninject.Web.Mvc.NinjectHttpApplication.Kernel">
|
||||
<summary>
|
||||
Gets the kernel.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
@ -0,0 +1,213 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Bold" xml:space="preserve">
|
||||
<value>Fett</value>
|
||||
</data>
|
||||
<data name="CreateLink" xml:space="preserve">
|
||||
<value>Hyperlink einfügen</value>
|
||||
</data>
|
||||
<data name="DeleteFile" xml:space="preserve">
|
||||
<value>Are you sure you want to delete "{0}"?</value>
|
||||
</data>
|
||||
<data name="DirectoryNotFound" xml:space="preserve">
|
||||
<value>A directory with this name was not found.</value>
|
||||
</data>
|
||||
<data name="EmptyFolder" xml:space="preserve">
|
||||
<value>Empty Folder</value>
|
||||
</data>
|
||||
<data name="FontName" xml:space="preserve">
|
||||
<value>Schriftfamilie</value>
|
||||
</data>
|
||||
<data name="FontNameInherit" xml:space="preserve">
|
||||
<value>(Schrift übernehmen)</value>
|
||||
</data>
|
||||
<data name="FontSize" xml:space="preserve">
|
||||
<value>Größe</value>
|
||||
</data>
|
||||
<data name="FontSizeInherit" xml:space="preserve">
|
||||
<value>(Größe übernehmen)</value>
|
||||
</data>
|
||||
<data name="FormatBlock" xml:space="preserve">
|
||||
<value>Absatzstil</value>
|
||||
</data>
|
||||
<data name="Indent" xml:space="preserve">
|
||||
<value>Einzug vergrößern</value>
|
||||
</data>
|
||||
<data name="InsertHtml" xml:space="preserve">
|
||||
<value>HTML einfügen</value>
|
||||
</data>
|
||||
<data name="InsertImage" xml:space="preserve">
|
||||
<value>Einfügen Bild</value>
|
||||
</data>
|
||||
<data name="InsertOrderedList" xml:space="preserve">
|
||||
<value>Numerierte Liste</value>
|
||||
</data>
|
||||
<data name="InsertUnorderedList" xml:space="preserve">
|
||||
<value>Aufzählliste</value>
|
||||
</data>
|
||||
<data name="InvalidFileType" xml:space="preserve">
|
||||
<value>The selected file "{0}" is not valid. Supported file types are {1}.</value>
|
||||
</data>
|
||||
<data name="Italic" xml:space="preserve">
|
||||
<value>Kursiv</value>
|
||||
</data>
|
||||
<data name="JustifyCenter" xml:space="preserve">
|
||||
<value>Zentriert</value>
|
||||
</data>
|
||||
<data name="JustifyFull" xml:space="preserve">
|
||||
<value>Ausrichten</value>
|
||||
</data>
|
||||
<data name="JustifyLeft" xml:space="preserve">
|
||||
<value>Linksbündig</value>
|
||||
</data>
|
||||
<data name="JustifyRight" xml:space="preserve">
|
||||
<value>Rechtsbündig</value>
|
||||
</data>
|
||||
<data name="OrderBy" xml:space="preserve">
|
||||
<value>Arrange by:</value>
|
||||
</data>
|
||||
<data name="OrderByName" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="OrderBySize" xml:space="preserve">
|
||||
<value>Size</value>
|
||||
</data>
|
||||
<data name="Outdent" xml:space="preserve">
|
||||
<value>Einzug verkleinern</value>
|
||||
</data>
|
||||
<data name="OverwriteFile" xml:space="preserve">
|
||||
<value>A file with name "{0}" already exists in the current directory. Do you want to overwrite it?</value>
|
||||
</data>
|
||||
<data name="Strikethrough" xml:space="preserve">
|
||||
<value>Durchgestrichen</value>
|
||||
</data>
|
||||
<data name="Style" xml:space="preserve">
|
||||
<value>Stil</value>
|
||||
</data>
|
||||
<data name="Underline" xml:space="preserve">
|
||||
<value>Unterstrichen</value>
|
||||
</data>
|
||||
<data name="Unlink" xml:space="preserve">
|
||||
<value>Hyperlink entfernen</value>
|
||||
</data>
|
||||
<data name="UploadFile" xml:space="preserve">
|
||||
<value>Upload</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,213 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Bold" xml:space="preserve">
|
||||
<value>Bold</value>
|
||||
</data>
|
||||
<data name="CreateLink" xml:space="preserve">
|
||||
<value>Insert hyperlink</value>
|
||||
</data>
|
||||
<data name="DeleteFile" xml:space="preserve">
|
||||
<value>Are you sure you want to delete "{0}"?</value>
|
||||
</data>
|
||||
<data name="DirectoryNotFound" xml:space="preserve">
|
||||
<value>A directory with this name was not found.</value>
|
||||
</data>
|
||||
<data name="EmptyFolder" xml:space="preserve">
|
||||
<value>Empty Folder</value>
|
||||
</data>
|
||||
<data name="FontName" xml:space="preserve">
|
||||
<value>Select font family</value>
|
||||
</data>
|
||||
<data name="FontNameInherit" xml:space="preserve">
|
||||
<value>(inherited font)</value>
|
||||
</data>
|
||||
<data name="FontSize" xml:space="preserve">
|
||||
<value>Select font size</value>
|
||||
</data>
|
||||
<data name="FontSizeInherit" xml:space="preserve">
|
||||
<value>(inherited size)</value>
|
||||
</data>
|
||||
<data name="FormatBlock" xml:space="preserve">
|
||||
<value>Select block type</value>
|
||||
</data>
|
||||
<data name="Indent" xml:space="preserve">
|
||||
<value>Indent</value>
|
||||
</data>
|
||||
<data name="InsertHtml" xml:space="preserve">
|
||||
<value>Insert HTML</value>
|
||||
</data>
|
||||
<data name="InsertImage" xml:space="preserve">
|
||||
<value>Insert image</value>
|
||||
</data>
|
||||
<data name="InsertOrderedList" xml:space="preserve">
|
||||
<value>Insert ordered list</value>
|
||||
</data>
|
||||
<data name="InsertUnorderedList" xml:space="preserve">
|
||||
<value>Insert unordered list</value>
|
||||
</data>
|
||||
<data name="InvalidFileType" xml:space="preserve">
|
||||
<value>The selected file \"{0}\" is not valid. Supported file types are {1}.</value>
|
||||
</data>
|
||||
<data name="Italic" xml:space="preserve">
|
||||
<value>Italic</value>
|
||||
</data>
|
||||
<data name="JustifyCenter" xml:space="preserve">
|
||||
<value>Center text</value>
|
||||
</data>
|
||||
<data name="JustifyFull" xml:space="preserve">
|
||||
<value>Justify</value>
|
||||
</data>
|
||||
<data name="JustifyLeft" xml:space="preserve">
|
||||
<value>Align text left</value>
|
||||
</data>
|
||||
<data name="JustifyRight" xml:space="preserve">
|
||||
<value>Align text right</value>
|
||||
</data>
|
||||
<data name="OrderBy" xml:space="preserve">
|
||||
<value>Arrange by:</value>
|
||||
</data>
|
||||
<data name="OrderByName" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="OrderBySize" xml:space="preserve">
|
||||
<value>Size</value>
|
||||
</data>
|
||||
<data name="Outdent" xml:space="preserve">
|
||||
<value>Outdent</value>
|
||||
</data>
|
||||
<data name="OverwriteFile" xml:space="preserve">
|
||||
<value>'A file with name "{0}" already exists in the current directory. Do you want to overwrite it?</value>
|
||||
</data>
|
||||
<data name="Strikethrough" xml:space="preserve">
|
||||
<value>Strikethrough</value>
|
||||
</data>
|
||||
<data name="Style" xml:space="preserve">
|
||||
<value>Styles</value>
|
||||
</data>
|
||||
<data name="Underline" xml:space="preserve">
|
||||
<value>Underline</value>
|
||||
</data>
|
||||
<data name="Unlink" xml:space="preserve">
|
||||
<value>Remove hyperlink</value>
|
||||
</data>
|
||||
<data name="UploadFile" xml:space="preserve">
|
||||
<value>Upload</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,207 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Bold" xml:space="preserve">
|
||||
<value>Gras</value>
|
||||
</data>
|
||||
<data name="CreateLink" xml:space="preserve">
|
||||
<value>Insérer un lien hypertexte</value>
|
||||
</data>
|
||||
<data name="DeleteFile" xml:space="preserve">
|
||||
<value>Are you sure you want to delete "{0}"?</value>
|
||||
</data>
|
||||
<data name="DirectoryNotFound" xml:space="preserve">
|
||||
<value>A directory with this name was not found.</value>
|
||||
</data>
|
||||
<data name="EmptyFolder" xml:space="preserve">
|
||||
<value>Empty Folder</value>
|
||||
</data>
|
||||
<data name="FontName" xml:space="preserve">
|
||||
<value>Famille de polices</value>
|
||||
</data>
|
||||
<data name="FontSize" xml:space="preserve">
|
||||
<value>Dimension</value>
|
||||
</data>
|
||||
<data name="FormatBlock" xml:space="preserve">
|
||||
<value>Style du paragraphe</value>
|
||||
</data>
|
||||
<data name="Indent" xml:space="preserve">
|
||||
<value>Augmenter le retrait</value>
|
||||
</data>
|
||||
<data name="InsertHtml" xml:space="preserve">
|
||||
<value>Insèrer HTML</value>
|
||||
</data>
|
||||
<data name="InsertImage" xml:space="preserve">
|
||||
<value>Insèrer Image</value>
|
||||
</data>
|
||||
<data name="InsertOrderedList" xml:space="preserve">
|
||||
<value>Liste numérotée</value>
|
||||
</data>
|
||||
<data name="InsertUnorderedList" xml:space="preserve">
|
||||
<value>Liste à puces</value>
|
||||
</data>
|
||||
<data name="InvalidFileType" xml:space="preserve">
|
||||
<value>The selected file "{0}" is not valid. Supported file types are {1}.</value>
|
||||
</data>
|
||||
<data name="Italic" xml:space="preserve">
|
||||
<value>Italique</value>
|
||||
</data>
|
||||
<data name="JustifyCenter" xml:space="preserve">
|
||||
<value>Centrer</value>
|
||||
</data>
|
||||
<data name="JustifyFull" xml:space="preserve">
|
||||
<value>Justifier</value>
|
||||
</data>
|
||||
<data name="JustifyLeft" xml:space="preserve">
|
||||
<value>Alignement à gauche</value>
|
||||
</data>
|
||||
<data name="JustifyRight" xml:space="preserve">
|
||||
<value>Alignement à droite</value>
|
||||
</data>
|
||||
<data name="OrderBy" xml:space="preserve">
|
||||
<value>Arrange by:</value>
|
||||
</data>
|
||||
<data name="OrderByName" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="OrderBySize" xml:space="preserve">
|
||||
<value>Size</value>
|
||||
</data>
|
||||
<data name="Outdent" xml:space="preserve">
|
||||
<value>Réduire le retrait</value>
|
||||
</data>
|
||||
<data name="OverwriteFile" xml:space="preserve">
|
||||
<value>A file with name "{0}" already exists in the current directory. Do you want to overwrite it?</value>
|
||||
</data>
|
||||
<data name="Strikethrough" xml:space="preserve">
|
||||
<value>Texte barré</value>
|
||||
</data>
|
||||
<data name="Style" xml:space="preserve">
|
||||
<value>Style</value>
|
||||
</data>
|
||||
<data name="Underline" xml:space="preserve">
|
||||
<value>Souligné</value>
|
||||
</data>
|
||||
<data name="Unlink" xml:space="preserve">
|
||||
<value>Supprimer hyperlien</value>
|
||||
</data>
|
||||
<data name="UploadFile" xml:space="preserve">
|
||||
<value>Upload</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,213 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Bold" xml:space="preserve">
|
||||
<value>Wytłuszczenie</value>
|
||||
</data>
|
||||
<data name="CreateLink" xml:space="preserve">
|
||||
<value>Wstaw link</value>
|
||||
</data>
|
||||
<data name="DeleteFile" xml:space="preserve">
|
||||
<value>Are you sure you want to delete "{0}"?</value>
|
||||
</data>
|
||||
<data name="DirectoryNotFound" xml:space="preserve">
|
||||
<value>A directory with this name was not found.</value>
|
||||
</data>
|
||||
<data name="EmptyFolder" xml:space="preserve">
|
||||
<value>Empty Folder</value>
|
||||
</data>
|
||||
<data name="FontName" xml:space="preserve">
|
||||
<value>Wybierz czcionkę</value>
|
||||
</data>
|
||||
<data name="FontNameInherit" xml:space="preserve">
|
||||
<value>(czcionka odziedziczona)</value>
|
||||
</data>
|
||||
<data name="FontSize" xml:space="preserve">
|
||||
<value>Wybierz rozmiar czcionki</value>
|
||||
</data>
|
||||
<data name="FontSizeInherit" xml:space="preserve">
|
||||
<value>(inherited size)</value>
|
||||
</data>
|
||||
<data name="FormatBlock" xml:space="preserve">
|
||||
<value>Wybierz rozmiar bloku</value>
|
||||
</data>
|
||||
<data name="Indent" xml:space="preserve">
|
||||
<value>Wcięcie</value>
|
||||
</data>
|
||||
<data name="InsertHtml" xml:space="preserve">
|
||||
<value>Wstaw HTML</value>
|
||||
</data>
|
||||
<data name="InsertImage" xml:space="preserve">
|
||||
<value>Wstaw obraz</value>
|
||||
</data>
|
||||
<data name="InsertOrderedList" xml:space="preserve">
|
||||
<value>Wstaw listę numerowaną</value>
|
||||
</data>
|
||||
<data name="InsertUnorderedList" xml:space="preserve">
|
||||
<value>Wstaw listę wypunktowaną</value>
|
||||
</data>
|
||||
<data name="InvalidFileType" xml:space="preserve">
|
||||
<value>The selected file "{0}" is not valid. Supported file types are {1}.</value>
|
||||
</data>
|
||||
<data name="Italic" xml:space="preserve">
|
||||
<value>Kursywa</value>
|
||||
</data>
|
||||
<data name="JustifyCenter" xml:space="preserve">
|
||||
<value>Centruj tekst</value>
|
||||
</data>
|
||||
<data name="JustifyFull" xml:space="preserve">
|
||||
<value>Wyrównaj tekst</value>
|
||||
</data>
|
||||
<data name="JustifyLeft" xml:space="preserve">
|
||||
<value>Wyrównaj tekst do lewej</value>
|
||||
</data>
|
||||
<data name="JustifyRight" xml:space="preserve">
|
||||
<value>Wyrównaj tekst do prawej</value>
|
||||
</data>
|
||||
<data name="OrderBy" xml:space="preserve">
|
||||
<value>Arrange by:</value>
|
||||
</data>
|
||||
<data name="OrderByName" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="OrderBySize" xml:space="preserve">
|
||||
<value>Size</value>
|
||||
</data>
|
||||
<data name="Outdent" xml:space="preserve">
|
||||
<value>Zmniejsz wcięcie</value>
|
||||
</data>
|
||||
<data name="OverwriteFile" xml:space="preserve">
|
||||
<value>A file with name "{0}" already exists in the current directory. Do you want to overwrite it?</value>
|
||||
</data>
|
||||
<data name="Strikethrough" xml:space="preserve">
|
||||
<value>Przekreślenie</value>
|
||||
</data>
|
||||
<data name="Style" xml:space="preserve">
|
||||
<value>Style</value>
|
||||
</data>
|
||||
<data name="Underline" xml:space="preserve">
|
||||
<value>Podkreślenie</value>
|
||||
</data>
|
||||
<data name="Unlink" xml:space="preserve">
|
||||
<value>Usuń link</value>
|
||||
</data>
|
||||
<data name="UploadFile" xml:space="preserve">
|
||||
<value>Upload</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,207 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Bold" xml:space="preserve">
|
||||
<value>Negrito</value>
|
||||
</data>
|
||||
<data name="CreateLink" xml:space="preserve">
|
||||
<value>Adicionar Link</value>
|
||||
</data>
|
||||
<data name="DeleteFile" xml:space="preserve">
|
||||
<value>Are you sure you want to delete "{0}"?</value>
|
||||
</data>
|
||||
<data name="DirectoryNotFound" xml:space="preserve">
|
||||
<value>A directory with this name was not found.</value>
|
||||
</data>
|
||||
<data name="EmptyFolder" xml:space="preserve">
|
||||
<value>Empty Folder</value>
|
||||
</data>
|
||||
<data name="FontName" xml:space="preserve">
|
||||
<value>Fonte</value>
|
||||
</data>
|
||||
<data name="FontSize" xml:space="preserve">
|
||||
<value>Tamanho</value>
|
||||
</data>
|
||||
<data name="FormatBlock" xml:space="preserve">
|
||||
<value>Formatar Bloco</value>
|
||||
</data>
|
||||
<data name="Indent" xml:space="preserve">
|
||||
<value>Aumentar Recuo</value>
|
||||
</data>
|
||||
<data name="InsertHtml" xml:space="preserve">
|
||||
<value>Inserir HTML</value>
|
||||
</data>
|
||||
<data name="InsertImage" xml:space="preserve">
|
||||
<value>Inserir Imagem</value>
|
||||
</data>
|
||||
<data name="InsertOrderedList" xml:space="preserve">
|
||||
<value>Inserir Lista Ordenada</value>
|
||||
</data>
|
||||
<data name="InsertUnorderedList" xml:space="preserve">
|
||||
<value>Inserir Lista Aleatória</value>
|
||||
</data>
|
||||
<data name="InvalidFileType" xml:space="preserve">
|
||||
<value>The selected file "{0}" is not valid. Supported file types are {1}.</value>
|
||||
</data>
|
||||
<data name="Italic" xml:space="preserve">
|
||||
<value>Itálico</value>
|
||||
</data>
|
||||
<data name="JustifyCenter" xml:space="preserve">
|
||||
<value>Alinhar Centro</value>
|
||||
</data>
|
||||
<data name="JustifyFull" xml:space="preserve">
|
||||
<value>Justificar</value>
|
||||
</data>
|
||||
<data name="JustifyLeft" xml:space="preserve">
|
||||
<value>Alinhar à Esquerda</value>
|
||||
</data>
|
||||
<data name="JustifyRight" xml:space="preserve">
|
||||
<value>Alinhar à Direita</value>
|
||||
</data>
|
||||
<data name="OrderBy" xml:space="preserve">
|
||||
<value>Arrange by:</value>
|
||||
</data>
|
||||
<data name="OrderByName" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="OrderBySize" xml:space="preserve">
|
||||
<value>Size</value>
|
||||
</data>
|
||||
<data name="Outdent" xml:space="preserve">
|
||||
<value>Diminuir Recuo</value>
|
||||
</data>
|
||||
<data name="OverwriteFile" xml:space="preserve">
|
||||
<value>A file with name "{0}" already exists in the current directory. Do you want to overwrite it?</value>
|
||||
</data>
|
||||
<data name="Strikethrough" xml:space="preserve">
|
||||
<value>Tachado</value>
|
||||
</data>
|
||||
<data name="Style" xml:space="preserve">
|
||||
<value>Estilo</value>
|
||||
</data>
|
||||
<data name="Underline" xml:space="preserve">
|
||||
<value>Sublinhado</value>
|
||||
</data>
|
||||
<data name="Unlink" xml:space="preserve">
|
||||
<value>Remover Link</value>
|
||||
</data>
|
||||
<data name="UploadFile" xml:space="preserve">
|
||||
<value>Upload</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,207 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Bold" xml:space="preserve">
|
||||
<value>Полужирный</value>
|
||||
</data>
|
||||
<data name="CreateLink" xml:space="preserve">
|
||||
<value>Вставить гиперссылку</value>
|
||||
</data>
|
||||
<data name="DeleteFile" xml:space="preserve">
|
||||
<value>Are you sure you want to delete "{0}"?</value>
|
||||
</data>
|
||||
<data name="DirectoryNotFound" xml:space="preserve">
|
||||
<value>A directory with this name was not found.</value>
|
||||
</data>
|
||||
<data name="EmptyFolder" xml:space="preserve">
|
||||
<value>Empty Folder</value>
|
||||
</data>
|
||||
<data name="FontName" xml:space="preserve">
|
||||
<value>Выбрать шрифт</value>
|
||||
</data>
|
||||
<data name="FontSize" xml:space="preserve">
|
||||
<value>Выбрать размер шрифта</value>
|
||||
</data>
|
||||
<data name="FormatBlock" xml:space="preserve">
|
||||
<value>Форматирование</value>
|
||||
</data>
|
||||
<data name="Indent" xml:space="preserve">
|
||||
<value>Увеличить отступ</value>
|
||||
</data>
|
||||
<data name="InsertHtml" xml:space="preserve">
|
||||
<value>Вставить HTML</value>
|
||||
</data>
|
||||
<data name="InsertImage" xml:space="preserve">
|
||||
<value>Вставить изображение</value>
|
||||
</data>
|
||||
<data name="InsertOrderedList" xml:space="preserve">
|
||||
<value>Вставить нумерованный список</value>
|
||||
</data>
|
||||
<data name="InsertUnorderedList" xml:space="preserve">
|
||||
<value>Вставить маркированныйсписок</value>
|
||||
</data>
|
||||
<data name="InvalidFileType" xml:space="preserve">
|
||||
<value>The selected file "{0}" is not valid. Supported file types are {1}.</value>
|
||||
</data>
|
||||
<data name="Italic" xml:space="preserve">
|
||||
<value>Курсив</value>
|
||||
</data>
|
||||
<data name="JustifyCenter" xml:space="preserve">
|
||||
<value>Выровнять по центру</value>
|
||||
</data>
|
||||
<data name="JustifyFull" xml:space="preserve">
|
||||
<value>Выровнять по ширине</value>
|
||||
</data>
|
||||
<data name="JustifyLeft" xml:space="preserve">
|
||||
<value>Выровнять по левому краю</value>
|
||||
</data>
|
||||
<data name="JustifyRight" xml:space="preserve">
|
||||
<value>Выровнять по правому краю</value>
|
||||
</data>
|
||||
<data name="OrderBy" xml:space="preserve">
|
||||
<value>Arrange by:</value>
|
||||
</data>
|
||||
<data name="OrderByName" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="OrderBySize" xml:space="preserve">
|
||||
<value>Size</value>
|
||||
</data>
|
||||
<data name="Outdent" xml:space="preserve">
|
||||
<value>Уменьшить отступ</value>
|
||||
</data>
|
||||
<data name="OverwriteFile" xml:space="preserve">
|
||||
<value>A file with name "{0}" already exists in the current directory. Do you want to overwrite it?</value>
|
||||
</data>
|
||||
<data name="Strikethrough" xml:space="preserve">
|
||||
<value>Зачеркнутый</value>
|
||||
</data>
|
||||
<data name="Style" xml:space="preserve">
|
||||
<value>Стиль</value>
|
||||
</data>
|
||||
<data name="Underline" xml:space="preserve">
|
||||
<value>Подчеркнутый</value>
|
||||
</data>
|
||||
<data name="Unlink" xml:space="preserve">
|
||||
<value>Удалить гиперссылку</value>
|
||||
</data>
|
||||
<data name="UploadFile" xml:space="preserve">
|
||||
<value>Upload</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,207 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Bold" xml:space="preserve">
|
||||
<value>Жирний</value>
|
||||
</data>
|
||||
<data name="CreateLink" xml:space="preserve">
|
||||
<value>Додати посилання</value>
|
||||
</data>
|
||||
<data name="DeleteFile" xml:space="preserve">
|
||||
<value>Are you sure you want to delete "{0}"?</value>
|
||||
</data>
|
||||
<data name="DirectoryNotFound" xml:space="preserve">
|
||||
<value>A directory with this name was not found.</value>
|
||||
</data>
|
||||
<data name="EmptyFolder" xml:space="preserve">
|
||||
<value>Empty Folder</value>
|
||||
</data>
|
||||
<data name="FontName" xml:space="preserve">
|
||||
<value>Шрифт</value>
|
||||
</data>
|
||||
<data name="FontSize" xml:space="preserve">
|
||||
<value>Розмір шрифта</value>
|
||||
</data>
|
||||
<data name="FormatBlock" xml:space="preserve">
|
||||
<value>Форматування</value>
|
||||
</data>
|
||||
<data name="Indent" xml:space="preserve">
|
||||
<value>Збільшити відступ</value>
|
||||
</data>
|
||||
<data name="InsertHtml" xml:space="preserve">
|
||||
<value>Додати HTML</value>
|
||||
</data>
|
||||
<data name="InsertImage" xml:space="preserve">
|
||||
<value>Додати зображення</value>
|
||||
</data>
|
||||
<data name="InsertOrderedList" xml:space="preserve">
|
||||
<value>Нумерований список</value>
|
||||
</data>
|
||||
<data name="InsertUnorderedList" xml:space="preserve">
|
||||
<value>Маркований список</value>
|
||||
</data>
|
||||
<data name="InvalidFileType" xml:space="preserve">
|
||||
<value>The selected file "{0}" is not valid. Supported file types are {1}.</value>
|
||||
</data>
|
||||
<data name="Italic" xml:space="preserve">
|
||||
<value>Курсив</value>
|
||||
</data>
|
||||
<data name="JustifyCenter" xml:space="preserve">
|
||||
<value>По центру</value>
|
||||
</data>
|
||||
<data name="JustifyFull" xml:space="preserve">
|
||||
<value>По ширині</value>
|
||||
</data>
|
||||
<data name="JustifyLeft" xml:space="preserve">
|
||||
<value>По лівому краю</value>
|
||||
</data>
|
||||
<data name="JustifyRight" xml:space="preserve">
|
||||
<value>По правому краю</value>
|
||||
</data>
|
||||
<data name="OrderBy" xml:space="preserve">
|
||||
<value>Arrange by:</value>
|
||||
</data>
|
||||
<data name="OrderByName" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="OrderBySize" xml:space="preserve">
|
||||
<value>Size</value>
|
||||
</data>
|
||||
<data name="Outdent" xml:space="preserve">
|
||||
<value>Зменшити відступ</value>
|
||||
</data>
|
||||
<data name="OverwriteFile" xml:space="preserve">
|
||||
<value>A file with name "{0}" already exists in the current directory. Do you want to overwrite it?</value>
|
||||
</data>
|
||||
<data name="Strikethrough" xml:space="preserve">
|
||||
<value>Закреслений</value>
|
||||
</data>
|
||||
<data name="Style" xml:space="preserve">
|
||||
<value>Стиль</value>
|
||||
</data>
|
||||
<data name="Underline" xml:space="preserve">
|
||||
<value>Підкреслений</value>
|
||||
</data>
|
||||
<data name="Unlink" xml:space="preserve">
|
||||
<value>Видалити посилання</value>
|
||||
</data>
|
||||
<data name="UploadFile" xml:space="preserve">
|
||||
<value>Upload</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,255 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AddNew" xml:space="preserve">
|
||||
<value>Neuen Datensatz hinzufügen</value>
|
||||
</data>
|
||||
<data name="Delete" xml:space="preserve">
|
||||
<value>Löschen</value>
|
||||
</data>
|
||||
<data name="Cancel" xml:space="preserve">
|
||||
<value>Abbrechen</value>
|
||||
</data>
|
||||
<data name="Update" xml:space="preserve">
|
||||
<value>Aktualisiere</value>
|
||||
</data>
|
||||
<data name="Insert" xml:space="preserve">
|
||||
<value>Einfügen</value>
|
||||
</data>
|
||||
<data name="Edit" xml:space="preserve">
|
||||
<value>Bearbeiten</value>
|
||||
</data>
|
||||
<data name="Select" xml:space="preserve">
|
||||
<value>Wähle</value>
|
||||
</data>
|
||||
<data name="Page" xml:space="preserve">
|
||||
<value>Seite</value>
|
||||
</data>
|
||||
<data name="DisplayingItems" xml:space="preserve">
|
||||
<value>Anzeigen der Elemente {0} - {1} von {2}</value>
|
||||
</data>
|
||||
<data name="PageOf" xml:space="preserve">
|
||||
<value>von {0}</value>
|
||||
</data>
|
||||
<data name="Filter" xml:space="preserve">
|
||||
<value>Filter</value>
|
||||
</data>
|
||||
<data name="FilterAnd" xml:space="preserve">
|
||||
<value>Und</value>
|
||||
</data>
|
||||
<data name="FilterClear" xml:space="preserve">
|
||||
<value>Filter löschen</value>
|
||||
</data>
|
||||
<data name="FilterDateEq" xml:space="preserve">
|
||||
<value>Ist gleich</value>
|
||||
</data>
|
||||
<data name="FilterDateGe" xml:space="preserve">
|
||||
<value>Ist nach oder gleich</value>
|
||||
</data>
|
||||
<data name="FilterDateGt" xml:space="preserve">
|
||||
<value>Ist nach</value>
|
||||
</data>
|
||||
<data name="FilterDateLe" xml:space="preserve">
|
||||
<value>Ist vor oder gleich</value>
|
||||
</data>
|
||||
<data name="FilterDateLt" xml:space="preserve">
|
||||
<value>Ist vor</value>
|
||||
</data>
|
||||
<data name="FilterDateNe" xml:space="preserve">
|
||||
<value>Ist nicht gleich</value>
|
||||
</data>
|
||||
<data name="FilterNumberEq" xml:space="preserve">
|
||||
<value>Ist gleich</value>
|
||||
</data>
|
||||
<data name="FilterNumberGe" xml:space="preserve">
|
||||
<value>Ist größer als oder gleich</value>
|
||||
</data>
|
||||
<data name="FilterNumberGt" xml:space="preserve">
|
||||
<value>Ist größer als</value>
|
||||
</data>
|
||||
<data name="FilterNumberLe" xml:space="preserve">
|
||||
<value>Ist kleiner als oder gleich</value>
|
||||
</data>
|
||||
<data name="FilterNumberLt" xml:space="preserve">
|
||||
<value>Ist kleiner</value>
|
||||
</data>
|
||||
<data name="FilterNumberNe" xml:space="preserve">
|
||||
<value>Ist nicht gleich</value>
|
||||
</data>
|
||||
<data name="FilterShowRows" xml:space="preserve">
|
||||
<value>Zeigt Zeilen mit Werten, die</value>
|
||||
</data>
|
||||
<data name="FilterStringEndsWith" xml:space="preserve">
|
||||
<value>Endet mit</value>
|
||||
</data>
|
||||
<data name="FilterStringEq" xml:space="preserve">
|
||||
<value>Ist gleich</value>
|
||||
</data>
|
||||
<data name="FilterStringNe" xml:space="preserve">
|
||||
<value>Ist nicht gleich</value>
|
||||
</data>
|
||||
<data name="FilterStringStartsWith" xml:space="preserve">
|
||||
<value>Beginnt mit</value>
|
||||
</data>
|
||||
<data name="FilterStringSubstringOf" xml:space="preserve">
|
||||
<value>Beinhaltet</value>
|
||||
</data>
|
||||
<data name="GroupHint" xml:space="preserve">
|
||||
<value>Ziehen Sie eine Spaltenüberschrift hierher, um nach dieser Spalte zu gruppieren</value>
|
||||
</data>
|
||||
<data name="FilterEnumEq" xml:space="preserve">
|
||||
<value>Ist gleich</value>
|
||||
</data>
|
||||
<data name="FilterEnumNe" xml:space="preserve">
|
||||
<value>Ist nicht gleich</value>
|
||||
</data>
|
||||
<data name="FilterSelectValue" xml:space="preserve">
|
||||
<value>-wählen Sie-</value>
|
||||
</data>
|
||||
<data name="DeleteConfirmation" xml:space="preserve">
|
||||
<value>Sind Sie sicher, dass Sie diesen Datensatz löschen wollen?</value>
|
||||
</data>
|
||||
<data name="FilterBoolIsFalse" xml:space="preserve">
|
||||
<value>ist falsch</value>
|
||||
</data>
|
||||
<data name="FilterBoolIsTrue" xml:space="preserve">
|
||||
<value>ist richtig</value>
|
||||
</data>
|
||||
<data name="NoRecords" xml:space="preserve">
|
||||
<value>keine Daten</value>
|
||||
</data>
|
||||
<data name="CancelChanges" xml:space="preserve">
|
||||
<value>Änderungen verwerfen</value>
|
||||
</data>
|
||||
<data name="SaveChanges" xml:space="preserve">
|
||||
<value>Änderungen speichern</value>
|
||||
</data>
|
||||
<data name="Refresh" xml:space="preserve">
|
||||
<value>Aktualisieren</value>
|
||||
</data>
|
||||
<data name="SortedAsc" xml:space="preserve">
|
||||
<value>aufsteigend sortiert</value>
|
||||
</data>
|
||||
<data name="SortedDesc" xml:space="preserve">
|
||||
<value>absteigend sortiert</value>
|
||||
</data>
|
||||
<data name="UnGroup" xml:space="preserve">
|
||||
<value>Gruppierung aufheben</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,255 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AddNew" xml:space="preserve">
|
||||
<value>Add new record</value>
|
||||
</data>
|
||||
<data name="Delete" xml:space="preserve">
|
||||
<value>Delete</value>
|
||||
</data>
|
||||
<data name="Cancel" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="Update" xml:space="preserve">
|
||||
<value>Update</value>
|
||||
</data>
|
||||
<data name="Insert" xml:space="preserve">
|
||||
<value>Insert</value>
|
||||
</data>
|
||||
<data name="Edit" xml:space="preserve">
|
||||
<value>Edit</value>
|
||||
</data>
|
||||
<data name="Select" xml:space="preserve">
|
||||
<value>Select</value>
|
||||
</data>
|
||||
<data name="Page" xml:space="preserve">
|
||||
<value>Page </value>
|
||||
</data>
|
||||
<data name="DisplayingItems" xml:space="preserve">
|
||||
<value>Displaying items {0} - {1} of {2}</value>
|
||||
</data>
|
||||
<data name="PageOf" xml:space="preserve">
|
||||
<value>of {0}</value>
|
||||
</data>
|
||||
<data name="Filter" xml:space="preserve">
|
||||
<value>Filter</value>
|
||||
</data>
|
||||
<data name="FilterAnd" xml:space="preserve">
|
||||
<value>And</value>
|
||||
</data>
|
||||
<data name="FilterClear" xml:space="preserve">
|
||||
<value>Clear Filter</value>
|
||||
</data>
|
||||
<data name="FilterDateEq" xml:space="preserve">
|
||||
<value>Is equal to</value>
|
||||
</data>
|
||||
<data name="FilterDateGe" xml:space="preserve">
|
||||
<value>Is after or equal to</value>
|
||||
</data>
|
||||
<data name="FilterDateGt" xml:space="preserve">
|
||||
<value>Is after</value>
|
||||
</data>
|
||||
<data name="FilterDateLe" xml:space="preserve">
|
||||
<value>Is before or equal to</value>
|
||||
</data>
|
||||
<data name="FilterDateLt" xml:space="preserve">
|
||||
<value>Is before</value>
|
||||
</data>
|
||||
<data name="FilterDateNe" xml:space="preserve">
|
||||
<value>Is not equal to</value>
|
||||
</data>
|
||||
<data name="FilterNumberEq" xml:space="preserve">
|
||||
<value>Is equal to</value>
|
||||
</data>
|
||||
<data name="FilterNumberGe" xml:space="preserve">
|
||||
<value>Is greater than or equal to</value>
|
||||
</data>
|
||||
<data name="FilterNumberGt" xml:space="preserve">
|
||||
<value>Is greater than</value>
|
||||
</data>
|
||||
<data name="FilterNumberLe" xml:space="preserve">
|
||||
<value>Is less than or equal to</value>
|
||||
</data>
|
||||
<data name="FilterNumberLt" xml:space="preserve">
|
||||
<value>Is less than</value>
|
||||
</data>
|
||||
<data name="FilterNumberNe" xml:space="preserve">
|
||||
<value>Is not equal to</value>
|
||||
</data>
|
||||
<data name="FilterShowRows" xml:space="preserve">
|
||||
<value>Show rows with value that</value>
|
||||
</data>
|
||||
<data name="FilterStringEndsWith" xml:space="preserve">
|
||||
<value>Ends with</value>
|
||||
</data>
|
||||
<data name="FilterStringEq" xml:space="preserve">
|
||||
<value>Is equal to</value>
|
||||
</data>
|
||||
<data name="FilterStringNe" xml:space="preserve">
|
||||
<value>Is not equal to</value>
|
||||
</data>
|
||||
<data name="FilterStringStartsWith" xml:space="preserve">
|
||||
<value>Starts with</value>
|
||||
</data>
|
||||
<data name="FilterStringSubstringOf" xml:space="preserve">
|
||||
<value>Contains</value>
|
||||
</data>
|
||||
<data name="GroupHint" xml:space="preserve">
|
||||
<value>Drag a column header and drop it here to group by that column</value>
|
||||
</data>
|
||||
<data name="FilterEnumEq" xml:space="preserve">
|
||||
<value>Is equal to</value>
|
||||
</data>
|
||||
<data name="FilterEnumNe" xml:space="preserve">
|
||||
<value>Is not equal to</value>
|
||||
</data>
|
||||
<data name="DeleteConfirmation" xml:space="preserve">
|
||||
<value>Are you sure you want to delete this record?</value>
|
||||
</data>
|
||||
<data name="FilterSelectValue" xml:space="preserve">
|
||||
<value>-Select value-</value>
|
||||
</data>
|
||||
<data name="FilterBoolIsFalse" xml:space="preserve">
|
||||
<value>is false</value>
|
||||
</data>
|
||||
<data name="FilterBoolIsTrue" xml:space="preserve">
|
||||
<value>is true</value>
|
||||
</data>
|
||||
<data name="NoRecords" xml:space="preserve">
|
||||
<value>No records to display.</value>
|
||||
</data>
|
||||
<data name="CancelChanges" xml:space="preserve">
|
||||
<value>Cancel changes</value>
|
||||
</data>
|
||||
<data name="SaveChanges" xml:space="preserve">
|
||||
<value>Save changes</value>
|
||||
</data>
|
||||
<data name="Refresh" xml:space="preserve">
|
||||
<value>Refresh</value>
|
||||
</data>
|
||||
<data name="SortedAsc" xml:space="preserve">
|
||||
<value>sorted ascending</value>
|
||||
</data>
|
||||
<data name="SortedDesc" xml:space="preserve">
|
||||
<value>sorted descending</value>
|
||||
</data>
|
||||
<data name="UnGroup" xml:space="preserve">
|
||||
<value>ungroup</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,252 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AddNew" xml:space="preserve">
|
||||
<value>Añadir nuevo registro</value>
|
||||
</data>
|
||||
<data name="Delete" xml:space="preserve">
|
||||
<value>Eliminar</value>
|
||||
</data>
|
||||
<data name="Cancel" xml:space="preserve">
|
||||
<value>Cancelar</value>
|
||||
</data>
|
||||
<data name="Update" xml:space="preserve">
|
||||
<value>Actualizar</value>
|
||||
</data>
|
||||
<data name="Insert" xml:space="preserve">
|
||||
<value>Añadir</value>
|
||||
</data>
|
||||
<data name="Edit" xml:space="preserve">
|
||||
<value>Editar</value>
|
||||
</data>
|
||||
<data name="Select" xml:space="preserve">
|
||||
<value>Seleccionar</value>
|
||||
</data>
|
||||
<data name="Page" xml:space="preserve">
|
||||
<value>Página</value>
|
||||
</data>
|
||||
<data name="DisplayingItems" xml:space="preserve">
|
||||
<value>Elementos mostrados {0} - {1} de {2}</value>
|
||||
</data>
|
||||
<data name="PageOf" xml:space="preserve">
|
||||
<value>de {0}</value>
|
||||
</data>
|
||||
<data name="Filter" xml:space="preserve">
|
||||
<value>Filtrar</value>
|
||||
</data>
|
||||
<data name="FilterAnd" xml:space="preserve">
|
||||
<value>Y</value>
|
||||
</data>
|
||||
<data name="FilterClear" xml:space="preserve">
|
||||
<value>Limpiar filtro</value>
|
||||
</data>
|
||||
<data name="FilterDateEq" xml:space="preserve">
|
||||
<value>Es igual a</value>
|
||||
</data>
|
||||
<data name="FilterDateGe" xml:space="preserve">
|
||||
<value>Es posterior o igual a</value>
|
||||
</data>
|
||||
<data name="FilterDateGt" xml:space="preserve">
|
||||
<value>Es posterior</value>
|
||||
</data>
|
||||
<data name="FilterDateLe" xml:space="preserve">
|
||||
<value>Es anterior o igual a</value>
|
||||
</data>
|
||||
<data name="FilterDateLt" xml:space="preserve">
|
||||
<value>Es anterior</value>
|
||||
</data>
|
||||
<data name="FilterDateNe" xml:space="preserve">
|
||||
<value>No es igual a</value>
|
||||
</data>
|
||||
<data name="FilterNumberEq" xml:space="preserve">
|
||||
<value>Es igual a</value>
|
||||
</data>
|
||||
<data name="FilterNumberGe" xml:space="preserve">
|
||||
<value>Es mayor o igual que</value>
|
||||
</data>
|
||||
<data name="FilterNumberGt" xml:space="preserve">
|
||||
<value>Es mayor que</value>
|
||||
</data>
|
||||
<data name="FilterNumberLe" xml:space="preserve">
|
||||
<value>Es menor o igual que</value>
|
||||
</data>
|
||||
<data name="FilterNumberLt" xml:space="preserve">
|
||||
<value>Es menor que</value>
|
||||
</data>
|
||||
<data name="FilterNumberNe" xml:space="preserve">
|
||||
<value>No es igual a</value>
|
||||
</data>
|
||||
<data name="FilterShowRows" xml:space="preserve">
|
||||
<value>Mostrar filas con valor que</value>
|
||||
</data>
|
||||
<data name="FilterStringEndsWith" xml:space="preserve">
|
||||
<value>Termina en</value>
|
||||
</data>
|
||||
<data name="FilterStringEq" xml:space="preserve">
|
||||
<value>Es igual a</value>
|
||||
</data>
|
||||
<data name="FilterStringNe" xml:space="preserve">
|
||||
<value>No es igual a</value>
|
||||
</data>
|
||||
<data name="FilterStringStartsWith" xml:space="preserve">
|
||||
<value>Comienza con</value>
|
||||
</data>
|
||||
<data name="FilterStringSubstringOf" xml:space="preserve">
|
||||
<value>Contiene</value>
|
||||
</data>
|
||||
<data name="GroupHint" xml:space="preserve">
|
||||
<value>Arrastre un encabezado de columna y póngalo aquí para agrupar por ella</value>
|
||||
</data>
|
||||
<data name="FilterEnumEq" xml:space="preserve">
|
||||
<value>Es igual a</value>
|
||||
</data>
|
||||
<data name="FilterEnumNe" xml:space="preserve">
|
||||
<value>No es igual a</value>
|
||||
</data>
|
||||
<data name="DeleteConfirmation" xml:space="preserve">
|
||||
<value>¿Está seguro de que quiere eliminar este registro?</value>
|
||||
</data>
|
||||
<data name="NoRecords" xml:space="preserve">
|
||||
<value>No records to display.</value>
|
||||
</data>
|
||||
<data name="FilterBoolIsFalse" xml:space="preserve">
|
||||
<value>No</value>
|
||||
</data>
|
||||
<data name="FilterBoolIsTrue" xml:space="preserve">
|
||||
<value>Si</value>
|
||||
</data>
|
||||
<data name="CancelChanges" xml:space="preserve">
|
||||
<value>Cancel Changes</value>
|
||||
</data>
|
||||
<data name="SaveChanges" xml:space="preserve">
|
||||
<value>Save Changes</value>
|
||||
</data>
|
||||
<data name="Refresh" xml:space="preserve">
|
||||
<value>Actualizar</value>
|
||||
</data>
|
||||
<data name="SortedAsc" xml:space="preserve">
|
||||
<value>ordenados ascendente</value>
|
||||
</data>
|
||||
<data name="SortedDesc" xml:space="preserve">
|
||||
<value>ordenados descendente</value>
|
||||
</data>
|
||||
<data name="UnGroup" xml:space="preserve">
|
||||
<value>desagrupar</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,255 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AddNew" xml:space="preserve">
|
||||
<value>Dodaj nowy rekord</value>
|
||||
</data>
|
||||
<data name="Delete" xml:space="preserve">
|
||||
<value>Usuń</value>
|
||||
</data>
|
||||
<data name="Cancel" xml:space="preserve">
|
||||
<value>Anuluj</value>
|
||||
</data>
|
||||
<data name="Update" xml:space="preserve">
|
||||
<value>Aktualizuj</value>
|
||||
</data>
|
||||
<data name="Insert" xml:space="preserve">
|
||||
<value>Wstaw</value>
|
||||
</data>
|
||||
<data name="Edit" xml:space="preserve">
|
||||
<value>Edycja</value>
|
||||
</data>
|
||||
<data name="Select" xml:space="preserve">
|
||||
<value>Zaznacz</value>
|
||||
</data>
|
||||
<data name="Page" xml:space="preserve">
|
||||
<value>Strona</value>
|
||||
</data>
|
||||
<data name="DisplayingItems" xml:space="preserve">
|
||||
<value>Wyświetlanie elementów {0} - {1} z {2}</value>
|
||||
</data>
|
||||
<data name="PageOf" xml:space="preserve">
|
||||
<value>z {0}</value>
|
||||
</data>
|
||||
<data name="Filter" xml:space="preserve">
|
||||
<value>Filtr</value>
|
||||
</data>
|
||||
<data name="FilterAnd" xml:space="preserve">
|
||||
<value>Oraz</value>
|
||||
</data>
|
||||
<data name="FilterClear" xml:space="preserve">
|
||||
<value>Wyczyść filtr</value>
|
||||
</data>
|
||||
<data name="FilterDateEq" xml:space="preserve">
|
||||
<value>jest równe</value>
|
||||
</data>
|
||||
<data name="FilterDateGe" xml:space="preserve">
|
||||
<value>jest późniejsze lub równe</value>
|
||||
</data>
|
||||
<data name="FilterDateGt" xml:space="preserve">
|
||||
<value>jest późniejsze</value>
|
||||
</data>
|
||||
<data name="FilterDateLe" xml:space="preserve">
|
||||
<value>jest wcześniejsze lub równe</value>
|
||||
</data>
|
||||
<data name="FilterDateLt" xml:space="preserve">
|
||||
<value>jest wcześniejsze</value>
|
||||
</data>
|
||||
<data name="FilterDateNe" xml:space="preserve">
|
||||
<value>jest inne niż</value>
|
||||
</data>
|
||||
<data name="FilterNumberEq" xml:space="preserve">
|
||||
<value>jest równe</value>
|
||||
</data>
|
||||
<data name="FilterNumberGe" xml:space="preserve">
|
||||
<value>jest większe lub równe</value>
|
||||
</data>
|
||||
<data name="FilterNumberGt" xml:space="preserve">
|
||||
<value>jest większe</value>
|
||||
</data>
|
||||
<data name="FilterNumberLe" xml:space="preserve">
|
||||
<value>jest mniejsze lub równe</value>
|
||||
</data>
|
||||
<data name="FilterNumberLt" xml:space="preserve">
|
||||
<value>jest mniejsze niż</value>
|
||||
</data>
|
||||
<data name="FilterNumberNe" xml:space="preserve">
|
||||
<value>jest inne niż</value>
|
||||
</data>
|
||||
<data name="FilterShowRows" xml:space="preserve">
|
||||
<value>Pokaż wiersze o wartościach które</value>
|
||||
</data>
|
||||
<data name="FilterStringEndsWith" xml:space="preserve">
|
||||
<value>Kończy się na</value>
|
||||
</data>
|
||||
<data name="FilterStringEq" xml:space="preserve">
|
||||
<value>jest równe</value>
|
||||
</data>
|
||||
<data name="FilterStringNe" xml:space="preserve">
|
||||
<value>jest inne niż</value>
|
||||
</data>
|
||||
<data name="FilterStringStartsWith" xml:space="preserve">
|
||||
<value>Zaczyna się od</value>
|
||||
</data>
|
||||
<data name="FilterStringSubstringOf" xml:space="preserve">
|
||||
<value>Zawiera</value>
|
||||
</data>
|
||||
<data name="GroupHint" xml:space="preserve">
|
||||
<value>Przeciągnij nagłówek kolumny i upuść go tutaj aby pogrupować według tej kolumny</value>
|
||||
</data>
|
||||
<data name="FilterEnumEq" xml:space="preserve">
|
||||
<value>jest równe</value>
|
||||
</data>
|
||||
<data name="FilterEnumNe" xml:space="preserve">
|
||||
<value>jest inne niż</value>
|
||||
</data>
|
||||
<data name="DeleteConfirmation" xml:space="preserve">
|
||||
<value>Czy na pewno chcesz usunąć ten rekord?</value>
|
||||
</data>
|
||||
<data name="FilterSelectValue" xml:space="preserve">
|
||||
<value>-Wybierz wartość-</value>
|
||||
</data>
|
||||
<data name="FilterBoolIsFalse" xml:space="preserve">
|
||||
<value>fałsz</value>
|
||||
</data>
|
||||
<data name="FilterBoolIsTrue" xml:space="preserve">
|
||||
<value>prawda</value>
|
||||
</data>
|
||||
<data name="NoRecords" xml:space="preserve">
|
||||
<value>Brak danych</value>
|
||||
</data>
|
||||
<data name="CancelChanges" xml:space="preserve">
|
||||
<value>Cancel Changes</value>
|
||||
</data>
|
||||
<data name="SaveChanges" xml:space="preserve">
|
||||
<value>Save Changes</value>
|
||||
</data>
|
||||
<data name="Refresh" xml:space="preserve">
|
||||
<value>Odśwież</value>
|
||||
</data>
|
||||
<data name="SortedAsc" xml:space="preserve">
|
||||
<value>posortowane rosnąco</value>
|
||||
</data>
|
||||
<data name="SortedDesc" xml:space="preserve">
|
||||
<value>posortowane malejąco</value>
|
||||
</data>
|
||||
<data name="UnGroup" xml:space="preserve">
|
||||
<value>rozgrupować</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,252 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AddNew" xml:space="preserve">
|
||||
<value>Adicionar novo registro</value>
|
||||
</data>
|
||||
<data name="Delete" xml:space="preserve">
|
||||
<value>Excluir</value>
|
||||
</data>
|
||||
<data name="Cancel" xml:space="preserve">
|
||||
<value>Cancelar</value>
|
||||
</data>
|
||||
<data name="Update" xml:space="preserve">
|
||||
<value>Atualizar</value>
|
||||
</data>
|
||||
<data name="Insert" xml:space="preserve">
|
||||
<value>Inserir</value>
|
||||
</data>
|
||||
<data name="Edit" xml:space="preserve">
|
||||
<value>Editar</value>
|
||||
</data>
|
||||
<data name="Select" xml:space="preserve">
|
||||
<value>Selecionar</value>
|
||||
</data>
|
||||
<data name="Page" xml:space="preserve">
|
||||
<value>Página </value>
|
||||
</data>
|
||||
<data name="DisplayingItems" xml:space="preserve">
|
||||
<value>Exibindo itens {0} - {1} de {2}</value>
|
||||
</data>
|
||||
<data name="PageOf" xml:space="preserve">
|
||||
<value>de {0}</value>
|
||||
</data>
|
||||
<data name="Filter" xml:space="preserve">
|
||||
<value>Filtro</value>
|
||||
</data>
|
||||
<data name="FilterAnd" xml:space="preserve">
|
||||
<value>E</value>
|
||||
</data>
|
||||
<data name="FilterClear" xml:space="preserve">
|
||||
<value>Limpar Filtro</value>
|
||||
</data>
|
||||
<data name="FilterDateEq" xml:space="preserve">
|
||||
<value>É igual a</value>
|
||||
</data>
|
||||
<data name="FilterDateGe" xml:space="preserve">
|
||||
<value>É posterior ou igual a</value>
|
||||
</data>
|
||||
<data name="FilterDateGt" xml:space="preserve">
|
||||
<value>É posterior a</value>
|
||||
</data>
|
||||
<data name="FilterDateLe" xml:space="preserve">
|
||||
<value>É anterior ou igual a</value>
|
||||
</data>
|
||||
<data name="FilterDateLt" xml:space="preserve">
|
||||
<value>É anterior a</value>
|
||||
</data>
|
||||
<data name="FilterDateNe" xml:space="preserve">
|
||||
<value>Não é igual a</value>
|
||||
</data>
|
||||
<data name="FilterNumberEq" xml:space="preserve">
|
||||
<value>É igual a</value>
|
||||
</data>
|
||||
<data name="FilterNumberGe" xml:space="preserve">
|
||||
<value>É maior que ou igual a</value>
|
||||
</data>
|
||||
<data name="FilterNumberGt" xml:space="preserve">
|
||||
<value>É maior que</value>
|
||||
</data>
|
||||
<data name="FilterNumberLe" xml:space="preserve">
|
||||
<value>É menor que ou igual a</value>
|
||||
</data>
|
||||
<data name="FilterNumberLt" xml:space="preserve">
|
||||
<value>É menor que</value>
|
||||
</data>
|
||||
<data name="FilterNumberNe" xml:space="preserve">
|
||||
<value>Não é igual a</value>
|
||||
</data>
|
||||
<data name="FilterShowRows" xml:space="preserve">
|
||||
<value>Exibir linhas com valores que</value>
|
||||
</data>
|
||||
<data name="FilterStringEndsWith" xml:space="preserve">
|
||||
<value>Termina com</value>
|
||||
</data>
|
||||
<data name="FilterStringEq" xml:space="preserve">
|
||||
<value>É igual a</value>
|
||||
</data>
|
||||
<data name="FilterStringNe" xml:space="preserve">
|
||||
<value>Não é igual a</value>
|
||||
</data>
|
||||
<data name="FilterStringStartsWith" xml:space="preserve">
|
||||
<value>Começa com</value>
|
||||
</data>
|
||||
<data name="FilterStringSubstringOf" xml:space="preserve">
|
||||
<value>Contem</value>
|
||||
</data>
|
||||
<data name="GroupHint" xml:space="preserve">
|
||||
<value>Arraste aqui o cabeçalho de uma coluna para agrupar por esta coluna</value>
|
||||
</data>
|
||||
<data name="FilterEnumEq" xml:space="preserve">
|
||||
<value>É igual a</value>
|
||||
</data>
|
||||
<data name="FilterEnumNe" xml:space="preserve">
|
||||
<value>Não é igual a</value>
|
||||
</data>
|
||||
<data name="DeleteConfirmation" xml:space="preserve">
|
||||
<value>Você tem certeza que deseja excluir este registro?</value>
|
||||
</data>
|
||||
<data name="FilterBoolIsFalse" xml:space="preserve">
|
||||
<value>É falsa</value>
|
||||
</data>
|
||||
<data name="FilterBoolIsTrue" xml:space="preserve">
|
||||
<value>É verdade</value>
|
||||
</data>
|
||||
<data name="NoRecords" xml:space="preserve">
|
||||
<value>No records to display.</value>
|
||||
</data>
|
||||
<data name="CancelChanges" xml:space="preserve">
|
||||
<value>Cancel Changes</value>
|
||||
</data>
|
||||
<data name="SaveChanges" xml:space="preserve">
|
||||
<value>Save Changes</value>
|
||||
</data>
|
||||
<data name="Refresh" xml:space="preserve">
|
||||
<value>Atualizar</value>
|
||||
</data>
|
||||
<data name="SortedAsc" xml:space="preserve">
|
||||
<value>ordenadas crescente</value>
|
||||
</data>
|
||||
<data name="SortedDesc" xml:space="preserve">
|
||||
<value>ordenadas descendente</value>
|
||||
</data>
|
||||
<data name="UnGroup" xml:space="preserve">
|
||||
<value>desagrupar</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,249 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AddNew" xml:space="preserve">
|
||||
<value>Novo</value>
|
||||
</data>
|
||||
<data name="Cancel" xml:space="preserve">
|
||||
<value>Cancelar</value>
|
||||
</data>
|
||||
<data name="Delete" xml:space="preserve">
|
||||
<value>Apagar</value>
|
||||
</data>
|
||||
<data name="DeleteConfirmation" xml:space="preserve">
|
||||
<value>Pretende remover o registo?</value>
|
||||
</data>
|
||||
<data name="DisplayingItems" xml:space="preserve">
|
||||
<value>Registos {0} - {1} de {2}</value>
|
||||
</data>
|
||||
<data name="Edit" xml:space="preserve">
|
||||
<value>Editar</value>
|
||||
</data>
|
||||
<data name="NoRecords" xml:space="preserve">
|
||||
<value>No records to display.</value>
|
||||
</data>
|
||||
<data name="Filter" xml:space="preserve">
|
||||
<value>Filtro</value>
|
||||
</data>
|
||||
<data name="FilterAnd" xml:space="preserve">
|
||||
<value>e</value>
|
||||
</data>
|
||||
<data name="FilterClear" xml:space="preserve">
|
||||
<value>Limpar</value>
|
||||
</data>
|
||||
<data name="FilterDateEq" xml:space="preserve">
|
||||
<value>Igual</value>
|
||||
</data>
|
||||
<data name="FilterDateGe" xml:space="preserve">
|
||||
<value>Maior ou igual que</value>
|
||||
</data>
|
||||
<data name="FilterDateGt" xml:space="preserve">
|
||||
<value>Maior que</value>
|
||||
</data>
|
||||
<data name="FilterDateLe" xml:space="preserve">
|
||||
<value>Menor ou igual que</value>
|
||||
</data>
|
||||
<data name="FilterDateLt" xml:space="preserve">
|
||||
<value>Menor que</value>
|
||||
</data>
|
||||
<data name="FilterDateNe" xml:space="preserve">
|
||||
<value>Diferente</value>
|
||||
</data>
|
||||
<data name="FilterEnumEq" xml:space="preserve">
|
||||
<value>Igual</value>
|
||||
</data>
|
||||
<data name="FilterEnumNe" xml:space="preserve">
|
||||
<value>Diferente</value>
|
||||
</data>
|
||||
<data name="FilterNumberEq" xml:space="preserve">
|
||||
<value>Igual</value>
|
||||
</data>
|
||||
<data name="FilterNumberGe" xml:space="preserve">
|
||||
<value>Maior ou igual que</value>
|
||||
</data>
|
||||
<data name="FilterNumberGt" xml:space="preserve">
|
||||
<value>Maior que</value>
|
||||
</data>
|
||||
<data name="FilterNumberLe" xml:space="preserve">
|
||||
<value>Menor ou igual que</value>
|
||||
</data>
|
||||
<data name="FilterNumberLt" xml:space="preserve">
|
||||
<value>Menor que</value>
|
||||
</data>
|
||||
<data name="FilterNumberNe" xml:space="preserve">
|
||||
<value>Diferente</value>
|
||||
</data>
|
||||
<data name="FilterSelectValue" xml:space="preserve">
|
||||
<value>-Seleccione um item-</value>
|
||||
</data>
|
||||
<data name="FilterShowRows" xml:space="preserve">
|
||||
<value>Motrar as linhas com o valor</value>
|
||||
</data>
|
||||
<data name="FilterStringEndsWith" xml:space="preserve">
|
||||
<value>A acabar em</value>
|
||||
</data>
|
||||
<data name="FilterStringEq" xml:space="preserve">
|
||||
<value>Igual</value>
|
||||
</data>
|
||||
<data name="FilterStringNe" xml:space="preserve">
|
||||
<value>Diferente</value>
|
||||
</data>
|
||||
<data name="FilterStringStartsWith" xml:space="preserve">
|
||||
<value>A comecar com</value>
|
||||
</data>
|
||||
<data name="FilterStringSubstringOf" xml:space="preserve">
|
||||
<value>Contem</value>
|
||||
</data>
|
||||
<data name="GroupHint" xml:space="preserve">
|
||||
<value>Arraste uma coluna para este espaco para agrupar pelo valor da mesma...</value>
|
||||
</data>
|
||||
<data name="Insert" xml:space="preserve">
|
||||
<value>Inserir</value>
|
||||
</data>
|
||||
<data name="Page" xml:space="preserve">
|
||||
<value>Pagina</value>
|
||||
</data>
|
||||
<data name="PageOf" xml:space="preserve">
|
||||
<value>de {0}</value>
|
||||
</data>
|
||||
<data name="Select" xml:space="preserve">
|
||||
<value>Seleccionar</value>
|
||||
</data>
|
||||
<data name="Update" xml:space="preserve">
|
||||
<value>Actualizar</value>
|
||||
</data>
|
||||
<data name="CancelChanges" xml:space="preserve">
|
||||
<value>Cancel Changes</value>
|
||||
</data>
|
||||
<data name="SaveChanges" xml:space="preserve">
|
||||
<value>Save Changes</value>
|
||||
</data>
|
||||
<data name="Refresh" xml:space="preserve">
|
||||
<value>Actualizar</value>
|
||||
</data>
|
||||
<data name="SortedAsc" xml:space="preserve">
|
||||
<value>ordenadas crescente</value>
|
||||
</data>
|
||||
<data name="SortedDesc" xml:space="preserve">
|
||||
<value>ordenadas descendente</value>
|
||||
</data>
|
||||
<data name="UnGroup" xml:space="preserve">
|
||||
<value>desagrupar</value>
|
||||
</data>
|
||||
</root>
|
@ -0,0 +1,156 @@
|
||||
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Cancel" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
<comment>Cancel button text</comment>
|
||||
</data>
|
||||
<data name="Retry" xml:space="preserve">
|
||||
<value>Retry</value>
|
||||
<comment>Retry button text</comment>
|
||||
</data>
|
||||
<data name="Select" xml:space="preserve">
|
||||
<value>Select...</value>
|
||||
<comment>Select button text</comment>
|
||||
</data>
|
||||
<data name="Remove" xml:space="preserve">
|
||||
<value>Remove</value>
|
||||
<comment>Remove button text</comment>
|
||||
</data>
|
||||
<data name="UploadSelectedFiles" xml:space="preserve">
|
||||
<value>Upload files</value>
|
||||
<comment>Upload button (visible when AutoUpload is set to false)</comment>
|
||||
</data>
|
||||
<data name="DropFilesHere" xml:space="preserve">
|
||||
<value>drop files here to upload</value>
|
||||
<comment>Drag & Drop hint text</comment>
|
||||
</data>
|
||||
<data name="StatusFailed" xml:space="preserve">
|
||||
<value>failed</value>
|
||||
<comment>"failed" status text accessible by screen readers</comment>
|
||||
</data>
|
||||
<data name="StatusUploaded" xml:space="preserve">
|
||||
<value>uploaded</value>
|
||||
<comment>"uploaded" status text accessible by screen readers</comment>
|
||||
</data>
|
||||
<data name="StatusUploading" xml:space="preserve">
|
||||
<value>uploading</value>
|
||||
<comment>"uploading" status text accessible by screen readers</comment>
|
||||
</data>
|
||||
</root>
|
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 98 B |
After Width: | Height: | Size: 93 B |
After Width: | Height: | Size: 93 B |
After Width: | Height: | Size: 92 B |
After Width: | Height: | Size: 90 B |
After Width: | Height: | Size: 90 B |
After Width: | Height: | Size: 98 B |
After Width: | Height: | Size: 93 B |