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

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

Issue 2846034: Split out the bookmark permission into its own line in ExtensionInstallUI. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: Created 10 years, 6 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/extensions/extension_install_ui.cc » ('j') | 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 <!-- 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 3347 matching lines...) Expand 10 before | Expand all | Expand 10 after
3358 </message> 3358 </message>
3359 <message name="IDS_EXTENSION_PROMPT2_WARNING_2_HOSTS" desc="Permission str ing for access to data on two websites."> 3359 <message name="IDS_EXTENSION_PROMPT2_WARNING_2_HOSTS" desc="Permission str ing for access to data on two websites.">
3360 Your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph> and <ph name="WEBSITE_2">$2<ex>www.reddit.com</ex></ph> 3360 Your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph> and <ph name="WEBSITE_2">$2<ex>www.reddit.com</ex></ph>
3361 </message> 3361 </message>
3362 <message name="IDS_EXTENSION_PROMPT2_WARNING_3_HOSTS" desc="Permission str ing for access to data on three websites."> 3362 <message name="IDS_EXTENSION_PROMPT2_WARNING_3_HOSTS" desc="Permission str ing for access to data on three websites.">
3363 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> 3363 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>
3364 </message> 3364 </message>
3365 <message name="IDS_EXTENSION_PROMPT2_WARNING_4_OR_MORE_HOSTS" desc="Permis sion string for access to data on four or more websites."> 3365 <message name="IDS_EXTENSION_PROMPT2_WARNING_4_OR_MORE_HOSTS" desc="Permis sion string for access to data on four or more websites.">
3366 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 3366 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
3367 </message> 3367 </message>
3368 <message name="IDS_EXTENSION_PROMPT2_WARNING_BOOKMARKS" desc="Permission s tring for access to bookmarks.">
3369 Your bookmarks
3370 </message>
3368 <message name="IDS_EXTENSION_PROMPT2_WARNING_BROWSING_HISTORY" desc="Permi ssion string for access to browsing history."> 3371 <message name="IDS_EXTENSION_PROMPT2_WARNING_BROWSING_HISTORY" desc="Permi ssion string for access to browsing history.">
3369 Your browsing history 3372 Your browsing history
3370 </message> 3373 </message>
3371 <message name="IDS_EXTENSION_PROMPT2_WARNING_GEOLOCATION" desc="Permisson string for access to geolocation."> 3374 <message name="IDS_EXTENSION_PROMPT2_WARNING_GEOLOCATION" desc="Permisson string for access to geolocation.">
3372 Your physical location 3375 Your physical location
3373 </message> 3376 </message>
3374 3377
3375 <!-- Extension error messages --> 3378 <!-- Extension error messages -->
3376 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed in pack dialog when the extension directory does not exist."> 3379 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed in pack dialog when the extension directory does not exist.">
3377 Input directory must exist. 3380 Input directory must exist.
(...skipping 5185 matching lines...) Expand 10 before | Expand all | Expand 10 after
8563 8566
8564 </messages> 8567 </messages>
8565 8568
8566 <structures first_id="50000" fallback_to_english="true"> 8569 <structures first_id="50000" fallback_to_english="true">
8567 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 8570 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
8568 </structure> 8571 </structure>
8569 </structures> 8572 </structures>
8570 8573
8571 </release> 8574 </release>
8572 </grit> 8575 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_install_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698