зеркало из https://github.com/mozilla/gecko-dev.git
Bug 526454 - Link to plugin check page from about:plugins. r=josh, ui-r=faaborg
This commit is contained in:
Родитель
916a7366c1
Коммит
f00c717b80
|
@ -6,6 +6,7 @@ title_label=About Plugins
|
|||
installedplugins_label=Installed plugins
|
||||
nopluginsareenabled_label=No enabled plugins found
|
||||
findmore_label=Find more information about browser plugins at
|
||||
findpluginupdates_label=Find updates for installed plugins at
|
||||
installhelp_label=Help for installing plugins is available from
|
||||
file_label=File:
|
||||
version_label=Version:
|
||||
|
|
|
@ -102,6 +102,10 @@
|
|||
document.writeln("<a href=\"" + regionbundle.GetStringFromName("more_plugins_url") + "\">" + regionbundle.GetStringFromName("more_plugins_label") + "<\/a>.");
|
||||
document.writeln("<\/div>");
|
||||
|
||||
document.writeln("<div id=\"findpluginupdates\">" + pluginsbundle.GetStringFromName("findpluginupdates_label") + " ");
|
||||
document.writeln("<a href=\"" + regionbundle.GetStringFromName("pluginupdates_url") + "\">" + regionbundle.GetStringFromName("pluginupdates_label") + "<\/a>.");
|
||||
document.writeln("<\/div>");
|
||||
|
||||
document.writeln("<div id=\"installhelp\">" + pluginsbundle.GetStringFromName("installhelp_label") + " ");
|
||||
document.writeln("<a href=\"" + regionbundle.GetStringFromName("plugindoc_url") + "\">" + regionbundle.GetStringFromName("plugindoc_label") + "<\/a>.");
|
||||
document.writeln("<\/div><hr>");
|
||||
|
|
|
@ -6,6 +6,8 @@ pluginStartupMessage=Starting Plugin for type
|
|||
# plug-ins URLs
|
||||
more_plugins_label=mozilla.org
|
||||
more_plugins_url=https://pfs.mozilla.org/plugins/
|
||||
pluginupdates_label=mozilla.com/plugincheck
|
||||
pluginupdates_url=http://www.mozilla.com/plugincheck/
|
||||
plugindoc_label=plugindoc.mozdev.org
|
||||
plugindoc_url=http://plugindoc.mozdev.org/
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче