<?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="https://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
    <xsd:import namespace="https://www.w3.org/XML/1998/namespace" />
    <xsd:element name="root" msdata:IsDataSet="true">
      <xsd:complexType>
        <xsd:choice maxOccurs="unbounded">
          <xsd:element name="metadata">
            <xsd:complexType>
              <xsd:sequence>
                <xsd:element name="value" type="xsd:string" minOccurs="0" />
              </xsd:sequence>
              <xsd:attribute name="name" use="required" type="xsd:string" />
              <xsd:attribute name="type" type="xsd:string" />
              <xsd:attribute name="mimetype" type="xsd:string" />
              <xsd:attribute ref="xml:space" />
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="assembly">
            <xsd:complexType>
              <xsd:attribute name="alias" type="xsd:string" />
              <xsd:attribute name="name" type="xsd:string" />
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="data">
            <xsd:complexType>
              <xsd:sequence>
                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
              </xsd:sequence>
              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
              <xsd:attribute ref="xml:space" />
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="resheader">
            <xsd:complexType>
              <xsd:sequence>
                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
              </xsd:sequence>
              <xsd:attribute name="name" type="xsd:string" use="required" />
            </xsd:complexType>
          </xsd:element>
        </xsd:choice>
      </xsd:complexType>
    </xsd:element>
  </xsd:schema>
  <resheader name="resmimetype">
    <value>text/microsoft-resx</value>
  </resheader>
  <resheader name="version">
    <value>2.0</value>
  </resheader>
  <resheader name="reader">
    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  </resheader>
  <resheader name="writer">
    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  </resheader>
  <data name="Username.Text" xml:space="preserve">
    <value>User Name:</value>
  </data>
  <data name="Username.Help" xml:space="preserve">
    <value>Enter a user name.  It must be of at least the minimum configured length, must be an alphanumeric value,
    must not start/end with a space, and must not contain any of these characters !"#$%&amp;'()*+,/:;&lt;=&gt;?@[\]^`{|}</value>
  </data>
  <data name="FirstName.Text" xml:space="preserve">
    <value>First Name:</value>
  </data>
  <data name="FirstName.Help" xml:space="preserve">
    <value>Enter a first name.</value>
  </data>
  <data name="LastName.Text" xml:space="preserve">
    <value>Last Name:</value>
  </data>
  <data name="LastName.Help" xml:space="preserve">
    <value>Enter a last name.</value>
  </data>
  <data name="Email.Text" xml:space="preserve">
    <value>Email Address:</value>
  </data>
  <data name="Email.Help" xml:space="preserve">
    <value>Enter a valid email address.</value>
  </data>
  <data name="DisplayName.Text" xml:space="preserve">
    <value>Display Name:</value>
  </data>
  <data name="DisplayName.Help" xml:space="preserve">
    <value>Enter a display name.</value>
  </data>
  <data name="Username.Required" xml:space="preserve">
    <value>User name is required.</value>
  </data>
  <data name="FirstName.Required" xml:space="preserve">
    <value>First name is required.</value>
  </data>
  <data name="LastName.Required" xml:space="preserve">
    <value>Last name is required.</value>
  </data>
  <data name="Email.Required" xml:space="preserve">
    <value>Email is required.</value>
  </data>
  <data name="Email.RegExError" xml:space="preserve">
    <value>You must enter a valid email address.</value>
  </data>
  <data name="DisplayName.Required" xml:space="preserve">
    <value>Display name is required.</value>
  </data>
  <data name="FirstName.RegExError" xml:space="preserve">
    <value>First name is invalid.</value>
  </data>
  <data name="LastName.RegExError" xml:space="preserve">
    <value>Last name is invalid.</value>
  </data>
  <data name="Username.RegExError" xml:space="preserve">
    <value>The user name entered is invalid.</value>
  </data>
  <data name="PasswordAnswer.Help" xml:space="preserve">
    <value>Enter an answer to the password question.</value>
  </data>
  <data name="PasswordAnswer.Text" xml:space="preserve">
    <value>Password Answer:</value>
  </data>
  <data name="PasswordConfirm.Help" xml:space="preserve">
    <value>Re-enter the password to confirm.</value>
  </data>
  <data name="PasswordConfirm.Text" xml:space="preserve">
    <value>Confirm Password:</value>
  </data>
  <data name="PasswordQuestion.Help" xml:space="preserve">
    <value>Enter a password question to be used when retrieving the password.</value>
  </data>
  <data name="PasswordQuestion.Text" xml:space="preserve">
    <value>Password Question:</value>
  </data>
  <data name="City.Help" xml:space="preserve">
    <value>Enter a city or location.</value>
  </data>
  <data name="City.Text" xml:space="preserve">
    <value>City:</value>
  </data>
  <data name="Password.Required" xml:space="preserve">
    <value>You must provide a password.</value>
  </data>
  <data name="PasswordConfirm.Required" xml:space="preserve">
    <value>You must provide a password confirmation.</value>
  </data>
  <data name="InvalidAnswer.Text" xml:space="preserve">
    <value>Invalid Answer</value>
  </data>
  <data name="InvalidAnswer_Detail.Text" xml:space="preserve">
    <value>The answer provided was invalid.</value>
  </data>
  <data name="InvalidPassword.Text" xml:space="preserve">
    <value>Invalid Password</value>
  </data>
  <data name="InvalidPassword_Detail.Text" xml:space="preserve">
    <value>The password did not meet the minimum complexity requirements for the site.</value>
  </data>
  <data name="InvalidQuestion.Text" xml:space="preserve">
    <value>Invalid Question</value>
  </data>
  <data name="InvalidQuestion_Detail.Text" xml:space="preserve">
    <value>The question provided was invalid.</value>
  </data>
  <data name="PasswordMismatch.Text" xml:space="preserve">
    <value>The new password and confirmation password do not match.  The password has not been changed.</value>
  </data>
  <data name="PasswordMismatch_Detail.Text" xml:space="preserve">
    <value>The password and password confirmation did not match.</value>
  </data>
  <data name="DisplayName.RegExError" xml:space="preserve">
    <value>The display name is invalid.</value>
  </data>
  <data name="Password.Help" xml:space="preserve">
    <value>Enter your password.</value>
  </data>
  <data name="VanityUrl.Help" xml:space="preserve">
    <value>You can optionally choose a custom URL for your user profile.</value>
  </data>
  <data name="VanityUrl.Text" xml:space="preserve">
    <value>Profile URL:</value>
  </data>
  <data name="PasswordReset.Text" xml:space="preserve">
    <value>The password has been reset.</value>
  </data>
</root>