summaryrefslogtreecommitdiffstats
path: root/l10n-es-ES/suite/chrome/common/help/suitehelp.rdf
blob: 890a2ffea295d7924c07d0660a422330bf976617 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->


<!DOCTYPE window [
    <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
    %brandDTD;
]>

<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:nc="http://home.netscape.com/NC-rdf#">

    <!-- SEAMONKEY MASTER HELP DOCUMENT -->
    <Description rdf:about="urn:root"
            nc:title="Ayuda de &brandFullName;"
            nc:defaulttopic="welcome"
            nc:base="chrome://communicator/locale/help/">
        <nc:panellist>
            <Seq>
                <li>
                    <Description nc:panelid="toc"
                        nc:datasources="suite-toc.rdf"
                        nc:platform="win mac unix"/>
                </li>
                <li>
                    <Description nc:panelid="toc"
                        nc:datasources="help-win.rdf"
                        nc:platform="win"/>
                </li>
                <li>
                    <Description nc:panelid="search"
                        nc:datasources="rdf:null"
                        nc:platform="win mac unix"
                        nc:emptysearchtext="[No se han encontrado coincidencias]"
                        nc:emptysearchlink="help_help.xhtml#search_tips"/>
                </li>
                <li>
                    <Description nc:panelid="glossary"
                        nc:datasources="help-glossary.rdf"
                        nc:platform="win mac unix"/>
                </li>
                <li>
                    <Description nc:panelid="index"
                        nc:datasources="help-indexAZ.rdf help-index1.rdf"
                        nc:platform="win mac unix"/>
                </li>
                <li>
                    <Description nc:panelid="index"
                        nc:datasources="help-win.rdf"
                        nc:platform="win"/>
                </li>
            </Seq>
        </nc:panellist>
    </Description>
</RDF>