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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 8635013: Adds new strings for the media stream infobar. "Allow" and "Deny" strings were (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 14512 matching lines...) Expand 10 before | Expand all | Expand 10 after
14523 <message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_OK" desc="OK button text of the Adobe Reader out of date blocking page."> 14523 <message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_OK" desc="OK button text of the Adobe Reader out of date blocking page.">
14524 OK 14524 OK
14525 </message> 14525 </message>
14526 <message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_CANCEL" desc="Cancel but ton text of the Adobe Reader out of date blocking page."> 14526 <message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_CANCEL" desc="Cancel but ton text of the Adobe Reader out of date blocking page.">
14527 Cancel 14527 Cancel
14528 </message> 14528 </message>
14529 <message name="IDS_EXPORT_BOOKMARKS_DEFAULT_FILENAME" desc="Filename that pr e-populates the filename field when user clicks attempts to export his bookmarks ."> 14529 <message name="IDS_EXPORT_BOOKMARKS_DEFAULT_FILENAME" desc="Filename that pr e-populates the filename field when user clicks attempts to export his bookmarks .">
14530 bookmarks_<ph name="DATESTAMP">$1<ex>02_11_11</ex></ph>.html 14530 bookmarks_<ph name="DATESTAMP">$1<ex>02_11_11</ex></ph>.html
14531 </message> 14531 </message>
14532 14532
14533 <!-- Media Capture messages -->
14534 <message name="IDS_MEDIA_CAPTURE_MIC_AND_VIDEO" desc="Question asked on the info bar whenever a web page requests access to the computer's microphone and ca mera.">
14535 <ph name="HOST">$1<ex>html5rocks.com</ex></ph> wants to use your camera an d microphone.
14536 </message>
14537 <message name="IDS_MEDIA_CAPTURE_MIC_ONLY" desc="Question asked on the info bar whenever a web page requests access to the computer's microphone.">
14538 <ph name="HOST">$1<ex>html5rocks.com</ex></ph> wants to use your microphon e.
14539 </message>
14540 <message name="IDS_MEDIA_CAPTURE_VIDEO_ONLY" desc="Question asked on the inf o bar whenever a web page requests access to the computer's camera.">
14541 <ph name="HOST">$1<ex>html5rocks.com</ex></ph> wants to use your camera.
14542 </message>
14543 <message name="IDS_MEDIA_CAPTURE_MIC" desc="Label for a microphone list drop -down.">
14544 Microphone:
14545 </message>
14546 <message name="IDS_MEDIA_CAPTURE_VIDEO" desc="Label for a camera list drop-d own.">
14547 Camera:
14548 </message>
14549 <message name="IDS_MEDIA_CAPTURE_ALLOW" desc="Label for a button that grants access to a web page, so they can use a camera and/or a microphone.">
Peter Kasting 2011/11/23 23:01:17 Nit: Extra space before "web page" (2 places)
14550 Allow
14551 </message>
14552 <message name="IDS_MEDIA_CAPTURE_DENY" desc="Label for a button that denies access to a web page, so they can use a camera and/or a microphone.">
14553 Deny
14554 </message>
14555 <message name="IDS_MEDIA_CAPTURE_NO_DEVICES" desc="Label for a drop-down but ton, used if there are no available devices (e.g. camera, microphone) available on the computer.">
14556 (no devices)
14557 </message>
14558
14533 <!-- Quota messages --> 14559 <!-- Quota messages -->
14534 <if expr="pp_ifdef('android')"> 14560 <if expr="pp_ifdef('android')">
14535 <message name="IDS_REQUEST_QUOTA_INFOBAR_QUESTION" desc="For mobile device . Question asked on the info bar whenever webapp requests new (larger) quota to persistently store data on the mobile device (e.g. for persistent-type filesyste m)."> 14561 <message name="IDS_REQUEST_QUOTA_INFOBAR_QUESTION" desc="For mobile device . Question asked on the info bar whenever webapp requests new (larger) quota to persistently store data on the mobile device (e.g. for persistent-type filesyste m).">
14536 <ph name="URL"> 14562 <ph name="URL">
14537 $1<ex>html5rocks.com</ex> 14563 $1<ex>html5rocks.com</ex>
14538 </ph> wants to permanently store data on your mobile device. 14564 </ph> wants to permanently store data on your mobile device.
14539 </message> 14565 </message>
14540 <message name="IDS_REQUEST_LARGE_QUOTA_INFOBAR_QUESTION" desc="For mobile device. Question asked on the info bar whenever webapp requests new (larger) quo ta to persistently store large data on the user's mobile device (e.g. for persis tent-type filesystem)."> 14566 <message name="IDS_REQUEST_LARGE_QUOTA_INFOBAR_QUESTION" desc="For mobile device. Question asked on the info bar whenever webapp requests new (larger) quo ta to persistently store large data on the user's mobile device (e.g. for persis tent-type filesystem).">
14541 <ph name="URL"> 14567 <ph name="URL">
14542 $1<ex>html5rocks.com</ex> 14568 $1<ex>html5rocks.com</ex>
14543 </ph> wants to permanently store large data on your mobile device. 14569 </ph> wants to permanently store large data on your mobile device.
14544 </message> 14570 </message>
14545 </if> 14571 </if>
14546 <if expr="not pp_ifdef('android')"> 14572 <if expr="not pp_ifdef('android')">
14547 <message name="IDS_REQUEST_QUOTA_INFOBAR_QUESTION" desc="Question asked on the info bar whenever webapp requests new (larger) quota to persistently store data on the user's local computer (e.g. for persistent-type filesystem)."> 14573 <message name="IDS_REQUEST_QUOTA_INFOBAR_QUESTION" desc="Question asked on the info bar whenever webapp requests new (larger) quota to persistently store data on the user's local computer (e.g. for persistent-type filesystem).">
14548 <ph name="URL"> 14574 <ph name="URL">
14549 $1<ex>html5rocks.com</ex> 14575 $1<ex>html5rocks.com</ex>
14550 </ph> wants to permanently store data on your local computer. 14576 </ph> wants to permanently store data on your local computer.
14551 </message> 14577 </message>
14552 <message name="IDS_REQUEST_LARGE_QUOTA_INFOBAR_QUESTION" desc="Question as ked on the info bar whenever webapp requests new (larger) quota to persistently store large data on the user's local computer (e.g. for persistent-type filesyst em)."> 14578 <message name="IDS_REQUEST_LARGE_QUOTA_INFOBAR_QUESTION" desc="Question as ked on the info bar whenever webapp requests new (larger) quota to persistently store large data on the user's local computer (e.g. for persistent-type filesyst em).">
14553 <ph name="URL"> 14579 <ph name="URL">
14554 $1<ex>html5rocks.com</ex> 14580 $1<ex>html5rocks.com</ex>
14555 </ph> wants to permanently store large data on your local computer. 14581 </ph> wants to permanently store large data on your local computer.
14556 </message> 14582 </message>
14557 </if> 14583 </if>
14584
14558 <!-- Manage Profile Dialog --> 14585 <!-- Manage Profile Dialog -->
14559 <if expr="pp_ifdef('use_titlecase')"> 14586 <if expr="pp_ifdef('use_titlecase')">
14560 <message name="IDS_PROFILES_MANAGE_TITLE" desc="In Title Case: Title of th e manage profile dialog"> 14587 <message name="IDS_PROFILES_MANAGE_TITLE" desc="In Title Case: Title of th e manage profile dialog">
14561 Edit User 14588 Edit User
14562 </message> 14589 </message>
14563 <message name="IDS_PROFILES_MANAGE_NAME_LABEL" desc="In Title Case: Label next to the profile name text field."> 14590 <message name="IDS_PROFILES_MANAGE_NAME_LABEL" desc="In Title Case: Label next to the profile name text field.">
14564 Name: 14591 Name:
14565 </message> 14592 </message>
14566 <message name="IDS_PROFILES_MANAGE_ICON_LABEL" desc="In Title Case: Label next to the profile avatar icon chooser."> 14593 <message name="IDS_PROFILES_MANAGE_ICON_LABEL" desc="In Title Case: Label next to the profile avatar icon chooser.">
14567 Icon: 14594 Icon:
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
14624 </messages> 14651 </messages>
14625 <structures fallback_to_english="true"> 14652 <structures fallback_to_english="true">
14626 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14653 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14627 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14654 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14628 </structure> 14655 </structure>
14629 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14656 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14630 </structure> 14657 </structure>
14631 </structures> 14658 </structures>
14632 </release> 14659 </release>
14633 </grit> 14660 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698