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

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

Issue 2791433002: Use "protected" instead of "premium" for media content. (Closed)
Patch Set: Change the other string, too (media -> content). Created 3 years, 7 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 | « chrome/app/chromeos_strings.grdp ('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 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 10403 matching lines...) Expand 10 before | Expand all | Expand 10 after
10414 <message name="IDS_MEDIASTREAM_SETTING_CHANGED_MESSAGE" desc="Message that is used to suggest reloading when media (camera, microphone) settings was chang ed by the user. These settings are immediately effective, but the web page might not know how to deal with the new settings."> 10414 <message name="IDS_MEDIASTREAM_SETTING_CHANGED_MESSAGE" desc="Message that is used to suggest reloading when media (camera, microphone) settings was chang ed by the user. These settings are immediately effective, but the web page might not know how to deal with the new settings.">
10415 This page may need to be reloaded before the new settings take effect. 10415 This page may need to be reloaded before the new settings take effect.
10416 </message> 10416 </message>
10417 10417
10418 <!-- Protected media identifier permission infobar --> 10418 <!-- Protected media identifier permission infobar -->
10419 <if expr="is_android or chromeos"> 10419 <if expr="is_android or chromeos">
10420 <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."> 10420 <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.">
10421 Know your unique device identifier 10421 Know your unique device identifier
10422 </message> 10422 </message>
10423 <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."> 10423 <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.">
10424 <ph name="URL">$1<ex>https://www.youtube.com</ex></ph> wants to unique ly identify your device to play premium content. 10424 <ph name="URL">$1<ex>https://www.youtube.com</ex></ph> wants to unique ly identify your device to play protected content.
10425 </message> 10425 </message>
10426 </if> 10426 </if>
10427 10427
10428 <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."> 10428 <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.">
10429 Password saved 10429 Password saved
10430 </message> 10430 </message>
10431 <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."> 10431 <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.">
10432 Access your passwords from any device at <ph name="SAVED_PASSWORDS_LINK" >$1<ex>passwords.google.com</ex></ph> 10432 Access your passwords from any device at <ph name="SAVED_PASSWORDS_LINK" >$1<ex>passwords.google.com</ex></ph>
10433 </message> 10433 </message>
10434 <if expr="is_android"> 10434 <if expr="is_android">
(...skipping 1926 matching lines...) Expand 10 before | Expand all | Expand 10 after
12361 Your downloads appear here 12361 Your downloads appear here
12362 </message> 12362 </message>
12363 12363
12364 <!-- Automation info bar --> 12364 <!-- Automation info bar -->
12365 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> 12365 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test.">
12366 Chrome is being controlled by automated test software. 12366 Chrome is being controlled by automated test software.
12367 </message> 12367 </message>
12368 </messages> 12368 </messages>
12369 </release> 12369 </release>
12370 </grit> 12370 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698