| Index: extensions/extensions_strings.grd
|
| diff --git a/extensions/extensions_strings.grd b/extensions/extensions_strings.grd
|
| index ae3fbd78d2243c80d60ee005fb94752fa8eb6eaa..87505d7ceb13ff1c33780fdd3116456b439268df 100644
|
| --- a/extensions/extensions_strings.grd
|
| +++ b/extensions/extensions_strings.grd
|
| @@ -232,12 +232,21 @@
|
| <message name="IDS_EXTENSION_PROMPT_WARNING_1_HOST" desc="Permission string for access to data on one website.">
|
| Read and change your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph>
|
| </message>
|
| + <message name="IDS_EXTENSION_PROMPT_WARNING_1_HOST_READ_ONLY" desc="Permission string for read-only access to data on one website.">
|
| + Read your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph>
|
| + </message>
|
| <message name="IDS_EXTENSION_PROMPT_WARNING_2_HOSTS" desc="Permission string for access to data on two websites.">
|
| Read and change your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph> and <ph name="WEBSITE_2">$2<ex>www.reddit.com</ex></ph>
|
| </message>
|
| + <message name="IDS_EXTENSION_PROMPT_WARNING_2_HOSTS_READ_ONLY" desc="Permission string for read-only access to data on two websites.">
|
| + Read your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph> and <ph name="WEBSITE_2">$2<ex>www.reddit.com</ex></ph>
|
| + </message>
|
| <message name="IDS_EXTENSION_PROMPT_WARNING_3_HOSTS" desc="Permission string for access to data on three websites.">
|
| Read and change your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph>, <ph name="WEBSITE_2">$2<ex>www.reddit.com</ex></ph>, and <ph name="WEBSITE_3">$3<ex>news.ycombinator.com</ex></ph>
|
| </message>
|
| + <message name="IDS_EXTENSION_PROMPT_WARNING_3_HOSTS_READ_ONLY" desc="Permission string for read-only access to data on three websites.">
|
| + Read your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph>, <ph name="WEBSITE_2">$2<ex>www.reddit.com</ex></ph>, and <ph name="WEBSITE_3">$3<ex>news.ycombinator.com</ex></ph>
|
| + </message>
|
| <message name="IDS_EXTENSION_PROMPT_WARNING_HOST_AND_SUBDOMAIN" desc="Permission string requesting access to data on a website and its sub-domains.">
|
| all <ph name="WEBSITE_1">$1<ex>google.com</ex></ph> sites
|
| </message>
|
| @@ -247,6 +256,9 @@
|
| <message name="IDS_EXTENSION_PROMPT_WARNING_HOSTS_LIST" desc="Permission string for access to data for an arbitrary list of websites.">
|
| Read and change your data on a number of websites
|
| </message>
|
| + <message name="IDS_EXTENSION_PROMPT_WARNING_HOSTS_LIST_READ_ONLY" desc="Permission string for read-only access to data for an arbitrary list of websites.">
|
| + Read your data on a number of websites
|
| + </message>
|
|
|
| <!-- Media capture permissions. Please keep alphabetized. -->
|
| <message name="IDS_EXTENSION_PROMPT_WARNING_AUDIO_CAPTURE" desc="Permission string for access to audio capture devices.">
|
|
|