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

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

Issue 6480033: Implement experimental.contentSettings.misc.blockThirdPartyCookies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix sort order Created 9 years, 10 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 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 3537 matching lines...) Expand 10 before | Expand all | Expand 10 after
3548 </message> 3548 </message>
3549 <message name="IDS_EXTENSION_PROMPT_WARNING_3_HOSTS" desc="Permission stri ng for access to data on three websites."> 3549 <message name="IDS_EXTENSION_PROMPT_WARNING_3_HOSTS" desc="Permission stri ng for access to data on three websites.">
3550 Your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph>, <ph na me="WEBSITE_2">$2<ex>www.reddit.com</ex></ph>, and <ph name="WEBSITE_3">$3<ex>ne ws.ycombinator.com</ex></ph> 3550 Your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph>, <ph na me="WEBSITE_2">$2<ex>www.reddit.com</ex></ph>, and <ph name="WEBSITE_3">$3<ex>ne ws.ycombinator.com</ex></ph>
3551 </message> 3551 </message>
3552 <message name="IDS_EXTENSION_PROMPT_WARNING_4_OR_MORE_HOSTS" desc="Permiss ion string for access to data on four or more websites."> 3552 <message name="IDS_EXTENSION_PROMPT_WARNING_4_OR_MORE_HOSTS" desc="Permiss ion string for access to data on four or more websites.">
3553 Your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph>, <ph na me="WEBSITE_2">$2<ex>www.yahoo.com</ex></ph>, and <ph name="NUMBER_OF_OTHER_WEBS ITES">$3<ex>3</ex></ph> other websites 3553 Your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph>, <ph na me="WEBSITE_2">$2<ex>www.yahoo.com</ex></ph>, and <ph name="NUMBER_OF_OTHER_WEBS ITES">$3<ex>3</ex></ph> other websites
3554 </message> 3554 </message>
3555 <message name="IDS_EXTENSION_PROMPT_WARNING_BOOKMARKS" desc="Permission st ring for access to bookmarks."> 3555 <message name="IDS_EXTENSION_PROMPT_WARNING_BOOKMARKS" desc="Permission st ring for access to bookmarks.">
3556 Your bookmarks 3556 Your bookmarks
3557 </message> 3557 </message>
3558 <message name="IDS_EXTENSION_PROMPT_WARNING_CONTENT_SETTINGS" desc="Permis sion string for access to content settings.">
3559 Your content settings
3560 </message>
3558 <message name="IDS_EXTENSION_PROMPT_WARNING_BROWSING_HISTORY" desc="Permis sion string for access to browsing history."> 3561 <message name="IDS_EXTENSION_PROMPT_WARNING_BROWSING_HISTORY" desc="Permis sion string for access to browsing history.">
3559 Your browsing history 3562 Your browsing history
3560 </message> 3563 </message>
3561 <message name="IDS_EXTENSION_PROMPT_WARNING_GEOLOCATION" desc="Permisson s tring for access to geolocation."> 3564 <message name="IDS_EXTENSION_PROMPT_WARNING_GEOLOCATION" desc="Permisson s tring for access to geolocation.">
3562 Your physical location 3565 Your physical location
3563 </message> 3566 </message>
3564 <message name="IDS_EXTENSION_PROMPT_WARNING_MANAGEMENT" desc="Permisson st ring for access to extension management."> 3567 <message name="IDS_EXTENSION_PROMPT_WARNING_MANAGEMENT" desc="Permisson st ring for access to extension management.">
3565 Your list of installed apps, extensions, and themes 3568 Your list of installed apps, extensions, and themes
3566 </message> 3569 </message>
3567 <message name="IDS_EXTENSION_PROMPT_WARNING_TABS" desc="Permission string for access to tabs."> 3570 <message name="IDS_EXTENSION_PROMPT_WARNING_TABS" desc="Permission string for access to tabs.">
(...skipping 7795 matching lines...) Expand 10 before | Expand all | Expand 10 after
11363 </includes> 11366 </includes>
11364 <structures fallback_to_english="true"> 11367 <structures fallback_to_english="true">
11365 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11368 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11366 </structure> 11369 </structure>
11367 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11370 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11368 </structure> 11371 </structure>
11369 </structures> 11372 </structures>
11370 11373
11371 </release> 11374 </release>
11372 </grit> 11375 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698