| Index: chrome/android/java/strings/android_chrome_strings.grd
|
| diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
|
| index 8b1d1689e0089391d40772365b31340c3e601bfa..a926d76bf53efd01cad02fa3a9d16344f8515d00 100644
|
| --- a/chrome/android/java/strings/android_chrome_strings.grd
|
| +++ b/chrome/android/java/strings/android_chrome_strings.grd
|
| @@ -418,6 +418,9 @@ For example, some websites may respond to this request by showing you ads that a
|
| <message name="IDS_ALLOW_THIRD_PARTY_COOKIES_SUMMARY" desc="Summary text for Allow Third Party Cookies preference">
|
| Third-party websites can save and read cookie data
|
| </message>
|
| + <message name="IDS_IMAGES_PERMISSION_TITLE" desc="Title of the permission to show images [CHAR-LIMIT=32]">
|
| + Images
|
| + </message>
|
| <message name="IDS_JAVASCRIPT_PERMISSION_TITLE" desc="Title of the permission to run javascript [CHAR-LIMIT=32]">
|
| JavaScript
|
| </message>
|
| @@ -442,9 +445,12 @@ For example, some websites may respond to this request by showing you ads that a
|
| <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_TOAST" desc="The toast shown when a new site has been added to the whitelist.">
|
| Site <ph name="SITE_NAME">%1$s<ex>google.com</ex></ph> added
|
| </message>
|
| - <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_DESCRIPTION" desc="The description for the add website dialog.">
|
| + <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_DESCRIPTION_JAVASCRIPT" desc="The description for the allow Javascript for website dialog.">
|
| Allow JavaScript on websites you specify while blocking it for the rest of the web
|
| </message>
|
| + <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_DESCRIPTION_IMAGES" desc="The description for the allow Images on website dialog.">
|
| + Allow images on websites you specify while blocking them for the rest of the web
|
| + </message>
|
| <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_SITE_URL" desc="The label for the input field where the user can type a website URL.">
|
| Site URL
|
| </message>
|
|
|