fsfe long name
svn path=/branches/test/; revision=27468
This commit is contained in:
parent
de9c3566de
commit
def829f730
11
fsfe.xsl
11
fsfe.xsl
@ -638,7 +638,7 @@
|
||||
<xsl:element name="i">
|
||||
<xsl:attribute name="class">fa fa-home fa-lg</xsl:attribute>
|
||||
</xsl:element>
|
||||
<xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'rootpage'" /></xsl:call-template>
|
||||
<xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'fsfeurope'" /></xsl:call-template>
|
||||
</xsl:element>
|
||||
|
||||
</xsl:element>
|
||||
@ -788,7 +788,9 @@
|
||||
|
||||
<xsl:element name="div">
|
||||
<xsl:attribute name="id">logo</xsl:attribute>
|
||||
<xsl:element name="span">Free Software Foundation Europe</xsl:element>
|
||||
<xsl:element name="span">
|
||||
<xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'fsfeurope'" /></xsl:call-template>
|
||||
</xsl:element>
|
||||
</xsl:element>
|
||||
<!--/div#logo-->
|
||||
|
||||
@ -1226,7 +1228,7 @@
|
||||
<xsl:attribute name="class">fsfe</xsl:attribute>
|
||||
<xsl:element name="a">
|
||||
<xsl:attribute name="href">/</xsl:attribute>
|
||||
Free Software Foundation Europe
|
||||
<xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'fsfeurope'" /></xsl:call-template>
|
||||
</xsl:element>
|
||||
|
||||
<xsl:element name="ul">
|
||||
@ -1579,8 +1581,7 @@
|
||||
<xsl:element name="section">
|
||||
<xsl:attribute name="id">legal-info</xsl:attribute>
|
||||
|
||||
<p>Copyright © 2001-2014 <a href="/">Free Software Foundation
|
||||
Europe</a>.</p>
|
||||
<p>Copyright © 2001-2014 <a href="/"><xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'fsfeurope'" /></xsl:call-template></a>.</p>
|
||||
<ul>
|
||||
<li><a href="/contact/contact.html"> <xsl:call-template
|
||||
name="fsfe-gettext"><xsl:with-param name="id"
|
||||
|
@ -4,6 +4,10 @@
|
||||
<!--
|
||||
<text id=""></text>
|
||||
-->
|
||||
|
||||
<text id="fsfeurope">Free Software Foundation Europe</text>
|
||||
<text id="freesoftwarefoundationeurope">Free Software Foundation Europe</text>
|
||||
|
||||
<!-- Footer -->
|
||||
<text id="lastchanged"> Last changed: </text>
|
||||
<text id="translator1a">We thank </text>
|
||||
@ -45,7 +49,7 @@
|
||||
<text id="menu">Menu</text>
|
||||
<text id="content">Content</text>
|
||||
<text id="page-info">Page info</text>
|
||||
<text id="rootpage">Free Software Foundation Europe</text>
|
||||
<text id="rootpage">Home</text>
|
||||
<text id="close-this">Close this</text>
|
||||
<text id="sitemap">Sitemap</text>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user