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

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

Issue 2783813002: Move ChromeRequirementsChecker to //extensions as a PreloadCheck (Closed)
Patch Set: minor test cleanup Created 3 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
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 4035 matching lines...) Expand 10 before | Expand all | Expand 10 after
4046 </message> 4046 </message>
4047 <message name="IDS_EXTENSION_PUBLIC_KEY_FAILED_TO_EXPORT" desc="Warning di splayed in pack dialog when exporting a public key failed."> 4047 <message name="IDS_EXTENSION_PUBLIC_KEY_FAILED_TO_EXPORT" desc="Warning di splayed in pack dialog when exporting a public key failed.">
4048 Failed to export public key. 4048 Failed to export public key.
4049 </message> 4049 </message>
4050 <message name="IDS_EXTENSION_CANT_DOWNGRADE_VERSION" desc="Error message w hen a user tries to install an extension with a lower version than a version tha t it already installed."> 4050 <message name="IDS_EXTENSION_CANT_DOWNGRADE_VERSION" desc="Error message w hen a user tries to install an extension with a lower version than a version tha t it already installed.">
4051 Attempted to downgrade extension. 4051 Attempted to downgrade extension.
4052 </message> 4052 </message>
4053 <message name="IDS_APP_CANT_DOWNGRADE_VERSION" desc="Error message when a user tries to install an app with a lower version than a version that it already installed."> 4053 <message name="IDS_APP_CANT_DOWNGRADE_VERSION" desc="Error message when a user tries to install an app with a lower version than a version that it already installed.">
4054 Attempted to downgrade app. 4054 Attempted to downgrade app.
4055 </message> 4055 </message>
4056 <message name="IDS_EXTENSION_WEBGL_NOT_SUPPORTED" desc="Error message when an extension has a requirement for WebGL that the system does not support.">
4057 WebGL is not supported.
4058 </message>
4059 <message name="IDS_EXTENSION_NPAPI_NOT_SUPPORTED" desc="Error message when an extension has a requirement for plugins that the system does not support.">
4060 NPAPI plugins are not supported.
4061 </message>
4062 <if expr="not use_aura">
4063 <message name="IDS_EXTENSION_WINDOW_SHAPE_NOT_SUPPORTED" desc="Error mes sage when an extension has a requirement for shaped windows that the system does not support.">
4064 Shaped windows are not supported.
4065 </message>
4066 </if>
4067 <if expr="chromeos"> 4056 <if expr="chromeos">
4068 <message name="IDS_EXTENSION_CANT_INSTALL_IN_DEVICE_LOCAL_ACCOUNT" desc= "Error message when a user tries to install or the administrator tries to force- install through policy an extension that is not allowed in a device-local accoun t."> 4057 <message name="IDS_EXTENSION_CANT_INSTALL_IN_DEVICE_LOCAL_ACCOUNT" desc= "Error message when a user tries to install or the administrator tries to force- install through policy an extension that is not allowed in a device-local accoun t.">
4069 <ph name="EXTENSION_NAME">$1<ex>Google Talk</ex></ph> (extension ID "< ph name="EXTENSION_ID">$2<ex>nckgahadagoaajjgafhacjanaoiihapd</ex></ph>") is not allowed in this type of session. 4058 <ph name="EXTENSION_NAME">$1<ex>Google Talk</ex></ph> (extension ID "< ph name="EXTENSION_ID">$2<ex>nckgahadagoaajjgafhacjanaoiihapd</ex></ph>") is not allowed in this type of session.
4070 </message> 4059 </message>
4071 <message name="IDS_EXTENSION_CANT_INSTALL_ON_SIGNIN_SCREEN" desc="Error message when the administrator tries to force-install through policy an extensio n that is not allowed on a login screen."> 4060 <message name="IDS_EXTENSION_CANT_INSTALL_ON_SIGNIN_SCREEN" desc="Error message when the administrator tries to force-install through policy an extensio n that is not allowed on a login screen.">
4072 <ph name="EXTENSION_NAME">$1<ex>Google Talk</ex></ph> (extension ID "< ph name="EXTENSION_ID">$2<ex>abacabadabacabaeabacabadabacabaf</ex></ph>") is not allowed on a login screen. 4061 <ph name="EXTENSION_NAME">$1<ex>Google Talk</ex></ph> (extension ID "< ph name="EXTENSION_ID">$2<ex>abacabadabacabaeabacabadabacabaf</ex></ph>") is not allowed on a login screen.
4073 </message> 4062 </message>
4074 </if> 4063 </if>
4075 <message name="IDS_EXTENSION_MOVE_DIRECTORY_TO_PROFILE_FAILED" desc=""> 4064 <message name="IDS_EXTENSION_MOVE_DIRECTORY_TO_PROFILE_FAILED" desc="">
4076 Could not move extension directory into profile. 4065 Could not move extension directory into profile.
(...skipping 8311 matching lines...) Expand 10 before | Expand all | Expand 10 after
12388 Your downloads appear here 12377 Your downloads appear here
12389 </message> 12378 </message>
12390 12379
12391 <!-- Automation info bar --> 12380 <!-- Automation info bar -->
12392 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> 12381 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test.">
12393 Chrome is being controlled by automated test software. 12382 Chrome is being controlled by automated test software.
12394 </message> 12383 </message>
12395 </messages> 12384 </messages>
12396 </release> 12385 </release>
12397 </grit> 12386 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/BUILD.gn » ('j') | chrome/browser/extensions/extension_install_checker.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698