aboutsummaryrefslogtreecommitdiff
path: root/es_ES.ISO8859-1/share/sgml/header.l10n.ent
blob: 0a518decc85728a26b2b82b64321640cb69de4d6 (plain) (blame)
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
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $FreeBSD$ -->

<!-- The FreeBSD Spanish Documentation Project
     Original Revision: r1.9			-->

<!-- Components making up the standard headers and footers. -->
<!-- Override in the prolog <em>before</em> including this  -->
<!-- file if necessary.                                     -->
<!ENTITY copyright '<span xmlns="http://www.w3.org/1999/xhtml"><a href="&base;/search/index-site.html">Mapa del sitio</a> |
  <a href="&base;/copyright/">Noticias del Copyright</a> | &copy; 1995-2010 El Proyecto FreeBSD.
  Quedan reservados todos los derechos.</span>'>
<!ENTITY author '<a xmlns="http://www.w3.org/1999/xhtml" href="&base;/index.html">inicio</a> &nbsp; | &nbsp; <a href="&base;/mailto.html">contacto</a> &nbsp; | &nbsp; <a href="&base;/copyright/index.html">derecho</a> &nbsp; | &nbsp; &copyright;'>

<!-- Standard headers and footers -->

<!ENTITY header2.word.search 'Buscar'>
<!ENTITY header2.word.textsize 'Tamaño'>
<!ENTITY header2.word.normaltextsize 'Tamaño normal'>
<!ENTITY header2.word.largetextsize 'Tamaño grande'>
<!ENTITY header2.word.normal 'Normal'>
<!ENTITY header2.word.large 'Grande'>
<!ENTITY header2.word.donate 'Donaciones'>
<!ENTITY header2.word.contact 'Contactar'>

<!ENTITY header2.topnav '
  <div xmlns="http://www.w3.org/1999/xhtml" id="topnav">
    <ul id="topnavlist">
      <li><a href="&base;/" title="Inicio">Inicio</a></li>
      <li><a href="&base;/about.html" title="Sobre">Sobre</a></li>
      <li><a href="&base;/where.html" title="Descargar">Descargar</a></li>
      <li><a href="&base;/docs.html" title="Documentación">Documentación</a></li>
      <li><a href="&base;/community.html" title="Comunidad">Comunidad</a></li>
      <li><a href="&base;/projects/index.html" title="Desarrollo">Desarrollo</a></li>
      <li><a href="&base;/support.html" title="Soporte">Soporte</a></li>
      <li><a href="http://www.freebsdfoundation.org/" title="Fundación FreeBSD">Fundación</a></li>
    </ul>
  </div> <!-- TOPNAV -->
'>

<!ENTITY header2 '
&header2.skipnav;

<div xmlns="http://www.w3.org/1999/xhtml" id="headercontainer">
  <div id="header">
    <h2 class="blockhide">Cabecera y Logo</h2>

    <div id="headerlogoleft">
      &header2.logo-red;
    </div> <!-- HEADERLOGOLEFT -->

    <div id="headerlogoright">
      <h2 class="blockhide">Enlaces externos</h2>

      <div id="SEARCHNAV">
        <ul id="SEARCHNAVLIST">
          <li>&header2.word.textsize;: <a href="#" onkeypress="return false;"
              onclick="setActiveStyleSheet(&apos;Normal Text&apos;); return false;"
              title="&header2.word.normaltextsize;">&header2.word.normal;</a>
              /
              <a href="#" onkeypress="return false;"
              onclick="setActiveStyleSheet(&apos;Large Text&apos;); return false;"
              title="&header2.word.largetextsize;">&header2.word.large;</a></li>

          <li><a href="&enbase;/donations/" title="&header2.word.donate;">&header2.word.donate;</a></li>

          <li class="last-child"><a href="&base;/mailto.html" title="&header2.word.contact;">&header2.word.contact;</a></li>
        </ul>
      </div> <!-- SEARCHNAV -->

      <div id="SEARCH">
        <form action="&cgibase;/search.cgi" method="get">
          <div>
            <h2 class="blockhide"><label for="WORDS">&header2.word.search;</label></h2>

            &header2.searchinputs;
          </div>
        </form>
      </div> <!-- SEARCH -->
    </div> <!-- HEADERLOGORIGHT -->
  </div> <!-- HEADER -->

  &header2.topnav;
</div> <!-- HEADERCONTAINER -->
'>

<!-- macro for webbuild paper -->
<!ENTITY webbuild '
<p xmlns="http://www.w3.org/1999/xhtml">Este documento describe cómo se generan y se refrescan las
  páginas de web del repositorio CVS.</p>'>