Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index bc48cad224d8ea05ee0f32294e129ec300708100..6801d1aa8d8e418cc60cfbfc9e8b8093d58739c1 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -5475,6 +5475,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 Intents tab on Content Settings page"> |
| + Intents |
|
James Hawkins
2011/08/17 03:18:39
Web Intents
Greg Billock
2011/08/17 18:49:50
Done.
|
| + </message> |
| <!-- Mac users do not close their browser; they quit it. --> |
| <if expr="not is_macosx"> |
| @@ -5606,6 +5609,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> |
| @@ -5702,6 +5711,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: |
| @@ -8066,6 +8086,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"> |