Remove the ability to change the font size on the website. There are now
much better ways of doing this in modern web browsers. Furthermore, it never worked as well as it should have done, as too much of the website is built around fixed layouts. It was felt it was best to remove the size switcher from all languages at once, so that the infrastructure (styleswitcher.js etc.) could be removed at the same time. Discussed at: Cambridge DevSummit, August 2012 Discussed on: www@ Approved by: gabor (mentor)
This commit is contained in:
parent
0f9d82850e
commit
bee5d224fe
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39627
16 changed files with 2 additions and 266 deletions
de_DE.ISO8859-1/share/sgml
el_GR.ISO8859-7/share/sgml
en_US.ISO8859-1/htdocs
es_ES.ISO8859-1/share/sgml
fr_FR.ISO8859-1/share/sgml
hu_HU.ISO8859-2/share/sgml
it_IT.ISO8859-15/share/sgml
ja_JP.eucJP/share/sgml
nl_NL.ISO8859-1/share/sgml
ru_RU.KOI8-R/share/sgml
share/sgml
zh_CN.GB2312/share/sgml
zh_TW.Big5/share/sgml
|
@ -16,11 +16,6 @@
|
|||
<!-- Standard headers and footers -->
|
||||
|
||||
<!ENTITY header2.word.search 'Suche'>
|
||||
<!ENTITY header2.word.textsize 'Schriftgröße'>
|
||||
<!ENTITY header2.word.normaltextsize 'Normale Schrift'>
|
||||
<!ENTITY header2.word.largetextsize 'Große Schrift'>
|
||||
<!ENTITY header2.word.normal 'Normal'>
|
||||
<!ENTITY header2.word.large 'Groß'>
|
||||
<!ENTITY header2.word.donate 'Spenden'>
|
||||
<!ENTITY header2.word.contact 'Kontakt'>
|
||||
|
||||
|
@ -115,24 +110,6 @@
|
|||
|
||||
<div id="SEARCHNAV">
|
||||
<ul id="SEARCHNAVLIST">
|
||||
|
||||
<!--
|
||||
FUER UEBERSETZER - ACHTUNG:
|
||||
|
||||
Die zwei Attribute "Normal Text" und "Large Text" in den naechsten
|
||||
Zeilen NICHT uebersetzen! Es handelt sich dabei nicht um Text, sondern um
|
||||
JavaScript-Parameter. Eine Uebersetzung dieser Parameter fuehrt zu
|
||||
Problemen bei der Darstellung der Webseiten.
|
||||
-->
|
||||
|
||||
<li>&header2.word.textsize;: <a href="#" onkeypress="return false;"
|
||||
onclick="setActiveStyleSheet('Normal Text'); return false;"
|
||||
title="&header2.word.normaltextsize;">&header2.word.normal;</a>
|
||||
/
|
||||
<a href="#" onkeypress="return false;"
|
||||
onclick="setActiveStyleSheet('Large Text'); return false;"
|
||||
title="&header2.word.largetextsize;">&header2.word.large;</a></li>
|
||||
|
||||
<li><a href="&enbase;/donations/" title="&header2.word.donate;">&header2.word.donate;</a></li>
|
||||
|
||||
<li class="last-child"><a href="&base;/mailto.html" title="&header2.word.contact;">&header2.word.contact;</a></li>
|
||||
|
|
|
@ -22,11 +22,6 @@
|
|||
<!-- Standard headers and footers -->
|
||||
|
||||
<!ENTITY header2.word.search 'ÁíáæÞôçóç'>
|
||||
<!ENTITY header2.word.textsize 'ÌÝãåèïò êåéìÝíïõ'>
|
||||
<!ENTITY header2.word.normaltextsize 'Êáíïíéêü ìÝãåèïò êåéìÝíïõ'>
|
||||
<!ENTITY header2.word.largetextsize 'Ìåãáëýôåñï ìÝãåèïò êåéìÝíïõ'>
|
||||
<!ENTITY header2.word.normal 'Êáíïíéêü'>
|
||||
<!ENTITY header2.word.large 'ÌåãÜëï'>
|
||||
<!ENTITY header2.word.donate 'ÄùñåÝò'>
|
||||
<!ENTITY header2.word.contact 'Åðéêïéíùíßá'>
|
||||
|
||||
|
@ -67,14 +62,6 @@
|
|||
|
||||
<div id="SEARCHNAV">
|
||||
<ul id="SEARCHNAVLIST">
|
||||
<li>&header2.word.textsize;: <a href="#" onkeypress="return false;"
|
||||
onclick="setActiveStyleSheet('Normal Text'); return false;"
|
||||
title="&header2.word.normaltextsize;">&header2.word.normal;</a>
|
||||
/
|
||||
<a href="#" onkeypress="return false;"
|
||||
onclick="setActiveStyleSheet('Large Text'); return false;"
|
||||
title="&header2.word.largetextsize;">&header2.word.large;</a></li>
|
||||
|
||||
<li><a href="&base;/donations/" title="&header2.word.donate;">&header2.word.donate;</a></li>
|
||||
|
||||
<li class="last-child"><a href="&base;/mailto.html" title="&header2.word.contact;">&header2.word.contact;</a></li>
|
||||
|
|
|
@ -66,14 +66,6 @@ $i_topbar = qq`
|
|||
|
||||
<div id="searchnav">
|
||||
<ul id="searchnavlist">
|
||||
<li>Text Size: <a href="#"
|
||||
onkeypress="return false;"
|
||||
onclick="setActiveStyleSheet('Normal Text'); return false;"
|
||||
title="Normal Text Size">Normal</a> / <a
|
||||
href="#" onkeypress="return false;"
|
||||
onclick="setActiveStyleSheet('Large Text'); return false;"
|
||||
title="Large Text Size">Large</a></li>
|
||||
|
||||
<li><a href="$hsty_base/donations/"
|
||||
title="Donate">Donate</a></li>
|
||||
|
||||
|
@ -227,8 +219,6 @@ $html
|
|||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
||||
<link rel="apple-touch-icon" href="/favicon.ico" type="image/x-icon" />
|
||||
$csshack
|
||||
<script type="text/javascript" src="$hsty_base/layout/js/styleswitcher.js">
|
||||
</script>
|
||||
<script type="text/javascript" src="$hsty_base/layout/js/google.js">
|
||||
</script>
|
||||
$t_style
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DATA= google.js \
|
||||
styleswitcher.js
|
||||
DATA= google.js
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,107 +0,0 @@
|
|||
/* http://www.alistapart.com/articles/alternate/ */
|
||||
|
||||
/* $FreeBSD$ */
|
||||
|
||||
var is_khtml = /Konqueror|Safari|KHTML/i.test(navigator.userAgent);
|
||||
var is_safari = /Safari/i.test(navigator.userAgent);
|
||||
var is_konq = is_khtml&&!is_safari;
|
||||
|
||||
function
|
||||
setActiveStyleSheet (title)
|
||||
{
|
||||
var i, a, main;
|
||||
for (i = 0; (a = document.getElementsByTagName ("link")[i]); i++)
|
||||
{
|
||||
if (a.getAttribute ("rel").indexOf ("style") != -1
|
||||
&& a.getAttribute ("title"))
|
||||
{
|
||||
a.disabled = true;
|
||||
if (a.getAttribute ("title").indexOf(title) != -1)
|
||||
a.disabled = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function
|
||||
getActiveStyleSheet ()
|
||||
{
|
||||
var i, a;
|
||||
for (i = 0; (a = document.getElementsByTagName ("link")[i]); i++)
|
||||
{
|
||||
if (a.getAttribute ("rel").indexOf ("style") != -1
|
||||
&& a.getAttribute ("title") && !a.disabled)
|
||||
return a.getAttribute ("title");
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
function
|
||||
getPreferredStyleSheet ()
|
||||
{
|
||||
var i, a;
|
||||
for (i = 0; (a = document.getElementsByTagName ("link")[i]); i++)
|
||||
{
|
||||
if (a.getAttribute ("rel").indexOf ("style") != -1
|
||||
&& a.getAttribute ("rel").indexOf ("alt") == -1
|
||||
&& a.getAttribute ("title"))
|
||||
return a.getAttribute ("title");
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
function
|
||||
createCookie (name, value, days)
|
||||
{
|
||||
if (days)
|
||||
{
|
||||
var date = new Date ();
|
||||
date.setTime (date.getTime () + (days * 24 * 60 * 60 * 1000));
|
||||
var expires = "; expires=" + date.toGMTString ();
|
||||
}
|
||||
else
|
||||
expires = "";
|
||||
document.cookie = name + "=" + value + expires + "; path=/";
|
||||
}
|
||||
|
||||
function
|
||||
readCookie (name)
|
||||
{
|
||||
var nameEQ = name + "=";
|
||||
var ca = document.cookie.split (';');
|
||||
for (var i = 0; i < ca.length; i++)
|
||||
{
|
||||
var c = ca[i];
|
||||
while (c.charAt (0) == ' ')
|
||||
c = c.substring (1, c.length);
|
||||
if (c.indexOf (nameEQ) == 0)
|
||||
return c.substring (nameEQ.length, c.length);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
window.onload = function (e)
|
||||
{
|
||||
if (is_konq) {
|
||||
document.getElementById("searchnavlist").getElementsByTagName("li")[0].style.display = 'none';
|
||||
return;
|
||||
}
|
||||
var cookie = readCookie ("style");
|
||||
var title = cookie ? cookie : getPreferredStyleSheet ();
|
||||
setActiveStyleSheet (title);
|
||||
}
|
||||
|
||||
window.onunload = function (e)
|
||||
{
|
||||
if (is_konq) {
|
||||
return;
|
||||
}
|
||||
var title = getActiveStyleSheet ();
|
||||
createCookie ("style", title, 365);
|
||||
}
|
||||
|
||||
/* Stylesheet switching does not work in Konqueror */
|
||||
if (!is_konq) {
|
||||
var cookie = readCookie ("style");
|
||||
var title = cookie ? cookie : getPreferredStyleSheet ();
|
||||
setActiveStyleSheet (title);
|
||||
}
|
|
@ -15,11 +15,6 @@
|
|||
<!-- Standard headers and footers -->
|
||||
|
||||
<!ENTITY header2.word.search 'Buscar'>
|
||||
<!ENTITY header2.word.textsize 'Tamaño'>
|
||||
<!ENTITY header2.word.normaltextsize 'Tamaño normal'>
|
||||
<!ENTITY header2.word.largetextsize 'Tamaño grande'>
|
||||
<!ENTITY header2.word.normal 'Normal'>
|
||||
<!ENTITY header2.word.large 'Grande'>
|
||||
<!ENTITY header2.word.donate 'Donaciones'>
|
||||
<!ENTITY header2.word.contact 'Contactar'>
|
||||
|
||||
|
@ -54,14 +49,6 @@
|
|||
|
||||
<div id="SEARCHNAV">
|
||||
<ul id="SEARCHNAVLIST">
|
||||
<li>&header2.word.textsize;: <a href="#" onkeypress="return false;"
|
||||
onclick="setActiveStyleSheet('Normal Text'); return false;"
|
||||
title="&header2.word.normaltextsize;">&header2.word.normal;</a>
|
||||
/
|
||||
<a href="#" onkeypress="return false;"
|
||||
onclick="setActiveStyleSheet('Large Text'); return false;"
|
||||
title="&header2.word.largetextsize;">&header2.word.large;</a></li>
|
||||
|
||||
<li><a href="&enbase;/donations/" title="&header2.word.donate;">&header2.word.donate;</a></li>
|
||||
|
||||
<li class="last-child"><a href="&base;/mailto.html" title="&header2.word.contact;">&header2.word.contact;</a></li>
|
||||
|
|
|
@ -10,11 +10,6 @@
|
|||
<!ENTITY copyright '<span xmlns="http://www.w3.org/1999/xhtml"><a href="&base;/search/index-site.html">Plan du site</a> | <a href="&base;/copyright/">Informations légales</a> | © 1995-2011 par le Projet FreeBSD. Tous droits réservés.</span>'>
|
||||
|
||||
<!ENTITY header2.word.search 'Rechercher'>
|
||||
<!ENTITY header2.word.textsize 'Taille du texte'>
|
||||
<!ENTITY header2.word.normaltextsize 'Normal Text Size'>
|
||||
<!ENTITY header2.word.largetextsize 'Large Text Size'>
|
||||
<!ENTITY header2.word.normal 'Normale'>
|
||||
<!ENTITY header2.word.large 'Large'>
|
||||
<!ENTITY header2.word.donate 'Faire un don'>
|
||||
<!ENTITY header2.word.contact 'Contact'>
|
||||
|
||||
|
@ -108,14 +103,6 @@
|
|||
|
||||
<div id="SEARCHNAV">
|
||||
<ul id="SEARCHNAVLIST">
|
||||
<li>&header2.word.textsize;: <a href="#" onkeypress="return false;"
|
||||
onclick="setActiveStyleSheet('Normal Text'); return false;"
|
||||
title="&header2.word.normaltextsize;">&header2.word.normal;</a>
|
||||
/
|
||||
<a href="#" onkeypress="return false;"
|
||||
onclick="setActiveStyleSheet('Large Text'); return false;"
|
||||
title="&header2.word.largetextsize;">&header2.word.large;</a></li>
|
||||
|
||||
<li><a href="&base;/donations/" title="&header2.word.donate;">&header2.word.donate;</a></li>
|
||||
|
||||
<li class="last-child"><a href="&base;/mailto.html" title="&header2.word.contact;">&header2.word.contact;</a></li>
|
||||
|
|
|
@ -21,11 +21,6 @@
|
|||
<!-- Standard headers and footers -->
|
||||
|
||||
<!ENTITY header2.word.search 'Keresés'>
|
||||
<!ENTITY header2.word.textsize 'Szöveg'>
|
||||
<!ENTITY header2.word.normaltextsize 'Normál Szövegméret'>
|
||||
<!ENTITY header2.word.largetextsize 'Nagy Szövegméret'>
|
||||
<!ENTITY header2.word.normal 'Normál'>
|
||||
<!ENTITY header2.word.large 'Nagy'>
|
||||
<!ENTITY header2.word.donate 'Adomány'>
|
||||
<!ENTITY header2.word.contact 'Kapcsolat'>
|
||||
|
||||
|
@ -133,14 +128,6 @@
|
|||
|
||||
<div id="SEARCHNAV">
|
||||
<ul id="SEARCHNAVLIST">
|
||||
<li>&header2.word.textsize;: <a href="#" onkeypress="return false;"
|
||||
onclick="setActiveStyleSheet('Normal Text'); return false;"
|
||||
title="&header2.word.normaltextsize;">&header2.word.normal;</a>
|
||||
/
|
||||
<a href="#" onkeypress="return false;"
|
||||
onclick="setActiveStyleSheet('Large Text'); return false;"
|
||||
title="&header2.word.largetextsize;">&header2.word.large;</a></li>
|
||||
|
||||
<li><a href="&enbase;/donations/" title="&header2.word.donate;">&header2.word.donate;</a></li>
|
||||
|
||||
<li class="last-child"><a href="&base;/mailto.html" title="&header2.word.contact;">&header2.word.contact;</a></li>
|
||||
|
|
|
@ -12,11 +12,6 @@
|
|||
<!-- Standard headers and footers -->
|
||||
|
||||
<!ENTITY header2.word.search 'Cerca'>
|
||||
<!ENTITY header2.word.textsize 'Testo'>
|
||||
<!ENTITY header2.word.normaltextsize 'Dimensione Testo Normale'>
|
||||
<!ENTITY header2.word.largetextsize 'Dimensione Testo Grande'>
|
||||
<!ENTITY header2.word.normal 'Normale'>
|
||||
<!ENTITY header2.word.large 'Grande'>
|
||||
<!ENTITY header2.word.donate 'Donazioni'>
|
||||
<!ENTITY header2.word.contact 'Contatti'>
|
||||
|
||||
|
@ -94,24 +89,6 @@
|
|||
</div> <!-- MENU -->
|
||||
'>
|
||||
|
||||
<!ENTITY header2.searchnav '
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" id="searchnav">
|
||||
<ul id="searchnavlist">
|
||||
<li>&header2.word.textsize;: <a href="#" onkeypress="return false;"
|
||||
onclick="setActiveStyleSheet('Normal Text'); return false;"
|
||||
title="&header2.word.normaltextsize;">&header2.word.normal;</a>
|
||||
/
|
||||
<a href="#" onkeypress="return false;"
|
||||
onclick="setActiveStyleSheet('Large Text'); return false;"
|
||||
title="&header2.word.largetextsize;">&header2.word.large;</a></li>
|
||||
|
||||
<li><a href="&enbase;/donations/" title="&header2.word.donate;">&header2.word.donate;</a></li>
|
||||
|
||||
<li class="last-child"><a href="&base;/mailto.html" title="&header2.word.contact;">&header2.word.contact;</a></li>
|
||||
</ul>
|
||||
</div> <!-- SEARCHNAV -->
|
||||
'>
|
||||
|
||||
<!-- macro for webbuild paper -->
|
||||
<!ENTITY webbuild '
|
||||
<p xmlns="http://www.w3.org/1999/xhtml">Questo documento descrive come creare e aggiornare le pagine web di FreeBSD
|
||||
|
|
|
@ -12,11 +12,6 @@
|
|||
<!ENTITY author '<a href="&base;/index.html">ホーム</a> | <a href="&base;/mailto.html">連絡先</a> | <a href="&base;/copyright/index.html">知的財産権について</a> | ©right;'>
|
||||
|
||||
<!ENTITY header2.word.search '検索'>
|
||||
<!ENTITY header2.word.textsize '文字サイズ'>
|
||||
<!ENTITY header2.word.normaltextsize '標準のテキストサイズ'>
|
||||
<!ENTITY header2.word.largetextsize '大きなテキストサイズ'>
|
||||
<!ENTITY header2.word.normal '中'>
|
||||
<!ENTITY header2.word.large '大'>
|
||||
<!ENTITY header2.word.donate '寄付・寄贈'>
|
||||
<!ENTITY header2.word.contact '連絡先'>
|
||||
|
||||
|
|
|
@ -28,11 +28,6 @@
|
|||
<!ENTITY nav ''>
|
||||
|
||||
<!ENTITY header2.word.search 'Zoeken'>
|
||||
<!ENTITY header2.word.textsize 'Tekstgrootte'>
|
||||
<!ENTITY header2.word.normaltextsize 'Normale tekstgrootte'>
|
||||
<!ENTITY header2.word.largetextsize 'Grote tekstgrootte'>
|
||||
<!ENTITY header2.word.normal 'Normaal'>
|
||||
<!ENTITY header2.word.large 'Groot'>
|
||||
<!ENTITY header2.word.donate 'Doneer'>
|
||||
<!ENTITY header2.word.contact 'Contact'>
|
||||
|
||||
|
|
|
@ -25,11 +25,6 @@
|
|||
<!-- Standard headers and footers -->
|
||||
|
||||
<!ENTITY header2.word.search 'ðÏÉÓË'>
|
||||
<!ENTITY header2.word.textsize 'òÁÚÍÅÒ ÔÅËÓÔÁ'>
|
||||
<!ENTITY header2.word.normaltextsize 'ïÂÙÞÎÙÊ ÒÁÚÍÅÒ ÂÕË×'>
|
||||
<!ENTITY header2.word.largetextsize 'âÏÌØÛÏÊ ÒÁÚÍÅÒ ÂÕË×'>
|
||||
<!ENTITY header2.word.normal 'ïÂÙÞÎÙÊ'>
|
||||
<!ENTITY header2.word.large 'âÏÌØÛÏÊ'>
|
||||
<!ENTITY header2.word.donate 'ðÏÖÅÒÔ×Ï×ÁÎÉÑ'>
|
||||
<!ENTITY header2.word.contact 'ëÏÎÔÁËÔÙ'>
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
<!ENTITY home '<a href="&base;/index.html"><img src"&enbase;/gifs/home.gif"
|
||||
alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"></a>'>
|
||||
<!ENTITY stylesheet '&enbase;/layout/css/fixed.css?20060509'>
|
||||
<!ENTITY stylesheetlarge '&enbase;/layout/css/fixed_large.css'>
|
||||
|
||||
<!-- Standard headers and footers -->
|
||||
|
||||
|
@ -35,11 +34,6 @@
|
|||
'>
|
||||
|
||||
<!ENTITY header2.word.search 'Search'>
|
||||
<!ENTITY header2.word.textsize 'Text Size'>
|
||||
<!ENTITY header2.word.normaltextsize 'Normal Text Size'>
|
||||
<!ENTITY header2.word.largetextsize 'Large Text Size'>
|
||||
<!ENTITY header2.word.normal 'Normal'>
|
||||
<!ENTITY header2.word.large 'Large'>
|
||||
<!ENTITY header2.word.donate 'Donate'>
|
||||
<!ENTITY header2.word.contact 'Contact'>
|
||||
|
||||
|
@ -137,14 +131,6 @@
|
|||
<!ENTITY header2.searchnav '
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" id="searchnav">
|
||||
<ul id="searchnavlist">
|
||||
<li>&header2.word.textsize;: <a href="#" onkeypress="return false;"
|
||||
onclick="setActiveStyleSheet('Normal Text'); return false;"
|
||||
title="&header2.word.normaltextsize;">&header2.word.normal;</a>
|
||||
/
|
||||
<a href="#" onkeypress="return false;"
|
||||
onclick="setActiveStyleSheet('Large Text'); return false;"
|
||||
title="&header2.word.largetextsize;">&header2.word.large;</a></li>
|
||||
|
||||
<li><a href="&base;/donations/" title="&header2.word.donate;">&header2.word.donate;</a></li>
|
||||
|
||||
<li class="last-child"><a href="&base;/mailto.html" title="&header2.word.contact;">&header2.word.contact;</a></li>
|
||||
|
|
|
@ -41,19 +41,10 @@
|
|||
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
|
||||
<xsl:copy-of select="/xhtml:html/xhtml:head/xhtml:meta"/>
|
||||
<link rel="shortcut icon" href="&enbase;/favicon.ico" type="image/x-icon" />
|
||||
<link rel="stylesheet" media="screen" href="&stylesheet;" type="text/css"/>
|
||||
<link rel="icon" href="&enbase;/favicon.ico" type="image/x-icon" />
|
||||
<!--
|
||||
FOR TRANSLATORS:
|
||||
|
||||
Do not translate the "Normal Text" and "Large Text" attributes in the
|
||||
following two lines. They are not literal texts but JavaScript
|
||||
parameters. Changing them will result in rendering errors.
|
||||
-->
|
||||
<link rel="stylesheet" media="screen" href="&stylesheet;" type="text/css" title="Normal Text" />
|
||||
<link rel="alternate stylesheet" media="screen" href="&stylesheetlarge;" type="text/css" title="Large Text" />
|
||||
<xsl:copy-of select="/xhtml:html/xhtml:head/xhtml:link"/>
|
||||
<xsl:call-template name="process.rss.link"/>
|
||||
<script type="text/javascript" src="&enbase;/layout/js/styleswitcher.js"></script>
|
||||
&header1.googlejs;
|
||||
</head>
|
||||
|
||||
|
|
|
@ -12,11 +12,6 @@
|
|||
alt="FreeBSD Ö÷Ò³" border="0" align="right" width="101" height="33"></a>'>
|
||||
|
||||
<!ENTITY header2.word.search 'ËÑË÷'>
|
||||
<!ENTITY header2.word.textsize '文字尺寸'>
|
||||
<!ENTITY header2.word.normaltextsize '正常文字尺寸'>
|
||||
<!ENTITY header2.word.largetextsize '放大文字尺寸'>
|
||||
<!ENTITY header2.word.normal '正常'>
|
||||
<!ENTITY header2.word.large '大字'>
|
||||
<!ENTITY header2.word.donate '¾èÔù'>
|
||||
<!ENTITY header2.word.contact 'ÁªÂç'>
|
||||
|
||||
|
|
|
@ -13,11 +13,6 @@
|
|||
alt="FreeBSD º¶" border="0" align="right" width="101" height="33"></a>'>
|
||||
|
||||
<!ENTITY header2.word.search '·j´M'>
|
||||
<!ENTITY header2.word.textsize '文字尺寸'>
|
||||
<!ENTITY header2.word.normaltextsize '正常文字尺寸'>
|
||||
<!ENTITY header2.word.largetextsize '放大文字尺寸'>
|
||||
<!ENTITY header2.word.normal '正常'>
|
||||
<!ENTITY header2.word.large '大字'>
|
||||
<!ENTITY header2.word.donate '®½ÃØ'>
|
||||
<!ENTITY header2.word.contact 'Ápµ¸'>
|
||||
|
||||
|
|
Loading…
Reference in a new issue