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

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: Rebase Created 6 years, 1 month 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
« no previous file with comments | « extensions/common/permissions/permission_message_util.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 Send messages to and receive messages from Bluetooth devices. 225 Send messages to and receive messages from Bluetooth devices.
226 </message> 226 </message>
227 <message name="IDS_EXTENSION_PROMPT_WARNING_BLUETOOTH_PRIVATE" desc="Permi ssion string for Bluetooth Private API."> 227 <message name="IDS_EXTENSION_PROMPT_WARNING_BLUETOOTH_PRIVATE" desc="Permi ssion string for Bluetooth Private API.">
228 Control Bluetooth adapter state and pairing 228 Control Bluetooth adapter state and pairing
229 </message> 229 </message>
230 230
231 <!-- Host access permissions. Please keep alphabetized. --> 231 <!-- Host access permissions. Please keep alphabetized. -->
232 <message name="IDS_EXTENSION_PROMPT_WARNING_1_HOST" desc="Permission strin g for access to data on one website."> 232 <message name="IDS_EXTENSION_PROMPT_WARNING_1_HOST" desc="Permission strin g for access to data on one website.">
233 Read and change your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ ex></ph> 233 Read and change your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ ex></ph>
234 </message> 234 </message>
235 <message name="IDS_EXTENSION_PROMPT_WARNING_1_HOST_READ_ONLY" desc="Permis sion string for read-only access to data on one website.">
236 Read your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph>
237 </message>
235 <message name="IDS_EXTENSION_PROMPT_WARNING_2_HOSTS" desc="Permission stri ng for access to data on two websites."> 238 <message name="IDS_EXTENSION_PROMPT_WARNING_2_HOSTS" desc="Permission stri ng for access to data on two websites.">
236 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> 239 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>
237 </message> 240 </message>
241 <message name="IDS_EXTENSION_PROMPT_WARNING_2_HOSTS_READ_ONLY" desc="Permi ssion string for read-only access to data on two websites.">
242 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>
243 </message>
238 <message name="IDS_EXTENSION_PROMPT_WARNING_3_HOSTS" desc="Permission stri ng for access to data on three websites."> 244 <message name="IDS_EXTENSION_PROMPT_WARNING_3_HOSTS" desc="Permission stri ng for access to data on three websites.">
239 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="WEB SITE_3">$3<ex>news.ycombinator.com</ex></ph> 245 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="WEB SITE_3">$3<ex>news.ycombinator.com</ex></ph>
240 </message> 246 </message>
247 <message name="IDS_EXTENSION_PROMPT_WARNING_3_HOSTS_READ_ONLY" desc="Permi ssion string for read-only access to data on three websites.">
248 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>
249 </message>
241 <message name="IDS_EXTENSION_PROMPT_WARNING_HOST_AND_SUBDOMAIN" desc="Perm ission string requesting access to data on a website and its sub-domains."> 250 <message name="IDS_EXTENSION_PROMPT_WARNING_HOST_AND_SUBDOMAIN" desc="Perm ission string requesting access to data on a website and its sub-domains.">
242 all <ph name="WEBSITE_1">$1<ex>google.com</ex></ph> sites 251 all <ph name="WEBSITE_1">$1<ex>google.com</ex></ph> sites
243 </message> 252 </message>
244 <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."> 253 <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.">
245 All <ph name="WEBSITE_1">$1<ex>google.com</ex></ph> sites 254 All <ph name="WEBSITE_1">$1<ex>google.com</ex></ph> sites
246 </message> 255 </message>
247 <message name="IDS_EXTENSION_PROMPT_WARNING_HOSTS_LIST" desc="Permission s tring for access to data for an arbitrary list of websites."> 256 <message name="IDS_EXTENSION_PROMPT_WARNING_HOSTS_LIST" desc="Permission s tring for access to data for an arbitrary list of websites.">
248 Read and change your data on a number of websites 257 Read and change your data on a number of websites
249 </message> 258 </message>
259 <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." >
260 Read your data on a number of websites
261 </message>
250 262
251 <!-- Media capture permissions. Please keep alphabetized. --> 263 <!-- Media capture permissions. Please keep alphabetized. -->
252 <message name="IDS_EXTENSION_PROMPT_WARNING_AUDIO_CAPTURE" desc="Permissio n string for access to audio capture devices."> 264 <message name="IDS_EXTENSION_PROMPT_WARNING_AUDIO_CAPTURE" desc="Permissio n string for access to audio capture devices.">
253 Use your microphone 265 Use your microphone
254 </message> 266 </message>
255 <message name="IDS_EXTENSION_PROMPT_WARNING_VIDEO_CAPTURE" desc="Permissio n string for access to video capture devices."> 267 <message name="IDS_EXTENSION_PROMPT_WARNING_VIDEO_CAPTURE" desc="Permissio n string for access to video capture devices.">
256 Use your camera 268 Use your camera
257 </message> 269 </message>
258 <message name="IDS_EXTENSION_PROMPT_WARNING_AUDIO_AND_VIDEO_CAPTURE" desc= "Permission string for access to both audio and video capture devices."> 270 <message name="IDS_EXTENSION_PROMPT_WARNING_AUDIO_AND_VIDEO_CAPTURE" desc= "Permission string for access to both audio and video capture devices.">
259 Use your microphone and camera 271 Use your microphone and camera
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 <message name="IDS_EXTENSION_PROMPT_WARNING_U2F_DEVICES" desc="Warning mes sage which indicates that an extension has access to Universal 2nd Factor device s."> 405 <message name="IDS_EXTENSION_PROMPT_WARNING_U2F_DEVICES" desc="Warning mes sage which indicates that an extension has access to Universal 2nd Factor device s.">
394 Access your Universal 2nd Factor devices 406 Access your Universal 2nd Factor devices
395 </message> 407 </message>
396 <message name="IDS_EXTENSION_PROMPT_WARNING_WEB_CONNECTABLE" desc="Permiss ion string for allowing websites to connect to extensions."> 408 <message name="IDS_EXTENSION_PROMPT_WARNING_WEB_CONNECTABLE" desc="Permiss ion string for allowing websites to connect to extensions.">
397 Communicate with cooperating websites 409 Communicate with cooperating websites
398 </message> 410 </message>
399 411
400 </messages> 412 </messages>
401 </release> 413 </release>
402 </grit> 414 </grit>
OLDNEW
« no previous file with comments | « extensions/common/permissions/permission_message_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698