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

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

Issue 164312: Make the theme install infobar have an 'undo' button instead of (Closed)
Patch Set: Created 11 years, 4 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.h » ('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 2061 matching lines...) Expand 10 before | Expand all | Expand 10 after
2072 Restart 2072 Restart
2073 </message> 2073 </message>
2074 <message name="IDS_EXTENSION_CRASHED_INFOBAR_MESSAGE" desc="Message displa yed on the extension crashed infobar."> 2074 <message name="IDS_EXTENSION_CRASHED_INFOBAR_MESSAGE" desc="Message displa yed on the extension crashed infobar.">
2075 The following extension has crashed : <ph name="EXTENSION_NAME">$1<ex>Bu ildbot Monitor</ex></ph> 2075 The following extension has crashed : <ph name="EXTENSION_NAME">$1<ex>Bu ildbot Monitor</ex></ph>
2076 </message> 2076 </message>
2077 2077
2078 <!-- Theme preview info bar --> 2078 <!-- Theme preview info bar -->
2079 <message name="IDS_THEME_INSTALL_INFOBAR_LABEL" desc="Text displayed on an infobar when a theme has been installed."> 2079 <message name="IDS_THEME_INSTALL_INFOBAR_LABEL" desc="Text displayed on an infobar when a theme has been installed.">
2080 Installed theme "<ph name="THEME_NAME">$1<ex>Snowflake Theme</ex></ph>" 2080 Installed theme "<ph name="THEME_NAME">$1<ex>Snowflake Theme</ex></ph>"
2081 </message> 2081 </message>
2082 <message name="IDS_THEME_INSTALL_INFOBAR_UNDO_BUTTON" desc="Text displayed on the button to undo a theme installation and go back to the default theme."> 2082 <message name="IDS_THEME_INSTALL_INFOBAR_UNDO_BUTTON" desc="Text displayed on the button to undo a theme installation and go back to the previous theme.">
2083 Back to default 2083 Undo
Glen Murphy 2009/08/11 17:01:56 String freeze was a few weeks ago; I know it's a h
2084 </message> 2084 </message>
2085 2085
2086 <!-- Extesion install prompt --> 2086 <!-- Extesion install prompt -->
2087 <message name="IDS_EXTENSION_PROMPT_TITLE" desc="Titlebar of the extension installation prompt window"> 2087 <message name="IDS_EXTENSION_PROMPT_TITLE" desc="Titlebar of the extension installation prompt window">
2088 Confirm Installation 2088 Confirm Installation
2089 </message> 2089 </message>
2090 <message name="IDS_EXTENSION_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."> 2090 <message name="IDS_EXTENSION_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.">
2091 Install "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>"? 2091 Install "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>"?
2092 </message> 2092 </message>
2093 <message name="IDS_EXTENSION_PROMPT_WARNING_1" desc="Humorous warning disp layed in the extension install prompt that tells users that extensions have acce ss to their computer and private data."> 2093 <message name="IDS_EXTENSION_PROMPT_WARNING_1" desc="Humorous warning disp layed in the extension install prompt that tells users that extensions have acce ss to their computer and private data.">
(...skipping 2591 matching lines...) Expand 10 before | Expand all | Expand 10 after
4685 <message name="IDS_OPEN_FILES_DIALOG_TITLE" desc="The default title for the Open File file chooser dialog (multiple files)."> 4685 <message name="IDS_OPEN_FILES_DIALOG_TITLE" desc="The default title for the Open File file chooser dialog (multiple files).">
4686 Open Files 4686 Open Files
4687 </message> 4687 </message>
4688 4688
4689 <message translateable="false" name="IDS_GLEN" desc="Glen"> 4689 <message translateable="false" name="IDS_GLEN" desc="Glen">
4690 Glen 4690 Glen
4691 </message> 4691 </message>
4692 </messages> 4692 </messages>
4693 </release> 4693 </release>
4694 </grit> 4694 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_install_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698