summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2009-09-07 11:04:47 +0200
committerdakkar <dakkar@thenautilus.net>2009-09-07 11:04:47 +0200
commit725b1dd749f7c028fd4d94896b393fd485df84a8 (patch)
tree6c3c0d3d64bcdba4b1e558f349d72017f62f8b2e /templates
parentfix a literal block (diff)
downloadthenautilus-725b1dd749f7c028fd4d94896b393fd485df84a8.tar.gz
thenautilus-725b1dd749f7c028fd4d94896b393fd485df84a8.tar.bz2
thenautilus-725b1dd749f7c028fd4d94896b393fd485df84a8.zip
translated license and comments link
Diffstat (limited to 'templates')
-rw-r--r--templates/du2html.xsl21
1 files changed, 19 insertions, 2 deletions
diff --git a/templates/du2html.xsl b/templates/du2html.xsl
index b140d24..f6c7de2 100644
--- a/templates/du2html.xsl
+++ b/templates/du2html.xsl
@@ -60,6 +60,11 @@
<t t="navlinks" l="it">Documenti correlati</t> <t t="navlinks" l="en">Related documents</t>
<t t="navtags" l="it">Alcuni tag</t> <t t="navtags" l="en">Some tags</t>
<t t="alltags" l="it">Tutti i tag</t> <t t="alltags" l="en">All tags</t>
+ <t t="by" l="it"> di </t><t t="by" l="en"> by </t>
+ <t t="license" l="it"> è distribuito sotto una licenza</t><t t="license" l="en"> is distributed under the license </t>
+ <t t="comments" l="it">Per commenti, </t><t t="comments" l="en">If you have comments, </t>
+ <t t="mailsubj" l="it">Commenti su </t><t t="mailsubj" l="en">Comments on </t>
+ <t t="writeme" l="it">scrivetemi</t><t t="writeme" l="en">write me</t>
<t t="attention" l="it">Attenzione!</t> <t t="attention" l="en">Attention!</t>
<t t="caution" l="it">Cautela!</t> <t t="caution" l="en">Caution!</t>
<t t="danger" l="it">!PERICOLO!</t> <t t="danger" l="en">!DANGER!</t>
@@ -234,10 +239,22 @@
</div>
<div id="footer">
<p class="license">
- <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/it/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/2.5/it/88x31.png" /></a> “<span xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://purl.org/dc/dcmitype/Text" property="dc:title" rel="dc:type"><x:value-of select="normalize-space(/document/title)"/></span>” di <a xmlns:cc="http://creativecommons.org/ns#" href="mailto:dakkar@thenautilus.net" property="cc:attributionName" rel="cc:attributionURL">Gianni Ceccarelli</a> è distribuito sotto una licenza <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/it/">Creative Commons By-SA 2.5 It</a>.
+ <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/it/">
+ <img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/2.5/it/88x31.png" />
+ </a>
+ “<span xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://purl.org/dc/dcmitype/Text" property="dc:title" rel="dc:type">
+ <x:value-of select="normalize-space(/document/title)"/>
+ </span>”
+ <x:value-of select="$const-tr[@t='by' and @l=$language]"/>
+ <a xmlns:cc="http://creativecommons.org/ns#" href="mailto:dakkar@thenautilus.net" property="cc:attributionName" rel="cc:attributionURL">Gianni Ceccarelli</a>
+ <x:value-of select="$const-tr[@t='license' and @l=$language]"/>
+ <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/it/">Creative Commons By-SA 2.5 It</a>.
</p>
<p class="contacts">
- Per commenti, <a href="mailto:dakkar@thenautilus.net?subject={s:encode-uri(concat('Commenti su ',normalize-space(string(/document/title))),false)}">scrivetemi</a>.
+ <x:value-of select="$const-tr[@t='comments' and @l=$language]"/>
+ <a href="mailto:dakkar@thenautilus.net?subject={s:encode-uri(concat($const-tr[@t='mailsubj' and @l=$language],normalize-space(string(/document/title))),false)}">
+ <x:value-of select="$const-tr[@t='writeme' and @l=$language]"/>
+ </a>.
</p>
</div>
</body>