summaryrefslogtreecommitdiffstats
path: root/l10n-es-ES/suite/chrome/common/help/suitehelp.rdf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--l10n-es-ES/suite/chrome/common/help/suitehelp.rdf58
1 files changed, 58 insertions, 0 deletions
diff --git a/l10n-es-ES/suite/chrome/common/help/suitehelp.rdf b/l10n-es-ES/suite/chrome/common/help/suitehelp.rdf
new file mode 100644
index 0000000000..890a2ffea2
--- /dev/null
+++ b/l10n-es-ES/suite/chrome/common/help/suitehelp.rdf
@@ -0,0 +1,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>