| Index: ash/ash_strings.grd
|
| diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd
|
| index 289c8b1b3e0a4b44d2dc3552b6fb7fb80d2c6835..29a64a66fba7f5a9a94dc0303f7871f81b7e15fa 100644
|
| --- a/ash/ash_strings.grd
|
| +++ b/ash/ash_strings.grd
|
| @@ -585,6 +585,19 @@ Press Shift + Alt to switch.
|
| Press Control Shift Q twice to quit.
|
| </message>
|
|
|
| + <message name="IDS_ASH_LOGOUT_CONFIRMATION_TITLE" desc="Dialog title for the logout confirmation dialog.">
|
| + Exiting Session
|
| + </message>
|
| + <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING" desc="The text for the logout confirmation dialog.">
|
| + You will automatically be signed out in <ph name="LOGOUT_TIME_LEFT">$1<ex>5 seconds</ex></ph>.
|
| + </message>
|
| + <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING_NOW" desc="The text for the logout confirmation dialog with no time left.">
|
| + You will be signed out now.
|
| + </message>
|
| + <message name="IDS_ASH_LOGOUT_CONFIRMATION_BUTTON" desc="The text for okay button of the logout confirmation dialog.">
|
| + Sign out now
|
| + </message>
|
| +
|
| <!-- ChromeOS-specific strings -->
|
| <if expr="pp_ifdef('chromeos')">
|
| <part file="ash_chromeos_strings.grdp" />
|
|
|