Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Unified Diff: chrome/app/generated_resources.grd

Issue 9265026: Implement restart on Idle for Kiosk Mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/browser_resources.grd » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index c8bb5702e5b86f4d8acf6bcd408635359818b8fd..feb425544967b2f74dbc734655fa0f22316bce6e 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5044,6 +5044,13 @@ 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>
+ <message name="IDS_FLAGS_ENABLE_KIOSK_MODE_NAME" desc="Title for the flag to enable kiosk mode.">
xiyuan 2012/01/20 18:23:44 nit: put those under <if expr="pp_ifdef('chromeos'
rkc 2012/01/26 03:37:23 Done.
+ Enable Kiosk mode
+ </message>
+ <message name="IDS_FLAGS_ENABLE_KIOSK_MODE_DESCRIPTION" desc="Description for the flag to enable kiosk mode">
+ Enable a specific mode for retail scenarios where the machine behaves appropriately for a retail kiosk.
+ </message>
+
<!-- Crashes -->
<message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes page.">
@@ -5790,6 +5797,20 @@ 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_KIOSK_MODE_LOGOUT_TITLE" desc="Dialog title for the kiosk mode logout dialog">
+ Are you still there?
+ </message>
+ <message name="IDS_KIOSK_MODE_LOGOUT_WARNING" desc="Warning for the kiosk 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">&lt;br /&gt;&lt;br /&gt;</ph>
xiyuan 2012/01/20 18:23:44 nit: prefer to use <br> rather than <br />. The la
rkc 2012/01/26 03:37:23 Done.
+ <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>
+ Restarting in:<ph name="END_BOLD">&lt;/strong&gt;</ph>
+ </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.
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/browser_resources.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698