[System] Include common.sources in the tarball
[mono.git] / mcs / class / System.Web.ApplicationServices / System.Web.ApplicationServices.txt
1 Can_not_use_encrypted_passwords_with_autogen_keys=You must specify a non-autogenerated machine key to store passwords in the encrypted format. Either specify a different passwordFormat, or change the machineKey configuration to use a non-autogenerated decryption key.
2 CustomLoader_ForbiddenByHost=The host forbids the use of custom loaders.
3 CustomLoader_MustImplementICustomLoader=The provided type '{0}' must implement the ICustomLoader interface.
4 CustomLoader_NoAttributeFound=The assembly '{0}' did not contain an assembly-level CustomLoaderAttribute.
5 CustomLoader_NotInFullTrust=Custom loaders can only be used by fully-trusted applications.
6 Membership_DuplicateEmail=The E-mail address is already in use.
7 Membership_DuplicateProviderUserKey=The provider user key is already in use.
8 Membership_DuplicateUserName=The username is already in use.
9 Membership_InvalidAnswer=The password-answer supplied is invalid.
10 Membership_InvalidEmail=The E-mail supplied is invalid.
11 Membership_InvalidPassword=The password supplied is invalid.  Passwords must conform to the password strength requirements configured for the default provider.
12 Membership_InvalidProviderUserKey=The provider user key supplied is invalid. It must be of type System.Guid.
13 Membership_InvalidQuestion=The password-question supplied is invalid.  Note that the current provider configuration requires a valid password question and answer.  As a result, a CreateUser overload that accepts question and answer parameters must also be used.
14 Membership_InvalidUserName=The username supplied is invalid.
15 Membership_no_error=No Error.
16 Membership_provider_name_invalid=The membership provider name specified is invalid.
17 Membership_UserRejected=The user was rejected.
18 Parameter_can_not_be_empty=The parameter '{0}' must not be empty.
19 Platform_not_supported=This member is not supported on this platfom.
20 Provider_Error=The Provider encountered an unknown error.
21 Provider_must_implement_type=Provider must implement the class '{0}'.