summaryrefslogtreecommitdiffstats
path: root/l10n-pt-PT/suite/chrome/common/helpviewer/help-toc.rdf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--l10n-pt-PT/suite/chrome/common/helpviewer/help-toc.rdf27
1 files changed, 27 insertions, 0 deletions
diff --git a/l10n-pt-PT/suite/chrome/common/helpviewer/help-toc.rdf b/l10n-pt-PT/suite/chrome/common/helpviewer/help-toc.rdf
new file mode 100644
index 0000000000..8182c8ff00
--- /dev/null
+++ b/l10n-pt-PT/suite/chrome/common/helpviewer/help-toc.rdf
@@ -0,0 +1,27 @@
+<?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/. -->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:nc="http://home.netscape.com/NC-rdf#">
+
+ <rdf:Description about="urn:root">
+ <nc:subheadings>
+ <rdf:Seq>
+ <rdf:li> <rdf:Description ID="use-help" nc:name="Usar a janela de Ajuda"
+ nc:link="chrome://help/locale/welcome.xhtml"/> </rdf:li>
+ </rdf:Seq>
+ </nc:subheadings>
+ </rdf:Description>
+
+ <rdf:Description about="#use-help">
+ <nc:subheadings>
+ <rdf:Seq>
+ <rdf:li> <rdf:Description ID="use-help-finding-the-topic-you-want" nc:name="Encontrar o tópico desejado" nc:link="chrome://help/locale/welcome.xhtml#finding_the_topic_you_want"/> </rdf:li>
+ <rdf:li> <rdf:Description ID="use-help-search" nc:name="Dicas de pesquisa" nc:link="chrome://help/locale/welcome.xhtml#search_tips"/> </rdf:li>
+ </rdf:Seq>
+ </nc:subheadings>
+ </rdf:Description>
+
+</rdf:RDF>