[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
People/index.xsl: 1.8
以下のページの翻訳をしました。ツッコミをお願いします。
People/index.xsl: 1.8
月曜日までに異議がなければ、 commit します。
原文は
http://cvsweb.NetBSD.org/bsdweb.cgi/%7Echeckout%7E/htdocs/People/index.xsl?rev=1.8&content-type=text/plain
で、訳文は
http://www.na.rim.or.jp/%7Ekano/tmp/People/index.xsl
に置いてあります。
以下は原文との差分です。
--- index.xsl.orig 2006-05-28 00:53:55.000000000 +0900
+++ index.xsl 2006-05-28 00:57:29.000000000 +0900
@@ -1,7 +1,9 @@
-<?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- html -*- -->
+<?xml version="1.0" encoding="ISO-2022-JP"?> <!-- -*- html -*- -->
<!DOCTYPE xsl:stylesheet [<!ENTITY nbsp " ">]>
<!-- $NetBSD: index.xsl,v 1.8 2006/01/26 10:17:02 mishka Exp $ -->
+<!-- Based on english version: -->
+<!-- NetBSD: index.xsl,v 1.8 2006/01/26 10:17:02 mishka Exp -->
<!-- Copyright (c) 1994-2006
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED. -->
@@ -10,7 +12,7 @@
xmlns:html="http://www.w3.org/1999/xhtml"
version="1.0">
- <xsl:include href="../share/xsl/netbsd-webpage-en.xsl"/>
+ <xsl:include href="../../share/xsl/netbsd-webpage-ja.xsl"/>
<xsl:template match="developer">
<xsl:variable name="email"><xsl:value-of select="email"/></xsl:variable>
@@ -56,7 +58,7 @@
<xsl:value-of select="email"/>
<xsl:text>%40NetBSD.org%3E&op=index&exact=on</xsl:text>
</xsl:attribute>
- <xsl:text>PGP key</xsl:text>
+ <xsl:text>PGP 鍵</xsl:text>
</a>
</xsl:if>
</td>