| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 1fc40c6c535c2b226f1693a6f297eb916e0b71d9..ba0f9cb155c0affff00a01cd0205a7c578162e16 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -14920,6 +14920,40 @@ To configure restrictions for this limited user, please sign into your account a
|
| Switch to <ph name="NEW_PROFILE_NAME">$1<ex>New User</ex></ph>
|
| </message>
|
|
|
| + <if expr="not is_android and not pp_ifdef('ios') and not pp_ifdef('chromeos')">
|
| + <!-- User chooser dialog -->
|
| + <message name="IDS_ADD_USER_BUTTON" desc="Text shown on an add user button on login/locker screen">
|
| + Add user
|
| + </message>
|
| + <message name="IDS_GO_INCOGNITO_BUTTON" desc="Text shown on Chrome OS login screen button that launches guest session. Should be short.">
|
| + Browse as Guest
|
| + </message>
|
| + <message name="IDS_SCREEN_LOCK_SIGN_OUT">
|
| + Sign out
|
| + </message>
|
| + <message name="IDS_SCREEN_LOCK_ACTIVE_USER">
|
| + Currently signed in
|
| + </message>
|
| + <message name="IDS_LOGIN_BUTTON">
|
| + Sign in
|
| + </message>
|
| + <message name="IDS_LOGIN_POD_EMPTY_PASSWORD_TEXT" desc="Text to display in the password field for user pod when no password has been entered.">
|
| + Enter password
|
| + </message>
|
| + <message name="IDS_LOGIN_POD_PASSWORD_FIELD_ACCESSIBLE_NAME" desc="Text to be spoken when the focus is set to the password field of a user pod on the login screen.">
|
| + Password for <ph name="USER_EMAIL_ADDRESS">$1<ex>john.doe@example.com</ex></ph>
|
| + </message>
|
| + <message name="IDS_LOGIN_POD_MENU_BUTTON_ACCESSIBLE_NAME" desc="Text to be spoken when the focus is set to the menu button of the user pod on the login screen.">
|
| + Options menu for <ph name="USER_EMAIL_ADDRESS">$1<ex>john.doe@example.com</ex></ph>
|
| + </message>
|
| + <message name="IDS_LOGIN_POD_MENU_REMOVE_ITEM_ACCESSIBLE_NAME" desc="Text to be spoken when 'Remove user' item is selected on the pod menu.">
|
| + Remove this user
|
| + </message>
|
| + <message name="IDS_LOGIN_POD_REMOVE_USER" desc="Login screen user pod menu item text.">
|
| + Remove this user
|
| + </message>
|
| + </if>
|
| +
|
| <!-- Aura strings -->
|
| <if expr="pp_ifdef('use_ash')">
|
| <message name="IDS_LAUNCHER_CONTEXT_MENU_NEW_TAB" desc="Title text for the 'open new' context menu item of the launcher for apps configured to open in a tab">
|
|
|