You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AuthenticatorChooser/I18N.cs
+14-9Lines changed: 14 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ public enum Key {
41
41
/// <summary>
42
42
/// Making sure it’s you
43
43
/// </summary>
44
+
/// <remarks>In English, this is spelled two different ways with different apostophes (straight and angled)</remarks>
44
45
MAKING_SURE_ITS_YOU,
45
46
46
47
/// <summary>
@@ -78,9 +79,10 @@ static I18N() {
78
79
[Key.WINDOWS]=getStrings(nameof(LocalizedStrings.windows),fidoCredProvMuiPath,15,232),// Windows
79
80
[Key.SIGN_IN_WITH_YOUR_PASSKEY]=getStrings(nameof(LocalizedStrings.signInWithYourPasskey),webAuthnMuiPath,4,53),// Sign In With Your Passkey title; entry 63 has the same value
80
81
[Key.USE_ANOTHER_DEVICE]=getStrings(nameof(LocalizedStrings.useAnotherDevice),fidoCredProvMuiPath,15,234),// Use another device
81
-
[Key.MAKING_SURE_ITS_YOU]=getStrings(nameof(LocalizedStrings.makingSureItsYou),ngcCredProvMuiPath,35,554),// Making sure it’s you
82
-
[Key.CHOOSE_A_PASSKEY]=getStrings(nameof(LocalizedStrings.chooseAPasskey),webAuthnMuiPath,67,1057),// Choose a passkey
83
-
[Key.SIGN_IN_WITH_A_PASSKEY]=getStrings(nameof(LocalizedStrings.signInWithAPasskey),webAuthnMuiPath,65,1037),// Sign in with a passkey
// #18: The most-preferred language pack can be missing MUI files if it was installed after Windows, so always fall back to all other preferred languages
// #18: The most-preferred language pack can be missing MUI files if it was installed after Windows, so always fall back to all other preferred languages
0 commit comments