| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 6065a80ca24f98036288296a592332426c8e5205..732d6d186cc529f6223ce6c92662445602d995a1 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">
|
| @@ -5615,6 +5618,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
|
| <message name="IDS_GEOLOCATION_BLOCK_RADIO" desc="A radio button in the Content Settings dialog for blocking sites from accessing geolocation data.">
|
| Do not allow any site to track my physical location
|
| </message>
|
| + <message name="IDS_INTENTS_ALLOW_RADIO" desc="A radio button in the Content Settings dialog for allowing sites from registering intent services.">
|
| + Allow sites to ask to handle intents
|
| + </message>
|
| + <message name="IDS_INTENTS_BLOCK_RADIO" desc="A radio button in the Content Settings dialog for blocking sites from registering intent services.">
|
| + Block all sites from handling intents
|
| + </message>
|
| <message name="IDS_GEOLOCATION_EXCEPTION_TITLE" desc="Title for geolocation exceptions dialog">
|
| Location Exceptions
|
| </message>
|
| @@ -5726,6 +5735,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:
|
| @@ -8099,6 +8119,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">
|
|
|