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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 9665031: Change the idle logout dialog over to use views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: yacf. Created 8 years, 9 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:
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 860039da4fa7738614141f46057d4b32916bf821..a7acb29e4977ce9154688f09f44cf950edeb1296 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -11919,12 +11919,16 @@ Some features may be unavailable. Please check that the profile exists and you
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.
+ This computer is now idle and will be logged out, clearing all user data. Press any key to continue exploring.
+ </message>
+ <message name="IDS_IDLE_LOGOUT_WARNING_RESTART" desc="Restart label for the idle logout dialog">
+ Logging out in <ph name="LOGOUT_TIME_LEFT">$1<ex>20</ex></ph> seconds.
+ </message>
+ <message name="IDS_IDLE_LOGOUT_WARNING_RESTART_1S" desc="Restart label for the idle logout dialog at 1 second left">
+ Logging out in 1 second.
+ </message>
+ <message name="IDS_IDLE_LOGOUT_WARNING_RESTART_NOW" desc="Restart label for the idle logout dialog with no time left">
+ Logging out now.
</message>
</if>
« 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