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

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

Issue 11054006: Make application shortcuts point to app_host.exe, install App Host during app installation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixing crashing ExtensionServiceTest.LoadExtensionsWithPlugins unit test, caused by usage of const … Created 8 years, 1 month 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 5013 matching lines...) Expand 10 before | Expand all | Expand 10 after
5024 </message> 5024 </message>
5025 <message name="IDS_EXTENSION_PACKAGE_UNZIP_ERROR" desc="Message for when a n error occurs while unzipping a packaged extension or app."> 5025 <message name="IDS_EXTENSION_PACKAGE_UNZIP_ERROR" desc="Message for when a n error occurs while unzipping a packaged extension or app.">
5026 Could not unzip extension 5026 Could not unzip extension
5027 </message> 5027 </message>
5028 <message name="IDS_EXTENSION_PACKAGE_IMAGE_PATH_ERROR" desc="Error message for when a packaged extension or app contains a reference to an image that coul d be outside the package."> 5028 <message name="IDS_EXTENSION_PACKAGE_IMAGE_PATH_ERROR" desc="Error message for when a packaged extension or app contains a reference to an image that coul d be outside the package.">
5029 Illegal path (absolute or relative with '..'): '<ph name="IMAGE_PATH">$1 <ex>../image.png</ex></ph>' 5029 Illegal path (absolute or relative with '..'): '<ph name="IMAGE_PATH">$1 <ex>../image.png</ex></ph>'
5030 </message> 5030 </message>
5031 <message name="IDS_EXTENSION_PACKAGE_IMAGE_ERROR" desc="Message for when a n error occurs while trying to decode an image found within a packaged extension or app."> 5031 <message name="IDS_EXTENSION_PACKAGE_IMAGE_ERROR" desc="Message for when a n error occurs while trying to decode an image found within a packaged extension or app.">
5032 Could not decode image: '<ph name="IMAGE_NAME">$1<ex>image.png</ex></ph> ' 5032 Could not decode image: '<ph name="IMAGE_NAME">$1<ex>image.png</ex></ph> '
5033 </message> 5033 </message>
5034 <message name="IDS_EXTENSION_APP_HOST_INSTALL_ERROR" desc="Message for whe n an App Host fails to install.">
5035 Application Runtime installation failed.
5036 </message>
5034 5037
5035 <!-- Extension installed bubble --> 5038 <!-- Extension installed bubble -->
5036 <message name="IDS_EXTENSION_BUNDLE_INSTALLED_HEADING_EXTENSIONS" desc="Fi rst line in the content area of the extension bundle installed bubble. Instructs which extensions were installed."> 5039 <message name="IDS_EXTENSION_BUNDLE_INSTALLED_HEADING_EXTENSIONS" desc="Fi rst line in the content area of the extension bundle installed bubble. Instructs which extensions were installed.">
5037 The following extensions are now installed: 5040 The following extensions are now installed:
5038 </message> 5041 </message>
5039 <message name="IDS_EXTENSION_BUNDLE_INSTALLED_HEADING_APPS" desc="First li ne in the content area of the extension bundle installed bubble. Instructs which apps were installed."> 5042 <message name="IDS_EXTENSION_BUNDLE_INSTALLED_HEADING_APPS" desc="First li ne in the content area of the extension bundle installed bubble. Instructs which apps were installed.">
5040 The following apps are now installed: 5043 The following apps are now installed:
5041 </message> 5044 </message>
5042 <message name="IDS_EXTENSION_BUNDLE_INSTALLED_HEADING_EXTENSION_APPS" desc ="First line in the content area of the extension bundle installed bubble. Instr ucts which apps and extensions were installed."> 5045 <message name="IDS_EXTENSION_BUNDLE_INSTALLED_HEADING_EXTENSION_APPS" desc ="First line in the content area of the extension bundle installed bubble. Instr ucts which apps and extensions were installed.">
5043 The following apps and extensions were added: 5046 The following apps and extensions were added:
(...skipping 9770 matching lines...) Expand 10 before | Expand all | Expand 10 after
14814 14817
14815 <structures fallback_to_english="true"> 14818 <structures fallback_to_english="true">
14816 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14819 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14817 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14820 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14818 </structure> 14821 </structure>
14819 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14822 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14820 </structure> 14823 </structure>
14821 </structures> 14824 </structures>
14822 </release> 14825 </release>
14823 </grit> 14826 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/app_host_installer.h » ('j') | chrome/browser/extensions/app_host_installer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698