| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 56e8df870027f722e3575efa398611e10cb45215..6619918a276104f98df5c2be70dc48a52e8d41d4 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -4220,6 +4220,9 @@ Keep your key file in a safe place. You will need it to create new versions of y
|
| <message name="IDS_PLUGINS_PATH" desc="The label in front of a plug-in path (file/location on disk).">
|
| Location:
|
| </message>
|
| + <message name="IDS_PLUGINS_TYPE" desc="The label in front of a plug-in type (NPAPI, PPAPI, etc.).">
|
| + Type:
|
| + </message>
|
| <message name="IDS_PLUGINS_MIME_TYPES" desc="The label in front of a plug-in's MIME types table.">
|
| MIME types:
|
| </message>
|
| @@ -4247,6 +4250,15 @@ Keep your key file in a safe place. You will need it to create new versions of y
|
| <message name="IDS_PLUGINS_NO_PLUGINS" desc="Text that indicates that no plugins are installed">
|
| No plugins are installed
|
| </message>
|
| + <message name="IDS_PLUGINS_NPAPI" desc="Text that indicates the plugin is an NPAPI plugin.">
|
| + NPAPI
|
| + </message>
|
| + <message name="IDS_PLUGINS_PPAPI_IN_PROCESS" desc="Text that indicates the plugin is an in-process PPAPI plugin.">
|
| + PPAPI (in-process)
|
| + </message>
|
| + <message name="IDS_PLUGINS_PPAPI_OUT_OF_PROCESS" desc="Text that indicates the plugin is an out-of-process PPAPI plugin.">
|
| + PPAPI (out-of-process)
|
| + </message>
|
|
|
| <!-- about:policy -->
|
| <message name="IDS_POLICY_TITLE" desc="The title for the about:policies page.">
|
|
|