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

Side by Side Diff: extensions/extensions_strings.grd

Issue 493453004: app_shell: Add audio and video capture support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (video-capture) 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 | Annotate | Revision Log
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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
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."> 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.">
214 All <ph name="WEBSITE_1">$1<ex>google.com</ex></ph> sites 214 All <ph name="WEBSITE_1">$1<ex>google.com</ex></ph> sites
215 </message> 215 </message>
216 <message name="IDS_EXTENSION_PROMPT_WARNING_HOSTS_LIST" desc="Permission s tring for access to data for an arbitrary list of websites."> 216 <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 change your data on a number of websites 217 Read and change your data on a number of websites
218 </message> 218 </message>
219 <message name="IDS_EXTENSION_PROMPT_WARNING_HOST_LIST_ENTRY" desc="Single entry in a list of websites."> 219 <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> 220 - <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph>
221 </message> 221 </message>
222 222
223 <!-- Media capture permissions. Please keep alphabetized. -->
224 <message name="IDS_EXTENSION_PROMPT_WARNING_AUDIO_CAPTURE" desc="Permissio n string for access to audio capture devices.">
225 Use your microphone
226 </message>
227 <message name="IDS_EXTENSION_PROMPT_WARNING_VIDEO_CAPTURE" desc="Permissio n string for access to video capture devices.">
228 Use your camera
229 </message>
230 <message name="IDS_EXTENSION_PROMPT_WARNING_AUDIO_AND_VIDEO_CAPTURE" desc= "Permission string for access to both audio and video capture devices.">
231 Use your microphone and camera
232 </message>
233
223 <!-- Media galleries strings. Please keep alphabetized. --> 234 <!-- 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."> 235 <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 236 Access photos, music, and other media from your computer
226 </message> 237 </message>
227 238
228 <!-- Policy strings. Please keep alphabetized. --> 239 <!-- Policy strings. Please keep alphabetized. -->
229 <message name="IDS_EXTENSION_CANT_INSTALL_POLICY_BLOCKED" desc="Error mess age when a user tries to install an extension that is blocked by administrator p olicy."> 240 <message name="IDS_EXTENSION_CANT_INSTALL_POLICY_BLOCKED" desc="Error mess age when a user tries to install an extension that is blocked by administrator p olicy.">
230 <ph name="EXTENSION_NAME">$1<ex>Google Talk</ex></ph> (extension ID "<ph name="EXTENSION_ID">$2<ex>nckgahadagoaajjgafhacjanaoiihapd</ex></ph>") is block ed by the administrator. 241 <ph name="EXTENSION_NAME">$1<ex>Google Talk</ex></ph> (extension ID "<ph name="EXTENSION_ID">$2<ex>nckgahadagoaajjgafhacjanaoiihapd</ex></ph>") is block ed by the administrator.
231 </message> 242 </message>
232 <message name="IDS_EXTENSION_CANT_MODIFY_POLICY_REQUIRED" desc="Error mess age when a user tries to remove or change an extension that is required by admin istrator policy."> 243 <message name="IDS_EXTENSION_CANT_MODIFY_POLICY_REQUIRED" desc="Error mess age when a user tries to remove or change an extension that is required by admin istrator policy.">
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 <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."> 291 <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.">
281 Access the USB device from <ph name="VENDOR_NAME">$1<ex>Griffin Technolo gy</ex></ph> 292 Access the USB device from <ph name="VENDOR_NAME">$1<ex>Griffin Technolo gy</ex></ph>
282 </message> 293 </message>
283 <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."> 294 <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.">
284 Access the USB device 295 Access the USB device
285 </message> 296 </message>
286 297
287 </messages> 298 </messages>
288 </release> 299 </release>
289 </grit> 300 </grit>
OLDNEW
« no previous file with comments | « extensions/common/permissions/extensions_api_permissions.cc ('k') | extensions/shell/app_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698