diff --git a/browser/base/content/aboutStartup.xhtml b/browser/base/content/aboutStartup.xhtml index 3c2f3fcc11b2..db40e3e4f46f 100755 --- a/browser/base/content/aboutStartup.xhtml +++ b/browser/base/content/aboutStartup.xhtml @@ -4,6 +4,8 @@ %htmlDTD; %globalDTD; + + %brandDTD; %aboutStartupDTD; ]> diff --git a/browser/locales/en-US/chrome/browser/aboutStartup.dtd b/browser/locales/en-US/chrome/browser/aboutStartup.dtd index 7a8588ead743..3c128005e4b4 100644 --- a/browser/locales/en-US/chrome/browser/aboutStartup.dtd +++ b/browser/locales/en-US/chrome/browser/aboutStartup.dtd @@ -1,4 +1,4 @@ - + @@ -7,7 +7,7 @@ - + diff --git a/browser/locales/en-US/chrome/browser/aboutStartup.properties b/browser/locales/en-US/chrome/browser/aboutStartup.properties new file mode 100644 index 000000000000..6c1c5ca21055 --- /dev/null +++ b/browser/locales/en-US/chrome/browser/aboutStartup.properties @@ -0,0 +1,10 @@ +# LOCALIZATION NOTE (appUpgrade): %1 will be &brandShortName;, %2 will be the version number, and %3 will be the Gecko build id. "Firefox 4.0b6pre (20100909051952)" +appUpgrade=%1$S %2$S (%3$S) +# LOCALIZATION NOTE (extensionInstalled): %1 will be the name of an extension, and %2 will be its version number +extensionInstalled=%1$S %1$2 installed +# LOCALIZATION NOTE (extensionUpgraded): %1 will be the name of an extension, and %2 will be its version number +extensionUpgraded=%1$S upgraded to %1$2 +# LOCALIZATION NOTE (extensionEnabled): %1 will be the name of an extension, and %2 will be its version number +extensionEnabled=%1$S %1$2 enabled +# LOCALIZATION NOTE (extensionDisabled): %1 will be the name of an extension, and %2 will be its version number +extensionDisabled=%1$S %1$2 disabled