Included Portuguese translation to the project. Removed old, outdated Brazilian Portuguese translation.
This commit is contained in:
parent
f70f95750b
commit
84f7a22082
46 changed files with 51 additions and 12814 deletions
|
@ -16,5 +16,5 @@ using System.Reflection;
|
|||
//
|
||||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("3.0.2.528")]
|
||||
[assembly: AssemblyFileVersion("3.0.2.528")]
|
||||
[assembly: AssemblyVersion("3.0.2.529")]
|
||||
[assembly: AssemblyFileVersion("3.0.2.529")]
|
||||
|
|
|
@ -1,129 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="lblDescriptionResource1.Text" xml:space="preserve">
|
||||
<value>Você não tem acesso a esta página.</value>
|
||||
</data>
|
||||
<data name="lblTitleResource1.Text" xml:space="preserve">
|
||||
<value>Acesso negado</value>
|
||||
</data>
|
||||
<data name="PageResource1.Title" xml:space="preserve">
|
||||
<value>Página sem título</value>
|
||||
</data>
|
||||
</root>
|
|
@ -1,132 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="lblDenyResource1.Text" xml:space="preserve">
|
||||
<value>Deny</value>
|
||||
</data>
|
||||
<data name="lblGrantResource1.Text" xml:space="preserve">
|
||||
<value>Grant</value>
|
||||
</data>
|
||||
<data name="lstActionsDenyResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstActionsGrantResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
</root>
|
|
@ -1,207 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="lblAdminTitleResource1.Text" xml:space="preserve">
|
||||
<value>Administration</value>
|
||||
</data>
|
||||
<data name="lblBrowserSupportResource1.Text" xml:space="preserve">
|
||||
<value>Your Browser might present problems with this Page (Internet Explorer 7+ and Firefox 3+ are suggested).</value>
|
||||
</data>
|
||||
<data name="lblBrowserSupportResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblHomeLinkResource1.Text" xml:space="preserve">
|
||||
<value>Main Page</value>
|
||||
</data>
|
||||
<data name="lblStringsResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lnkSelectAccountsResource1.Text" xml:space="preserve">
|
||||
<value>Accounts</value>
|
||||
</data>
|
||||
<data name="lnkSelectAccountsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lnkSelectAdminHomeResource1.Text" xml:space="preserve">
|
||||
<value>Admin Home</value>
|
||||
</data>
|
||||
<data name="lnkSelectAdminHomeResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lnkSelectCategoriesResource1.Text" xml:space="preserve">
|
||||
<value>Categories</value>
|
||||
</data>
|
||||
<data name="lnkSelectCategoriesResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lnkSelectConfigResource1.Text" xml:space="preserve">
|
||||
<value>Configuration</value>
|
||||
</data>
|
||||
<data name="lnkSelectConfigResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lnkSelectContentResource1.Text" xml:space="preserve">
|
||||
<value>Content Editing</value>
|
||||
</data>
|
||||
<data name="lnkSelectContentResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lnkSelectGroupsResource1.Text" xml:space="preserve">
|
||||
<value>User Groups</value>
|
||||
</data>
|
||||
<data name="lnkSelectGroupsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lnkSelectLogResource1.Text" xml:space="preserve">
|
||||
<value>System Log</value>
|
||||
</data>
|
||||
<data name="lnkSelectLogResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lnkSelectNamespacesResource1.Text" xml:space="preserve">
|
||||
<value>Namespaces</value>
|
||||
</data>
|
||||
<data name="lnkSelectNamespacesResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lnkSelectNavPathsResource1.Text" xml:space="preserve">
|
||||
<value>Nav. Paths</value>
|
||||
</data>
|
||||
<data name="lnkSelectNavPathsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lnkSelectPagesResource1.Text" xml:space="preserve">
|
||||
<value>Wiki Pages</value>
|
||||
</data>
|
||||
<data name="lnkSelectPagesResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lnkSelectProvidersResource1.Text" xml:space="preserve">
|
||||
<value>Providers</value>
|
||||
</data>
|
||||
<data name="lnkSelectProvidersResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lnkSelectSnippetsResource1.Text" xml:space="preserve">
|
||||
<value>Snippets/Templates</value>
|
||||
</data>
|
||||
<data name="lnkSelectSnippetsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
</root>
|
|
@ -1,333 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="rdoBulkAddResource2.Text" xml:space="preserve">
|
||||
<value>Add selected categories to selected pages, preserving existing categories mapping</value>
|
||||
</data>
|
||||
<data name="rdoBulkAddResource2.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rdoBulkReplaceResource2.Text" xml:space="preserve">
|
||||
<value>For selected pages, replace existing categories mapping with selected categories (selecting no categories causes the pages to be uncategorized)</value>
|
||||
</data>
|
||||
<data name="rdoBulkReplaceResource2.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnBulkBackResource1.Text" xml:space="preserve">
|
||||
<value>Back</value>
|
||||
</data>
|
||||
<data name="btnBulkBackResource1.ToolTip" xml:space="preserve">
|
||||
<value>Back to the Category list</value>
|
||||
</data>
|
||||
<data name="btnBulkManageResource1.Text" xml:space="preserve">
|
||||
<value>Bulk Manage</value>
|
||||
</data>
|
||||
<data name="btnBulkManageResource1.ToolTip" xml:space="preserve">
|
||||
<value>Manage categories binding for many pages at once</value>
|
||||
</data>
|
||||
<data name="btnBulkSaveResouce1.Text" xml:space="preserve">
|
||||
<value>Save Binding</value>
|
||||
</data>
|
||||
<data name="btnBulkSaveResouce1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblBulkStep1Resource1.Text" xml:space="preserve">
|
||||
<value>1. Select Pages</value>
|
||||
</data>
|
||||
<data name="lblBulkStep2Resource1.Text" xml:space="preserve">
|
||||
<value>2. Select Categories</value>
|
||||
</data>
|
||||
<data name="lblBulkStep3Resource1.Text" xml:space="preserve">
|
||||
<value>3. Save Binding</value>
|
||||
</data>
|
||||
<data name="btnBackResource1.Text" xml:space="preserve">
|
||||
<value>Back</value>
|
||||
</data>
|
||||
<data name="btnBackResource1.ToolTip" xml:space="preserve">
|
||||
<value>Back to the Category list</value>
|
||||
</data>
|
||||
<data name="btnDeleteCategoryResource1.Text" xml:space="preserve">
|
||||
<value>Delete Category</value>
|
||||
</data>
|
||||
<data name="btnDeleteCategoryResource1.ToolTip" xml:space="preserve">
|
||||
<value>Delete this Category</value>
|
||||
</data>
|
||||
<data name="btnMergeResource1.Text" xml:space="preserve">
|
||||
<value>Merge</value>
|
||||
</data>
|
||||
<data name="btnMergeResource1.ToolTip" xml:space="preserve">
|
||||
<value>Merges the Category</value>
|
||||
</data>
|
||||
<data name="btnNewCategoryResource1.Text" xml:space="preserve">
|
||||
<value>Create</value>
|
||||
</data>
|
||||
<data name="btnNewCategoryResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnRenameResource1.Text" xml:space="preserve">
|
||||
<value>Rename</value>
|
||||
</data>
|
||||
<data name="btnRenameResource1.ToolTip" xml:space="preserve">
|
||||
<value>Rename the Category</value>
|
||||
</data>
|
||||
<data name="btnSelectResource1.Text" xml:space="preserve">
|
||||
<value>Select</value>
|
||||
</data>
|
||||
<data name="btnSelectResource1.ToolTip" xml:space="preserve">
|
||||
<value>Select this Category</value>
|
||||
</data>
|
||||
<data name="btnSelectResource2.Text" xml:space="preserve">
|
||||
<value>Select</value>
|
||||
</data>
|
||||
<data name="btnSelectResource2.ToolTip" xml:space="preserve">
|
||||
<value>Select this Category</value>
|
||||
</data>
|
||||
<data name="cvNewCategoryResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Invalid Category Name</value>
|
||||
</data>
|
||||
<data name="cvNewCategoryResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvNewCategoryResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvNewNameResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Invalid Category Name</value>
|
||||
</data>
|
||||
<data name="cvNewNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvNewNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblCategoriesResource1.Text" xml:space="preserve">
|
||||
<value>Categories</value>
|
||||
</data>
|
||||
<data name="lblCurrentCategoryResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblDeleteCategoryResource1.Text" xml:space="preserve">
|
||||
<value>Delete Category</value>
|
||||
</data>
|
||||
<data name="lblDeleteResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblDeleteResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblEditTitleResource1.Text" xml:space="preserve">
|
||||
<value>Category Operations</value>
|
||||
</data>
|
||||
<data name="lblMergeCategoryTitleResource1.Text" xml:space="preserve">
|
||||
<value>Merge Category</value>
|
||||
</data>
|
||||
<data name="lblMergeIntoResource1.Text" xml:space="preserve">
|
||||
<value>Merge into</value>
|
||||
</data>
|
||||
<data name="lblMergeResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblMergeResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblNameResource1.Text" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="lblNamespaceResource1.Text" xml:space="preserve">
|
||||
<value>Namespace</value>
|
||||
</data>
|
||||
<data name="lblNewCategoryResource1.Text" xml:space="preserve">
|
||||
<value>New Category</value>
|
||||
</data>
|
||||
<data name="lblNewCategoryResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblNewCategoryResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblNewNameResource1.Text" xml:space="preserve">
|
||||
<value>New Name</value>
|
||||
</data>
|
||||
<data name="lblPagesResource1.Text" xml:space="preserve">
|
||||
<value>Pages</value>
|
||||
</data>
|
||||
<data name="lblProviderResource1.Text" xml:space="preserve">
|
||||
<value>Provider</value>
|
||||
</data>
|
||||
<data name="lblRenameCategoryTitleResource1.Text" xml:space="preserve">
|
||||
<value>Rename Category</value>
|
||||
</data>
|
||||
<data name="lblRenameResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblRenameResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstDestinationCategoryResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstNamespaceResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="PageResource1.Title" xml:space="preserve">
|
||||
<value>Administration</value>
|
||||
</data>
|
||||
<data name="pnlEditCategoryResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlEditCategoryResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlListResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlListResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvNewCategoryResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Category Name is required</value>
|
||||
</data>
|
||||
<data name="rfvNewCategoryResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvNewCategoryResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvNewNameResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>New Name is required</value>
|
||||
</data>
|
||||
<data name="rfvNewNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvNewNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNewCategoryResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNewCategoryResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNewNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNewNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
</root>
|
File diff suppressed because it is too large
Load diff
|
@ -1,294 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="btnCopyFromResource1.Text" xml:space="preserve">
|
||||
<value>Go</value>
|
||||
</data>
|
||||
<data name="btnCopyFromResource1.ToolTip" xml:space="preserve">
|
||||
<value>Copy the content of the same layout area from the selected Namespace</value>
|
||||
</data>
|
||||
<data name="lblCopyFromResource1.Text" xml:space="preserve">
|
||||
<value>Copy content from:</value>
|
||||
</data>
|
||||
<data name="btnAccessDeniedNoticeResource1.Text" xml:space="preserve">
|
||||
<value>Access Denied Notice (Global)</value>
|
||||
</data>
|
||||
<data name="btnAccessDeniedNoticeResource1.ToolTip" xml:space="preserve">
|
||||
<value>Edit</value>
|
||||
</data>
|
||||
<data name="btnAccountActivationMessageResource1.Text" xml:space="preserve">
|
||||
<value>Account Activation Message (Global)</value>
|
||||
</data>
|
||||
<data name="btnAccountActivationMessageResource1.ToolTip" xml:space="preserve">
|
||||
<value>Edit</value>
|
||||
</data>
|
||||
<data name="btnApproveDraftMessageResource1.Text" xml:space="preserve">
|
||||
<value>Approve Draft Message (Global)</value>
|
||||
</data>
|
||||
<data name="btnApproveDraftMessageResource1.ToolTip" xml:space="preserve">
|
||||
<value>Edit</value>
|
||||
</data>
|
||||
<data name="btnCancelResource1.Text" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
|
||||
<value>Cancel and return</value>
|
||||
</data>
|
||||
<data name="btnDiscussionChangeMessageResource1.Text" xml:space="preserve">
|
||||
<value>Discussion Change Message (Global)</value>
|
||||
</data>
|
||||
<data name="btnDiscussionChangeMessageResource1.ToolTip" xml:space="preserve">
|
||||
<value>Edit</value>
|
||||
</data>
|
||||
<data name="btnEditingPageNoticeResource1.Text" xml:space="preserve">
|
||||
<value>Editing Page Notice (Namespace-specific)</value>
|
||||
</data>
|
||||
<data name="btnEditingPageNoticeResource1.ToolTip" xml:space="preserve">
|
||||
<value>Edit</value>
|
||||
</data>
|
||||
<data name="btnFooterResource1.Text" xml:space="preserve">
|
||||
<value>Footer</value>
|
||||
</data>
|
||||
<data name="btnFooterResource1.ToolTip" xml:space="preserve">
|
||||
<value>Edit the global footer</value>
|
||||
</data>
|
||||
<data name="btnHeaderResource1.Text" xml:space="preserve">
|
||||
<value>Header</value>
|
||||
</data>
|
||||
<data name="btnHeaderResource1.ToolTip" xml:space="preserve">
|
||||
<value>Edit the global header</value>
|
||||
</data>
|
||||
<data name="btnHtmlHeadResource1.Text" xml:space="preserve">
|
||||
<value>HTML Head</value>
|
||||
</data>
|
||||
<data name="btnHtmlHeadResource1.ToolTip" xml:space="preserve">
|
||||
<value>Edit the HTML Head tag</value>
|
||||
</data>
|
||||
<data name="btnLoginNoticeResource1.Text" xml:space="preserve">
|
||||
<value>Login Notice (Global)</value>
|
||||
</data>
|
||||
<data name="btnLoginNoticeResource1.ToolTip" xml:space="preserve">
|
||||
<value>Edit</value>
|
||||
</data>
|
||||
<data name="btnPageChangeMessageResource1.Text" xml:space="preserve">
|
||||
<value>Page Change Message (Global)</value>
|
||||
</data>
|
||||
<data name="btnPageChangeMessageResource1.ToolTip" xml:space="preserve">
|
||||
<value>Edit</value>
|
||||
</data>
|
||||
<data name="btnPageFooterResource1.Text" xml:space="preserve">
|
||||
<value>Page Footer</value>
|
||||
</data>
|
||||
<data name="btnPageFooterResource1.ToolTip" xml:space="preserve">
|
||||
<value>Edit the page footer</value>
|
||||
</data>
|
||||
<data name="btnPageHeaderResource1.Text" xml:space="preserve">
|
||||
<value>Page Header</value>
|
||||
</data>
|
||||
<data name="btnPageHeaderResource1.ToolTip" xml:space="preserve">
|
||||
<value>Edit the page header</value>
|
||||
</data>
|
||||
<data name="btnPasswordResetProcedureMessageResource1.Text" xml:space="preserve">
|
||||
<value>Password Reset Procedure Message (Global)</value>
|
||||
</data>
|
||||
<data name="btnPasswordResetProcedureMessageResource1.ToolTip" xml:space="preserve">
|
||||
<value>Edit</value>
|
||||
</data>
|
||||
<data name="btnRegisterNoticeResource1.Text" xml:space="preserve">
|
||||
<value>Register Notice (Global)</value>
|
||||
</data>
|
||||
<data name="btnRegisterNoticeResource1.ToolTip" xml:space="preserve">
|
||||
<value>Edit</value>
|
||||
</data>
|
||||
<data name="btnSaveResource1.Text" xml:space="preserve">
|
||||
<value>Save</value>
|
||||
</data>
|
||||
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
|
||||
<value>Save the content</value>
|
||||
</data>
|
||||
<data name="btnSidebarResource1.Text" xml:space="preserve">
|
||||
<value>Sidebar</value>
|
||||
</data>
|
||||
<data name="btnSidebarResource1.ToolTip" xml:space="preserve">
|
||||
<value>Edit the sidebar (menu)</value>
|
||||
</data>
|
||||
<data name="lblAccessDeniedNoticeInfoResource1.Text" xml:space="preserve">
|
||||
<value>The message replacing the information at the top of the access denied page (if not empty).</value>
|
||||
</data>
|
||||
<data name="lblAccountActivationMessageInfoResource1.Text" xml:space="preserve">
|
||||
<value>The email message sent to a newly registered user that have to activate her account.</value>
|
||||
</data>
|
||||
<data name="lblApproveDraftMessageInfoResource1.Text" xml:space="preserve">
|
||||
<value>The email message sent to editor/administrators when a page draft requires approval.</value>
|
||||
</data>
|
||||
<data name="lblContentResource1.Text" xml:space="preserve">
|
||||
<value>Content Editing</value>
|
||||
</data>
|
||||
<data name="lblDiscussionChangeMessageInfoResource1.Text" xml:space="preserve">
|
||||
<value>The email message sent to users when a new message is poste to a discussion.</value>
|
||||
</data>
|
||||
<data name="lblEditingPageNoticeInfoResource1.Text" xml:space="preserve">
|
||||
<value>The message displayed on top of the editing page.</value>
|
||||
</data>
|
||||
<data name="lblInfoResource1.Text" xml:space="preserve">
|
||||
<value><b>Note</b>: the actual layout of your current theme might differ from the one displayed here.</value>
|
||||
</data>
|
||||
<data name="lblLoginNoticeInfoResource1.Text" xml:space="preserve">
|
||||
<value>The message replacing the information at the top of the login screen (if not empty).</value>
|
||||
</data>
|
||||
<data name="lblNamespaceResource1.Text" xml:space="preserve">
|
||||
<value>Namespace</value>
|
||||
</data>
|
||||
<data name="lblOtherResource1.Text" xml:space="preserve">
|
||||
<value>Other Elements</value>
|
||||
</data>
|
||||
<data name="lblPageChangeMessageInfoResource1.Text" xml:space="preserve">
|
||||
<value>The email message sent to users when a page is modified.</value>
|
||||
</data>
|
||||
<data name="lblPageContentResource1.Text" xml:space="preserve">
|
||||
<value>Page Content</value>
|
||||
</data>
|
||||
<data name="lblPageLayoutResource1.Text" xml:space="preserve">
|
||||
<value>Page Layout Elements (Namespace-Specific)</value>
|
||||
</data>
|
||||
<data name="lblPasswordResetProcedureMessageInfoResource1.Text" xml:space="preserve">
|
||||
<value>The email message sent to when a user want to reset her password.</value>
|
||||
</data>
|
||||
<data name="lblRegisterNoticeInfoResource1.Text" xml:space="preserve">
|
||||
<value>The message replacing the information at the top of the register screen (if not empty).</value>
|
||||
</data>
|
||||
<data name="lstNamespaceResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="PageResource1.Title" xml:space="preserve">
|
||||
<value>Administration</value>
|
||||
</data>
|
||||
<data name="pnlEditorResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlEditorResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlListResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlListResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
</root>
|
|
@ -1,258 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="btnCancelResource1.Text" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
|
||||
<value>Cancel and return to the Group list</value>
|
||||
</data>
|
||||
<data name="btnCreateResource1.Text" xml:space="preserve">
|
||||
<value>Create Group</value>
|
||||
</data>
|
||||
<data name="btnCreateResource1.ToolTip" xml:space="preserve">
|
||||
<value>Save the new Group</value>
|
||||
</data>
|
||||
<data name="btnDeleteResource1.Text" xml:space="preserve">
|
||||
<value>Delete</value>
|
||||
</data>
|
||||
<data name="btnDeleteResource1.ToolTip" xml:space="preserve">
|
||||
<value>Delete the Group</value>
|
||||
</data>
|
||||
<data name="btnNewGroupResource1.Text" xml:space="preserve">
|
||||
<value>New Group</value>
|
||||
</data>
|
||||
<data name="btnNewGroupResource1.ToolTip" xml:space="preserve">
|
||||
<value>Create a new User Group</value>
|
||||
</data>
|
||||
<data name="btnSaveResource1.Text" xml:space="preserve">
|
||||
<value>Save Group</value>
|
||||
</data>
|
||||
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
|
||||
<value>Save modifications</value>
|
||||
</data>
|
||||
<data name="btnSelectResource1.Text" xml:space="preserve">
|
||||
<value>Select</value>
|
||||
</data>
|
||||
<data name="btnSelectResource1.ToolTip" xml:space="preserve">
|
||||
<value>Select this User Group</value>
|
||||
</data>
|
||||
<data name="btnSelectResource2.Text" xml:space="preserve">
|
||||
<value>Select</value>
|
||||
</data>
|
||||
<data name="btnSelectResource2.ToolTip" xml:space="preserve">
|
||||
<value>Select this User Group</value>
|
||||
</data>
|
||||
<data name="cvNameResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Name already in use</value>
|
||||
</data>
|
||||
<data name="cvNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblDescriptionResource1.Text" xml:space="preserve">
|
||||
<value>Description</value>
|
||||
</data>
|
||||
<data name="lblDescriptionResource2.Text" xml:space="preserve">
|
||||
<value>Description</value>
|
||||
</data>
|
||||
<data name="lblEditTitleResource1.Text" xml:space="preserve">
|
||||
<value>Group Details</value>
|
||||
</data>
|
||||
<data name="lblGlobalPermissionsResource1.Text" xml:space="preserve">
|
||||
<value>Global Permissions</value>
|
||||
</data>
|
||||
<data name="lblGroupsResource1.Text" xml:space="preserve">
|
||||
<value>User Groups</value>
|
||||
</data>
|
||||
<data name="lblNameResource1.Text" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="lblNameResource2.Text" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="lblProviderResource1.Text" xml:space="preserve">
|
||||
<value>Provider</value>
|
||||
</data>
|
||||
<data name="lblProviderResource2.Text" xml:space="preserve">
|
||||
<value>Provider</value>
|
||||
</data>
|
||||
<data name="lblResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblUsersResource1.Text" xml:space="preserve">
|
||||
<value>Users</value>
|
||||
</data>
|
||||
<data name="PageResource1.Title" xml:space="preserve">
|
||||
<value>Administration</value>
|
||||
</data>
|
||||
<data name="pnlEditGroupResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlEditGroupResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlGroupDetailsResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlGroupDetailsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlListResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlListResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="revNameResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Invalid Name</value>
|
||||
</data>
|
||||
<data name="revNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="revNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvNameResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Name is required</value>
|
||||
</data>
|
||||
<data name="rfvNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtDescriptionResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtDescriptionResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
</root>
|
|
@ -1,246 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="btnSendBulkEmailResource1.Text" xml:space="preserve">
|
||||
<value>Send Bulk Email</value>
|
||||
</data>
|
||||
<data name="btnSendBulkEmailResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvGroupsResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>You must select at least one group</value>
|
||||
</data>
|
||||
<data name="lblBulkEmailInfoResource1.Text" xml:space="preserve">
|
||||
<value>You can send an email message to all users of one or more groups.</value>
|
||||
</data>
|
||||
<data name="lblBulkEmailResource1.Text" xml:space="preserve">
|
||||
<value>Mass Email</value>
|
||||
</data>
|
||||
<data name="lblSubjectResource1.Text" xml:space="preserve">
|
||||
<value>Subject</value>
|
||||
</data>
|
||||
<data name="rfvBodyResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Body is required</value>
|
||||
</data>
|
||||
<data name="rfvSubjectResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Subject is required</value>
|
||||
</data>
|
||||
<data name="btnShutdownConfirmResource2.Text" xml:space="preserve">
|
||||
<value>Shutdown Application</value>
|
||||
</data>
|
||||
<data name="btnShutdownConfirmResource2.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnRebuildPageLinksResource1.Text" xml:space="preserve">
|
||||
<value>Rebuild Page Links</value>
|
||||
</data>
|
||||
<data name="btnRebuildPageLinksResource1.ToolTip" xml:space="preserve">
|
||||
<value>Rebuild the links structure</value>
|
||||
</data>
|
||||
<data name="lblOrphanPagesInfoPostResource1.Text" xml:space="preserve">
|
||||
<value>orphan pages in the wiki</value>
|
||||
</data>
|
||||
<data name="lblOrphanPagesInfoPreResource1.Text" xml:space="preserve">
|
||||
<value>There seem to be </value>
|
||||
</data>
|
||||
<data name="lblOrphanPagesInfoResource1.Text" xml:space="preserve">
|
||||
<value><b>Note</b>: a page is considered an <i>orphan</i> when it has no incoming links from other pages.</value>
|
||||
</data>
|
||||
<data name="lblOrphanPagesResource1.Text" xml:space="preserve">
|
||||
<value>Orphan Pages</value>
|
||||
</data>
|
||||
<data name="lblRebuildPageLinksInfoResource1.Text" xml:space="preserve">
|
||||
<value><b>Warning</b>: rebuilding page links might take some time. Please do not close this screen while the links are being rebuilt.</value>
|
||||
</data>
|
||||
<data name="lnkPagesResource1.Text" xml:space="preserve">
|
||||
<value>see Pages</value>
|
||||
</data>
|
||||
<data name="lnkPagesResource1.ToolTip" xml:space="preserve">
|
||||
<value>Go to the Pages administration tab</value>
|
||||
</data>
|
||||
<data name="btnClearCacheResource1.Text" xml:space="preserve">
|
||||
<value>Clear Cache</value>
|
||||
</data>
|
||||
<data name="btnClearCacheResource1.ToolTip" xml:space="preserve">
|
||||
<value>Clears the Cache</value>
|
||||
</data>
|
||||
<data name="btnRebuildResource1.Text" xml:space="preserve">
|
||||
<value>Rebuild</value>
|
||||
</data>
|
||||
<data name="btnRebuildResource1.ToolTip" xml:space="preserve">
|
||||
<value>Rebuild this index</value>
|
||||
</data>
|
||||
<data name="btnRebuildResource2.Text" xml:space="preserve">
|
||||
<value>Rebuild</value>
|
||||
</data>
|
||||
<data name="btnRebuildResource2.ToolTip" xml:space="preserve">
|
||||
<value>Rebuild this index</value>
|
||||
</data>
|
||||
<data name="lblAdminHomeResource1.Text" xml:space="preserve">
|
||||
<value>Administration Home</value>
|
||||
</data>
|
||||
<data name="lblAppShutdownInfoResource1.Text" xml:space="preserve">
|
||||
<value>You can force a shutdown-and-restart cycle of the Web Application. You will be asked to confirm the restart twice, then the Web Application will restart at the first subsequent request.<br /><b>Warning</b>: all the open sessions will be lost, and users may experience errors.<br /><b>Note</b>: the restart will affect only this Web Application.</value>
|
||||
</data>
|
||||
<data name="lblAppShutdownResource1.Text" xml:space="preserve">
|
||||
<value>Web Application Shutdown</value>
|
||||
</data>
|
||||
<data name="lblDocCountResource1.Text" xml:space="preserve">
|
||||
<value>Docs</value>
|
||||
</data>
|
||||
<data name="lblIndexStatusResource1.Text" xml:space="preserve">
|
||||
<value>Search Index Status</value>
|
||||
</data>
|
||||
<data name="lblLinkedInResource1.Text" xml:space="preserve">
|
||||
<value>Linked in</value>
|
||||
</data>
|
||||
<data name="lblMissingPagesResource1.Text" xml:space="preserve">
|
||||
<value>Missing Pages</value>
|
||||
</data>
|
||||
<data name="lblNamespaceResource1.Text" xml:space="preserve">
|
||||
<value>Namespace</value>
|
||||
</data>
|
||||
<data name="lblOccurrenceCountResource1.Text" xml:space="preserve">
|
||||
<value>Matches</value>
|
||||
</data>
|
||||
<data name="lblPageResource1.Text" xml:space="preserve">
|
||||
<value>Page Name</value>
|
||||
</data>
|
||||
<data name="lblProviderResource1.Text" xml:space="preserve">
|
||||
<value>Provider</value>
|
||||
</data>
|
||||
<data name="lblRebuildIndexInfoResource1.Text" xml:space="preserve">
|
||||
<value><b>Warning</b>: rebuilding a search index might take some time. Please do not close this screen while the index is being rebuilt. After the index is rebuilt, it is recommended to restart the application.</value>
|
||||
</data>
|
||||
<data name="lblSizeResource1.Text" xml:space="preserve">
|
||||
<value>Size</value>
|
||||
</data>
|
||||
<data name="lblStatusResource1.Text" xml:space="preserve">
|
||||
<value>Status</value>
|
||||
</data>
|
||||
<data name="lblSystemStatusContentResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblWordCountResource1.Text" xml:space="preserve">
|
||||
<value>Words</value>
|
||||
</data>
|
||||
<data name="PageResource2.Title" xml:space="preserve">
|
||||
<value>Administration</value>
|
||||
</data>
|
||||
</root>
|
|
@ -1,171 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="btnNoLimitResource1.Text" xml:space="preserve">
|
||||
<value>Display all</value>
|
||||
</data>
|
||||
<data name="btnNoLimitResource1.ToolTip" xml:space="preserve">
|
||||
<value>Display all log entries (might take a few seconds)</value>
|
||||
</data>
|
||||
<data name="lblLimitResource1.Text" xml:space="preserve">
|
||||
<value>Currently displaying only 100 log entries &mdash;</value>
|
||||
</data>
|
||||
<data name="btnClearLogResource1.Text" xml:space="preserve">
|
||||
<value>Clear Log</value>
|
||||
</data>
|
||||
<data name="btnClearLogResource1.ToolTip" xml:space="preserve">
|
||||
<value>Clear the system log</value>
|
||||
</data>
|
||||
<data name="chkErrorsResource1.Text" xml:space="preserve">
|
||||
<value>Errors</value>
|
||||
</data>
|
||||
<data name="chkErrorsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="chkMessagesResource1.Text" xml:space="preserve">
|
||||
<value>Messages</value>
|
||||
</data>
|
||||
<data name="chkMessagesResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="chkWarningsResource1.Text" xml:space="preserve">
|
||||
<value>Warnings</value>
|
||||
</data>
|
||||
<data name="chkWarningsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblDateTimeResource1.Text" xml:space="preserve">
|
||||
<value>Date/Time</value>
|
||||
</data>
|
||||
<data name="lblFilterResource1.Text" xml:space="preserve">
|
||||
<value>Display: </value>
|
||||
</data>
|
||||
<data name="lblLogResource1.Text" xml:space="preserve">
|
||||
<value>System Log</value>
|
||||
</data>
|
||||
<data name="lblMessageResource1.Text" xml:space="preserve">
|
||||
<value>Message</value>
|
||||
</data>
|
||||
<data name="lblUserResource1.Text" xml:space="preserve">
|
||||
<value>User</value>
|
||||
</data>
|
||||
<data name="PageResource1.Title" xml:space="preserve">
|
||||
<value>Administration</value>
|
||||
</data>
|
||||
</root>
|
|
@ -1,399 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="btnBackResource1.Text" xml:space="preserve">
|
||||
<value>Back</value>
|
||||
</data>
|
||||
<data name="btnBackResource1.ToolTip" xml:space="preserve">
|
||||
<value>Back to the Namespace list</value>
|
||||
</data>
|
||||
<data name="btnCancelResource1.Text" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
|
||||
<value>Cancel and return to the Namespace list</value>
|
||||
</data>
|
||||
<data name="btnConfirmDeletionResource1.Text" xml:space="preserve">
|
||||
<value>Confirm Namespace Deletion</value>
|
||||
</data>
|
||||
<data name="btnConfirmDeletionResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnCreateResource1.Text" xml:space="preserve">
|
||||
<value>Create Namespace</value>
|
||||
</data>
|
||||
<data name="btnCreateResource1.ToolTip" xml:space="preserve">
|
||||
<value>Save the new Namespace</value>
|
||||
</data>
|
||||
<data name="btnDeleteResource1.Text" xml:space="preserve">
|
||||
<value>Delete</value>
|
||||
</data>
|
||||
<data name="btnDeleteResource1.ToolTip" xml:space="preserve">
|
||||
<value>Delete the Namespace</value>
|
||||
</data>
|
||||
<data name="btnNewNamespaceResource1.Text" xml:space="preserve">
|
||||
<value>New Namespace</value>
|
||||
</data>
|
||||
<data name="btnNewNamespaceResource1.ToolTip" xml:space="preserve">
|
||||
<value>Create a new Namespace</value>
|
||||
</data>
|
||||
<data name="btnNormalResource1.Text" xml:space="preserve">
|
||||
<value>Normal</value>
|
||||
</data>
|
||||
<data name="btnNormalResource1.ToolTip" xml:space="preserve">
|
||||
<value>Use this Template</value>
|
||||
</data>
|
||||
<data name="btnPermsResource1.Text" xml:space="preserve">
|
||||
<value>Permissions</value>
|
||||
</data>
|
||||
<data name="btnPermsResource1.ToolTip" xml:space="preserve">
|
||||
<value>Manage permissions for this Namespace</value>
|
||||
</data>
|
||||
<data name="btnPermsResource2.Text" xml:space="preserve">
|
||||
<value>Permissions</value>
|
||||
</data>
|
||||
<data name="btnPermsResource2.ToolTip" xml:space="preserve">
|
||||
<value>Manage permissions for this Namespace</value>
|
||||
</data>
|
||||
<data name="btnPrivateResource1.Text" xml:space="preserve">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="btnPrivateResource1.ToolTip" xml:space="preserve">
|
||||
<value>Use this Template</value>
|
||||
</data>
|
||||
<data name="btnPublicResource1.Text" xml:space="preserve">
|
||||
<value>Public</value>
|
||||
</data>
|
||||
<data name="btnPublicResource1.ToolTip" xml:space="preserve">
|
||||
<value>Use this Template</value>
|
||||
</data>
|
||||
<data name="btnRenameResource1.Text" xml:space="preserve">
|
||||
<value>Rename</value>
|
||||
</data>
|
||||
<data name="btnRenameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnSaveResource1.Text" xml:space="preserve">
|
||||
<value>Save Namespace</value>
|
||||
</data>
|
||||
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
|
||||
<value>Save modifications</value>
|
||||
</data>
|
||||
<data name="btnSelectResource1.Text" xml:space="preserve">
|
||||
<value>Select</value>
|
||||
</data>
|
||||
<data name="btnSelectResource1.ToolTip" xml:space="preserve">
|
||||
<value>Select this Namespace for editing</value>
|
||||
</data>
|
||||
<data name="btnSelectResource2.Text" xml:space="preserve">
|
||||
<value>Select</value>
|
||||
</data>
|
||||
<data name="btnSelectResource2.ToolTip" xml:space="preserve">
|
||||
<value>Select this Namespace for editing</value>
|
||||
</data>
|
||||
<data name="cvName2Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Invalid Name</value>
|
||||
</data>
|
||||
<data name="cvName2Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvName2Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvNameResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Namespace already exists</value>
|
||||
</data>
|
||||
<data name="cvNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvNewName2Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Invalid Name</value>
|
||||
</data>
|
||||
<data name="cvNewName2Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvNewName2Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvNewNameResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Namespace already exists</value>
|
||||
</data>
|
||||
<data name="cvNewNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvNewNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblCategoriesResource1.Text" xml:space="preserve">
|
||||
<value>Categories</value>
|
||||
</data>
|
||||
<data name="lblConfirmDeletionResource1.Text" xml:space="preserve">
|
||||
<value>Are you sure you want to premanently delete the selected Namespace? Doing so, all the data contained in it will be lost.</value>
|
||||
</data>
|
||||
<data name="lblDefaultPageInfoResource1.Text" xml:space="preserve">
|
||||
<value>The default page will be created automatically with name 'MainPage'.</value>
|
||||
</data>
|
||||
<data name="lblDefaultPageInfoResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblDefaultPageResource1.Text" xml:space="preserve">
|
||||
<value>Default Page</value>
|
||||
</data>
|
||||
<data name="lblDefaultPageResource2.Text" xml:space="preserve">
|
||||
<value>Default Page</value>
|
||||
</data>
|
||||
<data name="lblEditTitleResource1.Text" xml:space="preserve">
|
||||
<value>Namespace Details</value>
|
||||
</data>
|
||||
<data name="lblInheritanceInfoResource1.Text" xml:space="preserve">
|
||||
<value><b>Note</b>: sub-namespaces always inherit permissions from the <b>root</b> namespace.<br />Changing the permissions in the <b>root</b> namespace does not change the permissions explicitly set in sub-namespaces.</value>
|
||||
</data>
|
||||
<data name="lblNameResource1.Text" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="lblNameResource2.Text" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="lblNamespaceNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblNamespacePermissionsResource1.Text" xml:space="preserve">
|
||||
<value>Namespace Permissions</value>
|
||||
</data>
|
||||
<data name="lblNamespacesResource1.Text" xml:space="preserve">
|
||||
<value>Namespaces</value>
|
||||
</data>
|
||||
<data name="lblNewNameResource1.Text" xml:space="preserve">
|
||||
<value>New Name</value>
|
||||
</data>
|
||||
<data name="lblNormalInfoResource1.Text" xml:space="preserve">
|
||||
<value>Registered Users can <b>edit</b> and <b>create</b> pages and <b>manage</b> categories.</value>
|
||||
</data>
|
||||
<data name="lblPagesResource1.Text" xml:space="preserve">
|
||||
<value>Pages</value>
|
||||
</data>
|
||||
<data name="lblPermissionsTemplatesInfoResource1.Text" xml:space="preserve">
|
||||
<value><b>Warning</b>: setting a template will replace all existing permissions for the default user groups.</value>
|
||||
</data>
|
||||
<data name="lblPermissionsTemplatesResource1.Text" xml:space="preserve">
|
||||
<value>Permissions Templates</value>
|
||||
</data>
|
||||
<data name="lblPrivateInfoResource1.Text" xml:space="preserve">
|
||||
<value>Only registered users can <b>view</b> pages (and also <b>create</b> and <b>edit</b> them as well as <b>manage</b> categories).</value>
|
||||
</data>
|
||||
<data name="lblProviderResource1.Text" xml:space="preserve">
|
||||
<value>Provider</value>
|
||||
</data>
|
||||
<data name="lblProviderResource2.Text" xml:space="preserve">
|
||||
<value>Provider</value>
|
||||
</data>
|
||||
<data name="lblPublicInfoResource1.Text" xml:space="preserve">
|
||||
<value>Anyone, including anonymous users, can <b>edit</b> pages, registered users can also <b>create</b> pages and <b>manage</b> categories.</value>
|
||||
</data>
|
||||
<data name="lblRenameInfoResource1.Text" xml:space="preserve">
|
||||
<value><b>Warning</b>: renaming a namespace will break all existing inter-namespace links.</value>
|
||||
</data>
|
||||
<data name="lblRenameResource1.Text" xml:space="preserve">
|
||||
<value>Rename this Namespace</value>
|
||||
</data>
|
||||
<data name="lblRenameResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblRenameResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblThemeResource1.Text" xml:space="preserve">
|
||||
<value>Theme</value>
|
||||
</data>
|
||||
<data name="lblThemeResource2.Text" xml:space="preserve">
|
||||
<value>Theme</value>
|
||||
</data>
|
||||
<data name="lstDefaultPageResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstThemeResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="PageResource3.Title" xml:space="preserve">
|
||||
<value>Administration</value>
|
||||
</data>
|
||||
<data name="pnlDeleteResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlDeleteResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlEditNamespaceResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlEditNamespaceResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlListResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlListResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlPermissionsResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlPermissionsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvNameResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Name is required</value>
|
||||
</data>
|
||||
<data name="rfvNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvNewNameResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>New Name is required</value>
|
||||
</data>
|
||||
<data name="rfvNewNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvNewNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNewNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNewNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
</root>
|
|
@ -1,282 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="btnAddResource1.Text" xml:space="preserve">
|
||||
<value>Add</value>
|
||||
</data>
|
||||
<data name="btnAddResource1.ToolTip" xml:space="preserve">
|
||||
<value>Add the selected Page to the list</value>
|
||||
</data>
|
||||
<data name="btnCancelResource1.Text" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
|
||||
<value>Cancel and return to the Navigation Path list</value>
|
||||
</data>
|
||||
<data name="btnCreateResource1.Text" xml:space="preserve">
|
||||
<value>Create Nav. Path</value>
|
||||
</data>
|
||||
<data name="btnCreateResource1.ToolTip" xml:space="preserve">
|
||||
<value>Save the new Navigation Path</value>
|
||||
</data>
|
||||
<data name="btnDeleteResource1.Text" xml:space="preserve">
|
||||
<value>Delete</value>
|
||||
</data>
|
||||
<data name="btnDeleteResource1.ToolTip" xml:space="preserve">
|
||||
<value>Delete the Navigation Path</value>
|
||||
</data>
|
||||
<data name="btnDownResource1.Text" xml:space="preserve">
|
||||
<value>Down</value>
|
||||
</data>
|
||||
<data name="btnDownResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnNewNavPathResource1.Text" xml:space="preserve">
|
||||
<value>New Nav. Path</value>
|
||||
</data>
|
||||
<data name="btnNewNavPathResource1.ToolTip" xml:space="preserve">
|
||||
<value>Create a new Navigation Path</value>
|
||||
</data>
|
||||
<data name="btnRemoveResource1.Text" xml:space="preserve">
|
||||
<value>Remove</value>
|
||||
</data>
|
||||
<data name="btnRemoveResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnSaveResource1.Text" xml:space="preserve">
|
||||
<value>Save Nav. Path</value>
|
||||
</data>
|
||||
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
|
||||
<value>Save modifications</value>
|
||||
</data>
|
||||
<data name="btnSearchResource1.Text" xml:space="preserve">
|
||||
<value>Search</value>
|
||||
</data>
|
||||
<data name="btnSearchResource1.ToolTip" xml:space="preserve">
|
||||
<value>Search for a Page</value>
|
||||
</data>
|
||||
<data name="btnSelectResource1.Text" xml:space="preserve">
|
||||
<value>Select</value>
|
||||
</data>
|
||||
<data name="btnSelectResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnSelectResource2.Text" xml:space="preserve">
|
||||
<value>Select</value>
|
||||
</data>
|
||||
<data name="btnSelectResource2.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnUpResource1.Text" xml:space="preserve">
|
||||
<value>Up</value>
|
||||
</data>
|
||||
<data name="btnUpResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvName1Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Invalid Name</value>
|
||||
</data>
|
||||
<data name="cvName1Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvName1Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvName2Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Navigation Path already exists</value>
|
||||
</data>
|
||||
<data name="cvName2Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvName2Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblEditTitleResource1.Text" xml:space="preserve">
|
||||
<value>Navigation Paths Details</value>
|
||||
</data>
|
||||
<data name="lblNameResource1.Text" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="lblNameResource2.Text" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="lblNamespaceResource1.Text" xml:space="preserve">
|
||||
<value>Namespace</value>
|
||||
</data>
|
||||
<data name="lblNavPathsResource1.Text" xml:space="preserve">
|
||||
<value>Navigation Paths</value>
|
||||
</data>
|
||||
<data name="lblPagesResource1.Text" xml:space="preserve">
|
||||
<value>Pages</value>
|
||||
</data>
|
||||
<data name="lblProviderResource1.Text" xml:space="preserve">
|
||||
<value>Provider</value>
|
||||
</data>
|
||||
<data name="lblResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstAvailablePageResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstNamespaceResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstPagesResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="PageResource2.Title" xml:space="preserve">
|
||||
<value>Administration</value>
|
||||
</data>
|
||||
<data name="pnlEditNavPathResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlEditNavPathResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlListResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlListResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvNameResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Name is required</value>
|
||||
</data>
|
||||
<data name="rfvNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtPageNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtPageNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
</root>
|
|
@ -1,573 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="btnBulkMigrateBackResource1.Text" xml:space="preserve">
|
||||
<value>Back</value>
|
||||
</data>
|
||||
<data name="btnBulkMigrateBackResource1.ToolTip" xml:space="preserve">
|
||||
<value>Back to the Page list</value>
|
||||
</data>
|
||||
<data name="btnBulkMigratePagesResource1.Text" xml:space="preserve">
|
||||
<value>Migrate</value>
|
||||
</data>
|
||||
<data name="btnBulkMigratePagesResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="chkBulkMigrateCopyCategoriesResource1.Text" xml:space="preserve">
|
||||
<value>Copy Page Categories</value>
|
||||
</data>
|
||||
<data name="chkBulkMigrateCopyCategoriesResource1.ToolTip" xml:space="preserve">
|
||||
<value>Copy Page Categories to target Namespace</value>
|
||||
</data>
|
||||
<data name="lblBulkMigrateInfo2Resource1.Text" xml:space="preserve">
|
||||
<value><b>Note</b>: the default page of the namespace cannot be migrated and is silently skipped.</value>
|
||||
</data>
|
||||
<data name="lblBulkMigrateInfoResource1.Text" xml:space="preserve">
|
||||
<value><b>Note</b>: this list only displays namespaces in which you are allowed to manage all pages.</value>
|
||||
</data>
|
||||
<data name="lblBulkStep1Resource1.Text" xml:space="preserve">
|
||||
<value>1. Select Pages</value>
|
||||
</data>
|
||||
<data name="lblBulkStep2Resource1.Text" xml:space="preserve">
|
||||
<value>2. Select Target Namespace</value>
|
||||
</data>
|
||||
<data name="lblBulkStep3Resource1.Text" xml:space="preserve">
|
||||
<value>3. Perform Migration</value>
|
||||
</data>
|
||||
<data name="rfvBulkMigrateTargetNamespaceResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Target Namespace is required</value>
|
||||
</data>
|
||||
<data name="btnMigrateResource1.Text" xml:space="preserve">
|
||||
<value>Migrate</value>
|
||||
</data>
|
||||
<data name="btnMigrateResource1.ToolTip" xml:space="preserve">
|
||||
<value>Migrate the Page</value>
|
||||
</data>
|
||||
<data name="chkCopyCategoriesResource1.Text" xml:space="preserve">
|
||||
<value>Copy Page Categories</value>
|
||||
</data>
|
||||
<data name="chkCopyCategoriesResource1.ToolTip" xml:space="preserve">
|
||||
<value>Copy Page Categories to target Namespace</value>
|
||||
</data>
|
||||
<data name="lblMigratePageTitleResource1.Text" xml:space="preserve">
|
||||
<value>Migrate Page</value>
|
||||
</data>
|
||||
<data name="lblMigrateResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblTargetNamespaceResource1.Text" xml:space="preserve">
|
||||
<value>Target Namespace</value>
|
||||
</data>
|
||||
<data name="lstTargetNamespaceResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlMigrateResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlMigrateResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtFilterResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtFilterResource1.ToolTip" xml:space="preserve">
|
||||
<value>Filter Pages by name</value>
|
||||
</data>
|
||||
<data name="btnApproveResource1.Text" xml:space="preserve">
|
||||
<value>Approve</value>
|
||||
</data>
|
||||
<data name="btnApproveResource1.ToolTip" xml:space="preserve">
|
||||
<value>Approve this Revision</value>
|
||||
</data>
|
||||
<data name="btnAsNamespaceResource1.Text" xml:space="preserve">
|
||||
<value>As Namespace</value>
|
||||
</data>
|
||||
<data name="btnAsNamespaceResource1.ToolTip" xml:space="preserve">
|
||||
<value>Use this Template</value>
|
||||
</data>
|
||||
<data name="btnBack2Resource1.Text" xml:space="preserve">
|
||||
<value>Back</value>
|
||||
</data>
|
||||
<data name="btnBack2Resource1.ToolTip" xml:space="preserve">
|
||||
<value>Back to the Page list</value>
|
||||
</data>
|
||||
<data name="btnBackResource1.Text" xml:space="preserve">
|
||||
<value>Back</value>
|
||||
</data>
|
||||
<data name="btnBackResource1.ToolTip" xml:space="preserve">
|
||||
<value>Back to the Page list</value>
|
||||
</data>
|
||||
<data name="btnClearDiscussionResource1.Text" xml:space="preserve">
|
||||
<value>Clear Discussion</value>
|
||||
</data>
|
||||
<data name="btnClearDiscussionResource1.ToolTip" xml:space="preserve">
|
||||
<value>Delete all Messages in the Page's Discussion</value>
|
||||
</data>
|
||||
<data name="btnDeleteBackupsResource1.Text" xml:space="preserve">
|
||||
<value>Delete</value>
|
||||
</data>
|
||||
<data name="btnDeleteBackupsResource1.ToolTip" xml:space="preserve">
|
||||
<value>Delete the Page's Backups</value>
|
||||
</data>
|
||||
<data name="btnDeletePageResource1.Text" xml:space="preserve">
|
||||
<value>Delete Page</value>
|
||||
</data>
|
||||
<data name="btnDeletePageResource1.ToolTip" xml:space="preserve">
|
||||
<value>Delete this Page</value>
|
||||
</data>
|
||||
<data name="btnFilterResource1.AlternateText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnFilterResource1.ToolTip" xml:space="preserve">
|
||||
<value>Apply Filter</value>
|
||||
</data>
|
||||
<data name="btnLockedResource1.Text" xml:space="preserve">
|
||||
<value>Locked</value>
|
||||
</data>
|
||||
<data name="btnLockedResource1.ToolTip" xml:space="preserve">
|
||||
<value>Use this Template</value>
|
||||
</data>
|
||||
<data name="btnNewPageResource1.Text" xml:space="preserve">
|
||||
<value>New Page</value>
|
||||
</data>
|
||||
<data name="btnNewPageResource1.ToolTip" xml:space="preserve">
|
||||
<value>Create a new Page</value>
|
||||
</data>
|
||||
<data name="btnPermissionsResource1.Text" xml:space="preserve">
|
||||
<value>Permissions</value>
|
||||
</data>
|
||||
<data name="btnPermissionsResource1.ToolTip" xml:space="preserve">
|
||||
<value>Manage Permissions for this Page</value>
|
||||
</data>
|
||||
<data name="btnPermissionsResource2.Text" xml:space="preserve">
|
||||
<value>Permissions</value>
|
||||
</data>
|
||||
<data name="btnPermissionsResource2.ToolTip" xml:space="preserve">
|
||||
<value>Manage Permissions for this Page</value>
|
||||
</data>
|
||||
<data name="btnPublicResource1.Text" xml:space="preserve">
|
||||
<value>Public</value>
|
||||
</data>
|
||||
<data name="btnPublicResource1.ToolTip" xml:space="preserve">
|
||||
<value>Use this Template</value>
|
||||
</data>
|
||||
<data name="btnRejectResource1.Text" xml:space="preserve">
|
||||
<value>Reject</value>
|
||||
</data>
|
||||
<data name="btnRejectResource1.ToolTip" xml:space="preserve">
|
||||
<value>Reject this Revision</value>
|
||||
</data>
|
||||
<data name="btnRenameResource1.Text" xml:space="preserve">
|
||||
<value>Rename</value>
|
||||
</data>
|
||||
<data name="btnRenameResource1.ToolTip" xml:space="preserve">
|
||||
<value>Rename the Page</value>
|
||||
</data>
|
||||
<data name="btnRollbackResource1.Text" xml:space="preserve">
|
||||
<value>Rollback</value>
|
||||
</data>
|
||||
<data name="btnRollbackResource1.ToolTip" xml:space="preserve">
|
||||
<value>Rollback the Page</value>
|
||||
</data>
|
||||
<data name="btnSelectResource1.Text" xml:space="preserve">
|
||||
<value>Select</value>
|
||||
</data>
|
||||
<data name="btnSelectResource1.ToolTip" xml:space="preserve">
|
||||
<value>Select this Page for administration</value>
|
||||
</data>
|
||||
<data name="btnSelectResource2.Text" xml:space="preserve">
|
||||
<value>Select</value>
|
||||
</data>
|
||||
<data name="btnSelectResource2.ToolTip" xml:space="preserve">
|
||||
<value>Select this Page for administration</value>
|
||||
</data>
|
||||
<data name="chkOrphansOnlyResource1.Text" xml:space="preserve">
|
||||
<value>Display orphan pages only</value>
|
||||
</data>
|
||||
<data name="chkOrphansOnlyResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="chkShadowPageResource1.Text" xml:space="preserve">
|
||||
<value>Keep shadow Page</value>
|
||||
</data>
|
||||
<data name="chkShadowPageResource1.ToolTip" xml:space="preserve">
|
||||
<value>Keep the old Page and set it to auto-redirect to the new Page</value>
|
||||
</data>
|
||||
<data name="cvNewNameResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Invalid Page Name</value>
|
||||
</data>
|
||||
<data name="cvNewNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvNewNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblApproveResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblApproveResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblApproveTitleResource1.Text" xml:space="preserve">
|
||||
<value>Approve/Reject Draft</value>
|
||||
</data>
|
||||
<data name="lblBackupResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblBackupResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblByResource1.Text" xml:space="preserve">
|
||||
<value>By:</value>
|
||||
</data>
|
||||
<data name="lblClearDiscussionTitleResource1.Text" xml:space="preserve">
|
||||
<value>Clear Page Discussion</value>
|
||||
</data>
|
||||
<data name="lblCreatedByResource1.Text" xml:space="preserve">
|
||||
<value>Created By</value>
|
||||
</data>
|
||||
<data name="lblCreatedOnResource1.Text" xml:space="preserve">
|
||||
<value>Created On</value>
|
||||
</data>
|
||||
<data name="lblCurrentPageResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblCurrentTitleResource1.Text" xml:space="preserve">
|
||||
<value>Current Title</value>
|
||||
</data>
|
||||
<data name="lblDateTimeResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblDeleteBackupsTitleResource1.Text" xml:space="preserve">
|
||||
<value>Delete Backups</value>
|
||||
</data>
|
||||
<data name="lblDeletePageResource1.Text" xml:space="preserve">
|
||||
<value>Delete Page</value>
|
||||
</data>
|
||||
<data name="lblDeleteResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblDeleteResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblDiscussionResource1.Text" xml:space="preserve">
|
||||
<value>Disc.</value>
|
||||
</data>
|
||||
<data name="lblDiscussionResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblDiscussionResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblDraftPreviewResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblDraftPreviewResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblEditResource1.Text" xml:space="preserve">
|
||||
<value>Edit</value>
|
||||
</data>
|
||||
<data name="lblEditResource2.Text" xml:space="preserve">
|
||||
<value>Edit</value>
|
||||
</data>
|
||||
<data name="lblEditTitleResource1.Text" xml:space="preserve">
|
||||
<value>Page Operations</value>
|
||||
</data>
|
||||
<data name="lblLastModifiedByResource1.Text" xml:space="preserve">
|
||||
<value>Modified By</value>
|
||||
</data>
|
||||
<data name="lblLastModifiedOnResource1.Text" xml:space="preserve">
|
||||
<value>Modified On</value>
|
||||
</data>
|
||||
<data name="lblLockedInfoResource1.Text" xml:space="preserve">
|
||||
<value>Only Administrators can <b>edit</b> this page.</value>
|
||||
</data>
|
||||
<data name="lblNameResource1.Text" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="lblNamespaceResource1.Text" xml:space="preserve">
|
||||
<value>Namespace</value>
|
||||
</data>
|
||||
<data name="lblNewNameResource1.Text" xml:space="preserve">
|
||||
<value>New Name</value>
|
||||
</data>
|
||||
<data name="lblNormalInfoResource1.Text" xml:space="preserve">
|
||||
<value>Inherit permissions from the parent namespace.</value>
|
||||
</data>
|
||||
<data name="lblOrphanResource1.Text" xml:space="preserve">
|
||||
<value>Orphan</value>
|
||||
</data>
|
||||
<data name="lblPageNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblPagePermissionsResource1.Text" xml:space="preserve">
|
||||
<value>Page Permissions</value>
|
||||
</data>
|
||||
<data name="lblPagesResource1.Text" xml:space="preserve">
|
||||
<value>Wiki Pages</value>
|
||||
</data>
|
||||
<data name="lblPermissionsTemplatesInfoResource1.Text" xml:space="preserve">
|
||||
<value><b>Warning</b>: setting a template will replace all existing permissions for the default user groups.</value>
|
||||
</data>
|
||||
<data name="lblPermissionsTemplatesResource1.Text" xml:space="preserve">
|
||||
<value>Permissions Templates</value>
|
||||
</data>
|
||||
<data name="lblProviderResource1.Text" xml:space="preserve">
|
||||
<value>Provider</value>
|
||||
</data>
|
||||
<data name="lblPublicInfoResource1.Text" xml:space="preserve">
|
||||
<value>Anyone, including anonymous users, can <b>edit</b> this page.</value>
|
||||
</data>
|
||||
<data name="lblRenamePageTitleResource1.Text" xml:space="preserve">
|
||||
<value>Rename Page</value>
|
||||
</data>
|
||||
<data name="lblRenameResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblRenameResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblRevisionResource1.Text" xml:space="preserve">
|
||||
<value>Target Revision</value>
|
||||
</data>
|
||||
<data name="lblRevisionsResource1.Text" xml:space="preserve">
|
||||
<value>Rev.</value>
|
||||
</data>
|
||||
<data name="lblRollbackPageTitleResource1.Text" xml:space="preserve">
|
||||
<value>Rollback Page</value>
|
||||
</data>
|
||||
<data name="lblRollbackResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblRollbackResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblSavedOnResource1.Text" xml:space="preserve">
|
||||
<value>Saved on:</value>
|
||||
</data>
|
||||
<data name="lblUserResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lnkDiffResource1.Text" xml:space="preserve">
|
||||
<value>Diff</value>
|
||||
</data>
|
||||
<data name="lnkDiffResource1.ToolTip" xml:space="preserve">
|
||||
<value>Show changes</value>
|
||||
</data>
|
||||
<data name="lnkEditResource1.Text" xml:space="preserve">
|
||||
<value>Edit</value>
|
||||
</data>
|
||||
<data name="lnkEditResource1.ToolTip" xml:space="preserve">
|
||||
<value>Edit this Draft</value>
|
||||
</data>
|
||||
<data name="lstBackupResource1.ToolTip" xml:space="preserve">
|
||||
<value>Available Backups, newer first</value>
|
||||
</data>
|
||||
<data name="lstNamespaceResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstRevisionResource1.ToolTip" xml:space="preserve">
|
||||
<value>Available revisions, newer first</value>
|
||||
</data>
|
||||
<data name="PageResource2.Title" xml:space="preserve">
|
||||
<value>Administration</value>
|
||||
</data>
|
||||
<data name="pnlApproveRevisionResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlApproveRevisionResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlClearDiscussionResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlClearDiscussionResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlDeleteBackupsResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlDeleteBackupsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlDeleteResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlDeleteResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlEditPageResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlEditPageResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlListResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlListResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlPermissionsResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlPermissionsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlRenameResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlRenameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlRollbackResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlRollbackResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rdoAllBackupsResource1.Text" xml:space="preserve">
|
||||
<value>Delete all Backups</value>
|
||||
</data>
|
||||
<data name="rdoAllBackupsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rdoUpToResource1.Text" xml:space="preserve">
|
||||
<value>Delete Backups older than and including</value>
|
||||
</data>
|
||||
<data name="rdoUpToResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvNewNameResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>New Name is required</value>
|
||||
</data>
|
||||
<data name="rfvNewNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvNewNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNewNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNewNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
</root>
|
|
@ -1,432 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="lblMigrationInfoResource2.Text" xml:space="preserve">
|
||||
<value><b>Note 1</b>: always perform a full backup of all your data before performing a migration.<br /><b>Note 2</b>: migrations usually take several minutes to complete: during this time, do not perform any other activity in the wiki, and do not close this page.<br /><b>Note 3</b>: the destination provider should be completely empty: if it contains any data, it might cause consistency issues. Refer to the target provider's documentation for details.<br /><b>Timeouts</b>: it is strongly suggested that you increase the executionTimeout parameter in web.config before migrating data.</value>
|
||||
</data>
|
||||
<data name="btnAutoUpdateProvidersResource1.Text" xml:space="preserve">
|
||||
<value>Auto-update Providers</value>
|
||||
</data>
|
||||
<data name="btnAutoUpdateProvidersResource1.ToolTip" xml:space="preserve">
|
||||
<value>Automatically update all installed providers, of all types</value>
|
||||
</data>
|
||||
<data name="lblCannotDisableResource1.Text" xml:space="preserve">
|
||||
<value>Cannot disable the provider because it is the default provider or,<br />in case of a Pages Provider, it manages the default page of the root namespace</value>
|
||||
</data>
|
||||
<data name="lblCannotDisableResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblUpdateStatusResource1.Text" xml:space="preserve">
|
||||
<value>Update Status</value>
|
||||
</data>
|
||||
<data name="btnCancelResource1.Text" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
|
||||
<value>Deselect the Provider</value>
|
||||
</data>
|
||||
<data name="btnCopySettingsResource1.Text" xml:space="preserve">
|
||||
<value>Copy</value>
|
||||
</data>
|
||||
<data name="btnCopySettingsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnDeleteDllResource1.Text" xml:space="preserve">
|
||||
<value>Delete</value>
|
||||
</data>
|
||||
<data name="btnDeleteDllResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnDisableResource1.Text" xml:space="preserve">
|
||||
<value>Disable</value>
|
||||
</data>
|
||||
<data name="btnDisableResource1.ToolTip" xml:space="preserve">
|
||||
<value>Disable the Provider</value>
|
||||
</data>
|
||||
<data name="btnEnableResource1.Text" xml:space="preserve">
|
||||
<value>Enable</value>
|
||||
</data>
|
||||
<data name="btnEnableResource1.ToolTip" xml:space="preserve">
|
||||
<value>Enable the Provider</value>
|
||||
</data>
|
||||
<data name="btnMigrateFilesResource1.Text" xml:space="preserve">
|
||||
<value>Migrate</value>
|
||||
</data>
|
||||
<data name="btnMigrateFilesResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnMigratePagesResource1.Text" xml:space="preserve">
|
||||
<value>Migrate</value>
|
||||
</data>
|
||||
<data name="btnMigratePagesResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnMigrateUsersResource1.Text" xml:space="preserve">
|
||||
<value>Migrate</value>
|
||||
</data>
|
||||
<data name="btnMigrateUsersResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnSaveDefaultProvidersResource1.Text" xml:space="preserve">
|
||||
<value>Save</value>
|
||||
</data>
|
||||
<data name="btnSaveDefaultProvidersResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnSaveResource1.Text" xml:space="preserve">
|
||||
<value>Save</value>
|
||||
</data>
|
||||
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
|
||||
<value>Save the Configuration String</value>
|
||||
</data>
|
||||
<data name="btnSelectResource1.Text" xml:space="preserve">
|
||||
<value>Select</value>
|
||||
</data>
|
||||
<data name="btnSelectResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnSelectResource2.Text" xml:space="preserve">
|
||||
<value>Select</value>
|
||||
</data>
|
||||
<data name="btnSelectResource2.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnUnloadResource1.Text" xml:space="preserve">
|
||||
<value>Unload</value>
|
||||
</data>
|
||||
<data name="btnUnloadResource1.ToolTip" xml:space="preserve">
|
||||
<value>Unloads the Provider</value>
|
||||
</data>
|
||||
<data name="btnUploadResource1.Text" xml:space="preserve">
|
||||
<value>Upload</value>
|
||||
</data>
|
||||
<data name="btnUploadResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblAuthorResource1.Text" xml:space="preserve">
|
||||
<value>Author</value>
|
||||
</data>
|
||||
<data name="lblConfigHelpResource1.Text" xml:space="preserve">
|
||||
<value>Help</value>
|
||||
</data>
|
||||
<data name="lblConfigurationStringTitleResource1.Text" xml:space="preserve">
|
||||
<value>Configuration String</value>
|
||||
</data>
|
||||
<data name="lblCopySettingsInfoResource1.Text" xml:space="preserve">
|
||||
<value><b>Note</b>: in order to be detected, the destination Provider must be uploaded using the upload tool.<br />Log and recent changes will not be copied.</value>
|
||||
</data>
|
||||
<data name="lblCopySettingsResource1.Text" xml:space="preserve">
|
||||
<value>Copy Settings and related data</value>
|
||||
</data>
|
||||
<data name="lblCopySettingsResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblCopySettingsResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblDataMigrationResource1.Text" xml:space="preserve">
|
||||
<value>Data Migration</value>
|
||||
</data>
|
||||
<data name="lblDefaultProvCacheResource1.Text" xml:space="preserve">
|
||||
<value>Cache Provider</value>
|
||||
</data>
|
||||
<data name="lblDefaultProvFilesResource1.Text" xml:space="preserve">
|
||||
<value>Files Provider</value>
|
||||
</data>
|
||||
<data name="lblDefaultProvidersResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblDefaultProvidersResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblDefaultProvidersTitleResource1.Text" xml:space="preserve">
|
||||
<value>Default Providers</value>
|
||||
</data>
|
||||
<data name="lblDefaultProvPagesResource1.Text" xml:space="preserve">
|
||||
<value>Pages Provider</value>
|
||||
</data>
|
||||
<data name="lblDefaultProvUsersResource1.Text" xml:space="preserve">
|
||||
<value>Users Provider</value>
|
||||
</data>
|
||||
<data name="lblDisplayResource1.Text" xml:space="preserve">
|
||||
<value>Display</value>
|
||||
</data>
|
||||
<data name="lblDllResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblDllResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblMigrateFilesResource1.Text" xml:space="preserve">
|
||||
<value>Migrate Files and related data</value>
|
||||
</data>
|
||||
<data name="lblMigrateFilesResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblMigrateFilesResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblMigratePagesResource1.Text" xml:space="preserve">
|
||||
<value>Migrate Pages and related data</value>
|
||||
</data>
|
||||
<data name="lblMigratePagesResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblMigratePagesResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblMigrateUsersInfoResource1.Text" xml:space="preserve">
|
||||
<value><b>Note</b>: migrating user accounts will reset all their passwords (an email notice will be sent to all users).</value>
|
||||
</data>
|
||||
<data name="lblMigrateUsersResource1.Text" xml:space="preserve">
|
||||
<value>Migrate Users and related data</value>
|
||||
</data>
|
||||
<data name="lblMigrateUsersResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblMigrateUsersResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblNameResource1.Text" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="lblProviderConfigHelpResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblProviderConfigHelpResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblProviderDllResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblProviderNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblProvidersResource1.Text" xml:space="preserve">
|
||||
<value>Providers</value>
|
||||
</data>
|
||||
<data name="lblResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblSettingsSourceResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblSettingsSourceResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblUploadInfoResource1.Text" xml:space="preserve">
|
||||
<value><b>Note</b>: removing a DLL won't disable the Providers it contains until the next wiki restart,<br />but uploading a new DLL will automatically load the Providers it contains.</value>
|
||||
</data>
|
||||
<data name="lblUploadNewDllResource1.Text" xml:space="preserve">
|
||||
<value>Upload new DLL</value>
|
||||
</data>
|
||||
<data name="lblUploadProvidersTitleResource1.Text" xml:space="preserve">
|
||||
<value>Providers DLLs Management</value>
|
||||
</data>
|
||||
<data name="lblUploadResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblUploadResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblVersionResource1.Text" xml:space="preserve">
|
||||
<value>Ver.</value>
|
||||
</data>
|
||||
<data name="lstDllsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstFilesDestinationResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstFilesSourceResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstPagesDestinationResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstPagesSourceResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstSettingsDestinationResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstUsersDestinationResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstUsersSourceResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="PageResource1.Title" xml:space="preserve">
|
||||
<value>Administration</value>
|
||||
</data>
|
||||
<data name="pnlListResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlListResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlProviderDetailsResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlProviderDetailsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rdoCacheResource1.Text" xml:space="preserve">
|
||||
<value>Cache Providers</value>
|
||||
</data>
|
||||
<data name="rdoCacheResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rdoFilesResource1.Text" xml:space="preserve">
|
||||
<value>Files Providers</value>
|
||||
</data>
|
||||
<data name="rdoFilesResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rdoFormatterResource1.Text" xml:space="preserve">
|
||||
<value>Formatter Providers</value>
|
||||
</data>
|
||||
<data name="rdoFormatterResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rdoPagesResource1.Text" xml:space="preserve">
|
||||
<value>Pages Providers</value>
|
||||
</data>
|
||||
<data name="rdoPagesResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rdoUsersResource1.Text" xml:space="preserve">
|
||||
<value>Users Providers</value>
|
||||
</data>
|
||||
<data name="rdoUsersResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtConfigurationStringResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtConfigurationStringResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="upDllResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
</root>
|
|
@ -1,243 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="lblEditSnippetWarningResource1.Text" xml:space="preserve">
|
||||
<value><div class='warning' style='float: right;'>You are now editing a snippet. After you are done,<br />it is <b>strongly</b> suggested to rebuild the search engine index in the <i>Admin Home</i> page.</div></value>
|
||||
</data>
|
||||
<data name="btnCancelResource1.Text" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
|
||||
<value>Cancel and return to the items list</value>
|
||||
</data>
|
||||
<data name="btnCreateResource1.Text" xml:space="preserve">
|
||||
<value>Create Item</value>
|
||||
</data>
|
||||
<data name="btnCreateResource1.ToolTip" xml:space="preserve">
|
||||
<value>Save the new Item</value>
|
||||
</data>
|
||||
<data name="btnDeleteResource1.Text" xml:space="preserve">
|
||||
<value>Delete</value>
|
||||
</data>
|
||||
<data name="btnDeleteResource1.ToolTip" xml:space="preserve">
|
||||
<value>Delete the Item</value>
|
||||
</data>
|
||||
<data name="btnNewSnippetResource1.Text" xml:space="preserve">
|
||||
<value>New Snippet</value>
|
||||
</data>
|
||||
<data name="btnNewSnippetResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnNewTemplateResource1.Text" xml:space="preserve">
|
||||
<value>New Template</value>
|
||||
</data>
|
||||
<data name="btnNewTemplateResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnSaveResource1.Text" xml:space="preserve">
|
||||
<value>Save Item</value>
|
||||
</data>
|
||||
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
|
||||
<value>Save modifications</value>
|
||||
</data>
|
||||
<data name="btnSelectResource1.Text" xml:space="preserve">
|
||||
<value>Select</value>
|
||||
</data>
|
||||
<data name="btnSelectResource1.ToolTip" xml:space="preserve">
|
||||
<value>Edit or delete this item</value>
|
||||
</data>
|
||||
<data name="btnSelectResource2.Text" xml:space="preserve">
|
||||
<value>Select</value>
|
||||
</data>
|
||||
<data name="btnSelectResource2.ToolTip" xml:space="preserve">
|
||||
<value>Edit or delete this item</value>
|
||||
</data>
|
||||
<data name="cvNameResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Invalid Snippet Name</value>
|
||||
</data>
|
||||
<data name="cvNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblEditTitleSnippetResource1.Text" xml:space="preserve">
|
||||
<value>Snippet Details</value>
|
||||
</data>
|
||||
<data name="lblEditTitleTemplateResource1.Text" xml:space="preserve">
|
||||
<value>Template Details</value>
|
||||
</data>
|
||||
<data name="lblNameResource1.Text" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="lblNameResource2.Text" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="lblParametersResource1.Text" xml:space="preserve">
|
||||
<value>Params</value>
|
||||
</data>
|
||||
<data name="lblProviderResource1.Text" xml:space="preserve">
|
||||
<value>Provider</value>
|
||||
</data>
|
||||
<data name="lblProviderResource2.Text" xml:space="preserve">
|
||||
<value>Provider</value>
|
||||
</data>
|
||||
<data name="lblResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblSnippetsTemplatesResource1.Text" xml:space="preserve">
|
||||
<value>Snippets and Templates</value>
|
||||
</data>
|
||||
<data name="lblTypeResource1.Text" xml:space="preserve">
|
||||
<value>Type</value>
|
||||
</data>
|
||||
<data name="PageResource1.Title" xml:space="preserve">
|
||||
<value>Administration</value>
|
||||
</data>
|
||||
<data name="pnlEditElementResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlEditElementResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlListResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlListResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvNameResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Name is required</value>
|
||||
</data>
|
||||
<data name="rfvNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
</root>
|
|
@ -1,402 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="btnBulkDeleteResource1.Text" xml:space="preserve">
|
||||
<value>Delete</value>
|
||||
</data>
|
||||
<data name="btnBulkDeleteResource1.ToolTip" xml:space="preserve">
|
||||
<value>Delete old inactive accounts now</value>
|
||||
</data>
|
||||
<data name="lblBulkDeleteResource1.Text" xml:space="preserve">
|
||||
<value>Delete all <b>inactive</b> accounts older than <b>1 month</b>.<br />Please backup your data before proceeding.</value>
|
||||
</data>
|
||||
<data name="lblBulkDeleteTitleResource1.Text" xml:space="preserve">
|
||||
<value>Bulk Delete</value>
|
||||
</data>
|
||||
<data name="btnCancelResource1.Text" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
|
||||
<value>Cancel and return to the Account list</value>
|
||||
</data>
|
||||
<data name="btnCreateResource1.Text" xml:space="preserve">
|
||||
<value>Create Account</value>
|
||||
</data>
|
||||
<data name="btnCreateResource1.ToolTip" xml:space="preserve">
|
||||
<value>Save the new Account</value>
|
||||
</data>
|
||||
<data name="btnDeleteResource1.Text" xml:space="preserve">
|
||||
<value>Delete</value>
|
||||
</data>
|
||||
<data name="btnDeleteResource1.ToolTip" xml:space="preserve">
|
||||
<value>Delete the Account</value>
|
||||
</data>
|
||||
<data name="btnFilterResource1.AlternateText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnFilterResource1.ToolTip" xml:space="preserve">
|
||||
<value>Apply Filter</value>
|
||||
</data>
|
||||
<data name="btnNewUserResource1.Text" xml:space="preserve">
|
||||
<value>New User</value>
|
||||
</data>
|
||||
<data name="btnNewUserResource1.ToolTip" xml:space="preserve">
|
||||
<value>Create a new User</value>
|
||||
</data>
|
||||
<data name="btnSaveResource1.Text" xml:space="preserve">
|
||||
<value>Save Account</value>
|
||||
</data>
|
||||
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
|
||||
<value>Save modifications</value>
|
||||
</data>
|
||||
<data name="btnSelectResource1.Text" xml:space="preserve">
|
||||
<value>Select</value>
|
||||
</data>
|
||||
<data name="btnSelectResource1.ToolTip" xml:space="preserve">
|
||||
<value>Select this Account</value>
|
||||
</data>
|
||||
<data name="btnSelectResource2.Text" xml:space="preserve">
|
||||
<value>Select</value>
|
||||
</data>
|
||||
<data name="btnSelectResource2.ToolTip" xml:space="preserve">
|
||||
<value>Select this Account</value>
|
||||
</data>
|
||||
<data name="chkActiveResource1.Text" xml:space="preserve">
|
||||
<value>Active Accounts</value>
|
||||
</data>
|
||||
<data name="chkActiveResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="chkInactiveResource1.Text" xml:space="preserve">
|
||||
<value>Inactive Accounts</value>
|
||||
</data>
|
||||
<data name="chkInactiveResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="chkSetActiveResource1.Text" xml:space="preserve">
|
||||
<value>Active</value>
|
||||
</data>
|
||||
<data name="chkSetActiveResource1.ToolTip" xml:space="preserve">
|
||||
<value>If checked, allows the user to login</value>
|
||||
</data>
|
||||
<data name="cvPassword2Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Passwords must be equal</value>
|
||||
</data>
|
||||
<data name="cvPassword2Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvPassword2Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvUsernameResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Username already in use</value>
|
||||
</data>
|
||||
<data name="cvUsernameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvUsernameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblAccountsResource1.Text" xml:space="preserve">
|
||||
<value>User Accounts</value>
|
||||
</data>
|
||||
<data name="lblDisplayNameResource1.Text" xml:space="preserve">
|
||||
<value>Display Name</value>
|
||||
</data>
|
||||
<data name="lblDisplayNameResource2.Text" xml:space="preserve">
|
||||
<value>Display Name</value>
|
||||
</data>
|
||||
<data name="lblEditTitleResource1.Text" xml:space="preserve">
|
||||
<value>Account Details</value>
|
||||
</data>
|
||||
<data name="lblEmailResource1.Text" xml:space="preserve">
|
||||
<value>Email</value>
|
||||
</data>
|
||||
<data name="lblEmailResource2.Text" xml:space="preserve">
|
||||
<value>Email</value>
|
||||
</data>
|
||||
<data name="lblFilterResource1.Text" xml:space="preserve">
|
||||
<value>Display: </value>
|
||||
</data>
|
||||
<data name="lblGlobalPermissionsResource1.Text" xml:space="preserve">
|
||||
<value>Global Permissions</value>
|
||||
</data>
|
||||
<data name="lblMemberOfResource1.Text" xml:space="preserve">
|
||||
<value>Member of</value>
|
||||
</data>
|
||||
<data name="lblMembershipResource1.Text" xml:space="preserve">
|
||||
<value>Group Membership</value>
|
||||
</data>
|
||||
<data name="lblPassword1Resource1.Text" xml:space="preserve">
|
||||
<value>Password</value>
|
||||
</data>
|
||||
<data name="lblPassword2Resource1.Text" xml:space="preserve">
|
||||
<value>Password (repeat)</value>
|
||||
</data>
|
||||
<data name="lblPasswordInfoResource1.Text" xml:space="preserve">
|
||||
<value>Leave Password fields blank to keep the current password.</value>
|
||||
</data>
|
||||
<data name="lblPasswordInfoResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblProviderResource1.Text" xml:space="preserve">
|
||||
<value>Provider</value>
|
||||
</data>
|
||||
<data name="lblProviderResource2.Text" xml:space="preserve">
|
||||
<value>Provider</value>
|
||||
</data>
|
||||
<data name="lblRegDateTimeResource1.Text" xml:space="preserve">
|
||||
<value>Reg. Date/Time</value>
|
||||
</data>
|
||||
<data name="lblResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblUsernameResource1.Text" xml:space="preserve">
|
||||
<value>Username</value>
|
||||
</data>
|
||||
<data name="lblUsernameResource2.Text" xml:space="preserve">
|
||||
<value>Username</value>
|
||||
</data>
|
||||
<data name="lstGroupsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="PageResource1.Title" xml:space="preserve">
|
||||
<value>Administration</value>
|
||||
</data>
|
||||
<data name="pnlAccountDetailsResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlAccountDetailsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlEditAccountResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlEditAccountResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlListResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlListResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="revDisplayNameResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Invalid Display Name</value>
|
||||
</data>
|
||||
<data name="revDisplayNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="revDisplayNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="revEmailResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Invalid Email</value>
|
||||
</data>
|
||||
<data name="revEmailResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="revEmailResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="revPassword1Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Invalid Password</value>
|
||||
</data>
|
||||
<data name="revPassword1Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="revPassword1Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="revUsernameResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Invalid Username</value>
|
||||
</data>
|
||||
<data name="revUsernameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="revUsernameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvEmailResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Email is required</value>
|
||||
</data>
|
||||
<data name="rfvEmailResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvEmailResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvPassword1Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Password is required</value>
|
||||
</data>
|
||||
<data name="rfvPassword1Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvPassword1Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvUsernameResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Username is required</value>
|
||||
</data>
|
||||
<data name="rfvUsernameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvUsernameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtDisplayNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtDisplayNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtEmailResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtEmailResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtFilterResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtFilterResource1.ToolTip" xml:space="preserve">
|
||||
<value>Filter Accounts by Username</value>
|
||||
</data>
|
||||
<data name="txtPassword1Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtPassword1Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtPassword2Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtPassword2Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtUsernameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtUsernameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
</root>
|
|
@ -1,147 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="lnkCategoriesResource1.Text" xml:space="preserve">
|
||||
<value>Page Categories</value>
|
||||
</data>
|
||||
<data name="lnkCategoriesResource1.ToolTip" xml:space="preserve">
|
||||
<value>View all Page Categories</value>
|
||||
</data>
|
||||
<data name="lnkSearchResource1.Text" xml:space="preserve">
|
||||
<value>Search</value>
|
||||
</data>
|
||||
<data name="lnkSearchResource1.ToolTip" xml:space="preserve">
|
||||
<value>Perform a Search</value>
|
||||
</data>
|
||||
<data name="pnlPageListResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlPageListResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblDescriptionResource1.Text" xml:space="preserve">
|
||||
<value>The list of all pages contained in the current namespace.</value>
|
||||
</data>
|
||||
<data name="lblPagesResource1.Text" xml:space="preserve">
|
||||
<value>Page Index</value>
|
||||
</data>
|
||||
<data name="PageResource1.Title" xml:space="preserve">
|
||||
<value>Untitled Page</value>
|
||||
</data>
|
||||
</root>
|
|
@ -1,234 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="lblNoUploadResource1.Text" xml:space="preserve">
|
||||
<value><br />Save the page before uploading</value>
|
||||
</data>
|
||||
<data name="lblNoUploadResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblDownloadsResource1.Text" xml:space="preserve">
|
||||
<value>Downloads</value>
|
||||
</data>
|
||||
<data name="btnDeleteResource1.Text" xml:space="preserve">
|
||||
<value>Delete</value>
|
||||
</data>
|
||||
<data name="btnDeleteResource1.ToolTip" xml:space="preserve">
|
||||
<value>Delete this Attachment</value>
|
||||
</data>
|
||||
<data name="btnDeleteResource2.Text" xml:space="preserve">
|
||||
<value>Delete</value>
|
||||
</data>
|
||||
<data name="btnDeleteResource2.ToolTip" xml:space="preserve">
|
||||
<value>Delete this Attachment</value>
|
||||
</data>
|
||||
<data name="btnRefreshResource1.Text" xml:space="preserve">
|
||||
<value>Refresh</value>
|
||||
</data>
|
||||
<data name="btnRefreshResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnRenameResource2.Text" xml:space="preserve">
|
||||
<value>Rename</value>
|
||||
</data>
|
||||
<data name="btnRenameResource2.ToolTip" xml:space="preserve">
|
||||
<value>Rename this Attachment</value>
|
||||
</data>
|
||||
<data name="btnRenameResource3.Text" xml:space="preserve">
|
||||
<value>Rename</value>
|
||||
</data>
|
||||
<data name="btnRenameResource3.ToolTip" xml:space="preserve">
|
||||
<value>Rename this Attachment</value>
|
||||
</data>
|
||||
<data name="lblNameResource1.Text" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="lblSizeResource1.Text" xml:space="preserve">
|
||||
<value>Size</value>
|
||||
</data>
|
||||
<data name="btnCancelResource1.Text" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnRenameResource1.Text" xml:space="preserve">
|
||||
<value>Rename</value>
|
||||
</data>
|
||||
<data name="btnRenameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnUploadResource1.Text" xml:space="preserve">
|
||||
<value>Upload</value>
|
||||
</data>
|
||||
<data name="btnUploadResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="chkOverwriteResource1.Text" xml:space="preserve">
|
||||
<value>Overwrite existing attachment</value>
|
||||
</data>
|
||||
<data name="chkOverwriteResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="fileUploadResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblItemResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblItemResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblRenameResource1.Text" xml:space="preserve">
|
||||
<value>Rename file/directory</value>
|
||||
</data>
|
||||
<data name="lblRenameResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblRenameResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblStringsResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblUploadFilesInfoResource1.Text" xml:space="preserve">
|
||||
<value>You can upload attachments for the current Page up to $1. Allowed file types are: $2.</value>
|
||||
</data>
|
||||
<data name="lblUploadResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblUploadResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstProvidersResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlRenameResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlRenameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNewNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNewNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
</root>
|
|
@ -1,126 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="lblNameResource1.Text" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="lblSizeResource1.Text" xml:space="preserve">
|
||||
<value>Size</value>
|
||||
</data>
|
||||
</root>
|
|
@ -1,150 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="cvCaptchaResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Properties.Messages.WrongControlText</value>
|
||||
</data>
|
||||
<data name="cvCaptchaResource1.Text" xml:space="preserve">
|
||||
<value><img src="Images/InputError.png" alt="*" /></value>
|
||||
</data>
|
||||
<data name="cvCaptchaResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="imgCaptchaResource1.AlternateText" xml:space="preserve">
|
||||
<value>CAPTCHA</value>
|
||||
</data>
|
||||
<data name="imgCaptchaResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvCaptchaResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Properties.Messages.RequiredField</value>
|
||||
</data>
|
||||
<data name="rfvCaptchaResource1.Text" xml:space="preserve">
|
||||
<value><img src="Images/InputError.png" alt="*" /></value>
|
||||
</data>
|
||||
<data name="rfvCaptchaResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtCaptchaResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtCaptchaResource1.ToolTip" xml:space="preserve">
|
||||
<value>Copy here the text displayed above (case sensitive)</value>
|
||||
</data>
|
||||
</root>
|
|
@ -1,132 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="lblDescriptionResource1.Text" xml:space="preserve">
|
||||
<value>The complete list of Page Categories of this Namespace.</value>
|
||||
</data>
|
||||
<data name="lblCatListResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblCategoriesResource1.Text" xml:space="preserve">
|
||||
<value>Categorias de página</value>
|
||||
</data>
|
||||
<data name="PageResource1.Title" xml:space="preserve">
|
||||
<value>Página sem título</value>
|
||||
</data>
|
||||
</root>
|
|
@ -1,219 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="btnEmailNotificationResource1.AlternateText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnEmailNotificationResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblAdministratePageResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblAdminToolsLinkResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblAttachmentsLinkResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblAuthorResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblBackLinkResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblBreadcrumbsTrailResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblByResource1.Text" xml:space="preserve">
|
||||
<value> by </value>
|
||||
</data>
|
||||
<data name="lblCategorizedAsResource1.Text" xml:space="preserve">
|
||||
<value>Categorized as </value>
|
||||
</data>
|
||||
<data name="lblDiscussedPageResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblDiscussLinkResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblDoubleClickHandlerResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblEditLinkResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblHistoryLinkResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblModifiedDateTimeResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblModifiedResource1.Text" xml:space="preserve">
|
||||
<value>Modified on </value>
|
||||
</data>
|
||||
<data name="lblNavigationPathsResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblNextPageResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblPageCategoriesResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblPageDiscussionForResource1.Text" xml:space="preserve">
|
||||
<value>Page discussion for </value>
|
||||
</data>
|
||||
<data name="lblPageTitleResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblPostMessageLinkResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblPreviousPageResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblPrintLinkResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblRedirectionSourceResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblRollbackPageResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblRssLinkResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblSetPagePermissionsResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblViewCodeLinkResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="PageResource2.Title" xml:space="preserve">
|
||||
<value>Title</value>
|
||||
</data>
|
||||
<data name="pnlPageInfoResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlPageInfoResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
</root>
|
|
@ -1,426 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="btnManualNameResource1.Text" xml:space="preserve">
|
||||
<value>Specify page name manually...</value>
|
||||
</data>
|
||||
<data name="btnManualNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtCategoryResource2.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtCategoryResource2.ToolTip" xml:space="preserve">
|
||||
<value>Type the name of the category here</value>
|
||||
</data>
|
||||
<data name="txtCommentResource2.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtCommentResource2.ToolTip" xml:space="preserve">
|
||||
<value>Type a comment for this change here (optional)</value>
|
||||
</data>
|
||||
<data name="txtDescriptionResource2.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtDescriptionResource2.ToolTip" xml:space="preserve">
|
||||
<value>Type the description for this page here (optional)</value>
|
||||
</data>
|
||||
<data name="txtKeywordsResource2.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtKeywordsResource2.ToolTip" xml:space="preserve">
|
||||
<value>Type the keywords for this page here, separated with commas (optional)</value>
|
||||
</data>
|
||||
<data name="txtNameResource2.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNameResource2.ToolTip" xml:space="preserve">
|
||||
<value>Type the name of the page here</value>
|
||||
</data>
|
||||
<data name="txtTitleResource2.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtTitleResource2.ToolTip" xml:space="preserve">
|
||||
<value>Type the title of the page here</value>
|
||||
</data>
|
||||
<data name="btnAutoTemplateOKResource1.Text" xml:space="preserve">
|
||||
<value>Close</value>
|
||||
</data>
|
||||
<data name="btnAutoTemplateOKResource1.ToolTip" xml:space="preserve">
|
||||
<value>Close this message</value>
|
||||
</data>
|
||||
<data name="btnCancelResource1.Text" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnCancelTemplateResource1.Text" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="btnCancelTemplateResource1.ToolTip" xml:space="preserve">
|
||||
<value>Close the Templates toolbar</value>
|
||||
</data>
|
||||
<data name="btnCreateCategoryResource1.Text" xml:space="preserve">
|
||||
<value>Create</value>
|
||||
</data>
|
||||
<data name="btnCreateCategoryResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnSaveAndContinueResource1.Text" xml:space="preserve">
|
||||
<value>Save & Continue</value>
|
||||
</data>
|
||||
<data name="btnSaveAndContinueResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnSaveResource1.Text" xml:space="preserve">
|
||||
<value>Save</value>
|
||||
</data>
|
||||
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnTemplatesResource1.Text" xml:space="preserve">
|
||||
<value>Content Templates...</value>
|
||||
</data>
|
||||
<data name="btnTemplatesResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnUseTemplateResource1.Text" xml:space="preserve">
|
||||
<value>Use Template</value>
|
||||
</data>
|
||||
<data name="btnUseTemplateResource1.ToolTip" xml:space="preserve">
|
||||
<value>Use this Template (replace current content)</value>
|
||||
</data>
|
||||
<data name="chkMinorChangeResource1.Text" xml:space="preserve">
|
||||
<value>Minor Change (no backup)</value>
|
||||
</data>
|
||||
<data name="chkMinorChangeResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="chkSaveAsDraftResource1.Text" xml:space="preserve">
|
||||
<value>Save as Draft</value>
|
||||
</data>
|
||||
<data name="chkSaveAsDraftResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvCategory1Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Invalid Name</value>
|
||||
</data>
|
||||
<data name="cvCategory1Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvCategory1Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvCategory2Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Category already exists</value>
|
||||
</data>
|
||||
<data name="cvCategory2Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvCategory2Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvName1Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Invalid Page Name</value>
|
||||
</data>
|
||||
<data name="cvName1Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvName1Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvName2Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Page already exists</value>
|
||||
</data>
|
||||
<data name="cvName2Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvName2Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblApprovalRequiredInfoResource1.Text" xml:space="preserve">
|
||||
<value>Your changes to this page will be saved in a draft and they will not be published until an editor or administrator approves them.</value>
|
||||
</data>
|
||||
<data name="lblAttachmentManagerResource1.Text" xml:space="preserve">
|
||||
<value>Page Attachments Management</value>
|
||||
</data>
|
||||
<data name="lblAutoTemplateResource1.Text" xml:space="preserve">
|
||||
<value>The Content Template "##TEMPLATE##" was selected automatically. You can discard the content as well as select another Template using the link above.</value>
|
||||
</data>
|
||||
<data name="lblCategoriesResource1.Text" xml:space="preserve">
|
||||
<value>Page Categories</value>
|
||||
</data>
|
||||
<data name="lblCategoryResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblCategoryResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblCommentResource1.Text" xml:space="preserve">
|
||||
<value>Comment for this change</value>
|
||||
</data>
|
||||
<data name="lblConcurrentEditingResource1.Text" xml:space="preserve">
|
||||
<value><b>Warning</b>: this Page is being edited by another user</value>
|
||||
</data>
|
||||
<data name="lblConcurrentEditingUsernameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblDescriptionResource1.Text" xml:space="preserve">
|
||||
<value>Meta Description</value>
|
||||
</data>
|
||||
<data name="lblDraftInfo2Resource1.Text" xml:space="preserve">
|
||||
<value>If you think this content is ready for display, simply unckeck the 'Save as Draft' checkbox near the 'Save' button. Note: drafts are not versioned.</value>
|
||||
</data>
|
||||
<data name="lblDraftInfoResource1.Text" xml:space="preserve">
|
||||
<value>You are currently editing a previously saved <b>draft</b> of this page, edited by <b>##USER##</b> on <b>##DATETIME##</b> (##VIEWCHANGES##).</value>
|
||||
</data>
|
||||
<data name="lblEditNoticeResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblIpLoggedResource1.Text" xml:space="preserve">
|
||||
<value>Since you are not logged in, your IP Address will be used as Username.</value>
|
||||
</data>
|
||||
<data name="lblKeywordsResource1.Text" xml:space="preserve">
|
||||
<value>Meta Keywords (separate with commas)</value>
|
||||
</data>
|
||||
<data name="lblMetaResource1.Text" xml:space="preserve">
|
||||
<value>Meta Information</value>
|
||||
</data>
|
||||
<data name="lblNameResource1.Text" xml:space="preserve">
|
||||
<value>Page Name (used for linking pages)</value>
|
||||
</data>
|
||||
<data name="lblNewCategoryResource1.Text" xml:space="preserve">
|
||||
<value>New Category</value>
|
||||
</data>
|
||||
<data name="lblRefreshLinkResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblSaveDangerousResource1.Text" xml:space="preserve">
|
||||
<value>Saving this Page might result in a <b>data-loss</b>.</value>
|
||||
</data>
|
||||
<data name="lblSaveDisabledResource1.Text" xml:space="preserve">
|
||||
<value>The Administrators don't allow to save this Page.</value>
|
||||
</data>
|
||||
<data name="lblSessionRefreshResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblTemplatePreviewResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblTemplatePreviewResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblTitleResource1.Text" xml:space="preserve">
|
||||
<value>Page Title</value>
|
||||
</data>
|
||||
<data name="lblUnloadPageResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstCategoriesResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstTemplatesResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="PageResource2.Title" xml:space="preserve">
|
||||
<value>Title</value>
|
||||
</data>
|
||||
<data name="pnlAnonymousResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlAnonymousResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlApprovalRequiredResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlApprovalRequiredResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlAutoTemplateResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlAutoTemplateResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlCaptchaResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlCaptchaResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlCategoryCreationResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlCategoryCreationResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlCollisionsResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlCollisionsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlDraftResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlDraftResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlTemplatesResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlTemplatesResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvCategoryResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Name is required</value>
|
||||
</data>
|
||||
<data name="rfvCategoryResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvCategoryResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvNameResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Name is required</value>
|
||||
</data>
|
||||
<data name="rfvNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvTitleResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Title is required</value>
|
||||
</data>
|
||||
<data name="rfvTitleResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvTitleResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
</root>
|
|
@ -1,192 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="btnBiggerMarkupVisualResource3.AlternateText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnBiggerMarkupVisualResource3.ToolTip" xml:space="preserve">
|
||||
<value>Increase editor size</value>
|
||||
</data>
|
||||
<data name="btnSmallerMarkupVisualResource3.AlternateText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnSmallerMarkupVisualResource3.ToolTip" xml:space="preserve">
|
||||
<value>Decrease editor size</value>
|
||||
</data>
|
||||
<data name="btnBiggerMarkupResource3.AlternateText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnBiggerMarkupResource3.ToolTip" xml:space="preserve">
|
||||
<value>Increase editor size</value>
|
||||
</data>
|
||||
<data name="btnPreviewResource3.Text" xml:space="preserve">
|
||||
<value>Preview</value>
|
||||
</data>
|
||||
<data name="btnPreviewResource3.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnSmallerMarkupResource3.AlternateText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnSmallerMarkupResource3.ToolTip" xml:space="preserve">
|
||||
<value>Decrease editor size</value>
|
||||
</data>
|
||||
<data name="btnVisualResource3.Text" xml:space="preserve">
|
||||
<value>Visual</value>
|
||||
</data>
|
||||
<data name="btnVisualResource3.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnWikiMarkupResource3.Text" xml:space="preserve">
|
||||
<value>WikiMarkup</value>
|
||||
</data>
|
||||
<data name="btnWikiMarkupResource3.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblPreviewResource3.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblPreviewWarningResource3.Text" xml:space="preserve">
|
||||
<value><b>Warning</b>: this is only a preview. The content was not saved.</value>
|
||||
</data>
|
||||
<data name="lblPreviewWarningResource3.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblSnippetsResource3.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblSnippetsResource3.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblStringsResource3.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblWYSIWYGResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblWYSIWYGResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtMarkupResource3.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtMarkupResource3.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
</root>
|
|
@ -1,141 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="lblAdminResource1.Text" xml:space="preserve">
|
||||
<value>Exception Details</value>
|
||||
</data>
|
||||
<data name="lblExceptionResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlExceptionResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlExceptionResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblDescriptionResource1.Text" xml:space="preserve">
|
||||
<value>Desculpe-nos, um erro ocorreu ao processar seu pedido. A informação do erro foi registada e será investigada.<br />Por favor, retorne à <a href="Default.aspx">Página inicial</a>.</value>
|
||||
</data>
|
||||
<data name="lblErrorResource1.Text" xml:space="preserve">
|
||||
<value>Erro de sistema </value>
|
||||
</data>
|
||||
<data name="PageResource1.Title" xml:space="preserve">
|
||||
<value>Página sem título</value>
|
||||
</data>
|
||||
</root>
|
|
@ -1,297 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="lblDirectoryNameResource1.Text" xml:space="preserve">
|
||||
<value>Directory Name</value>
|
||||
</data>
|
||||
<data name="lblManagePermissionsResource1.Text" xml:space="preserve">
|
||||
<value>Manage Permissions</value>
|
||||
</data>
|
||||
<data name="lblNewDirectoryTitleResource1.Text" xml:space="preserve">
|
||||
<value>Create New Directory</value>
|
||||
</data>
|
||||
<data name="lblNoListResource1.Text" xml:space="preserve">
|
||||
<value>You cannot list the contents of this directory.</value>
|
||||
</data>
|
||||
<data name="lblNoListResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlNewDirectoryResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlNewDirectoryResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlPermissionsResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlPermissionsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlUploadResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlUploadResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblDownloadsResource1.Text" xml:space="preserve">
|
||||
<value>Downloads</value>
|
||||
</data>
|
||||
<data name="btnDeleteResource1.Text" xml:space="preserve">
|
||||
<value>Delete</value>
|
||||
</data>
|
||||
<data name="btnDeleteResource1.ToolTip" xml:space="preserve">
|
||||
<value>Delete this Item</value>
|
||||
</data>
|
||||
<data name="btnDeleteResource2.Text" xml:space="preserve">
|
||||
<value>Delete</value>
|
||||
</data>
|
||||
<data name="btnDeleteResource2.ToolTip" xml:space="preserve">
|
||||
<value>Delete this Item</value>
|
||||
</data>
|
||||
<data name="btnRenameResource2.Text" xml:space="preserve">
|
||||
<value>Rename</value>
|
||||
</data>
|
||||
<data name="btnRenameResource2.ToolTip" xml:space="preserve">
|
||||
<value>Rename this Item</value>
|
||||
</data>
|
||||
<data name="btnRenameResource3.Text" xml:space="preserve">
|
||||
<value>Rename</value>
|
||||
</data>
|
||||
<data name="btnRenameResource3.ToolTip" xml:space="preserve">
|
||||
<value>Rename this Item</value>
|
||||
</data>
|
||||
<data name="lblLinkResource1.Text" xml:space="preserve">
|
||||
<value>Link</value>
|
||||
</data>
|
||||
<data name="lblNameResource1.Text" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="lblSizeResource1.Text" xml:space="preserve">
|
||||
<value>Size</value>
|
||||
</data>
|
||||
<data name="lnkDirResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lnkDirResource2.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnCancelResource1.Text" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnNewDirectoryResource1.Text" xml:space="preserve">
|
||||
<value>Create</value>
|
||||
</data>
|
||||
<data name="btnNewDirectoryResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnRenameResource1.Text" xml:space="preserve">
|
||||
<value>Rename</value>
|
||||
</data>
|
||||
<data name="btnRenameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnUploadResource1.Text" xml:space="preserve">
|
||||
<value>Upload</value>
|
||||
</data>
|
||||
<data name="btnUploadResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="chkOverwriteResource1.Text" xml:space="preserve">
|
||||
<value>Overwrite existing file</value>
|
||||
</data>
|
||||
<data name="chkOverwriteResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="fileUploadResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblItemResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblItemResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblNewDirectoryResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblNewDirectoryResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblRenameResource1.Text" xml:space="preserve">
|
||||
<value>Rename file/directory</value>
|
||||
</data>
|
||||
<data name="lblRenameResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblRenameResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblRootResource1.Text" xml:space="preserve">
|
||||
<value>/</value>
|
||||
</data>
|
||||
<data name="lblRootResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblStringsResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblUploadFilesInfoResource1.Text" xml:space="preserve">
|
||||
<value>You can upload files up to $1. Allowed file types are: $2.</value>
|
||||
</data>
|
||||
<data name="lblUploadFilesResource1.Text" xml:space="preserve">
|
||||
<value>Upload Files</value>
|
||||
</data>
|
||||
<data name="lblUploadResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblUploadResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lnkRootResource1.Text" xml:space="preserve">
|
||||
<value>[..]</value>
|
||||
</data>
|
||||
<data name="lnkRootResource1.ToolTip" xml:space="preserve">
|
||||
<value>/</value>
|
||||
</data>
|
||||
<data name="lstProvidersResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlRenameResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlRenameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNewDirectoryNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNewDirectoryNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNewNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNewNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
</root>
|
|
@ -1,168 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="btnCompareResource1.Text" xml:space="preserve">
|
||||
<value>Compare</value>
|
||||
</data>
|
||||
<data name="btnCompareResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnRollbackResource1.Text" xml:space="preserve">
|
||||
<value>Rollback</value>
|
||||
</data>
|
||||
<data name="btnRollbackResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnRollbackResource2.Text" xml:space="preserve">
|
||||
<value>Rollback</value>
|
||||
</data>
|
||||
<data name="btnRollbackResource2.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblCommentResource1.Text" xml:space="preserve">
|
||||
<value>Comment</value>
|
||||
</data>
|
||||
<data name="lblCompareResource1.Text" xml:space="preserve">
|
||||
<value>Compare Page Revisions</value>
|
||||
</data>
|
||||
<data name="lblHistoryResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblSavedByResource1.Text" xml:space="preserve">
|
||||
<value>Saved by</value>
|
||||
</data>
|
||||
<data name="lblSavedOnResource1.Text" xml:space="preserve">
|
||||
<value>Saved on</value>
|
||||
</data>
|
||||
<data name="lblTitleResource1.Text" xml:space="preserve">
|
||||
<value>-- Title --</value>
|
||||
</data>
|
||||
<data name="lblTitleResource2.Text" xml:space="preserve">
|
||||
<value>Title</value>
|
||||
</data>
|
||||
<data name="lstRev1Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstRev2Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="PageResource1.Title" xml:space="preserve">
|
||||
<value>Untitled Page</value>
|
||||
</data>
|
||||
</root>
|
|
@ -1,261 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="btnCancelResource2.Text" xml:space="preserve">
|
||||
<value>Close</value>
|
||||
</data>
|
||||
<data name="btnCancelResource2.ToolTip" xml:space="preserve">
|
||||
<value>Close this tolbox</value>
|
||||
</data>
|
||||
<data name="lblRotateResource1.Text" xml:space="preserve">
|
||||
<value>Rotation</value>
|
||||
</data>
|
||||
<data name="chkNewNameResource2.Text" xml:space="preserve">
|
||||
<value>Save as new file</value>
|
||||
</data>
|
||||
<data name="chkNewNameResource2.ToolTip" xml:space="preserve">
|
||||
<value>If not selected, the original file is overwritten</value>
|
||||
</data>
|
||||
<data name="rdoJpegHighResource2.Text" xml:space="preserve">
|
||||
<value>JPEG 100%</value>
|
||||
</data>
|
||||
<data name="rdoJpegHighResource2.ToolTip" xml:space="preserve">
|
||||
<value>JPEG format, full quality</value>
|
||||
</data>
|
||||
<data name="rdoJpegMediumResource2.Text" xml:space="preserve">
|
||||
<value>JPEG 60%</value>
|
||||
</data>
|
||||
<data name="rdoJpegMediumResource2.ToolTip" xml:space="preserve">
|
||||
<value>JPEG format, medium quality</value>
|
||||
</data>
|
||||
<data name="rdoPercentageResource2.Text" xml:space="preserve">
|
||||
<value>Resize by scale</value>
|
||||
</data>
|
||||
<data name="rdoPercentageResource2.ToolTip" xml:space="preserve">
|
||||
<value>Resize the image specifying a scale</value>
|
||||
</data>
|
||||
<data name="rdoPixelResource2.Text" xml:space="preserve">
|
||||
<value>Resize by absolute size</value>
|
||||
</data>
|
||||
<data name="rdoPixelResource2.ToolTip" xml:space="preserve">
|
||||
<value>Resize the image specifying the size in pixels</value>
|
||||
</data>
|
||||
<data name="rdoPngResource2.ToolTip" xml:space="preserve">
|
||||
<value>PNG format (alpha channel is preserved)</value>
|
||||
</data>
|
||||
<data name="txtPercentageResource2.Text" xml:space="preserve">
|
||||
<value>100</value>
|
||||
</data>
|
||||
<data name="txtPercentageResource2.ToolTip" xml:space="preserve">
|
||||
<value>Resize scale (percentage)</value>
|
||||
</data>
|
||||
<data name="rdoPngResource2.Text" xml:space="preserve">
|
||||
<value>PNG</value>
|
||||
</data>
|
||||
<data name="btnPreviewResource1.Text" xml:space="preserve">
|
||||
<value>Update Preview</value>
|
||||
</data>
|
||||
<data name="btnPreviewResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnSaveResource1.Text" xml:space="preserve">
|
||||
<value>Save</value>
|
||||
</data>
|
||||
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
|
||||
<value>Save the modified Image</value>
|
||||
</data>
|
||||
<data name="chkAspectRatioResource1.Text" xml:space="preserve">
|
||||
<value>Maintain Aspect Ratio</value>
|
||||
</data>
|
||||
<data name="chkAspectRatioResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="imgPreviewResource1.AlternateText" xml:space="preserve">
|
||||
<value>Image Preview</value>
|
||||
</data>
|
||||
<data name="imgPreviewResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblCurrentSizeInfoResource1.Text" xml:space="preserve">
|
||||
<value>Current size: </value>
|
||||
</data>
|
||||
<data name="lblCurrentSizePixelsResource1.Text" xml:space="preserve">
|
||||
<value> pixels</value>
|
||||
</data>
|
||||
<data name="lblCurrentSizeResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblDimensionsResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblOptionsResource1.Text" xml:space="preserve">
|
||||
<value>Image Resize Options</value>
|
||||
</data>
|
||||
<data name="lblOptionsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblScalePostResource1.Text" xml:space="preserve">
|
||||
<value>%)</value>
|
||||
</data>
|
||||
<data name="lblScalePostResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblScalePreResource1.Text" xml:space="preserve">
|
||||
<value>(Scale: </value>
|
||||
</data>
|
||||
<data name="lblScalePreResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblScaleResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblScaleResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblSizePixelsResource1.Text" xml:space="preserve">
|
||||
<value> pixels</value>
|
||||
</data>
|
||||
<data name="PageResource1.Title" xml:space="preserve">
|
||||
<value>Image Editor</value>
|
||||
</data>
|
||||
<data name="txtHeightResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtHeightResource1.ToolTip" xml:space="preserve">
|
||||
<value>Height</value>
|
||||
</data>
|
||||
<data name="txtNewNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNewNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtWidthResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtWidthResource1.ToolTip" xml:space="preserve">
|
||||
<value>Width</value>
|
||||
</data>
|
||||
</root>
|
|
@ -1,285 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="btnSaveNewPasswordResource1.Text" xml:space="preserve">
|
||||
<value>Save New Password</value>
|
||||
</data>
|
||||
<data name="btnSaveNewPasswordResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvNewPasswordsResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Passwords are not equal</value>
|
||||
</data>
|
||||
<data name="cvNewPasswordsResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvNewPasswordsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblLostPasswordResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblNewPassword1Resource1.Text" xml:space="preserve">
|
||||
<value>Password</value>
|
||||
</data>
|
||||
<data name="lblNewPassword2Resource1.Text" xml:space="preserve">
|
||||
<value>Password (repeat)</value>
|
||||
</data>
|
||||
<data name="lblOrResource1.Text" xml:space="preserve">
|
||||
<value>or</value>
|
||||
</data>
|
||||
<data name="lblResetPassword2InfoResource1.Text" xml:space="preserve">
|
||||
<value>Please enter your new password twice.</value>
|
||||
</data>
|
||||
<data name="lblResetPassword2Resource1.Text" xml:space="preserve">
|
||||
<value>Reset Password</value>
|
||||
</data>
|
||||
<data name="lblResetPasswordInformationResource1.Text" xml:space="preserve">
|
||||
<value>If you forgot your Password, please insert your Username <b>or</b> Email address, then click on the Reset Password button.<br />You will receive an email with a link to reset your password.</value>
|
||||
</data>
|
||||
<data name="lblResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvNewPassword1Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Password is required</value>
|
||||
</data>
|
||||
<data name="rfvNewPassword1Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvNewPassword1Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvNewPassword2Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Password is required</value>
|
||||
</data>
|
||||
<data name="rfvNewPassword2Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvNewPassword2Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rxNewPassword1Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Invalid Password</value>
|
||||
</data>
|
||||
<data name="rxNewPassword1Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rxNewPassword1Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rxNewPassword2Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Invalid Password</value>
|
||||
</data>
|
||||
<data name="rxNewPassword2Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rxNewPassword2Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNewPassword1Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNewPassword1Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNewPassword2Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNewPassword2Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnLoginResource1.Text" xml:space="preserve">
|
||||
<value>Login</value>
|
||||
</data>
|
||||
<data name="btnLoginResource1.ToolTip" xml:space="preserve">
|
||||
<value>Clique para fazer login</value>
|
||||
</data>
|
||||
<data name="btnLogoutResource1.Text" xml:space="preserve">
|
||||
<value>Logout</value>
|
||||
</data>
|
||||
<data name="btnLogoutResource1.ToolTip" xml:space="preserve">
|
||||
<value>Clique para fazer logout</value>
|
||||
</data>
|
||||
<data name="btnResetPasswordResource1.Text" xml:space="preserve">
|
||||
<value>Restaurar a senha</value>
|
||||
</data>
|
||||
<data name="btnResetPasswordResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="chkRememberResource1.Text" xml:space="preserve">
|
||||
<value>Lembrar</value>
|
||||
</data>
|
||||
<data name="chkRememberResource1.ToolTip" xml:space="preserve">
|
||||
<value>Selecione se você quiser que o sistema se lembre de você da próxima vez</value>
|
||||
</data>
|
||||
<data name="lblDescriptionResource1.Text" xml:space="preserve">
|
||||
<value>Aqui você pode fazer o login no Wiki. Você poderá editar e criar páginas. Se você for um administrador, você também poderá executar atividades administrativas.<br />Você não tem uma conta? Você pode <a href="Register.aspx" title="Criar uma nova conta">criar uma</a>.</value>
|
||||
</data>
|
||||
<data name="lblEmailResetResource1.Text" xml:space="preserve">
|
||||
<value>e-mail</value>
|
||||
</data>
|
||||
<data name="lblLogoutResource1.Text" xml:space="preserve">
|
||||
<value>Você está logado. Para fazer o logout, clique na tecla logout.</value>
|
||||
</data>
|
||||
<data name="lblPasswordResource1.Text" xml:space="preserve">
|
||||
<value>Senha</value>
|
||||
</data>
|
||||
<data name="lblResetPasswordResource1.Text" xml:space="preserve">
|
||||
<value>Restaurar a senha</value>
|
||||
</data>
|
||||
<data name="lblResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblTitleResource1.Text" xml:space="preserve">
|
||||
<value>Login</value>
|
||||
</data>
|
||||
<data name="lblUsernameResetResource1.Text" xml:space="preserve">
|
||||
<value>Nome de usuário</value>
|
||||
</data>
|
||||
<data name="lblUsernameResource1.Text" xml:space="preserve">
|
||||
<value>Nome de usuário</value>
|
||||
</data>
|
||||
<data name="PageResource1.Title" xml:space="preserve">
|
||||
<value>Página sem título</value>
|
||||
</data>
|
||||
<data name="txtEmailResetResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtEmailResetResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtPasswordResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtPasswordResource1.ToolTip" xml:space="preserve">
|
||||
<value>Digite aqui a sua senha</value>
|
||||
</data>
|
||||
<data name="txtUsernameResetResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtUsernameResetResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtUsernameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtUsernameResource1.ToolTip" xml:space="preserve">
|
||||
<value>Digite aqui o seu nome de usuário</value>
|
||||
</data>
|
||||
</root>
|
|
@ -1,141 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="lblFooterDivResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblHeaderDivResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblStringsResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lnkMainPageResource1.Text" xml:space="preserve">
|
||||
<value>Main Page</value>
|
||||
</data>
|
||||
<data name="lnkMainPageResource1.ToolTip" xml:space="preserve">
|
||||
<value>Go to the main page of the current namespace</value>
|
||||
</data>
|
||||
<data name="lnkPreviousPageResource1.Text" xml:space="preserve">
|
||||
<value>« Back to previous page</value>
|
||||
</data>
|
||||
<data name="lnkPreviousPageResource1.ToolTip" xml:space="preserve">
|
||||
<value>Go to the previous page</value>
|
||||
</data>
|
||||
</root>
|
|
@ -1,132 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="lblDescriptionResource1.Text" xml:space="preserve">
|
||||
<value>Caminhos de navegação guiam-no através dos conteúdos do Wiki.</value>
|
||||
</data>
|
||||
<data name="lblInfoResource1.Text" xml:space="preserve">
|
||||
<value>Aqui você pode começar a percorrer um caminho.</value>
|
||||
</data>
|
||||
<data name="lblNavPathResource1.Text" xml:space="preserve">
|
||||
<value>Caminhos de navegação</value>
|
||||
</data>
|
||||
<data name="PageResource1.Title" xml:space="preserve">
|
||||
<value>Página sem título</value>
|
||||
</data>
|
||||
</root>
|
|
@ -1,150 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="btnCancelDeleteMessageResource1.Text" xml:space="preserve">
|
||||
<value>Cancelar</value>
|
||||
</data>
|
||||
<data name="btnCancelDeleteMessageResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnDeleteMessageResource1.Text" xml:space="preserve">
|
||||
<value>Apagar</value>
|
||||
</data>
|
||||
<data name="btnDeleteMessageResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="chkDeleteMessageRepliesResource1.Text" xml:space="preserve">
|
||||
<value>Apagar respostas da mensagem</value>
|
||||
</data>
|
||||
<data name="chkDeleteMessageRepliesResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblDeleteMessageContentResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblDeleteMessageDescriptionResource1.Text" xml:space="preserve">
|
||||
<value>Para apagar a mensagem selecionada, clicar sobre o botão apagar.</value>
|
||||
</data>
|
||||
<data name="lblDeleteMessageResource1.Text" xml:space="preserve">
|
||||
<value>Apagar mensagem</value>
|
||||
</data>
|
||||
<data name="PageResource1.Title" xml:space="preserve">
|
||||
<value>Página sem título</value>
|
||||
</data>
|
||||
</root>
|
|
@ -1,150 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="btnAddPageResource1.Text" xml:space="preserve">
|
||||
<value>Add</value>
|
||||
</data>
|
||||
<data name="btnAddPageResource1.ToolTip" xml:space="preserve">
|
||||
<value>Add the selected Page to the list</value>
|
||||
</data>
|
||||
<data name="btnRemoveResource1.Text" xml:space="preserve">
|
||||
<value>Remove</value>
|
||||
</data>
|
||||
<data name="btnRemoveResource1.ToolTip" xml:space="preserve">
|
||||
<value>Remove the selected page from the list</value>
|
||||
</data>
|
||||
<data name="btnSearchResource1.Text" xml:space="preserve">
|
||||
<value>Search</value>
|
||||
</data>
|
||||
<data name="btnSearchResource1.ToolTip" xml:space="preserve">
|
||||
<value>Search for a Page</value>
|
||||
</data>
|
||||
<data name="lstAvailablePageResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstPagesResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtPageNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtPageNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
</root>
|
|
@ -1,129 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="lblDescriptionResource1.Text" xml:space="preserve">
|
||||
<value>A página “##PAGENAME##” não foi encontrada.</value>
|
||||
</data>
|
||||
<data name="lblTitleResource1.Text" xml:space="preserve">
|
||||
<value>Página não encontrada</value>
|
||||
</data>
|
||||
<data name="PageResource1.Title" xml:space="preserve">
|
||||
<value>Página sem título</value>
|
||||
</data>
|
||||
</root>
|
|
@ -1,177 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="btnAddResource1.Text" xml:space="preserve">
|
||||
<value>Add</value>
|
||||
</data>
|
||||
<data name="btnAddResource1.ToolTip" xml:space="preserve">
|
||||
<value>Add the selected subject</value>
|
||||
</data>
|
||||
<data name="btnRemoveResource1.Text" xml:space="preserve">
|
||||
<value>Remove</value>
|
||||
</data>
|
||||
<data name="btnRemoveResource1.ToolTip" xml:space="preserve">
|
||||
<value>Remove entried for the selected subject</value>
|
||||
</data>
|
||||
<data name="btnSaveResource1.Text" xml:space="preserve">
|
||||
<value>Save Permissions</value>
|
||||
</data>
|
||||
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
|
||||
<value>Save this Subject's permissions</value>
|
||||
</data>
|
||||
<data name="btnSearchResource1.Text" xml:space="preserve">
|
||||
<value>Search</value>
|
||||
</data>
|
||||
<data name="btnSearchResource1.ToolTip" xml:space="preserve">
|
||||
<value>Search for a User or Group to add</value>
|
||||
</data>
|
||||
<data name="lblAddResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblAddResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblPermissionsForResource1.Text" xml:space="preserve">
|
||||
<value>Permissions for:</value>
|
||||
</data>
|
||||
<data name="lblSaveResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblSaveResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblSelectedSubjectResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblSubjectsResource1.Text" xml:space="preserve">
|
||||
<value>User Accounts and User Groups</value>
|
||||
</data>
|
||||
<data name="lstFoundSubjectsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstSubjectsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNewSubjectResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtNewSubjectResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
</root>
|
|
@ -1,396 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="btnCancelAnchorResource1.Text" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="btnCancelAnchorResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnCancelFileLinkResource1.Text" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="btnCancelFileLinkResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnCancelImageResource1.Text" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="btnCancelImageResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnCancelLinkResource1.Text" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="btnCancelLinkResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnCancelPageLinkResource1.Text" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="btnCancelPageLinkResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnOkAnchorResource1.Text" xml:space="preserve">
|
||||
<value>OK</value>
|
||||
</data>
|
||||
<data name="btnOkAnchorResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnOkFileLinkResource1.Text" xml:space="preserve">
|
||||
<value>OK</value>
|
||||
</data>
|
||||
<data name="btnOkFileLinkResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnOkImageResource1.Text" xml:space="preserve">
|
||||
<value>OK</value>
|
||||
</data>
|
||||
<data name="btnOkImageResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnOkLinkResource1.Text" xml:space="preserve">
|
||||
<value>OK</value>
|
||||
</data>
|
||||
<data name="btnOkLinkResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnOkPageLinkResource1.Text" xml:space="preserve">
|
||||
<value>OK</value>
|
||||
</data>
|
||||
<data name="btnOkPageLinkResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="chkFileNWResource1.Text" xml:space="preserve">
|
||||
<value>Open link in new window</value>
|
||||
</data>
|
||||
<data name="chkFileNWResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="chkFilesAttachmentsResource1.Text" xml:space="preserve">
|
||||
<value>Browse Page Attachments</value>
|
||||
</data>
|
||||
<data name="chkFilesAttachmentsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="chkImageAttachmentsResource1.Text" xml:space="preserve">
|
||||
<value>Browse Page Attachments</value>
|
||||
</data>
|
||||
<data name="chkImageAttachmentsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="chkImageNWResource1.Text" xml:space="preserve">
|
||||
<value>Open link in new window</value>
|
||||
</data>
|
||||
<data name="chkImageNWResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="chkLinkNWResource1.Text" xml:space="preserve">
|
||||
<value>Open link in new window</value>
|
||||
</data>
|
||||
<data name="chkLinkNWResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="chkPageNWResource1.Text" xml:space="preserve">
|
||||
<value>Open link in new window</value>
|
||||
</data>
|
||||
<data name="chkPageNWResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblAnchorIDResource1.Text" xml:space="preserve">
|
||||
<value>Anchor ID (required)</value>
|
||||
</data>
|
||||
<data name="lblAnchorTitleResource1.Text" xml:space="preserve">
|
||||
<value>Link Title (optional)</value>
|
||||
</data>
|
||||
<data name="lblExistingAnchorsResource1.Text" xml:space="preserve">
|
||||
<value>Link to:</value>
|
||||
</data>
|
||||
<data name="lblFilePathResource1.Text" xml:space="preserve">
|
||||
<value>File Path (required)</value>
|
||||
</data>
|
||||
<data name="lblFileTitleResource1.Text" xml:space="preserve">
|
||||
<value>Link Title (optional)</value>
|
||||
</data>
|
||||
<data name="lblImageDescrResource1.Text" xml:space="preserve">
|
||||
<value>Description (optional)</value>
|
||||
</data>
|
||||
<data name="lblImageLinkResource1.Text" xml:space="preserve">
|
||||
<value>Link (optional)</value>
|
||||
</data>
|
||||
<data name="lblImagePathResource1.Text" xml:space="preserve">
|
||||
<value>Image Path/URL (required)</value>
|
||||
</data>
|
||||
<data name="lblInsertAnchorResource1.Text" xml:space="preserve">
|
||||
<value>Insert:</value>
|
||||
</data>
|
||||
<data name="lblLinkTitleResource1.Text" xml:space="preserve">
|
||||
<value>Link Title (optional)</value>
|
||||
</data>
|
||||
<data name="lblLinkUrlResource1.Text" xml:space="preserve">
|
||||
<value>Link URL or Email address (required)</value>
|
||||
</data>
|
||||
<data name="lblPageNameResource1.Text" xml:space="preserve">
|
||||
<value>Page Name (required)</value>
|
||||
</data>
|
||||
<data name="lblPageTitleResource1.Text" xml:space="preserve">
|
||||
<value>Link Title (optional)</value>
|
||||
</data>
|
||||
<data name="lblStringsResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstExistingAnchorsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstProviderFilesResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstProviderImagesResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="PageResource1.Title" xml:space="preserve">
|
||||
<value>ScrewTurn Wiki</value>
|
||||
</data>
|
||||
<data name="pnlAnchorLinkResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlAnchorLinkResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlNewAnchorResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlNewAnchorResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rdoAnchorLinkResource1.Text" xml:space="preserve">
|
||||
<value>Link to an existing Anchor</value>
|
||||
</data>
|
||||
<data name="rdoAnchorLinkResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rdoImageAutoResource1.Text" xml:space="preserve">
|
||||
<value>Auto</value>
|
||||
</data>
|
||||
<data name="rdoImageAutoResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rdoImageInlineResource1.Text" xml:space="preserve">
|
||||
<value>Inline</value>
|
||||
</data>
|
||||
<data name="rdoImageInlineResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rdoImageLeftResource1.Text" xml:space="preserve">
|
||||
<value>Align Left</value>
|
||||
</data>
|
||||
<data name="rdoImageLeftResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rdoImageLinkResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rdoImageLinkResource1.ToolTip" xml:space="preserve">
|
||||
<value>Check this to select the linked image using the browser</value>
|
||||
</data>
|
||||
<data name="rdoImagePathResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rdoImagePathResource1.ToolTip" xml:space="preserve">
|
||||
<value>Check this to select the image using the browser</value>
|
||||
</data>
|
||||
<data name="rdoImageRightResource1.Text" xml:space="preserve">
|
||||
<value>Align Right</value>
|
||||
</data>
|
||||
<data name="rdoImageRightResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rdoNewAnchorResource1.Text" xml:space="preserve">
|
||||
<value>New Anchor</value>
|
||||
</data>
|
||||
<data name="rdoNewAnchorResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtAnchorIDResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtAnchorIDResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtAnchorTitleResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtAnchorTitleResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtFilePathResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtFilePathResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtFileTitleResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtFileTitleResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtImageDescrResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtImageDescrResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtImageLinkResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtImageLinkResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtImagePathResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtImagePathResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtLinkTitleResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtLinkTitleResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtLinkUrlResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtLinkUrlResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtPageNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtPageNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtPageTitleResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtPageTitleResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
</root>
|
|
@ -1,396 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="btnCancelAnchorResource1.Text" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="btnCancelAnchorResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnCancelFileLinkResource1.Text" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="btnCancelFileLinkResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnCancelImageResource1.Text" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="btnCancelImageResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnCancelLinkResource1.Text" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="btnCancelLinkResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnCancelPageLinkResource1.Text" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="btnCancelPageLinkResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnOkAnchorResource1.Text" xml:space="preserve">
|
||||
<value>OK</value>
|
||||
</data>
|
||||
<data name="btnOkAnchorResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnOkFileLinkResource1.Text" xml:space="preserve">
|
||||
<value>OK</value>
|
||||
</data>
|
||||
<data name="btnOkFileLinkResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnOkImageResource1.Text" xml:space="preserve">
|
||||
<value>OK</value>
|
||||
</data>
|
||||
<data name="btnOkImageResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnOkLinkResource1.Text" xml:space="preserve">
|
||||
<value>OK</value>
|
||||
</data>
|
||||
<data name="btnOkLinkResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnOkPageLinkResource1.Text" xml:space="preserve">
|
||||
<value>OK</value>
|
||||
</data>
|
||||
<data name="btnOkPageLinkResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="chkFileNWResource1.Text" xml:space="preserve">
|
||||
<value>Open link in new window</value>
|
||||
</data>
|
||||
<data name="chkFileNWResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="chkFilesAttachmentsResource1.Text" xml:space="preserve">
|
||||
<value>Browse Page Attachments</value>
|
||||
</data>
|
||||
<data name="chkFilesAttachmentsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="chkImageAttachmentsResource1.Text" xml:space="preserve">
|
||||
<value>Browse Page Attachments</value>
|
||||
</data>
|
||||
<data name="chkImageAttachmentsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="chkImageNWResource1.Text" xml:space="preserve">
|
||||
<value>Open link in new window</value>
|
||||
</data>
|
||||
<data name="chkImageNWResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="chkLinkNWResource1.Text" xml:space="preserve">
|
||||
<value>Open link in new window</value>
|
||||
</data>
|
||||
<data name="chkLinkNWResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="chkPageNWResource1.Text" xml:space="preserve">
|
||||
<value>Open link in new window</value>
|
||||
</data>
|
||||
<data name="chkPageNWResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblAnchorIDResource1.Text" xml:space="preserve">
|
||||
<value>Anchor ID (required)</value>
|
||||
</data>
|
||||
<data name="lblAnchorTitleResource1.Text" xml:space="preserve">
|
||||
<value>Link Title (optional)</value>
|
||||
</data>
|
||||
<data name="lblExistingAnchorsResource1.Text" xml:space="preserve">
|
||||
<value>Link to:</value>
|
||||
</data>
|
||||
<data name="lblFilePathResource1.Text" xml:space="preserve">
|
||||
<value>File Path (required)</value>
|
||||
</data>
|
||||
<data name="lblFileTitleResource1.Text" xml:space="preserve">
|
||||
<value>Link Title (optional)</value>
|
||||
</data>
|
||||
<data name="lblImageDescrResource1.Text" xml:space="preserve">
|
||||
<value>Description (optional)</value>
|
||||
</data>
|
||||
<data name="lblImageLinkResource1.Text" xml:space="preserve">
|
||||
<value>Link (optional)</value>
|
||||
</data>
|
||||
<data name="lblImagePathResource1.Text" xml:space="preserve">
|
||||
<value>Image Path/URL (required)</value>
|
||||
</data>
|
||||
<data name="lblInsertAnchorResource1.Text" xml:space="preserve">
|
||||
<value>Insert:</value>
|
||||
</data>
|
||||
<data name="lblLinkTitleResource1.Text" xml:space="preserve">
|
||||
<value>Link Title (optional)</value>
|
||||
</data>
|
||||
<data name="lblLinkUrlResource1.Text" xml:space="preserve">
|
||||
<value>Link URL or Email address (required)</value>
|
||||
</data>
|
||||
<data name="lblPageNameResource1.Text" xml:space="preserve">
|
||||
<value>Page Name (required)</value>
|
||||
</data>
|
||||
<data name="lblPageTitleResource1.Text" xml:space="preserve">
|
||||
<value>Link Title (optional)</value>
|
||||
</data>
|
||||
<data name="lblStringsResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstExistingAnchorsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstProviderFilesResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstProviderImagesResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="PageResource1.Title" xml:space="preserve">
|
||||
<value>ScrewTurn Wiki</value>
|
||||
</data>
|
||||
<data name="pnlAnchorLinkResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlAnchorLinkResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlNewAnchorResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlNewAnchorResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rdoAnchorLinkResource1.Text" xml:space="preserve">
|
||||
<value>Link to an existing Anchor</value>
|
||||
</data>
|
||||
<data name="rdoAnchorLinkResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rdoImageAutoResource1.Text" xml:space="preserve">
|
||||
<value>Auto</value>
|
||||
</data>
|
||||
<data name="rdoImageAutoResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rdoImageInlineResource1.Text" xml:space="preserve">
|
||||
<value>Inline</value>
|
||||
</data>
|
||||
<data name="rdoImageInlineResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rdoImageLeftResource1.Text" xml:space="preserve">
|
||||
<value>Align Left</value>
|
||||
</data>
|
||||
<data name="rdoImageLeftResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rdoImageLinkResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rdoImageLinkResource1.ToolTip" xml:space="preserve">
|
||||
<value>Check this to select the linked image using the browser</value>
|
||||
</data>
|
||||
<data name="rdoImagePathResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rdoImagePathResource1.ToolTip" xml:space="preserve">
|
||||
<value>Check this to select the image using the browser</value>
|
||||
</data>
|
||||
<data name="rdoImageRightResource1.Text" xml:space="preserve">
|
||||
<value>Align Right</value>
|
||||
</data>
|
||||
<data name="rdoImageRightResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rdoNewAnchorResource1.Text" xml:space="preserve">
|
||||
<value>New Anchor</value>
|
||||
</data>
|
||||
<data name="rdoNewAnchorResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtAnchorIDResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtAnchorIDResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtAnchorTitleResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtAnchorTitleResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtFilePathResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtFilePathResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtFileTitleResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtFileTitleResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtImageDescrResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtImageDescrResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtImageLinkResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtImageLinkResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtImagePathResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtImagePathResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtLinkTitleResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtLinkTitleResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtLinkUrlResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtLinkUrlResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtPageNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtPageNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtPageTitleResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtPageTitleResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
</root>
|
|
@ -1,153 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="btnCancelResource1.Text" xml:space="preserve">
|
||||
<value>Cancelar</value>
|
||||
</data>
|
||||
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnSendResource1.Text" xml:space="preserve">
|
||||
<value>Enviar</value>
|
||||
</data>
|
||||
<data name="btnSendResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblSubjectResource1.Text" xml:space="preserve">
|
||||
<value>Assunto</value>
|
||||
</data>
|
||||
<data name="lblTitleResource1.Text" xml:space="preserve">
|
||||
<value>Postar uma mensagem</value>
|
||||
</data>
|
||||
<data name="PageResource1.Title" xml:space="preserve">
|
||||
<value>Página sem título</value>
|
||||
</data>
|
||||
<data name="txtSubjectResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtSubjectResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
</root>
|
|
@ -1,432 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="lblDiscussionMessagesInfoResource2.Text" xml:space="preserve">
|
||||
<value>Receive an email notification whenever a <b>message</b> is posted for a page in the following namespaces (only discussions you have access to):</value>
|
||||
</data>
|
||||
<data name="lblPageChangesInfoResource2.Text" xml:space="preserve">
|
||||
<value>Receive an email notification whenever a <b>page</b> in the following namespaces is updated (only pages you have access to):</value>
|
||||
</data>
|
||||
<data name="lblNoChangesResource1.Text" xml:space="preserve">
|
||||
<value>Current system settings do not allow any change to your personal information.</value>
|
||||
</data>
|
||||
<data name="pnlAccountResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlAccountResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlNoChangesResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlNoChangesResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnSaveDisplayNameResource1.Text" xml:space="preserve">
|
||||
<value>Save Display Name</value>
|
||||
</data>
|
||||
<data name="btnSaveDisplayNameResource1.ToolTip" xml:space="preserve">
|
||||
<value>Click here to save your Display Name</value>
|
||||
</data>
|
||||
<data name="lblDisplayNameResource1.Text" xml:space="preserve">
|
||||
<value>Display Name</value>
|
||||
</data>
|
||||
<data name="lblEditEmailPasswordResource1.Text" xml:space="preserve">
|
||||
<value>Edit Display Name, Email and Password</value>
|
||||
</data>
|
||||
<data name="lblSaveDisplayNameResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblSaveDisplayNameResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rxvDisplayNameResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Invalid Display Name</value>
|
||||
</data>
|
||||
<data name="rxvDisplayNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rxvDisplayNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtDisplayNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtDisplayNameResource1.ToolTip" xml:space="preserve">
|
||||
<value>Type here a display name for your account</value>
|
||||
</data>
|
||||
<data name="btnSaveLanguageResource1.Text" xml:space="preserve">
|
||||
<value>Save</value>
|
||||
</data>
|
||||
<data name="btnSaveLanguageResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblGroupsListResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblGroupsResource1.Text" xml:space="preserve">
|
||||
<value>You are member of the following groups:</value>
|
||||
</data>
|
||||
<data name="lblLanguageResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblLanguageResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblLanguageTimeZoneResource1.Text" xml:space="preserve">
|
||||
<value>Language and Time Zone</value>
|
||||
</data>
|
||||
<data name="btnSaveNotificationsResource1.Text" xml:space="preserve">
|
||||
<value>Save</value>
|
||||
</data>
|
||||
<data name="btnSaveNotificationsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvEmail1Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Email addresses are not equal</value>
|
||||
</data>
|
||||
<data name="cvEmail1Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvEmail1Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvEmail2Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Email addresses are not equal</value>
|
||||
</data>
|
||||
<data name="cvEmail2Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvEmail2Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvOldPasswordResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Incorrect Password</value>
|
||||
</data>
|
||||
<data name="cvOldPasswordResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvOldPasswordResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvPassword1Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Passwords are not equal</value>
|
||||
</data>
|
||||
<data name="cvPassword1Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvPassword1Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvPassword2Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Passwords are not equal</value>
|
||||
</data>
|
||||
<data name="cvPassword2Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvPassword2Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblNotificationsResource1.Text" xml:space="preserve">
|
||||
<value>Email Notification Settings</value>
|
||||
</data>
|
||||
<data name="lblNotificationsResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblNotificationsResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblSaveEmailResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblSavePasswordResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstDiscussionMessagesResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lstPageChangesResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlDetailsResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlDetailsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvEmail1Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Email is required</value>
|
||||
</data>
|
||||
<data name="rfvEmail1Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvEmail1Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvEmail2Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Email is required</value>
|
||||
</data>
|
||||
<data name="rfvEmail2Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvEmail2Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvOldPasswordResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Old Password is required</value>
|
||||
</data>
|
||||
<data name="rfvOldPasswordResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvOldPasswordResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvPassword1Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Password is required</value>
|
||||
</data>
|
||||
<data name="rfvPassword1Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvPassword1Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvPassword2Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Password is required</value>
|
||||
</data>
|
||||
<data name="rfvPassword2Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvPassword2Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rxvEmail1Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Invalid Email address</value>
|
||||
</data>
|
||||
<data name="rxvEmail1Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rxvEmail1Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rxvPassword1Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Invalid Password</value>
|
||||
</data>
|
||||
<data name="rxvPassword1Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rxvPassword1Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnConfirmResource1.Text" xml:space="preserve">
|
||||
<value>Confirmar</value>
|
||||
</data>
|
||||
<data name="btnConfirmResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnDeleteAccountResource1.Text" xml:space="preserve">
|
||||
<value>Apagar conta</value>
|
||||
</data>
|
||||
<data name="btnDeleteAccountResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="btnSaveEmailResource1.Text" xml:space="preserve">
|
||||
<value>Salvar e-mail</value>
|
||||
</data>
|
||||
<data name="btnSaveEmailResource1.ToolTip" xml:space="preserve">
|
||||
<value>Clique aqui para salvar seu endereço de e-mail</value>
|
||||
</data>
|
||||
<data name="btnSavePasswordResource1.Text" xml:space="preserve">
|
||||
<value>Salvar senha</value>
|
||||
</data>
|
||||
<data name="btnSavePasswordResource1.ToolTip" xml:space="preserve">
|
||||
<value>Clique aqui para salvar sua nova senha</value>
|
||||
</data>
|
||||
<data name="lblDeleteAccountInfoResource1.Text" xml:space="preserve">
|
||||
<value>Você pode apagar a sua conta clicando na tecla apagar conta e então confirmando com o botão confirmar.<br /><b>Atenção</b>: a operação é irreversível.</value>
|
||||
</data>
|
||||
<data name="lblDeleteAccountResource1.Text" xml:space="preserve">
|
||||
<value>Apagar conta</value>
|
||||
</data>
|
||||
<data name="lblDescriptionResource1.Text" xml:space="preserve">
|
||||
<value>Bem-vindo ao seu perfil,</value>
|
||||
</data>
|
||||
<data name="lblEmail1Resource1.Text" xml:space="preserve">
|
||||
<value>e-mail</value>
|
||||
</data>
|
||||
<data name="lblEmail2Resource1.Text" xml:space="preserve">
|
||||
<value>e-mail (repetir)</value>
|
||||
</data>
|
||||
<data name="lblInfoResource1.Text" xml:space="preserve">
|
||||
<value>Aqui você pode editar as suas configurações de perfil, tais como o endereço de e-mail e a senha. Você não pode mudar seu nome de usuário.</value>
|
||||
</data>
|
||||
<data name="lblOldPasswordResource1.Text" xml:space="preserve">
|
||||
<value>Senha anterior</value>
|
||||
</data>
|
||||
<data name="lblPassword1Resource1.Text" xml:space="preserve">
|
||||
<value>Senha</value>
|
||||
</data>
|
||||
<data name="lblPassword2Resource1.Text" xml:space="preserve">
|
||||
<value>Senha (repetir)</value>
|
||||
</data>
|
||||
<data name="lblSaveEmailResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblSavePasswordResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblTitleResource1.Text" xml:space="preserve">
|
||||
<value>Perfil de usuário</value>
|
||||
</data>
|
||||
<data name="lblUsernameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="PageResource1.Title" xml:space="preserve">
|
||||
<value>Página sem título</value>
|
||||
</data>
|
||||
<data name="txtEmail1Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtEmail1Resource1.ToolTip" xml:space="preserve">
|
||||
<value>Digite aqui seu endereço de e-mail</value>
|
||||
</data>
|
||||
<data name="txtEmail2Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtEmail2Resource1.ToolTip" xml:space="preserve">
|
||||
<value>Repita seu endereço de e-mail</value>
|
||||
</data>
|
||||
<data name="txtOldPasswordResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtOldPasswordResource1.ToolTip" xml:space="preserve">
|
||||
<value>Digite aqui sua senha atual</value>
|
||||
</data>
|
||||
<data name="txtPassword1Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtPassword1Resource1.ToolTip" xml:space="preserve">
|
||||
<value>Digite aqui sua nova senha</value>
|
||||
</data>
|
||||
<data name="txtPassword2Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtPassword2Resource1.ToolTip" xml:space="preserve">
|
||||
<value>Repita sua nova senha</value>
|
||||
</data>
|
||||
</root>
|
|
@ -1,333 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="btnRegisterResource1.Text" xml:space="preserve">
|
||||
<value>Create Account</value>
|
||||
</data>
|
||||
<data name="btnRegisterResource1.ToolTip" xml:space="preserve">
|
||||
<value>Click here to create your Account</value>
|
||||
</data>
|
||||
<data name="cvEmail1Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Emails are not equal</value>
|
||||
</data>
|
||||
<data name="cvEmail1Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvEmail1Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvEmail2Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Emails are not equal</value>
|
||||
</data>
|
||||
<data name="cvEmail2Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvEmail2Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvPassword1Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Passwords are not equal</value>
|
||||
</data>
|
||||
<data name="cvPassword1Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvPassword1Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvPassword2Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Passwords are not equal</value>
|
||||
</data>
|
||||
<data name="cvPassword2Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvPassword2Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvUsernameResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Username already exists</value>
|
||||
</data>
|
||||
<data name="cvUsernameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cvUsernameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblAccountActivationModeResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblCaptchaResource1.Text" xml:space="preserve">
|
||||
<value>Control Text (case sensitive)</value>
|
||||
</data>
|
||||
<data name="lblDisplayNameResource1.Text" xml:space="preserve">
|
||||
<value>Display Name</value>
|
||||
</data>
|
||||
<data name="lblEmail1Resource1.Text" xml:space="preserve">
|
||||
<value>Email</value>
|
||||
</data>
|
||||
<data name="lblEmail2Resource1.Text" xml:space="preserve">
|
||||
<value>Email (repeat)</value>
|
||||
</data>
|
||||
<data name="lblPassword1Resource1.Text" xml:space="preserve">
|
||||
<value>Password</value>
|
||||
</data>
|
||||
<data name="lblPassword2Resource1.Text" xml:space="preserve">
|
||||
<value>Password (repeat)</value>
|
||||
</data>
|
||||
<data name="lblRegisterDescriptionResource1.Text" xml:space="preserve">
|
||||
<value>Here you can create a new Account for this Wiki.<br /><b>Note</b>: all the fields are mandatory. The Email address will not be published in any way, but it will be visible to the Administrators.</value>
|
||||
</data>
|
||||
<data name="lblResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblTitleResource1.Text" xml:space="preserve">
|
||||
<value>Create a new Account</value>
|
||||
</data>
|
||||
<data name="lblUsernameResource1.Text" xml:space="preserve">
|
||||
<value>Username</value>
|
||||
</data>
|
||||
<data name="PageResource1.Title" xml:space="preserve">
|
||||
<value>Untitled Page</value>
|
||||
</data>
|
||||
<data name="pnlRegisterResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlRegisterResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvEmail1Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Email is required</value>
|
||||
</data>
|
||||
<data name="rfvEmail1Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvEmail1Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvEmail2Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Email is required</value>
|
||||
</data>
|
||||
<data name="rfvEmail2Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvEmail2Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvPassword1Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Password is required</value>
|
||||
</data>
|
||||
<data name="rfvPassword1Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvPassword1Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvPassword2Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Password is required</value>
|
||||
</data>
|
||||
<data name="rfvPassword2Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvPassword2Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvUsernameResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Username is required</value>
|
||||
</data>
|
||||
<data name="rfvUsernameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvUsernameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rxvDisplayNameResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Invalid Display Name</value>
|
||||
</data>
|
||||
<data name="rxvDisplayNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rxvDisplayNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rxvEmail1Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Invalid Email</value>
|
||||
</data>
|
||||
<data name="rxvEmail1Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rxvEmail1Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rxvPassword1Resource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Invalid Password</value>
|
||||
</data>
|
||||
<data name="rxvPassword1Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rxvPassword1Resource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rxvUserNameResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Invalid Username</value>
|
||||
</data>
|
||||
<data name="rxvUserNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rxvUserNameResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtDisplayNameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtDisplayNameResource1.ToolTip" xml:space="preserve">
|
||||
<value>Type here a display name for your account</value>
|
||||
</data>
|
||||
<data name="txtEmail1Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtEmail1Resource1.ToolTip" xml:space="preserve">
|
||||
<value>Type here your Email address</value>
|
||||
</data>
|
||||
<data name="txtEmail2Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtEmail2Resource1.ToolTip" xml:space="preserve">
|
||||
<value>Repeat your Email address</value>
|
||||
</data>
|
||||
<data name="txtPassword1Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtPassword1Resource1.ToolTip" xml:space="preserve">
|
||||
<value>Type here your Password</value>
|
||||
</data>
|
||||
<data name="txtPassword2Resource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtPassword2Resource1.ToolTip" xml:space="preserve">
|
||||
<value>Repeat your Password</value>
|
||||
</data>
|
||||
<data name="txtUsernameResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtUsernameResource1.ToolTip" xml:space="preserve">
|
||||
<value>Type here your Username</value>
|
||||
</data>
|
||||
</root>
|
|
@ -1,186 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="chkFilesAndAttachmentsResource1.Text" xml:space="preserve">
|
||||
<value>Search Files and Attachments</value>
|
||||
</data>
|
||||
<data name="chkFilesAndAttachmentsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="chkAllNamespacesResource1.Text" xml:space="preserve">
|
||||
<value>Search in all Namespaces and all Categories</value>
|
||||
</data>
|
||||
<data name="chkAllNamespacesResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblInstructionsResource1.Text" xml:space="preserve">
|
||||
<value>Here you can search through the pages of this Namespace, their attachments and the files uploaded to the system.<br /><b>Note</b>: the results will only display the items you have permissions to read.</value>
|
||||
</data>
|
||||
<data name="btnGoResource1.Text" xml:space="preserve">
|
||||
<value>Go</value>
|
||||
</data>
|
||||
<data name="btnGoResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="chkUncategorizedPagesResource1.Text" xml:space="preserve">
|
||||
<value>Uncategorized Pages</value>
|
||||
</data>
|
||||
<data name="chkUncategorizedPagesResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblCategoryFilterResource1.Text" xml:space="preserve">
|
||||
<value>Filter by Category</value>
|
||||
</data>
|
||||
<data name="lblStatsResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblTitleResource1.Text" xml:space="preserve">
|
||||
<value>Search Engine</value>
|
||||
</data>
|
||||
<data name="lstCategoriesResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="PageResource1.Title" xml:space="preserve">
|
||||
<value>Title</value>
|
||||
</data>
|
||||
<data name="rdoAllWordsResource1.Text" xml:space="preserve">
|
||||
<value>All words</value>
|
||||
</data>
|
||||
<data name="rdoAllWordsResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rdoAtLeastOneWordResource1.Text" xml:space="preserve">
|
||||
<value>At least one word</value>
|
||||
</data>
|
||||
<data name="rdoAtLeastOneWordResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rdoExactPhraseResource1.Text" xml:space="preserve">
|
||||
<value>Exact phrase</value>
|
||||
</data>
|
||||
<data name="rdoExactPhraseResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtQueryResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtQueryResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
</root>
|
|
@ -1,129 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="lblInfoResource1.Text" xml:space="preserve">
|
||||
<value>Here you can manage files and directories stored in the Wiki.</value>
|
||||
</data>
|
||||
<data name="lblManagementTitleResource1.Text" xml:space="preserve">
|
||||
<value>Gerenciamento de arquivos</value>
|
||||
</data>
|
||||
<data name="PageResource1.Title" xml:space="preserve">
|
||||
<value>Página sem título</value>
|
||||
</data>
|
||||
</root>
|
|
@ -1,195 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="btnSendResource1.Text" xml:space="preserve">
|
||||
<value>Send</value>
|
||||
</data>
|
||||
<data name="btnSendResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblActivityResource1.Text" xml:space="preserve">
|
||||
<value>Recent activity by this user:</value>
|
||||
</data>
|
||||
<data name="lblGravatarResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblMessageInfoResource1.Text" xml:space="preserve">
|
||||
<value>You can send an email message to this user. <b>Note</b>: your email address won't be disclosed.</value>
|
||||
</data>
|
||||
<data name="lblMessageTitleResource1.Text" xml:space="preserve">
|
||||
<value>Send a Message</value>
|
||||
</data>
|
||||
<data name="lblNoActivityResource1.Text" xml:space="preserve">
|
||||
<value><i>No recent activity</i></value>
|
||||
</data>
|
||||
<data name="lblRecentActivityResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblSendResultResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblSendResultResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblSubjectResource1.Text" xml:space="preserve">
|
||||
<value>Subject</value>
|
||||
</data>
|
||||
<data name="lblTitleResource1.Text" xml:space="preserve">
|
||||
<value>##NAME## - User's Details</value>
|
||||
</data>
|
||||
<data name="PageResource1.Title" xml:space="preserve">
|
||||
<value>Title</value>
|
||||
</data>
|
||||
<data name="pnlMessageResource1.GroupingText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="pnlMessageResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvBodyResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Body is required</value>
|
||||
</data>
|
||||
<data name="rfvBodyResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvBodyResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvSubjectResource1.ErrorMessage" xml:space="preserve">
|
||||
<value>Subject is required</value>
|
||||
</data>
|
||||
<data name="rfvSubjectResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="rfvSubjectResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtBodyResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtBodyResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtSubjectResource1.Text" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="txtSubjectResource1.ToolTip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
</root>
|
File diff suppressed because it is too large
Load diff
|
@ -201,6 +201,11 @@
|
|||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Messages.pl-PL.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Properties\Messages.pt-PT.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Messages.pt-PT.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Properties\Messages.ro-RO.designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
|
@ -535,11 +540,6 @@
|
|||
<DesignTime>True</DesignTime>
|
||||
<AutoGen>True</AutoGen>
|
||||
</Compile>
|
||||
<Compile Include="Properties\Messages.pt-BR.designer.cs">
|
||||
<DependentUpon>Messages.pt-BR.resx</DependentUpon>
|
||||
<DesignTime>True</DesignTime>
|
||||
<AutoGen>True</AutoGen>
|
||||
</Compile>
|
||||
<Compile Include="Properties\Messages.ru-RU.designer.cs">
|
||||
<DependentUpon>Messages.ru-RU.resx</DependentUpon>
|
||||
<DesignTime>True</DesignTime>
|
||||
|
@ -655,9 +655,6 @@
|
|||
<Content Include="App_LocalResources\AccessDenied.aspx.nl-NL.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\AccessDenied.aspx.pt-BR.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\AccessDenied.aspx.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
|
@ -703,9 +700,6 @@
|
|||
<Content Include="App_LocalResources\AllPages.aspx.nl-NL.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\AllPages.aspx.pt-BR.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\AllPages.aspx.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
|
@ -751,9 +745,6 @@
|
|||
<Content Include="App_LocalResources\Captcha.ascx.nl-NL.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\Captcha.ascx.pt-BR.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\Captcha.ascx.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
|
@ -799,9 +790,6 @@
|
|||
<Content Include="App_LocalResources\Category.aspx.nl-NL.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\Category.aspx.pt-BR.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\Category.aspx.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
|
@ -847,9 +835,6 @@
|
|||
<Content Include="App_LocalResources\Error.aspx.nl-NL.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\Error.aspx.pt-BR.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\Error.aspx.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
|
@ -895,9 +880,6 @@
|
|||
<Content Include="App_LocalResources\History.aspx.nl-NL.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\History.aspx.pt-BR.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\History.aspx.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
|
@ -943,9 +925,6 @@
|
|||
<Content Include="App_LocalResources\Login.aspx.nl-NL.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\Login.aspx.pt-BR.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\Login.aspx.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
|
@ -991,9 +970,6 @@
|
|||
<Content Include="App_LocalResources\NavPath.aspx.nl-NL.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\NavPath.aspx.pt-BR.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\NavPath.aspx.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
|
@ -1039,9 +1015,6 @@
|
|||
<Content Include="App_LocalResources\Operation.aspx.nl-NL.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\Operation.aspx.pt-BR.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\Operation.aspx.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
|
@ -1087,9 +1060,6 @@
|
|||
<Content Include="App_LocalResources\PageNotFound.aspx.nl-NL.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\PageNotFound.aspx.pt-BR.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\PageNotFound.aspx.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
|
@ -1135,9 +1105,6 @@
|
|||
<Content Include="App_LocalResources\Post.aspx.nl-NL.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\Post.aspx.pt-BR.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\Post.aspx.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
|
@ -1183,9 +1150,6 @@
|
|||
<Content Include="App_LocalResources\Profile.aspx.nl-NL.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\Profile.aspx.pt-BR.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\Profile.aspx.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
|
@ -1231,9 +1195,6 @@
|
|||
<Content Include="App_LocalResources\Register.aspx.nl-NL.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\Register.aspx.pt-BR.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\Register.aspx.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
|
@ -1279,9 +1240,6 @@
|
|||
<Content Include="App_LocalResources\Upload.aspx.nl-NL.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\Upload.aspx.pt-BR.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\Upload.aspx.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
|
@ -1377,7 +1335,6 @@
|
|||
<Content Include="App_LocalResources\PageListBuilder.ascx.nb-NO.resx" />
|
||||
<Content Include="App_LocalResources\PageListBuilder.ascx.nl-NL.resx" />
|
||||
<Content Include="App_LocalResources\PageListBuilder.ascx.pl-PL.resx" />
|
||||
<Content Include="App_LocalResources\PageListBuilder.ascx.pt-BR.resx" />
|
||||
<Content Include="App_LocalResources\PageListBuilder.ascx.ro-RO.resx" />
|
||||
<Content Include="App_LocalResources\PageListBuilder.ascx.ru-RU.resx" />
|
||||
<Content Include="App_LocalResources\PageListBuilder.ascx.sk-SK.resx" />
|
||||
|
@ -1470,6 +1427,48 @@
|
|||
<Content Include="App_LocalResources\Search.aspx.af-ZA.resx" />
|
||||
<Content Include="App_LocalResources\Upload.aspx.af-ZA.resx" />
|
||||
<Content Include="App_LocalResources\User.aspx.af-ZA.resx" />
|
||||
<Content Include="App_LocalResources\AccessDenied.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\AclActionsSelector.ascx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\Admin.master.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\AdminConfig.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\AdminCategories.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\AdminContent.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\AdminGroups.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\AdminHome.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\AdminLog.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\AdminNamespaces.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\AdminNavPaths.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\AdminPages.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\AdminProviders.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\AdminSnippets.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\AdminUsers.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\AllPages.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\AttachmentManager.ascx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\AttachmentViewer.ascx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\Captcha.ascx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\Category.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\Default.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\Edit.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\Editor.ascx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\Error.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\FileManager.ascx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\History.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\ImageEditor.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\Login.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\MasterPageSA.Master.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\NavPath.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\Operation.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\PageListBuilder.ascx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\PageNotFound.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\PermissionsManager.ascx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\Popup.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\PopupWYSIWYG.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\Post.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\Profile.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\Register.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\Search.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\Upload.aspx.pt-PT.resx" />
|
||||
<Content Include="App_LocalResources\User.aspx.pt-PT.resx" />
|
||||
<EmbeddedResource Include="Properties\Messages.af-ZA.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Messages.af-ZA.Designer.cs</LastGenOutput>
|
||||
|
@ -1526,10 +1525,9 @@
|
|||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Messages.pl-PL.designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Properties\Messages.pt-BR.resx">
|
||||
<SubType>Designer</SubType>
|
||||
<EmbeddedResource Include="Properties\Messages.pt-PT.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Messages.pt-BR.designer.cs</LastGenOutput>
|
||||
<LastGenOutput>Messages.pt-PT.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Properties\Messages.resx">
|
||||
<Generator>PublicResXFileCodeGenerator</Generator>
|
||||
|
@ -1631,7 +1629,6 @@
|
|||
<Content Include="App_LocalResources\User.aspx.it-IT.resx" />
|
||||
<Content Include="App_LocalResources\User.aspx.nb-NO.resx" />
|
||||
<Content Include="App_LocalResources\User.aspx.nl-NL.resx" />
|
||||
<Content Include="App_LocalResources\User.aspx.pt-BR.resx" />
|
||||
<Content Include="App_LocalResources\User.aspx.resx" />
|
||||
<Content Include="App_LocalResources\MasterPageSA.Master.ro-RO.resx" />
|
||||
<Content Include="App_LocalResources\MasterPageSA.Master.ru-RU.resx" />
|
||||
|
@ -1650,7 +1647,6 @@
|
|||
<Content Include="App_LocalResources\MasterPageSA.Master.it-IT.resx" />
|
||||
<Content Include="App_LocalResources\MasterPageSA.Master.nb-NO.resx" />
|
||||
<Content Include="App_LocalResources\MasterPageSA.Master.nl-NL.resx" />
|
||||
<Content Include="App_LocalResources\MasterPageSA.Master.pt-BR.resx" />
|
||||
<Content Include="App_LocalResources\MasterPageSA.Master.resx" />
|
||||
<Content Include="App_LocalResources\AdminProviders.aspx.ro-RO.resx" />
|
||||
<Content Include="App_LocalResources\AdminProviders.aspx.ru-RU.resx" />
|
||||
|
@ -1669,7 +1665,6 @@
|
|||
<Content Include="App_LocalResources\AdminProviders.aspx.it-IT.resx" />
|
||||
<Content Include="App_LocalResources\AdminProviders.aspx.nb-NO.resx" />
|
||||
<Content Include="App_LocalResources\AdminProviders.aspx.nl-NL.resx" />
|
||||
<Content Include="App_LocalResources\AdminProviders.aspx.pt-BR.resx" />
|
||||
<Content Include="App_LocalResources\AdminProviders.aspx.resx" />
|
||||
<Content Include="App_LocalResources\AdminContent.aspx.ro-RO.resx" />
|
||||
<Content Include="App_LocalResources\AdminContent.aspx.ru-RU.resx" />
|
||||
|
@ -1688,7 +1683,6 @@
|
|||
<Content Include="App_LocalResources\AdminContent.aspx.it-IT.resx" />
|
||||
<Content Include="App_LocalResources\AdminContent.aspx.nb-NO.resx" />
|
||||
<Content Include="App_LocalResources\AdminContent.aspx.nl-NL.resx" />
|
||||
<Content Include="App_LocalResources\AdminContent.aspx.pt-BR.resx" />
|
||||
<Content Include="App_LocalResources\AdminContent.aspx.resx" />
|
||||
<Content Include="App_LocalResources\AdminNavPaths.aspx.ro-RO.resx" />
|
||||
<Content Include="App_LocalResources\AdminNavPaths.aspx.ru-RU.resx" />
|
||||
|
@ -1707,7 +1701,6 @@
|
|||
<Content Include="App_LocalResources\AdminNavPaths.aspx.it-IT.resx" />
|
||||
<Content Include="App_LocalResources\AdminNavPaths.aspx.nb-NO.resx" />
|
||||
<Content Include="App_LocalResources\AdminNavPaths.aspx.nl-NL.resx" />
|
||||
<Content Include="App_LocalResources\AdminNavPaths.aspx.pt-BR.resx" />
|
||||
<Content Include="App_LocalResources\AdminNavPaths.aspx.resx" />
|
||||
<Content Include="App_LocalResources\AdminConfig.aspx.ro-RO.resx" />
|
||||
<Content Include="App_LocalResources\AdminConfig.aspx.ru-RU.resx" />
|
||||
|
@ -1726,7 +1719,6 @@
|
|||
<Content Include="App_LocalResources\AdminConfig.aspx.it-IT.resx" />
|
||||
<Content Include="App_LocalResources\AdminConfig.aspx.nb-NO.resx" />
|
||||
<Content Include="App_LocalResources\AdminConfig.aspx.nl-NL.resx" />
|
||||
<Content Include="App_LocalResources\AdminConfig.aspx.pt-BR.resx" />
|
||||
<Content Include="App_LocalResources\AdminConfig.aspx.resx" />
|
||||
<Content Include="App_LocalResources\AdminLog.aspx.ro-RO.resx" />
|
||||
<Content Include="App_LocalResources\AdminLog.aspx.ru-RU.resx" />
|
||||
|
@ -1745,7 +1737,6 @@
|
|||
<Content Include="App_LocalResources\AdminLog.aspx.it-IT.resx" />
|
||||
<Content Include="App_LocalResources\AdminLog.aspx.nb-NO.resx" />
|
||||
<Content Include="App_LocalResources\AdminLog.aspx.nl-NL.resx" />
|
||||
<Content Include="App_LocalResources\AdminLog.aspx.pt-BR.resx" />
|
||||
<Content Include="App_LocalResources\AdminLog.aspx.resx" />
|
||||
<Content Include="App_LocalResources\AdminSnippets.aspx.ro-RO.resx" />
|
||||
<Content Include="App_LocalResources\AdminSnippets.aspx.ru-RU.resx" />
|
||||
|
@ -1764,7 +1755,6 @@
|
|||
<Content Include="App_LocalResources\AdminSnippets.aspx.it-IT.resx" />
|
||||
<Content Include="App_LocalResources\AdminSnippets.aspx.nb-NO.resx" />
|
||||
<Content Include="App_LocalResources\AdminSnippets.aspx.nl-NL.resx" />
|
||||
<Content Include="App_LocalResources\AdminSnippets.aspx.pt-BR.resx" />
|
||||
<Content Include="App_LocalResources\AdminSnippets.aspx.resx" />
|
||||
<Content Include="App_LocalResources\AdminCategories.aspx.ro-RO.resx" />
|
||||
<Content Include="App_LocalResources\AdminCategories.aspx.ru-RU.resx" />
|
||||
|
@ -1783,7 +1773,6 @@
|
|||
<Content Include="App_LocalResources\AdminCategories.aspx.it-IT.resx" />
|
||||
<Content Include="App_LocalResources\AdminCategories.aspx.nb-NO.resx" />
|
||||
<Content Include="App_LocalResources\AdminCategories.aspx.nl-NL.resx" />
|
||||
<Content Include="App_LocalResources\AdminCategories.aspx.pt-BR.resx" />
|
||||
<Content Include="App_LocalResources\AdminCategories.aspx.resx" />
|
||||
<Content Include="App_LocalResources\Default.aspx.ro-RO.resx" />
|
||||
<Content Include="App_LocalResources\Default.aspx.ru-RU.resx" />
|
||||
|
@ -1802,7 +1791,6 @@
|
|||
<Content Include="App_LocalResources\Default.aspx.it-IT.resx" />
|
||||
<Content Include="App_LocalResources\Default.aspx.nb-NO.resx" />
|
||||
<Content Include="App_LocalResources\Default.aspx.nl-NL.resx" />
|
||||
<Content Include="App_LocalResources\Default.aspx.pt-BR.resx" />
|
||||
<Content Include="App_LocalResources\Default.aspx.resx" />
|
||||
<Content Include="App_LocalResources\PermissionsManager.ascx.cs-CZ.resx" />
|
||||
<Content Include="App_LocalResources\PermissionsManager.ascx.da-DK.resx" />
|
||||
|
@ -1813,7 +1801,6 @@
|
|||
<Content Include="App_LocalResources\PermissionsManager.ascx.it-IT.resx" />
|
||||
<Content Include="App_LocalResources\PermissionsManager.ascx.nb-NO.resx" />
|
||||
<Content Include="App_LocalResources\PermissionsManager.ascx.nl-NL.resx" />
|
||||
<Content Include="App_LocalResources\PermissionsManager.ascx.pt-BR.resx" />
|
||||
<Content Include="App_LocalResources\PermissionsManager.ascx.resx" />
|
||||
<Content Include="App_LocalResources\PermissionsManager.ascx.ro-RO.resx" />
|
||||
<Content Include="App_LocalResources\PermissionsManager.ascx.ru-RU.resx" />
|
||||
|
@ -1832,7 +1819,6 @@
|
|||
<Content Include="App_LocalResources\Edit.aspx.it-IT.resx" />
|
||||
<Content Include="App_LocalResources\Edit.aspx.nb-NO.resx" />
|
||||
<Content Include="App_LocalResources\Edit.aspx.nl-NL.resx" />
|
||||
<Content Include="App_LocalResources\Edit.aspx.pt-BR.resx" />
|
||||
<Content Include="App_LocalResources\Edit.aspx.resx" />
|
||||
<Content Include="App_LocalResources\Edit.aspx.ro-RO.resx" />
|
||||
<Content Include="App_LocalResources\Edit.aspx.ru-RU.resx" />
|
||||
|
@ -1851,7 +1837,6 @@
|
|||
<Content Include="App_LocalResources\AclActionsSelector.ascx.it-IT.resx" />
|
||||
<Content Include="App_LocalResources\AclActionsSelector.ascx.nb-NO.resx" />
|
||||
<Content Include="App_LocalResources\AclActionsSelector.ascx.nl-NL.resx" />
|
||||
<Content Include="App_LocalResources\AclActionsSelector.ascx.pt-BR.resx" />
|
||||
<Content Include="App_LocalResources\AclActionsSelector.ascx.resx" />
|
||||
<Content Include="App_LocalResources\AclActionsSelector.ascx.ro-RO.resx" />
|
||||
<Content Include="App_LocalResources\AclActionsSelector.ascx.ru-RU.resx" />
|
||||
|
@ -1870,7 +1855,6 @@
|
|||
<Content Include="App_LocalResources\Admin.master.it-IT.resx" />
|
||||
<Content Include="App_LocalResources\Admin.master.nb-NO.resx" />
|
||||
<Content Include="App_LocalResources\Admin.master.nl-NL.resx" />
|
||||
<Content Include="App_LocalResources\Admin.master.pt-BR.resx" />
|
||||
<Content Include="App_LocalResources\Admin.master.resx" />
|
||||
<Content Include="App_LocalResources\Admin.master.ro-RO.resx" />
|
||||
<Content Include="App_LocalResources\Admin.master.ru-RU.resx" />
|
||||
|
@ -1889,7 +1873,6 @@
|
|||
<Content Include="App_LocalResources\AdminGroups.aspx.it-IT.resx" />
|
||||
<Content Include="App_LocalResources\AdminGroups.aspx.nb-NO.resx" />
|
||||
<Content Include="App_LocalResources\AdminGroups.aspx.nl-NL.resx" />
|
||||
<Content Include="App_LocalResources\AdminGroups.aspx.pt-BR.resx" />
|
||||
<Content Include="App_LocalResources\AdminGroups.aspx.resx" />
|
||||
<Content Include="App_LocalResources\AdminGroups.aspx.ro-RO.resx" />
|
||||
<Content Include="App_LocalResources\AdminGroups.aspx.ru-RU.resx" />
|
||||
|
@ -1908,7 +1891,6 @@
|
|||
<Content Include="App_LocalResources\AdminHome.aspx.it-IT.resx" />
|
||||
<Content Include="App_LocalResources\AdminHome.aspx.nb-NO.resx" />
|
||||
<Content Include="App_LocalResources\AdminHome.aspx.nl-NL.resx" />
|
||||
<Content Include="App_LocalResources\AdminHome.aspx.pt-BR.resx" />
|
||||
<Content Include="App_LocalResources\AdminHome.aspx.resx" />
|
||||
<Content Include="App_LocalResources\AdminHome.aspx.ro-RO.resx" />
|
||||
<Content Include="App_LocalResources\AdminHome.aspx.ru-RU.resx" />
|
||||
|
@ -1927,7 +1909,6 @@
|
|||
<Content Include="App_LocalResources\AdminNamespaces.aspx.it-IT.resx" />
|
||||
<Content Include="App_LocalResources\AdminNamespaces.aspx.nb-NO.resx" />
|
||||
<Content Include="App_LocalResources\AdminNamespaces.aspx.nl-NL.resx" />
|
||||
<Content Include="App_LocalResources\AdminNamespaces.aspx.pt-BR.resx" />
|
||||
<Content Include="App_LocalResources\AdminNamespaces.aspx.resx" />
|
||||
<Content Include="App_LocalResources\AdminNamespaces.aspx.ro-RO.resx" />
|
||||
<Content Include="App_LocalResources\AdminNamespaces.aspx.ru-RU.resx" />
|
||||
|
@ -1946,7 +1927,6 @@
|
|||
<Content Include="App_LocalResources\AdminPages.aspx.resx" />
|
||||
<Content Include="App_LocalResources\AdminPages.aspx.nb-NO.resx" />
|
||||
<Content Include="App_LocalResources\AdminPages.aspx.nl-NL.resx" />
|
||||
<Content Include="App_LocalResources\AdminPages.aspx.pt-BR.resx" />
|
||||
<Content Include="App_LocalResources\AdminPages.aspx.it-IT.resx" />
|
||||
<Content Include="App_LocalResources\AdminPages.aspx.ro-RO.resx" />
|
||||
<Content Include="App_LocalResources\AdminPages.aspx.ru-RU.resx" />
|
||||
|
@ -1965,7 +1945,6 @@
|
|||
<Content Include="App_LocalResources\AdminUsers.aspx.it-IT.resx" />
|
||||
<Content Include="App_LocalResources\AdminUsers.aspx.nb-NO.resx" />
|
||||
<Content Include="App_LocalResources\AdminUsers.aspx.nl-NL.resx" />
|
||||
<Content Include="App_LocalResources\AdminUsers.aspx.pt-BR.resx" />
|
||||
<Content Include="App_LocalResources\AdminUsers.aspx.resx" />
|
||||
<Content Include="App_LocalResources\AdminUsers.aspx.ro-RO.resx" />
|
||||
<Content Include="App_LocalResources\AdminUsers.aspx.ru-RU.resx" />
|
||||
|
@ -2037,7 +2016,6 @@
|
|||
<Content Include="App_LocalResources\ImageEditor.aspx.it-IT.resx" />
|
||||
<Content Include="App_LocalResources\ImageEditor.aspx.nb-NO.resx" />
|
||||
<Content Include="App_LocalResources\ImageEditor.aspx.nl-NL.resx" />
|
||||
<Content Include="App_LocalResources\ImageEditor.aspx.pt-BR.resx" />
|
||||
<Content Include="App_LocalResources\ImageEditor.aspx.resx" />
|
||||
<Content Include="App_LocalResources\Search.aspx.ro-RO.resx" />
|
||||
<Content Include="App_LocalResources\Search.aspx.ru-RU.resx" />
|
||||
|
@ -2054,7 +2032,6 @@
|
|||
<Content Include="App_LocalResources\Search.aspx.it-IT.resx" />
|
||||
<Content Include="App_LocalResources\Search.aspx.nb-NO.resx" />
|
||||
<Content Include="App_LocalResources\Search.aspx.nl-NL.resx" />
|
||||
<Content Include="App_LocalResources\Search.aspx.pt-BR.resx" />
|
||||
<Content Include="App_LocalResources\Search.aspx.resx" />
|
||||
<Content Include="App_LocalResources\AccessDenied.aspx.ro-RO.resx" />
|
||||
<Content Include="App_LocalResources\AllPages.aspx.ro-RO.resx" />
|
||||
|
@ -2119,9 +2096,6 @@
|
|||
<Content Include="App_LocalResources\Editor.ascx.nl-NL.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\Editor.ascx.pt-BR.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\PopupWYSIWYG.aspx.ru-RU.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
|
@ -2148,7 +2122,6 @@
|
|||
<Content Include="App_LocalResources\PopupWYSIWYG.aspx.it-IT.resx" />
|
||||
<Content Include="App_LocalResources\PopupWYSIWYG.aspx.nb-NO.resx" />
|
||||
<Content Include="App_LocalResources\PopupWYSIWYG.aspx.nl-NL.resx" />
|
||||
<Content Include="App_LocalResources\PopupWYSIWYG.aspx.pt-BR.resx" />
|
||||
<Content Include="App_LocalResources\PopupWYSIWYG.aspx.resx" />
|
||||
<Content Include="App_LocalResources\AttachmentManager.ascx.cs-CZ.resx">
|
||||
<SubType>Designer</SubType>
|
||||
|
@ -2174,9 +2147,6 @@
|
|||
<Content Include="App_LocalResources\AttachmentManager.ascx.nl-NL.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\AttachmentManager.ascx.pt-BR.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\AttachmentManager.ascx.ru-RU.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
|
@ -2219,9 +2189,6 @@
|
|||
<Content Include="App_LocalResources\AttachmentViewer.ascx.nl-NL.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\AttachmentViewer.ascx.pt-BR.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\AttachmentViewer.ascx.ru-RU.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
|
@ -2282,9 +2249,6 @@
|
|||
<Content Include="App_LocalResources\FileManager.ascx.nl-NL.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\FileManager.ascx.pt-BR.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\Popup.aspx.ru-RU.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
|
@ -2327,9 +2291,6 @@
|
|||
<Content Include="App_LocalResources\Popup.aspx.nl-NL.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\Popup.aspx.pt-BR.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="App_LocalResources\Popup.aspx.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue