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

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

Issue 3332016: Add a confirmation prompt to app uninstallation on the ntp. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: fix layout on Windows, remove some old crap Created 10 years, 3 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/cocoa/extension_install_prompt.mm » ('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 3392 matching lines...) Expand 10 before | Expand all | Expand 10 after
3403 </message> 3403 </message>
3404 <message name="IDS_EXTENSION_INSTALL_PROMPT_HEADING" desc="First bold line in the content area of the extension installation prompt. Asks the user if they want to install a particular extension."> 3404 <message name="IDS_EXTENSION_INSTALL_PROMPT_HEADING" desc="First bold line in the content area of the extension installation prompt. Asks the user if they want to install a particular extension.">
3405 Install <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>? 3405 Install <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>?
3406 </message> 3406 </message>
3407 <message name="IDS_EXTENSION_PROMPT_CREATE_SHORTCUT" desc="Label for check box that asks the user if they want to create a desktop shortcut for an app inst all."> 3407 <message name="IDS_EXTENSION_PROMPT_CREATE_SHORTCUT" desc="Label for check box that asks the user if they want to create a desktop shortcut for an app inst all.">
3408 Create desktop shortcut 3408 Create desktop shortcut
3409 </message> 3409 </message>
3410 <message name="IDS_EXTENSION_UNINSTALL_PROMPT_HEADING" desc="First bold li ne in the content area of the extension uninstallation prompt. Asks the user if they want to uninstall a particular extension."> 3410 <message name="IDS_EXTENSION_UNINSTALL_PROMPT_HEADING" desc="First bold li ne in the content area of the extension uninstallation prompt. Asks the user if they want to uninstall a particular extension.">
3411 Uninstall "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>"? 3411 Uninstall "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>"?
3412 </message> 3412 </message>
3413 <message name="IDS_EXTENSION_UNINSTALL_CONFIRMATION" desc="The warning you get when you are about to uninstall an extension.">
3414 Are you sure you want to uninstall this extension?
3415 </message>
3416 <message name="IDS_EXTENSION_PROMPT_WARNING_BROWSER" desc="Warning display ed in body of extension dialog when the extension requires access to browser API s."> 3413 <message name="IDS_EXTENSION_PROMPT_WARNING_BROWSER" desc="Warning display ed in body of extension dialog when the extension requires access to browser API s.">
3417 This extension will have access to your browsing history. 3414 This extension will have access to your browsing history.
3418 </message> 3415 </message>
3419 <message name="IDS_EXTENSION_PROMPT_WARNING_SINGLE_HOST" desc="Warning dis played in body of extension dialog when the extension requires access to a singl e host."> 3416 <message name="IDS_EXTENSION_PROMPT_WARNING_SINGLE_HOST" desc="Warning dis played in body of extension dialog when the extension requires access to a singl e host.">
3420 This extension will have access to your private data on <ph name="HOST"> $1<ex>maps.google.com</ex></ph>. 3417 This extension will have access to your private data on <ph name="HOST"> $1<ex>maps.google.com</ex></ph>.
3421 </message> 3418 </message>
3422 <message name="IDS_EXTENSION_PROMPT_WARNING_SINGLE_HOST_AND_BROWSER" desc= "Warning displayed in body of extension dialog when the extension requires acces s to a single host and browser APIs."> 3419 <message name="IDS_EXTENSION_PROMPT_WARNING_SINGLE_HOST_AND_BROWSER" desc= "Warning displayed in body of extension dialog when the extension requires acces s to a single host and browser APIs.">
3423 This extension will have access to your browsing history and private dat a on <ph name="HOST">$1<ex>maps.google.com</ex></ph>. 3420 This extension will have access to your browsing history and private dat a on <ph name="HOST">$1<ex>maps.google.com</ex></ph>.
3424 </message> 3421 </message>
3425 <message name="IDS_EXTENSION_PROMPT_WARNING_MULTIPLE_HOSTS" desc="Warning displayed in body of extension dialog when the extension requires access to mult iple hosts, but not every host."> 3422 <message name="IDS_EXTENSION_PROMPT_WARNING_MULTIPLE_HOSTS" desc="Warning displayed in body of extension dialog when the extension requires access to mult iple hosts, but not every host.">
(...skipping 6095 matching lines...) Expand 10 before | Expand all | Expand 10 after
9521 9518
9522 </messages> 9519 </messages>
9523 9520
9524 <structures fallback_to_english="true"> 9521 <structures fallback_to_english="true">
9525 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 9522 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
9526 </structure> 9523 </structure>
9527 </structures> 9524 </structures>
9528 9525
9529 </release> 9526 </release>
9530 </grit> 9527 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/cocoa/extension_install_prompt.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698