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

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

Issue 2794283003: Remove MediaThrottler and MediaThrottleInfoBar (Closed)
Patch Set: Deleted Java code Created 3 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | components/infobars/core/infobar_delegate.h » ('J')
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 10382 matching lines...) Expand 10 before | Expand all | Expand 10 after
10393 <!-- Protected media identifier permission infobar --> 10393 <!-- Protected media identifier permission infobar -->
10394 <if expr="is_android or chromeos"> 10394 <if expr="is_android or chromeos">
10395 <message name="IDS_PROTECTED_MEDIA_IDENTIFIER_PERMISSION_FRAGMENT" desc= "Permission fragment shown in the permissions bubble when a web page requests ac cess to the computer's protected media identifier."> 10395 <message name="IDS_PROTECTED_MEDIA_IDENTIFIER_PERMISSION_FRAGMENT" desc= "Permission fragment shown in the permissions bubble when a web page requests ac cess to the computer's protected media identifier.">
10396 Know your unique device identifier 10396 Know your unique device identifier
10397 </message> 10397 </message>
10398 <message name="IDS_PROTECTED_MEDIA_IDENTIFIER_INFOBAR_QUESTION" desc="Qu estion asked on the infobar whenever URL wants to access protected media identif ier. It shows the origin of the URL."> 10398 <message name="IDS_PROTECTED_MEDIA_IDENTIFIER_INFOBAR_QUESTION" desc="Qu estion asked on the infobar whenever URL wants to access protected media identif ier. It shows the origin of the URL.">
10399 <ph name="URL">$1<ex>https://www.youtube.com</ex></ph> wants to unique ly identify your device to play premium content. 10399 <ph name="URL">$1<ex>https://www.youtube.com</ex></ph> wants to unique ly identify your device to play premium content.
10400 </message> 10400 </message>
10401 </if> 10401 </if>
10402 10402
10403 <!-- Media throttle infobar -->
10404 <if expr="is_android">
10405 <message name="IDS_MEDIA_THROTTLE_INFOBAR_TEXT" desc="Text to display on the info bar whenever user wants to playback a video after being throttled.">
10406 Android is having trouble playing media.
10407 </message>
10408 <message name="IDS_MEDIA_THROTTLE_INFOBAR_BLOCK_BUTTON" desc="Label for choosing 'Block' on media throttle infobar.[CHAR-LIMIT=32]">
10409 Wait
10410 </message>
10411 <message name="IDS_MEDIA_THROTTLE_INFOBAR_ALLOW_BUTTON" desc="Label for choosing 'Allow' on media throttle infobar. [CHAR-LIMIT=32]">
10412 Try again
10413 </message>
10414 </if>
10415
10416 <message name="IDS_MANAGE_PASSWORDS_CONFIRM_GENERATED_TITLE" desc="The tit le text that is used in the manage passwords bubble when the user has generated a password."> 10403 <message name="IDS_MANAGE_PASSWORDS_CONFIRM_GENERATED_TITLE" desc="The tit le text that is used in the manage passwords bubble when the user has generated a password.">
10417 Password saved 10404 Password saved
10418 </message> 10405 </message>
10419 <message name="IDS_MANAGE_PASSWORDS_CONFIRM_GENERATED_TEXT" desc="A messag e that the browser shows after saving a password it has autogenerated for the us er. This message appears in a bubble and contains a link to all the user's saved autogenerated passwords. The link text is a separate string in the translation console and appears here as placeholder text."> 10406 <message name="IDS_MANAGE_PASSWORDS_CONFIRM_GENERATED_TEXT" desc="A messag e that the browser shows after saving a password it has autogenerated for the us er. This message appears in a bubble and contains a link to all the user's saved autogenerated passwords. The link text is a separate string in the translation console and appears here as placeholder text.">
10420 Access your passwords from any device at <ph name="SAVED_PASSWORDS_LINK" >$1<ex>passwords.google.com</ex></ph> 10407 Access your passwords from any device at <ph name="SAVED_PASSWORDS_LINK" >$1<ex>passwords.google.com</ex></ph>
10421 </message> 10408 </message>
10422 <if expr="is_android"> 10409 <if expr="is_android">
10423 <message name="IDS_MANAGE_PASSWORDS_CONFIRM_GENERATED_TEXT_INFOBAR" desc ="A message that the browser shows after saving a password it has autogenerated for the user. This message appears in an infobar and contains a link to all the user's saved autogenerated passwords. The link text is a separate string in the translation console and appears here as placeholder text."> 10410 <message name="IDS_MANAGE_PASSWORDS_CONFIRM_GENERATED_TEXT_INFOBAR" desc ="A message that the browser shows after saving a password it has autogenerated for the user. This message appears in an infobar and contains a link to all the user's saved autogenerated passwords. The link text is a separate string in the translation console and appears here as placeholder text.">
10424 Password saved. Access your passwords from any device at <ph name="SAV ED_PASSWORDS_LINK">$1<ex>passwords.google.com</ex></ph> 10411 Password saved. Access your passwords from any device at <ph name="SAV ED_PASSWORDS_LINK">$1<ex>passwords.google.com</ex></ph>
10425 </message> 10412 </message>
(...skipping 1963 matching lines...) Expand 10 before | Expand all | Expand 10 after
12389 Your downloads appear here 12376 Your downloads appear here
12390 </message> 12377 </message>
12391 12378
12392 <!-- Automation info bar --> 12379 <!-- Automation info bar -->
12393 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> 12380 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test.">
12394 Chrome is being controlled by automated test software. 12381 Chrome is being controlled by automated test software.
12395 </message> 12382 </message>
12396 </messages> 12383 </messages>
12397 </release> 12384 </release>
12398 </grit> 12385 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | components/infobars/core/infobar_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698