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

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: 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
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index cd461ecace75a0fb59e220b4c6342b88020e5820..f55ab1a916b4d26c9fd65d0c08c9296815d961dc 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -11806,12 +11806,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') | chrome/browser/chromeos/ui/idle_logout_dialog.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698