Use of l10n.ent for entities that need to be translated.
This commit is contained in:
parent
fa1ba046f6
commit
c1a7875da0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=29465
4 changed files with 6 additions and 80 deletions
|
@ -20,7 +20,7 @@
|
|||
%man;
|
||||
<!ENTITY % bookinfo PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//EN">
|
||||
%bookinfo;
|
||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//FR">
|
||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
||||
%freebsd;
|
||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
||||
%authors;
|
||||
|
|
|
@ -50,7 +50,3 @@ PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//FR"
|
|||
"teams.ent"
|
||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//FR"
|
||||
"trademarks.ent"
|
||||
|
||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//FR"
|
||||
"freebsd.ent"
|
||||
|
||||
|
|
|
@ -1,74 +0,0 @@
|
|||
<!-- -*- sgml -*-
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD French Documentation Project
|
||||
|
||||
DocBook Miscellaneous FreeBSD Entities.
|
||||
|
||||
$FreeBSD$
|
||||
Original revision: 1.90
|
||||
|
||||
This file is now valid XML as well as SGML. Please do not add CDATA
|
||||
attributes or anything else that will prevent this file from being
|
||||
used in both environments.
|
||||
|
||||
-->
|
||||
|
||||
<!-- These will almost certainly remain the same, but are here for
|
||||
consistency and in case we ever want to make hyperlinks out of
|
||||
some of them. -->
|
||||
<!ENTITY os "FreeBSD">
|
||||
<!ENTITY os.current "&os;-CURRENT">
|
||||
<!ENTITY os.stable "&os;-STABLE">
|
||||
|
||||
<!--
|
||||
Use this entity when referring to 'UNIX' in your document.
|
||||
-->
|
||||
<!ENTITY unix "<trademark class='registered'>UNIX</trademark>">
|
||||
<!ENTITY nis "<acronym role='Network Information System'>NIS</acronym>">
|
||||
|
||||
<!-- Use an entity to define these exactly so that the print output
|
||||
stylesheets know what to look for and can format these properly with
|
||||
TeX commands. -->
|
||||
|
||||
<!ENTITY tex '<application>TeX</application>'>
|
||||
<!ENTITY latex '<application>LaTeX</application>'>
|
||||
|
||||
<!-- Use an entity for the X.Org X server -->
|
||||
|
||||
<!ENTITY xorg "Xorg">
|
||||
<!ENTITY xorg.version "6.9.0">
|
||||
|
||||
<!-- The currently released version of FreeBSD. This value is used to
|
||||
create some links on web sites and such, so do NOT change it until
|
||||
it's really release time -->
|
||||
<!ENTITY rel.current "6.1">
|
||||
<!ENTITY rel.current.date "Mai 2006">
|
||||
<!ENTITY rel.current.notes 'http://www.FreeBSD.org/releases/&rel.current;R/notes.html'>
|
||||
<!ENTITY rel.current.hardware 'http://www.FreeBSD.org/releases/&rel.current;R/hardware.html'>
|
||||
<!ENTITY rel.current.errata 'http://www.FreeBSD.org/releases/&rel.current;R/errata.html'>
|
||||
|
||||
<!-- Entities for multiple "latest" versions of FreeBSD -->
|
||||
<!ENTITY rel2.current "5.5">
|
||||
<!ENTITY rel2.current.date "Mai 2006">
|
||||
<!ENTITY rel2.current.notes 'http://www.FreeBSD.org/releases/&rel2.current;R/notes.html'>
|
||||
<!ENTITY rel2.current.hardware 'http://www.FreeBSD.org/releases/&rel2.current;R/hardware.html'>
|
||||
<!ENTITY rel2.current.errata 'http://www.FreeBSD.org/releases/&rel2.current;R/errata.html'>
|
||||
|
||||
<!-- Entities for the snapshots -->
|
||||
<!ENTITY snapshots.stable
|
||||
'ftp://snapshots.jp.freebsd.org/pub/FreeBSD/snapshots/i386/4-LATEST'>
|
||||
<!ENTITY snapshots.current
|
||||
'ftp://snapshots.jp.freebsd.org/pub/FreeBSD/snapshots/i386/5-LATEST'>
|
||||
|
||||
<!-- Sections that we don't want to be published -->
|
||||
<!ENTITY % not.published "IGNORE">
|
||||
|
||||
<!-- Number of ports in the ports tree -->
|
||||
<!ENTITY os.numports "16,000">
|
||||
<!ENTITY ports.size "440 Mo">
|
||||
|
||||
<!-- GUI-buttons -->
|
||||
<!ENTITY gui.ok "<guibutton>[ OK ]</guibutton>">
|
||||
<!ENTITY gui.cancel "<guibutton>[ Cancel ]</guibutton>">
|
||||
<!ENTITY gui.yes "<guibutton>[ Yes ]</guibutton>">
|
||||
<!ENTITY gui.no "<guibutton>[ No ]</guibutton>">
|
|
@ -2,10 +2,14 @@
|
|||
Entités DocBook spécifiques à la localisation (fr).
|
||||
|
||||
$FreeBSD$
|
||||
$Id: l10n.ent,v 1.1 2003-07-16 15:23:38 blackend Exp $
|
||||
$Id: l10n.ent,v 1.2 2007-01-29 20:22:08 blackend Exp $
|
||||
Original revision: 1.1
|
||||
-->
|
||||
|
||||
<!-- docformat navi -->
|
||||
<!ENTITY docnavi.single-html "Page HTML unique">
|
||||
<!ENTITY docnavi.split-html "Multiples pages HTML">
|
||||
|
||||
<!ENTITY rel.current.date "Janvier 2007">
|
||||
<!ENTITY rel2.current.date "Mai 2006">
|
||||
<!ENTITY ports.size "440 Mo">
|
||||
|
|
Loading…
Reference in a new issue