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

Unified Diff: chrome/app/generated_resources.grd

Issue 9568038: Implement the auto-logout on idle feature for Kiosk mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index fcfeeb0720ca9dbfa4e1e8ff4f5e3307cb405e09..dbff3fcd3fcdf9c6aef62d99cdcc6c7c04b963bc 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -11724,6 +11724,21 @@ Some features may be unavailable. Please check that the profile exists and you
<ph name="DATE">$1<ex>Aug 16, 2010</ex></ph>
</message>
+ <!-- Idle Logout Dialog Strings -->
+ <if expr="pp_ifdef('chromeos')">
+ <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout dialog">
+ Are you still there?
+ </message>
+ <message name="IDS_IDLE_LOGOUT_WARNING" desc="Warning for the idle 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>
+ <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>
+ Restarting in: <ph name="END_BOLD">&lt;/strong&gt;</ph>
+ <ph name="TIME_LEFT">$1<ex>20</ex></ph> seconds.
+ </message>
+ </if>
+
<!-- Imageburn Strings -->
<if expr="pp_ifdef('chromeos')">
<message name="IDS_CHECKING_FOR_UPDATES" desc="Notification for checking for update">
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698