Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index 46f28ffbd0d306e0a089aa3bf4158a43afdf4e42..f95805bd08539f2dd824c39bbb447c6af2ff6fb8 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -5484,6 +5484,9 @@ Keep your key file in a safe place. You will need it to create new versions of y |
<message name="IDS_COOKIES_BLOCK_3RDPARTY_CHKBOX" desc="A checkbox in the Content Settings dialog for blocking all 3rd party cookies."> |
Block third-party cookies from being set |
</message> |
+ <message name="IDS_INTENTS_TAB_LABEL" desc="Label for Web Intents tab on Content Settings page"> |
+ Web Intents |
+ </message> |
<!-- Mac users do not close their browser; they quit it. --> |
<if expr="not is_macosx"> |
@@ -5636,9 +5639,6 @@ Keep your key file in a safe place. You will need it to create new versions of y |
<message name="IDS_NOTIFICATIONS_ASK_RADIO" desc="A radio button in Content Settings dialog to configure notifications per-site."> |
Ask me when a site wants to show desktop notifications (recommended) |
</message> |
- <message name="IDS_INTENTS_TAB_LABEL" desc="Label for Intents Windows tab on Content Settings dialog"> |
- Web Intents |
- </message> |
<message name="IDS_INTENTS_HEADER" desc="Header for intent exception management page on Content Settings dialog"> |
Web Intents Exceptions |
</message> |
@@ -5726,6 +5726,17 @@ Keep your key file in a safe place. You will need it to create new versions of y |
</message> |
</if> |
+ <if expr="pp_ifdef('use_titlecase')"> |
+ <message name="IDS_INTENTS_MANAGE_BUTTON" desc=""> |
+ Manage Intents... |
+ </message> |
+ </if> |
+ <if expr="not pp_ifdef('use_titlecase')"> |
+ <message name="IDS_INTENTS_MANAGE_BUTTON" desc=""> |
+ Manage intents... |
+ </message> |
+ </if> |
+ |
<!-- Cookie/Images/JavaScript/Plugins/Pop-ups/Location exception editor dialogs --> |
<message name="IDS_EXCEPTION_EDITOR_PATTERN_TITLE" desc="Title of the pattern field in the exception editor"> |
Hostname Pattern: |
@@ -8116,6 +8127,20 @@ Keep your key file in a safe place. You will need it to create new versions of y |
Expires: |
</message> |
+ <!-- Intents Window --> |
+ <message name="IDS_INTENTS_MANAGER_WINDOW_TITLE" desc="The title of the Intents page that lets you manage intent services for websites"> |
+ Intents |
+ </message> |
+ <message name="IDS_INTENTS_DOMAIN_COLUMN_HEADER" desc="Label for the Site column in the intents manager page."> |
+ Site |
+ </message> |
+ <message name="IDS_INTENTS_SERVICE_DATA_COLUMN_HEADER" desc="Label for the Service Data column in the intents manager page."> |
+ Service Data |
+ </message> |
+ <message name="IDS_INTENTS_REMOVE_INTENT_BUTTON" desc="Text on the button to remove an intent."> |
+ Remove Intent |
+ </message> |
+ |
<!-- Mac users do not close their browser; they quit it. --> |
<if expr="not is_macosx"> |
<message name="IDS_COOKIES_COOKIE_EXPIRES_SESSION" desc="The Cookie Expires field value for a session cookie"> |