Skip to content

Commit 71ca8dd

Browse files
authored
Merge pull request #191708 from shwetamathur7/patch-15
(AzureCXP) fixes MicrosoftDocs/azure-docs#89767
2 parents b01d734 + 021bc9b commit 71ca8dd

File tree

1 file changed

+32
-30
lines changed

1 file changed

+32
-30
lines changed

articles/active-directory-b2c/language-customization.md

Lines changed: 32 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -232,36 +232,38 @@ You configure localized resources elements for the content definition and any la
232232
<!--Local account sign-up or sign-in page English-->
233233
<Localization Enabled="true">
234234
...
235-
<LocalizedResources Id="api.signuporsignin.en">
236-
<LocalizedStrings>
237-
<LocalizedString ElementType="UxElement" StringId="logonIdentifier_email">#Email Address</LocalizedString>
238-
<LocalizedString ElementType="UxElement" StringId="requiredField_email">#Please enter your email</LocalizedString>
239-
<LocalizedString ElementType="UxElement" StringId="logonIdentifier_username">#Username</LocalizedString>
240-
<LocalizedString ElementType="UxElement" StringId="password">#Password</LocalizedString>
241-
<LocalizedString ElementType="UxElement" StringId="createaccount_link">#Sign up now</LocalizedString>
242-
<LocalizedString ElementType="UxElement" StringId="requiredField_username">#Please enter your user name</LocalizedString>
243-
<LocalizedString ElementType="UxElement" StringId="createaccount_intro">#Don't have an account?</LocalizedString>
244-
<LocalizedString ElementType="UxElement" StringId="forgotpassword_link">#Forgot your password?</LocalizedString>
245-
<LocalizedString ElementType="UxElement" StringId="divider_title">#OR</LocalizedString>
246-
<LocalizedString ElementType="UxElement" StringId="cancel_message">#The user has forgotten their password</LocalizedString>
247-
<LocalizedString ElementType="UxElement" StringId="button_signin">#Sign in</LocalizedString>
248-
<LocalizedString ElementType="UxElement" StringId="social_intro">#Sign in with your social account</LocalizedString>
249-
<LocalizedString ElementType="UxElement" StringId="requiredField_password">#Please enter your password</LocalizedString>
250-
<LocalizedString ElementType="UxElement" StringId="invalid_password">#The password you entered is not in the expected format.</LocalizedString>
251-
<LocalizedString ElementType="UxElement" StringId="local_intro_username">#Sign in with your user name</LocalizedString>
252-
<LocalizedString ElementType="UxElement" StringId="local_intro_email">#Sign in with your existing account</LocalizedString>
253-
<LocalizedString ElementType="UxElement" StringId="invalid_email">#Please enter a valid email address</LocalizedString>
254-
<LocalizedString ElementType="UxElement" StringId="unknown_error">#We are having trouble signing you in. Please try again later.</LocalizedString>
255-
<LocalizedString ElementType="UxElement" StringId="email_pattern">^[a-zA-Z0-9.!#$%&amp;'^_`{}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$</LocalizedString>
256-
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfInvalidPassword">#Your password is incorrect.</LocalizedString>
257-
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfClaimsPrincipalDoesNotExist">#We can't seem to find your account.</LocalizedString>
258-
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfOldPasswordUsed">#Looks like you used an old password.</LocalizedString>
259-
<LocalizedString ElementType="ErrorMessage" StringId="DefaultMessage">#Invalid username or password.</LocalizedString>
260-
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfUserAccountDisabled">#Your account has been locked. Contact your support person to unlock it, then try again.</LocalizedString>
261-
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfUserAccountLocked">#Your account is temporarily locked to prevent unauthorized use. Try again later.</LocalizedString>
262-
<LocalizedString ElementType="ErrorMessage" StringId="AADRequestsThrottled">#There are too many requests at this moment. Please wait for some time and try again.</LocalizedString>
263-
</LocalizedStrings>
264-
</LocalizedResources>
235+
<LocalizedResources Id="api.signuporsignin.en">
236+
<LocalizedStrings>
237+
<LocalizedString ElementType="ClaimType" ElementId="signInName" StringId="DisplayName">Email Address</LocalizedString>
238+
<LocalizedString ElementType="UxElement" StringId="heading">Sign in</LocalizedString>
239+
<LocalizedString ElementType="UxElement" StringId="social_intro">Sign in with your social account</LocalizedString>
240+
<LocalizedString ElementType="UxElement" StringId="local_intro_generic">Sign in with your {0}</LocalizedString>
241+
<LocalizedString ElementType="ClaimType" ElementId="password" StringId="DisplayName">Password</LocalizedString>
242+
<LocalizedString ElementType="UxElement" StringId="requiredField_password">Please enter your password</LocalizedString>
243+
<LocalizedString ElementType="UxElement" StringId="requiredField_generic">Please enter your {0}</LocalizedString>
244+
<LocalizedString ElementType="UxElement" StringId="invalid_generic">Please enter a valid {0}</LocalizedString>
245+
<LocalizedString ElementType="UxElement" StringId="createaccount_one_link">Sign up now</LocalizedString>
246+
<LocalizedString ElementType="UxElement" StringId="createaccount_two_links">Sign up with {0} or {1}</LocalizedString>
247+
<LocalizedString ElementType="UxElement" StringId="createaccount_three_links">Sign up with {0}, {1}, or {2}</LocalizedString>
248+
<LocalizedString ElementType="UxElement" StringId="forgotpassword_link">Forgot your password?</LocalizedString>
249+
<LocalizedString ElementType="UxElement" StringId="button_signin">Sign in</LocalizedString>
250+
<LocalizedString ElementType="UxElement" StringId="divider_title">OR</LocalizedString>
251+
<LocalizedString ElementType="UxElement" StringId="createaccount_intro">Don't have an account?</LocalizedString>
252+
<LocalizedString ElementType="UxElement" StringId="unknown_error">We are having trouble signing you in. Please try again later.</LocalizedString>
253+
<!-- Uncomment the remember_me only if the keep me signed in is activated.
254+
<LocalizedString ElementType="UxElement" StringId="remember_me">Keep me signed in</LocalizedString> -->
255+
<LocalizedString ElementType="ClaimsProvider" StringId="FacebookExchange">Facebook</LocalizedString>
256+
<LocalizedString ElementType="ErrorMessage" StringId="ResourceOwnerFlowInvalidCredentials">Your password is incorrect.</LocalizedString>
257+
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfInvalidPassword">Your password is incorrect.</LocalizedString>
258+
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfPasswordExpired">Your password has expired.</LocalizedString>
259+
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfClaimsPrincipalDoesNotExist">We can't seem to find your account.</LocalizedString>
260+
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfOldPasswordUsed">Looks like you used an old password.</LocalizedString>
261+
<LocalizedString ElementType="ErrorMessage" StringId="DefaultMessage">Invalid username or password.</LocalizedString>
262+
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfUserAccountDisabled">Your account has been locked. Contact your support person to unlock it, then try again.</LocalizedString>
263+
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfUserAccountLocked">Your account is temporarily locked to prevent unauthorized use. Try again later.</LocalizedString>
264+
<LocalizedString ElementType="ErrorMessage" StringId="AADRequestsThrottled">There are too many requests at this moment. Please wait for some time and try again.</LocalizedString>
265+
</LocalizedStrings>
266+
</LocalizedResources>
265267
<!--Local account sign-up or sign-in page Spanish-->
266268
<LocalizedResources Id="api.signuporsignin.es">
267269
<LocalizedStrings>

0 commit comments

Comments
 (0)