Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index 740a66f6a20c2383b250e49fcadfc1fa43fe8de1..a771e7ed335370d93af54419a8c4ec48d3dc0981 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -8007,6 +8007,33 @@ Keep your key file in a safe place. You will need it to create new versions of y |
Report an issue |
</message> |
+ <!-- settings reset bubble messages --> |
+ <message name="IDS_RESETTING" desc="Text for the button, once the user clicked to reset settings."> |
+ Resetting... |
+ </message> |
+ <message name="IDS_NO_THANKS" desc="Text for the button the user clicks to refuse settings reset."> |
+ No thanks |
+ </message> |
+ <if expr="use_titlecase"> |
+ <message name="IDS_RESET_SETTINGS_MENU_ITEM" desc="In Title Case: Text for the Chrome menu option replacing Update required."> |
+ Reset Altered <ph name="IDS_SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> Settings |
+ </message> |
+ </if> |
+ <if expr="not use_titlecase"> |
+ <message name="IDS_RESET_SETTINGS_MENU_ITEM" desc="Text for the Chrome menu option replacing Update required."> |
+ Reset altered <ph name="IDS_SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> settings |
+ </message> |
+ </if> |
+ <message name="IDS_RESET_BUBBLE_TITLE" desc="Text for the title of the settings reset bubble view."> |
+ Reset altered <ph name="IDS_SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> settings? |
+ </message> |
+ <message name="IDS_RESET_BUBBLE_TEXT" desc="Text for the settings reset bubble view full description."> |
+ <ph name="IDS_SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> detected that your browser settings may have been changed without your knowledge. Would you like to reset them to their original defaults? |
+ </message> |
+ <message name="IDS_REPORT_BUBBLE_TEXT" desc="Text for the settings reset bubble reporting checkbox."> |
+ Help make Google Chrome better by reporting the current settings |
+ </message> |
+ |
<!-- Upgrade bubble messages --> |
<message name="IDS_REENABLE_UPDATES" desc="Text for the button the user clicks to re-enable automatic updates."> |
Enable autoupdate |
@@ -10281,6 +10308,9 @@ Chrome ran out of memory. |
</message> |
<!-- Reset Profile Settings strings --> |
+ <message name="IDS_RESET_PROFILE_SETTINGS_BANNER_TEXT" desc="The text to show in a banner at the top of the chrome://settings page. The banner is displayed when Chrome detects that the settings might have been changed without the user's knowledge."> |
+ Some of your settings may have been changed without your knowledge. |
+ </message> |
<message name="IDS_RESET_PROFILE_SETTINGS_SECTION_TITLE" desc="The title of the section in chrome://settings that allows resetting some settings in a profile"> |
Reset settings |
</message> |