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

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
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »
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 e0641b50b1e6fd4d25855fa9ae49bbe2ab4e6b40..ecccccefac30e6ce785bc0caf9da04429678c953 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -11725,6 +11725,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 the current user will be logged out.
+ 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698