Add Japanese translation of html-usergroups-list-header.
This commit is contained in:
parent
b7f75b6f79
commit
ec3ade20c4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25701
1 changed files with 14 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/ja/share/sgml/templates.usergroups.xsl,v 1.1 2005/09/18 06:25:00 hrs Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS"
|
||||
|
@ -12,4 +12,17 @@
|
|||
<xsl:output type="xml" encoding="euc-jp"
|
||||
indent="yes"/>
|
||||
|
||||
<!-- template: "html-usergroups-list-header"
|
||||
print header part of usergroup listing (l10n) -->
|
||||
|
||||
<xsl:template name="html-usergroups-list-header">
|
||||
<p>FreeBSD は広く使われており、世界中にたくさんのユーザグループがあります。
|
||||
このリストに載っていないユーザグループをご存知でしたら、
|
||||
ぜひ、<a href="http://www.freebsd.org/send-pr.html">障害報告</a
|
||||
>の www カテゴリを使ってお知らせください。
|
||||
報告はできれば HTML 形式で、簡単な紹介を添えるようにお願いします。</p>
|
||||
|
||||
<h3>地域</h3>
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
Loading…
Reference in a new issue