50523: Remove (most) Netscape branding. a=av, sr=scc.

git-svn-id: svn://10.0.0.236/trunk@81240 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla.BenB%bucksch.org
2000-10-15 22:03:54 +00:00
parent 69e665b7a6
commit cd48bf42b3
4 changed files with 16 additions and 16 deletions

View File

@@ -34,16 +34,16 @@
#define TARGET "_blank"
#define MIME_TYPES_HANDLED "*:.*:All types"
#define PLUGIN_NAME "Netscape Default Plugin"
#define PLUGIN_NAME "Default Plugin"
#define PLUGIN_DESCRIPTION "The default plugin handles plugin data for mimetypes and extensions that are not specified and facilitates downloading of new plugins."
#define CLICK_TO_GET "Click here to get the plugin"
#define CLICK_WHEN_DONE "Click here after installing the plugin"
#define REFRESH_PLUGIN_LIST "javascript:navigator.plugins.refresh(true)"
#define PLUGINSPAGE_URL "http://cgi.netscape.com/cgi-bin/plug-in_finder.cgi"
#define PLUGINSPAGE_URL "http://cgi.netscape.com/cgi-bin/plug-in_finder.cgi" //XXX Branding: make configurable via .properties or prefs
#define OK_BUTTON "OK"
#define CANCEL_BUTTON "CANCEL"
#define JVM_SMARTUPDATE_URL "http://home.netscape.com/plugins/jvm.html"
#define JVM_SMARTUPDATE_URL "http://home.netscape.com/plugins/jvm.html" //XXX Branding: see above
#define JVM_MINETYPE "application/x-java-vm"
#define MESSAGE "\
This page contains information of a type (%s) that can\n\

View File

@@ -97,18 +97,18 @@ BEGIN
BLOCK "040904e4"
BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Netscape Communications, Inc.\0"
VALUE "CompanyName", "mozilla.org\0"
VALUE "FileDescription", "Default Plug-in\0"
VALUE "FileExtents", "*\0"
VALUE "FileOpenName", "Netscape Default Plug-in (*.*)\0"
VALUE "FileOpenName", "Mozilla Default Plug-in (*.*)\0"
VALUE "FileVersion", "1, 0, 0, 15\0"
VALUE "InternalName", "DEFPLUGIN\0"
VALUE "LegalCopyright", "Copyright © 1995-1997\0"
VALUE "LegalCopyright", "Copyright © 1995-2000\0"
VALUE "LegalTrademarks", "\0"
VALUE "MIMEType", "*\0"
VALUE "OriginalFilename", "NPNUL32.DLL\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "Netscape Default Plug-in\0"
VALUE "ProductName", "Mozilla Default Plug-in\0"
VALUE "ProductVersion", "1, 0, 0, 15\0"
VALUE "SpecialBuild", "\0"
END
@@ -165,7 +165,7 @@ BEGIN
IDS_LOCATION "Navigator can retrieve the plug-in for you from:"
IDS_TITLE "Plug-in Not Loaded"
IDS_QUESTION "What would you like to do?"
IDS_WARNING_JS "The SmartUpdate feature makes it easy to install new plug-ins. To take advantage of SmartUpdate, you must enable Java, JavaScript and AutoInstall in the Advanced panel of the Preferences, then click the plug-in icon on the page."
IDS_WARNING_JS "The SmartUpdate feature makes it easy to install new plug-ins. To take advantage of SmartUpdate, you must enable Java, JavaScript and AutoInstall in the Advanced panel of the Preferences, then click the plug-in icon on the page." //XXX Does this work in Mozilla builds?
IDS_WARNING_OFFLINE "However, you are currently offline. If you would like to get the plug-in, click Cancel, select ""Go Online"" from the File menu, then click the plug-in icon on the page."
IDS_FINDER_PAGE "Netscape's Plug-in Finder page"
IDS_CLICK_TO_GET "Click here to get the plugin"

View File

@@ -34,16 +34,16 @@
#define TARGET "_blank"
#define MIME_TYPES_HANDLED "*:.*:All types"
#define PLUGIN_NAME "Netscape Default Plugin"
#define PLUGIN_NAME "Default Plugin"
#define PLUGIN_DESCRIPTION "The default plugin handles plugin data for mimetypes and extensions that are not specified and facilitates downloading of new plugins."
#define CLICK_TO_GET "Click here to get the plugin"
#define CLICK_WHEN_DONE "Click here after installing the plugin"
#define REFRESH_PLUGIN_LIST "javascript:navigator.plugins.refresh(true)"
#define PLUGINSPAGE_URL "http://cgi.netscape.com/cgi-bin/plug-in_finder.cgi"
#define PLUGINSPAGE_URL "http://cgi.netscape.com/cgi-bin/plug-in_finder.cgi" //XXX Branding: make configurable via .properties or prefs
#define OK_BUTTON "OK"
#define CANCEL_BUTTON "CANCEL"
#define JVM_SMARTUPDATE_URL "http://home.netscape.com/plugins/jvm.html"
#define JVM_SMARTUPDATE_URL "http://home.netscape.com/plugins/jvm.html" //XXX Branding: see above
#define JVM_MINETYPE "application/x-java-vm"
#define MESSAGE "\
This page contains information of a type (%s) that can\n\

View File

@@ -97,18 +97,18 @@ BEGIN
BLOCK "040904e4"
BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Netscape Communications, Inc.\0"
VALUE "CompanyName", "mozilla.org\0"
VALUE "FileDescription", "Default Plug-in\0"
VALUE "FileExtents", "*\0"
VALUE "FileOpenName", "Netscape Default Plug-in (*.*)\0"
VALUE "FileOpenName", "Mozilla Default Plug-in (*.*)\0"
VALUE "FileVersion", "1, 0, 0, 15\0"
VALUE "InternalName", "DEFPLUGIN\0"
VALUE "LegalCopyright", "Copyright © 1995-1997\0"
VALUE "LegalCopyright", "Copyright © 1995-2000\0"
VALUE "LegalTrademarks", "\0"
VALUE "MIMEType", "*\0"
VALUE "OriginalFilename", "NPNUL32.DLL\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "Netscape Default Plug-in\0"
VALUE "ProductName", "Mozilla Default Plug-in\0"
VALUE "ProductVersion", "1, 0, 0, 15\0"
VALUE "SpecialBuild", "\0"
END
@@ -165,7 +165,7 @@ BEGIN
IDS_LOCATION "Navigator can retrieve the plug-in for you from:"
IDS_TITLE "Plug-in Not Loaded"
IDS_QUESTION "What would you like to do?"
IDS_WARNING_JS "The SmartUpdate feature makes it easy to install new plug-ins. To take advantage of SmartUpdate, you must enable Java, JavaScript and AutoInstall in the Advanced panel of the Preferences, then click the plug-in icon on the page."
IDS_WARNING_JS "The SmartUpdate feature makes it easy to install new plug-ins. To take advantage of SmartUpdate, you must enable Java, JavaScript and AutoInstall in the Advanced panel of the Preferences, then click the plug-in icon on the page." //XXX Does this work in Mozilla builds?
IDS_WARNING_OFFLINE "However, you are currently offline. If you would like to get the plug-in, click Cancel, select ""Go Online"" from the File menu, then click the plug-in icon on the page."
IDS_FINDER_PAGE "Netscape's Plug-in Finder page"
IDS_CLICK_TO_GET "Click here to get the plugin"