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

Unified Diff: chrome/app/chromium_strings.grd

Issue 2002673003: i18n of several browser messages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove another unneeded header Created 4 years, 7 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/app/generated_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chromium_strings.grd
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd
index b8751afa183f4d4d07a8242486fd5c455dded507..d67fb9dbbed3d9e344ec1669aa9143b552d33896 100644
--- a/chrome/app/chromium_strings.grd
+++ b/chrome/app/chromium_strings.grd
@@ -1117,6 +1117,25 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@example.com</
Important security improvements and new features are available in the latest version.
</message>
+ <!-- Critical Notification bubble -->
+ <message name="IDS_CRITICAL_NOTIFICATION_HEADLINE" desc="The headline for the critical notification">
+ {SECONDS, plural,
+ =1 {Chromium will restart in 1 second.}
+ other {Chromium will restart in # seconds.}}
+ </message>
+ <message name="IDS_CRITICAL_NOTIFICATION_HEADLINE_ALTERNATE" desc="The headline for the critical notification when the countdown reaches 0 (will only be seen if an onbeforeunload handler on a web page cancels the shutdown sequence.">
+ You should restart Chromium now.
+ </message>
+ <message name="IDS_CRITICAL_NOTIFICATION_TEXT" desc="The text of the critical update notification">
+ A special security update for Chromium was just applied; you should restart now for it to take effect (we'll restore your tabs).
+ </message>
+ <message name="IDS_CRITICAL_NOTIFICATION_RESTART" desc="The restart button label">
+ OK - Restart now
+ </message>
+ <message name="IDS_CRITICAL_NOTIFICATION_DISMISS" desc="The dismiss button label">
+ Don't restart
+ </message>
+
<!-- Dialog that asks whether user wants to participate in Safe Browsing Extended Reporting -->
<message name="IDS_FEEDBACK_SERVICE_DIALOG_TITLE" desc="Title of the dialog asking whether the user wants to upload suspected malicious files for analysis">
Help make Chromium better
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698