Bug 328563: redesign about:, make a period localizable and the about:license url not localizable. r=l10n

This commit is contained in:
steffen.wilberg%web.de 2006-07-22 14:36:45 +00:00
Родитель 09c15a3ac7
Коммит f3af60632d
2 изменённых файлов: 5 добавлений и 6 удалений

Просмотреть файл

@ -48,7 +48,7 @@
- the terms of any one of the MPL, the GPL or the LGPL.
-
- ***** END LICENSE BLOCK ***** -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>About:</title>
@ -63,11 +63,11 @@
#expand <p id="version">version __MOZ_APP_VERSION__</p>
</a>
</div>
<ul id="aboutPageList">
<li>&about.copy.beforeLink1; <a href="about:credits"> &about.copy.link1Title;</a>
&about.copy.beforeLink2; <a href="http://www.mozilla.org/about/">&about.copy.link2Title;</a>.</li>
<li>&about.license.beforeLink; <a href="&about.license.link;">&about.license.linkTitle;</a> &about.license.afterLink;</li>
&about.copy.beforeLink2; <a href="http://www.mozilla.org/about/">&about.copy.link2Title;</a>&about.copy.afterLink2;</li>
<li>&about.license.beforeLink; <a href="about:license">&about.license.linkTitle;</a> &about.license.afterLink;</li>
#expand <li>&about.relnotes.beforeLink; <a href="&releaseBaseURL;__MOZ_APP_VERSION__.html">&about.relnotes.linkTitle;</a> &about.relnotes.afterLink;</li>
<li>&about.buildconfig.beforeLink; <a href="about:buildconfig">&about.buildconfig.linkTitle;</a> &about.buildconfig.afterLink;</li>
<script type="application/x-javascript">

Просмотреть файл

@ -2,10 +2,9 @@
<!ENTITY about.copy.link1Title "contributors">
<!ENTITY about.copy.beforeLink2 "to the">
<!ENTITY about.copy.link2Title "Mozilla Project">
<!ENTITY about.copy.afterLink2 ".">
<!ENTITY about.license.beforeLink "Read the">
<!-- LOCALIZATION NOTE (about.license.link): This has to be either "about:license" or "about:licence". -->
<!ENTITY about.license.link "about:license">
<!ENTITY about.license.linkTitle "licensing information">
<!ENTITY about.license.afterLink "for this product.">