To utilize localized version of &ng.misc;,
- add newsgroups.ent - add above item to catalog file, then use it in articles.ent and books.ent Noticed by: kano at na dot rim dot or dot jp Reference: [doc-jp 14506]
This commit is contained in:
parent
b7ff0bc813
commit
f6e57c87b0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23333
4 changed files with 21 additions and 0 deletions
ja_JP.eucJP/share/sgml
|
@ -18,8 +18,12 @@
|
|||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN">
|
||||
%mailing-lists;
|
||||
-->
|
||||
<!ENTITY % newsgroups-ja PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//JA">
|
||||
%newsgroups-ja;
|
||||
<!--
|
||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN">
|
||||
%newsgroups;
|
||||
-->
|
||||
<!ENTITY % trademarks-ja PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//JA">
|
||||
%trademarks-ja;
|
||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
||||
|
|
|
@ -20,8 +20,12 @@
|
|||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN">
|
||||
%mailing-lists;
|
||||
-->
|
||||
<!ENTITY % newsgroups-ja PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//JA">
|
||||
%newsgroups-ja;
|
||||
<!--
|
||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN">
|
||||
%newsgroups;
|
||||
-->
|
||||
<!ENTITY % trademarks-ja PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//JA">
|
||||
%trademarks-ja;
|
||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
||||
|
|
|
@ -16,6 +16,9 @@ PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Books Entity Set//EN"
|
|||
PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//JA"
|
||||
"mailing-lists.ent"
|
||||
|
||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//JA"
|
||||
"newsgroups.ent"
|
||||
|
||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||
"l10n.ent"
|
||||
|
||||
|
|
10
ja_JP.eucJP/share/sgml/newsgroups.ent
Normal file
10
ja_JP.eucJP/share/sgml/newsgroups.ent
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!--
|
||||
Names of FreeBSD newsgroups
|
||||
|
||||
$FreeBSD$
|
||||
Original revision: 1.1
|
||||
-->
|
||||
|
||||
<!ENTITY ng.misc "
|
||||
<ulink url='news:comp.unix.bsd.freebsd.misc'>comp.unix.bsd.freebsd.misc</ulink>
|
||||
ニュースグループ">
|
Loading…
Reference in a new issue