Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(630)

Side by Side Diff: extensions/extensions_strings.grd

Issue 410023002: Show read-only messages for non-interact non-desktop Automation extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: re-rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <!-- 3 <!--
4 Strings for the extensions module. Used mostly for low-level error messages. 4 Strings for the extensions module. Used mostly for low-level error messages.
5 Where possible new strings should be kept in Chrome and the extensions module 5 Where possible new strings should be kept in Chrome and the extensions module
6 should return an error code, message flag, etc. 6 should return an error code, message flag, etc.
7 --> 7 -->
8 8
9 <grit latest_public_release="0" current_release="1" 9 <grit latest_public_release="0" current_release="1"
10 source_lang_id="en" enc_check="möl"> 10 source_lang_id="en" enc_check="möl">
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 </message> 189 </message>
190 <message name="IDS_EXTENSION_LOCALES_NO_DEFAULT_LOCALE_SPECIFIED" desc=""> 190 <message name="IDS_EXTENSION_LOCALES_NO_DEFAULT_LOCALE_SPECIFIED" desc="">
191 Localization used, but default_locale wasn't specified in the manifest. 191 Localization used, but default_locale wasn't specified in the manifest.
192 </message> 192 </message>
193 <message name="IDS_EXTENSION_MANIFEST_UNREADABLE" desc=""> 193 <message name="IDS_EXTENSION_MANIFEST_UNREADABLE" desc="">
194 Manifest file is missing or unreadable. 194 Manifest file is missing or unreadable.
195 </message> 195 </message>
196 <message name="IDS_EXTENSION_MANIFEST_INVALID" desc=""> 196 <message name="IDS_EXTENSION_MANIFEST_INVALID" desc="">
197 Manifest file is invalid. 197 Manifest file is invalid.
198 </message> 198 </message>
199 199
200 <!-- Host access permissions. Please keep alphabetized. --> 200 <!-- Host access permissions. Please keep alphabetized. -->
201 <message name="IDS_EXTENSION_PROMPT_WARNING_1_HOST" desc="Permission strin g for access to data on one website."> 201 <message name="IDS_EXTENSION_PROMPT_WARNING_1_HOST" desc="Permission strin g for access to data on one website.">
202 Read and modify your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ ex></ph> 202 Read and modify your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ ex></ph>
203 </message> 203 </message>
204 <message name="IDS_EXTENSION_PROMPT_WARNING_1_HOST_READ_ONLY" desc="Permis sion string for read-only access to data on one website.">
205 Read your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph>
206 </message>
204 <message name="IDS_EXTENSION_PROMPT_WARNING_2_HOSTS" desc="Permission stri ng for access to data on two websites."> 207 <message name="IDS_EXTENSION_PROMPT_WARNING_2_HOSTS" desc="Permission stri ng for access to data on two websites.">
205 Read and modify 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> 208 Read and modify 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>
206 </message> 209 </message>
210 <message name="IDS_EXTENSION_PROMPT_WARNING_2_HOSTS_READ_ONLY" desc="Permi ssion string for read-only access to data on two websites.">
211 Read your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph> an d <ph name="WEBSITE_2">$2<ex>www.reddit.com</ex></ph>
212 </message>
207 <message name="IDS_EXTENSION_PROMPT_WARNING_3_HOSTS" desc="Permission stri ng for access to data on three websites."> 213 <message name="IDS_EXTENSION_PROMPT_WARNING_3_HOSTS" desc="Permission stri ng for access to data on three websites.">
208 Read and modify 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="WEB SITE_3">$3<ex>news.ycombinator.com</ex></ph> 214 Read and modify 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="WEB SITE_3">$3<ex>news.ycombinator.com</ex></ph>
209 </message> 215 </message>
216 <message name="IDS_EXTENSION_PROMPT_WARNING_3_HOSTS_READ_ONLY" desc="Permi ssion string for read-only access to data on three websites.">
217 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>
218 </message>
210 <message name="IDS_EXTENSION_PROMPT_WARNING_HOST_AND_SUBDOMAIN" desc="Perm ission string requesting access to data on a website and its sub-domains."> 219 <message name="IDS_EXTENSION_PROMPT_WARNING_HOST_AND_SUBDOMAIN" desc="Perm ission string requesting access to data on a website and its sub-domains.">
211 all <ph name="WEBSITE_1">$1<ex>google.com</ex></ph> sites 220 all <ph name="WEBSITE_1">$1<ex>google.com</ex></ph> sites
212 </message> 221 </message>
213 <message name="IDS_EXTENSION_PROMPT_WARNING_HOST_AND_SUBDOMAIN_LIST" desc= "Single entry permission string requesting access to data on a website and its s ub-domains."> 222 <message name="IDS_EXTENSION_PROMPT_WARNING_HOST_AND_SUBDOMAIN_LIST" desc= "Single entry permission string requesting access to data on a website and its s ub-domains.">
214 All <ph name="WEBSITE_1">$1<ex>google.com</ex></ph> sites 223 All <ph name="WEBSITE_1">$1<ex>google.com</ex></ph> sites
215 </message> 224 </message>
216 <message name="IDS_EXTENSION_PROMPT_WARNING_HOSTS_LIST" desc="Permission s tring for access to data for an arbitrary list of websites."> 225 <message name="IDS_EXTENSION_PROMPT_WARNING_HOSTS_LIST" desc="Permission s tring for access to data for an arbitrary list of websites.">
217 Read and modify your data on a number of websites 226 Read and modify your data on a number of websites
218 </message> 227 </message>
228 <message name="IDS_EXTENSION_PROMPT_WARNING_HOSTS_LIST_READ_ONLY" desc="Pe rmission string for read-only access to data for an arbitrary list of websites." >
229 Read your data on a number of websites
230 </message>
219 <message name="IDS_EXTENSION_PROMPT_WARNING_HOST_LIST_ENTRY" desc="Single entry in a list of websites."> 231 <message name="IDS_EXTENSION_PROMPT_WARNING_HOST_LIST_ENTRY" desc="Single entry in a list of websites.">
220 - <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph> 232 - <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph>
221 </message> 233 </message>
222 234
223 <!-- Media galleries strings. Please keep alphabetized. --> 235 <!-- Media galleries strings. Please keep alphabetized. -->
224 <message name="IDS_EXTENSION_PROMPT_WARNING_MEDIA_GALLERIES_READ" desc="Pe rmission string for access to read all of the user's media galleries."> 236 <message name="IDS_EXTENSION_PROMPT_WARNING_MEDIA_GALLERIES_READ" desc="Pe rmission string for access to read all of the user's media galleries.">
225 Access photos, music, and other media from your computer 237 Access photos, music, and other media from your computer
226 </message> 238 </message>
227 239
228 <!-- Policy strings. Please keep alphabetized. --> 240 <!-- Policy strings. Please keep alphabetized. -->
(...skipping 27 matching lines...) Expand all
256 </message> 268 </message>
257 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_HOSTS_IN_DOMAINS" desc= "Permission string for access to any computer within multiple domains on the loc al network or internet."> 269 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_HOSTS_IN_DOMAINS" desc= "Permission string for access to any computer within multiple domains on the loc al network or internet.">
258 Exchange data with any computer in the domains: <ph name="DOMAINS">$1<ex >example.com example.org</ex></ph> 270 Exchange data with any computer in the domains: <ph name="DOMAINS">$1<ex >example.com example.org</ex></ph>
259 </message> 271 </message>
260 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_SPECIFIC_HOST" desc="Pe rmission string for access to a single specific computers on the local network o r internet."> 272 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_SPECIFIC_HOST" desc="Pe rmission string for access to a single specific computers on the local network o r internet.">
261 Exchange data with the computer named <ph name="HOSTNAME">$1<ex>foo.exam ple.com</ex></ph> 273 Exchange data with the computer named <ph name="HOSTNAME">$1<ex>foo.exam ple.com</ex></ph>
262 </message> 274 </message>
263 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_SPECIFIC_HOSTS" desc="P ermission string for access to multiple specific computers on the local network or internet."> 275 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_SPECIFIC_HOSTS" desc="P ermission string for access to multiple specific computers on the local network or internet.">
264 Exchange data with the computers named: <ph name="HOSTNAMES">$1<ex>foo.e xample.com bar.example.com</ex></ph> 276 Exchange data with the computers named: <ph name="HOSTNAMES">$1<ex>foo.e xample.com bar.example.com</ex></ph>
265 </message> 277 </message>
266 278
267 <!-- USB API strings. Please keep alphabetized. --> 279 <!-- USB API strings. Please keep alphabetized. -->
268 <message name="IDS_EXTENSION_PROMPT_WARNING_USB" desc="Permission string f or access to USB devices."> 280 <message name="IDS_EXTENSION_PROMPT_WARNING_USB" desc="Permission string f or access to USB devices.">
269 Access your USB devices 281 Access your USB devices
270 </message> 282 </message>
271 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE" desc="Permission s tring for access to a specific USB device."> 283 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE" desc="Permission s tring for access to a specific USB device.">
272 Access the USB device <ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph> from <ph name="VENDOR_NAME">$2<ex>Griffin Technology</ex></ph> 284 Access the USB device <ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph> from <ph name="VENDOR_NAME">$2<ex>Griffin Technology</ex></ph>
273 </message> 285 </message>
274 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_MISSING_PRODUCT" de sc="Permission string for access to a specific USB device when a product name ca nnot be established for a USB device."> 286 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_MISSING_PRODUCT" de sc="Permission string for access to a specific USB device when a product name ca nnot be established for a USB device.">
275 Access the USB device from <ph name="VENDOR_NAME">$1<ex>Griffin Technolo gy</ex></ph> 287 Access the USB device from <ph name="VENDOR_NAME">$1<ex>Griffin Technolo gy</ex></ph>
276 </message> 288 </message>
277 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_MISSING_VENDOR" des c="Permission string for access to a specific USB device when a vendor name cann ot be established for a USB device."> 289 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_MISSING_VENDOR" des c="Permission string for access to a specific USB device when a vendor name cann ot be established for a USB device.">
278 Access the USB device 290 Access the USB device
279 </message> 291 </message>
280 292
281 </messages> 293 </messages>
282 </release> 294 </release>
283 </grit> 295 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698