1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
|
<!-- ( This is taken from boot-floppy )
These variables are read and used by all ???.??.sgml; they are included
separate from the main document since they may need to change. This
allows builders to override the defaults without editing the main SGML
file.
These entries should be language independent
Remember, this is SGML; the *first* definition of an entity wins.
Thus dynamic.ent overrules this one.
-->
<!-- Default values overridden by dynamic.ent -->
<!ENTITY % FIXME "IGNORE">
<!ENTITY % lang-de "IGNORE">
<!ENTITY % lang-en "IGNORE">
<!ENTITY % lang-es "IGNORE">
<!ENTITY % lang-fr "IGNORE">
<!ENTITY % lang-ja "IGNORE">
<!ENTITY % lang-it "IGNORE">
<!ENTITY % lang-pt-br "IGNORE">
<!ENTITY % lang-ru "IGNORE">
<!ENTITY % lang-zh-cn "IGNORE">
<!-- update these by each release -->
<!-- Make these language dependent using lang-?? start -->
<!-- Note for translators: update the version you translated here -->
<!-- Also note that the version needs to be updated too in the Debian web site
in english/doc/ versions.defs -->
<![%lang-de;[
<!ENTITY bookname "Anleitung zum Absichern von Debian">
<!ENTITY version "Version: 3.11">
]]>
<![%lang-es;[
<!ENTITY bookname "Manual de Seguridad de Debian">
<!ENTITY version "Version: 2.4 (revisin de traduccin 3)">
]]>
<![%lang-fr;[
<!ENTITY bookname "Manuel de scurisation de Debian">
<!ENTITY version "Version: 3.4">
]]>
<!--
<![%lang-ja;[
<!ENTITY bookname "">
]]>
-->
<![%lang-it;[
<!ENTITY bookname "Securing Debian Manual">
<!ENTITY version "Version: 3.13">
]]>
<![%lang-pt-br;[
<!ENTITY bookname "Securing Debian Manual">
<!ENTITY version "v3.1">
]]>
<![%lang-ru;[
<!ENTITY bookname "Securing Debian Manual">
<!ENTITY version "v1.1">
]]>
<![%lang-zh-cn;[
<!ENTITY bookname "Securing Debian Manual">
<!ENTITY version "v3.2">
]]>
<!ENTITY bookname "Securing Debian Manual">
<!ENTITY bookid "HOWTO-Secure-Debian">
<!ENTITY version "Version: 3.13">
<!-- The default is the english name -->
<!ENTITY gplhome "http://www.gnu.org/copyleft/gpl.html">
<!ENTITY gplhomev2 "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">
<!ENTITY dochome "/usr/share/doc">
<!ENTITY filehome "&dochome;/Debian">
<!ENTITY httphome "http://www.debian.org/doc/manuals">
<!ENTITY httphome2 "http://www.debian.org/manuals">
<!ENTITY ftphome "ftp://www.debian.org/doc">
<!ENTITY cdromhome "/doc">
<!ENTITY manualname "<var>manualname</var>">
<!ENTITY packagename "<var>packagename</var>">
<!ENTITY langname "<var>LANG</var>">
<!ENTITY localename "<var>LOCALE</var>">
<!ENTITY debiandoc2xml "http://lists.debian.org/debian-doc/2002/debian-doc-200209/msg00094.html">
<!ENTITY authorname "Javier Fernández-Sanguino Peña">
<!ENTITY authoremail "jfs@debian.org">
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
End:
-->
|