| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index c8bb5702e5b86f4d8acf6bcd408635359818b8fd..72b2785c37a44b70c160ef4a0130a8001443b2c7 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -5044,6 +5044,15 @@ Keep your key file in a safe place. You will need it to create new versions of y
|
| Restore more session state (e.g., session cookies) after restarts and crashes.
|
| </message>
|
|
|
| + <if expr="pp_ifdef('chromeos')">
|
| + <message name="IDS_FLAGS_ENABLE_RETAIL_MODE_NAME" desc="Title for the flag to enable retail mode.">
|
| + Enable Kiosk mode
|
| + </message>
|
| + <message name="IDS_FLAGS_ENABLE_RETAIL_MODE_DESCRIPTION" desc="Description for the flag to enable retail mode">
|
| + Enable a specific mode for retail scenarios where the machine behaves appropriately for a retail kiosk.
|
| + </message>
|
| + </if>
|
| +
|
|
|
| <!-- Crashes -->
|
| <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes page.">
|
| @@ -5790,6 +5799,21 @@ The following plug-in is unresponsive: <ph name="PLUGIN_NAME">$1
|
| Skip Import
|
| </message>
|
|
|
| + <!-- Kiosk mode logout dialog -->
|
| + <if expr="pp_ifdef('chromeos')">
|
| + <message name="IDS_RETAIL_MODE_LOGOUT_TITLE" desc="Dialog title for the retail mode logout dialog">
|
| + Are you still there?
|
| + </message>
|
| + <message name="IDS_RETAIL_MODE_LOGOUT_WARNING" desc="Warning for the retail mode logout dialog">
|
| + This Chromebook is now idle and will be restarted.
|
| + Press any key or move the pointer to continue exploring.
|
| + <ph name="LINE_BREAK"><br><br></ph>
|
| + <ph name="BEGIN_BOLD"><strong></ph>
|
| + Restarting in: <ph name="END_BOLD"></strong></ph>
|
| + <ph name="TIME_LEFT">$1<ex>20</ex></ph> seconds.
|
| + </message>
|
| + </if>
|
| +
|
| <!-- Report Bug or Broken Website Dialog -->
|
| <message name="IDS_FEEDBACK_TITLE" desc="Dialog title for bug report dialog">
|
| Whoops. Let's fix that.
|
|
|