Taylohtio/CKS.FormsBasedAuthentication/ResourcesAppGlobal/FBAPackWebPages.resx

655 lines
28 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=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="AccountLockedHeaderText" xml:space="preserve">
<value>Account Locked</value>
</data>
<data name="AccountLockedLabelText" xml:space="preserve">
<value>Uncheck the box to unlock the user's account.</value>
</data>
<data name="AccountLockedToolTipText" xml:space="preserve">
<value>If checked the account is locked.</value>
</data>
<data name="ActiveCheckBoxLabelText" xml:space="preserve">
<value>Check the box if the user's account is active.</value>
</data>
<data name="ActiveCheckBoxToolTipText" xml:space="preserve">
<value>If checked the account is active.</value>
</data>
<data name="ActiveColHeaderText" xml:space="preserve">
<value>Active</value>
</data>
<data name="ChangePassword_Desc" xml:space="preserve">
<value>Allows a user to change their login password.</value>
</data>
<data name="ChangePassword_Title" xml:space="preserve">
<value>Change Password</value>
</data>
<data name="ConfirmPasswordLabelText" xml:space="preserve">
<value>Enter and confirm the password:</value>
</data>
<data name="ConfirmPasswordToolTipText" xml:space="preserve">
<value>Confirm password.</value>
</data>
<data name="CreatedColHeaderText" xml:space="preserve">
<value>Created</value>
</data>
<data name="DeleteButtonText" xml:space="preserve">
<value>Delete</value>
</data>
<data name="DeleteConfirmHeaderText" xml:space="preserve">
<value>Confirm User Delete</value>
</data>
<data name="DeleteConfirmLabelText" xml:space="preserve">
<value>Confirm that you want to delete the user '{0}'</value>
</data>
<data name="DeleteConfirmText" xml:space="preserve">
<value>Are you sure you want to permenantly delete this user?</value>
</data>
<data name="DeleteContextMenuText" xml:space="preserve">
<value>Delete</value>
</data>
<data name="DeleteRoleConfirmText" xml:space="preserve">
<value>Are you sure you want to remove all users from this role and permenantly delete this role?</value>
</data>
<data name="DeleteRole_Title" xml:space="preserve">
<value>Delete Forms Based Authentication Role</value>
</data>
<data name="DeleteUser_Title" xml:space="preserve">
<value>Delete Forms Based Authentication User</value>
</data>
<data name="DuplicateEmail" xml:space="preserve">
<value>A username for that e-mail address already exists. Please enter a different e-mail address.</value>
</data>
<data name="DuplicateUserName" xml:space="preserve">
<value>Username already exists. Please enter a different user name.</value>
</data>
<data name="EditContextMenuText" xml:space="preserve">
<value>Edit</value>
</data>
<data name="EditUser_Title" xml:space="preserve">
<value>Edit Forms Based Authentication User</value>
</data>
<data name="EmailColHeaderText" xml:space="preserve">
<value>Email Address</value>
</data>
<data name="EnableRolesLabelText" xml:space="preserve">
<value>Enable Roles:</value>
</data>
<data name="EnableRolesToolTipText" xml:space="preserve">
<value>Enable Roles</value>
</data>
<data name="EnterPasswordToolTipText" xml:space="preserve">
<value>Enter password.</value>
</data>
<data name="ErrorAddingToSharePoint" xml:space="preserve">
<value>An error occurred while adding this user to SharePoint</value>
</data>
<data name="FullNameColHeaderText" xml:space="preserve">
<value>Full Name</value>
</data>
<data name="GroupHeaderText" xml:space="preserve">
<value>Group / Roles</value>
</data>
<data name="GroupLabelText" xml:space="preserve">
<value>Choose at least one group/role to add the user to:</value>
</data>
<data name="GroupToolTipText" xml:space="preserve">
<value>Select the groups / roles for this user.</value>
</data>
<data name="InvalidAnswer" xml:space="preserve">
<value>The password retrieval answer provided is invalid. Please check the value and try again.</value>
</data>
<data name="InvalidEmail" xml:space="preserve">
<value>The e-mail address provided is invalid. Please check the value and try again.</value>
</data>
<data name="InvalidPassword" xml:space="preserve">
<value>The password provided is invalid. Please enter a valid password value.</value>
</data>
<data name="InvalidPasswordChars" xml:space="preserve">
<value>Password invalid. New Password length minimum: {0}. Non-alphanumeric characters required: {1}.</value>
</data>
<data name="InvalidPasswordCharsRegex" xml:space="preserve">
<value>Password invalid. New Password length minimum: {0}. Non-alphanumeric characters required: {1}. Password Strength Regular Expression: {2}.</value>
</data>
<data name="InvalidQuestion" xml:space="preserve">
<value>The password retrieval question provided is invalid. Please check the value and try again.</value>
</data>
<data name="InvalidUserName" xml:space="preserve">
<value>The user name provided is invalid. Please check the value and try again.</value>
</data>
<data name="IsInSharePointColHeaderText" xml:space="preserve">
<value>IsInSharePoint</value>
</data>
<data name="LastLoginColHeaderText" xml:space="preserve">
<value>Last Login</value>
</data>
<data name="LockedColHeaderText" xml:space="preserve">
<value>Locked</value>
</data>
<data name="MembershipApprovedLabelText" xml:space="preserve">
<value>Membership Approved:</value>
</data>
<data name="MembershipApprovedToolTipText" xml:space="preserve">
<value>Viesti osoitteesta https://secure.taloyhtio.info</value>
</data>
<data name="MembershipApprovedXSLT" xml:space="preserve">
<value>&lt;?xml version="1.0" encoding="UTF-8" ?&gt;
&lt;xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:MembershipRequest="fba:MembershipRequest"&gt;
&lt;xsl:template match="/"&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Viesti osoitteesta https://secure.taloyhtio.info&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;p&gt;Olet rekisteröitynyt käyttäjäksi Taloyhtio.Info -palveluun osoitteessa https://secure.taloyhtio.info. Sivustolle tallennetut tiedotteet lähetetään jatkossa automaattisesti antamaasi sähköpostiosoitteeseen.&lt;/p&gt;
&lt;p&gt;Jos haluat poistua sähköpostilistalta, ota yhteyttä osoitteella asiakaspalvelu@taloyhtio.info.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Käyttäjätunnuksesi on: &lt;xsl:value-of select="MembershipRequest:get_UserName()" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Salasanasi on: &lt;xsl:value-of select="MembershipRequest:get_Password()" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;
&lt;xsl:text&gt;Voit vaihtaa salasanasi kirjautuessasi sivustolle omalla tunnuksellasi. &lt;/xsl:text&gt;
&lt;xsl:text&gt; Löydät sivuston vasemmanpuoleisesta linkkilistasta kohdan Salasanan vaihto.&lt;/xsl:text&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/xsl:template&gt;
&lt;/xsl:stylesheet&gt;</value>
</data>
<data name="MembershipEmailTemplateHeaderDesc" xml:space="preserve">
<value>The XSL templates used for sending emails.</value>
</data>
<data name="MembershipEmailTemplateHeaderText" xml:space="preserve">
<value>Membership Emails</value>
</data>
<data name="MembershipErrorLabelText" xml:space="preserve">
<value>Membership Error:</value>
</data>
<data name="MembershipErrorToolTipText" xml:space="preserve">
<value>Membership Error</value>
</data>
<data name="MembershipNotConfigured" xml:space="preserve">
<value>A Membership Provider has not been configured correctly. Check the web.config setttings for this web application.</value>
</data>
<data name="MembershipOptionHeaderDesc" xml:space="preserve">
<value>These options control the functionality of the FBA web parts.</value>
</data>
<data name="MembershipOptionHeaderText" xml:space="preserve">
<value>Membership Options</value>
</data>
<data name="MembershipPendingLabelText" xml:space="preserve">
<value>Membership Pending:</value>
</data>
<data name="MembershipPendingToolTipText" xml:space="preserve">
<value>Membership Pending</value>
</data>
<data name="MembershipPendingXSLT" xml:space="preserve">
<value>&lt;?xml version="1.0" encoding="UTF-8" ?&gt;
&lt;xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:MembershipRequest="fba:MembershipRequest"&gt;
&lt;xsl:template match="/"&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Membership Pending&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;p&gt;Thank you for requesting a Membership on &lt;xsl:value-of select="MembershipRequest:get_SiteName()" /&gt;.&lt;/p&gt;
&lt;p&gt;You will receive an email with a temporary password once your request has been approved.&lt;/p&gt;
&lt;p&gt;If you have any additional questions or require assistance, please contact the site administrator.&lt;/p&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/xsl:template&gt;
&lt;/xsl:stylesheet&gt;</value>
</data>
<data name="MembershipRejectedLabelText" xml:space="preserve">
<value>Membership Rejected:</value>
</data>
<data name="MembershipRejectedToolTipText" xml:space="preserve">
<value>Membership Rejected</value>
</data>
<data name="MembershipRejectedXSLT" xml:space="preserve">
<value>&lt;?xml version="1.0" encoding="UTF-8" ?&gt;
&lt;xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:MembershipRequest="fba:MembershipRequest"&gt;
&lt;xsl:template match="/"&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Membership Request Rejected&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div&gt;
&lt;p&gt;Your membership request on &lt;xsl:value-of select="MembershipRequest:get_SiteName()" /&gt; has been rejected.&lt;/p&gt;
&lt;p&gt;If you feel that this is an error please try again or contact the site administrator.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/xsl:template&gt;
&lt;/xsl:stylesheet&gt;</value>
</data>
<data name="MembershipSiteReviewHeaderDesc" xml:space="preserve">
<value>These pages can be used in the email XSLT templates using the following syntax:
&lt;pre&gt;
&amp;lt;xsl:value-of select="MembershipRequest:get_ChangePasswordURL()" /&amp;gt;
&amp;lt;xsl:value-of select="MembershipRequest:get_PasswordQuestionURL()" /&amp;gt;
&amp;lt;xsl:value-of select="MembershipRequest:get_ThankYouURL()" /&amp;gt;
&lt;/pre&gt;</value>
</data>
<data name="MembershipSiteReviewHeaderText" xml:space="preserve">
<value>Membership Review Site URLs</value>
</data>
<data name="MissingAssemblyMsg" xml:space="preserve">
<value>Cannot import this Web Part.</value>
</data>
<data name="ModifiedColHeaderText" xml:space="preserve">
<value>Modified</value>
</data>
<data name="NewPasswordLabelText" xml:space="preserve">
<value>New Password:</value>
</data>
<data name="NewPasswordToolTipText" xml:space="preserve">
<value>New Password</value>
</data>
<data name="NewRoleLabelText" xml:space="preserve">
<value>New Role</value>
</data>
<data name="NewRole_Title" xml:space="preserve">
<value>New Forms Based Authentication Role</value>
</data>
<data name="NewUserLabelText" xml:space="preserve">
<value>New User</value>
</data>
<data name="NewUser_Title" xml:space="preserve">
<value>New Forms Based Authentication User</value>
</data>
<data name="PasswordChangePageExampleText" xml:space="preserve">
<value>This also sets the location of the page for the Change Password menu item.</value>
</data>
<data name="PasswordChangePageLabelText" xml:space="preserve">
<value>Change Password Page:</value>
</data>
<data name="PasswordChangePageToolTipText" xml:space="preserve">
<value>Change Password Page</value>
</data>
<data name="PasswordConfirmText" xml:space="preserve">
<value>Are you sure you want to reset the password? The user will be emailed the new password</value>
</data>
<data name="PasswordHeaderText" xml:space="preserve">
<value>Password</value>
</data>
<data name="PasswordQuestionPageLabelText" xml:space="preserve">
<value>Password Question Page:</value>
</data>
<data name="PasswordQuestionPageToolTipText" xml:space="preserve">
<value>Password Question Page</value>
</data>
<data name="PasswordRecoveryLabelText" xml:space="preserve">
<value>Password Recovery:</value>
</data>
<data name="PasswordRecoveryToolTipText" xml:space="preserve">
<value>Uusi salasanasi Taloyhtio.Info-palveluun</value>
</data>
<data name="PasswordRecoveryXSLT" xml:space="preserve">
<value>&lt;?xml version="1.0" encoding="UTF-8" ?&gt;
&lt;xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:MembershipRequest="fba:MembershipRequest"&gt;
&lt;xsl:template match="/"&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Uusi salasanasi Taloyhtio.Info-palveluun&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div&gt;
&lt;p&gt;Tämä on automaattinen viesti Taloyhtio.Info-palvelusta salasanan uusimiseksi.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;
Uusi salasanasi on: &lt;xsl:value-of select="MembershipRequest:get_Password()" /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;
&lt;xsl:text&gt;Voit vaihtaa salasanasi kirjautuessasi sivustolle omalla tunnuksellasi.
Se onnistuu sivuston yläosasta kohdasta Hallinta. &lt;/xsl:text&gt;
&lt;xsl:text&gt; Mikäli sinulla on teknisiä ongelmia sivuston käytössä, voit ottaa yhteyttä Taloyhtio.Infon asiakaspalveluun: asiakaspalvelu@taloyhtio.info &lt;/xsl:text&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;xsl:text&gt;Sivujen sisältöön liittyen voit ottaa yhteyttä isännöitsijääsi. &lt;/xsl:text&gt;
&lt;xsl:text&gt;.&lt;/xsl:text&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/xsl:template&gt;
&lt;/xsl:stylesheet&gt;</value>
</data>
<data name="ProviderError" xml:space="preserve">
<value>The authentication provider returned an error. Please verify your entry and try again. If the problem persists, please contact your system administrator.</value>
</data>
<data name="ReplyToLabelText" xml:space="preserve">
<value>Reply To Email Address:</value>
</data>
<data name="ReplyToToolTipText" xml:space="preserve">
<value>Reply To</value>
</data>
<data name="ResetAutoPasswordText" xml:space="preserve">
<value>Reset to a randomly generated password</value>
</data>
<data name="ResetPasswordBody" xml:space="preserve">
<value>Your new password is: {0}</value>
</data>
<data name="ResetPasswordButtonText" xml:space="preserve">
<value>Reset Password</value>
</data>
<data name="ResetPasswordChangePasswordError" xml:space="preserve">
<value>There was an error setting the new password during the password reset process. If this error persists, there may be an issue with your membership provider.</value>
</data>
<data name="ResetPasswordConfirmText" xml:space="preserve">
<value>Are you sure you want to reset this user's password?</value>
</data>
<data name="ResetPasswordContextMenuText" xml:space="preserve">
<value>Reset Password</value>
</data>
<data name="ResetPasswordDescText" xml:space="preserve">
<value>Resets the user's password.</value>
</data>
<data name="ResetPasswordEmailTemplateLabelText" xml:space="preserve">
<value>Email Template:</value>
</data>
<data name="ResetPasswordEmailTemplateToolTipText" xml:space="preserve">
<value>Email Template</value>
</data>
<data name="ResetPasswordHeaderText" xml:space="preserve">
<value>Reset Password</value>
</data>
<data name="ResetPasswordLabelText" xml:space="preserve">
<value>Reset Password:</value>
</data>
<data name="ResetPasswordMsg" xml:space="preserve">
<value>Reset password for user '{0}'</value>
</data>
<data name="ResetPasswordSendEmailLabelText" xml:space="preserve">
<value>Email the user their new password</value>
</data>
<data name="ResetPasswordSendEmailToolTipText" xml:space="preserve">
<value>Email the user their new password</value>
</data>
<data name="ResetPasswordSubject" xml:space="preserve">
<value>Password Reset for {0}</value>
</data>
<data name="ResetPasswordToolTipText" xml:space="preserve">
<value>Reset Password</value>
</data>
<data name="ResetPasswordUnavailable" xml:space="preserve">
<value>Your current membershipprovider settings prevent a user's password from being reset. To allow for resetting of a password by an administrator, you must have enablePasswordReset="true" and requiresQuestionAndAnswer="false" in your membership provider settings in your web.config.</value>
</data>
<data name="ResetPasswordUser_Title" xml:space="preserve">
<value>Reset Password</value>
</data>
<data name="ResetPasswordXSLT" xml:space="preserve">
<value>&lt;?xml version="1.0" encoding="UTF-8" ?&gt;
&lt;xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:MembershipRequest="fba:MembershipRequest"&gt;
&lt;xsl:template match="/"&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Password Reset for &lt;xsl:value-of select="MembershipRequest:get_UserName()" /&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div&gt;
&lt;p&gt;Your new password is: &lt;xsl:value-of select="MembershipRequest:get_Password()" /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/xsl:template&gt;
&lt;/xsl:stylesheet&gt;</value>
</data>
<data name="ResetSelectPasswordText" xml:space="preserve">
<value>Set the user's new password</value>
</data>
<data name="ReviewMembershipRequestLabelText" xml:space="preserve">
<value>Review Membership Requests:</value>
</data>
<data name="ReviewMembershipRequestToolTipText" xml:space="preserve">
<value>Review Membership Requests:</value>
</data>
<data name="RoleColHeaderText" xml:space="preserve">
<value>Role</value>
</data>
<data name="RoleExistenceMsg" xml:space="preserve">
<value>Role Already Exists.</value>
</data>
<data name="RoleNameHeaderText" xml:space="preserve">
<value>Role Name</value>
</data>
<data name="RoleNameLabelText" xml:space="preserve">
<value>Type the Role Name:</value>
</data>
<data name="RoleNotExistenceMsg" xml:space="preserve">
<value>Role doesn't exist.</value>
</data>
<data name="RolesMgmt_Desc" xml:space="preserve">
<value>Use this page to manage forms based authentication roles.</value>
</data>
<data name="RolesMgmt_Title" xml:space="preserve">
<value>Manage Forms Based Authentication Users and Roles</value>
</data>
<data name="SaveButonText" xml:space="preserve">
<value>Save</value>
</data>
<data name="SearchButtonText" xml:space="preserve">
<value>Search</value>
</data>
<data name="SearchLabelText" xml:space="preserve">
<value>Search:</value>
</data>
<data name="SecurityAnswerHeaderText" xml:space="preserve">
<value>Security Answer</value>
</data>
<data name="SecurityQuestionHeaderText" xml:space="preserve">
<value>Security Question</value>
</data>
<data name="SendEmailHeaderText" xml:space="preserve">
<value>Send E-mail</value>
</data>
<data name="SendMailLabelText" xml:space="preserve">
<value>Send welcome e-mail to the new user</value>
</data>
<data name="SiteConfig_Desc" xml:space="preserve">
<value>Use this page to manage forms based authentication site configuration such as site URLs.</value>
</data>
<data name="SiteConfig_Title" xml:space="preserve">
<value>Manage Forms Based Authentication Configuration</value>
</data>
<data name="ThankYouPageLabelText" xml:space="preserve">
<value>Thank You Page:</value>
</data>
<data name="ThankYouPageToolTipText" xml:space="preserve">
<value>Thank You Page</value>
</data>
<data name="TypeEmailAddrLabelText" xml:space="preserve">
<value>Type the user's email address:</value>
</data>
<data name="TypeFullNameLabelText" xml:space="preserve">
<value>Type the Full Name:</value>
</data>
<data name="TypeSecurityALableText" xml:space="preserve">
<value>Type the security answer:</value>
</data>
<data name="TypeSecurityQLableText" xml:space="preserve">
<value>Type the security question:</value>
</data>
<data name="TypeUserNameLabelText" xml:space="preserve">
<value>Type the User Name:</value>
</data>
<data name="UnexpectedError" xml:space="preserve">
<value>An unexpected error has occurred. If the problem persists, please contact your system administrator or check the SharePoint log for further details.</value>
</data>
<data name="UnknownError" xml:space="preserve">
<value>An unknown error occurred. Please verify your entry and try again. If the problem persists, please contact your system administrator.</value>
</data>
<data name="UserMgmt_Desc" xml:space="preserve">
<value>Use this page to manage forms based authentication users</value>
</data>
<data name="UserMgmt_Title" xml:space="preserve">
<value>Manage Forms Based Authentication Users</value>
</data>
<data name="UserNameColHeaderText" xml:space="preserve">
<value>User Name</value>
</data>
<data name="UserNameReadonlyLabelText" xml:space="preserve">
<value>Username is read only:</value>
</data>
<data name="UserNotFound" xml:space="preserve">
<value>User Not Found</value>
</data>
<data name="UserRejected" xml:space="preserve">
<value>The user creation request has been canceled. Please verify your entry and try again. If the problem persists, please contact your system administrator.</value>
</data>
<data name="UsersInRoleColHeaderText" xml:space="preserve">
<value>Users In Role</value>
</data>
<data name="UsersInRoleMsg" xml:space="preserve">
<value>There are {0} users in this role.</value>
</data>
<data name="VersionHeaderDesc" xml:space="preserve">
<value>The currently installed version of the FBA Pack.</value>
</data>
<data name="VersionHeaderText" xml:space="preserve">
<value>Version</value>
</data>
</root>