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

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

Issue 1806002: Change the wording of the warning on the extension install dialog (Closed)
Patch Set: Created 10 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 | 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 <!-- 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 3323 matching lines...) Expand 10 before | Expand all | Expand 10 after
3334 This extension will have access to your private data on all websites. 3334 This extension will have access to your private data on all websites.
3335 </message> 3335 </message>
3336 <message name="IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS_AND_BROWSER" desc="W arning displayed in body of extension dialog when the extension requires access to all hosts and browser APIs."> 3336 <message name="IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS_AND_BROWSER" desc="W arning displayed in body of extension dialog when the extension requires access to all hosts and browser APIs.">
3337 This extension will have access to your browsing history and private dat a on all websites. 3337 This extension will have access to your browsing history and private dat a on all websites.
3338 </message> 3338 </message>
3339 <message name="IDS_EXTENSION_PROMPT_WARNING_FULL_ACCESS" desc="Warning dis played in body of extension dialog when the extension requires access the local machine."> 3339 <message name="IDS_EXTENSION_PROMPT_WARNING_FULL_ACCESS" desc="Warning dis played in body of extension dialog when the extension requires access the local machine.">
3340 This extension will have full access to your computer and private data. 3340 This extension will have full access to your computer and private data.
3341 </message> 3341 </message>
3342 3342
3343 <!-- v2 extension install dialog strings --> 3343 <!-- v2 extension install dialog strings -->
3344 <message name="IDS_EXTENSION_PROMPT2_WILL_HAVE_ACCESS_TO" desc="Second lin e in the content area of the extension installation prompt."> 3344 <message name="IDS_EXTENSION_PROMPT2_WILL_HAVE_ACCESS_TO" desc="Second lin e in the content area of the extension installation prompt. Note that the exact wording is important. This should mean that the extension _can_ access the liste d privileges, but not necessarily that it will or needs to.">
3345 This extension needs access to: 3345 This extension can access:
3346 </message> 3346 </message>
3347 <message name="IDS_EXTENSION_PROMPT2_WARNING_FULL_ACCESS" desc="Permission string for full access to the computer and all websites."> 3347 <message name="IDS_EXTENSION_PROMPT2_WARNING_FULL_ACCESS" desc="Permission string for full access to the computer and all websites.">
3348 All data on your computer and the websites you visit 3348 All data on your computer and the websites you visit
3349 </message> 3349 </message>
3350 <message name="IDS_EXTENSION_PROMPT2_WARNING_ALL_HOSTS" desc="Permission s tring for access to data on all websites."> 3350 <message name="IDS_EXTENSION_PROMPT2_WARNING_ALL_HOSTS" desc="Permission s tring for access to data on all websites.">
3351 Your data on all websites 3351 Your data on all websites
3352 </message> 3352 </message>
3353 <message name="IDS_EXTENSION_PROMPT2_WARNING_1_HOST" desc="Permission stri ng for access to data on one website."> 3353 <message name="IDS_EXTENSION_PROMPT2_WARNING_1_HOST" desc="Permission stri ng for access to data on one website.">
3354 Your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph> 3354 Your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph>
3355 </message> 3355 </message>
(...skipping 4285 matching lines...) Expand 10 before | Expand all | Expand 10 after
7641 7641
7642 </messages> 7642 </messages>
7643 7643
7644 <structures first_id="50000" fallback_to_english="true"> 7644 <structures first_id="50000" fallback_to_english="true">
7645 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 7645 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
7646 </structure> 7646 </structure>
7647 </structures> 7647 </structures>
7648 7648
7649 </release> 7649 </release>
7650 </grit> 7650 </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