diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-de/suite/chrome/common/help/help-win.rdf | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-de/suite/chrome/common/help/help-win.rdf')
-rw-r--r-- | l10n-de/suite/chrome/common/help/help-win.rdf | 115 |
1 files changed, 115 insertions, 0 deletions
diff --git a/l10n-de/suite/chrome/common/help/help-win.rdf b/l10n-de/suite/chrome/common/help/help-win.rdf new file mode 100644 index 0000000000..9116b41a75 --- /dev/null +++ b/l10n-de/suite/chrome/common/help/help-win.rdf @@ -0,0 +1,115 @@ +<?xml version="1.0"?> + +<!DOCTYPE rdf:RDF SYSTEM "chrome://branding/locale/brand.dtd" > + +<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="suite-toc.rdf#ieusers" + nc:name="Für Internet Explorer Benutzer" + nc:link="forieusers.xhtml"> + <nc:subheadings> + <rdf:Seq><rdf:li> + <rdf:Description ID="terms" + nc:name="Unterschiede in den Fachbegriffen" + nc:link="forieusers.xhtml#mozilla_and_internet_explorer_terminology_differences"/> + </rdf:li> + <rdf:li> + <rdf:Description ID="favorites" + nc:name="über Ihre IE Favoriten" + nc:link="forieusers.xhtml#about_your_ie_favorites"/> + </rdf:li> + <rdf:li> + <rdf:Description ID="key-features" + nc:name="Browser Features" + nc:link="forieusers.xhtml#browser_features"/> + </rdf:li> + <rdf:li> + <rdf:Description ID="more-features" + nc:name="Andere Features" + nc:link="forieusers.xhtml#other_features"/> + </rdf:li> + <rdf:li> + <rdf:Description ID="keyboard-shortcuts" + nc:name="Tastenkombinationen" + nc:link="forieusers.xhtml#keyboard_shortcuts"/> + </rdf:li></rdf:Seq> + </nc:subheadings> +</rdf:Description> + +<rdf:Description about="suite-toc.rdf#nav-doc-ses"> + <nc:subheadings> + <rdf:Seq><rdf:li> + <rdf:Description ID="nav-doc-default" + nc:name="&brandShortName; zum Standard-Browser machen" + nc:link="nav_help.xhtml#making_mozilla_your_default_browser"/> + </rdf:li></rdf:Seq> + </nc:subheadings> +</rdf:Description> + +<rdf:Description about="help-index1.rdf#browser"> + <nc:subheadings> + <rdf:Seq><rdf:li> + <rdf:Description ID="browser:default" + nc:name="Standard Browser" + nc:link="nav_help.xhtml#making_mozilla_your_default_browser"/> + </rdf:li></rdf:Seq> + </nc:subheadings> +</rdf:Description> + +<rdf:Description about="help-indexAZ.rdf#d"> + <nc:subheadings> + <rdf:Seq><rdf:li> + <rdf:Description ID="default_browser_preferences" + nc:name="Standard-Browser Einstellungen" + nc:link="cs_nav_prefs_navigator.xhtml#navigator"/> + </rdf:li></rdf:Seq> + </nc:subheadings> +</rdf:Description> + +<rdf:Description about="help-indexAZ.rdf#i"> + <nc:subheadings> + <rdf:Seq><rdf:li> + <rdf:Description ID="ieusers" + nc:name="Internet Explorer Benutzer Hilfe" + nc:link="forieusers.xhtml"/> + </rdf:li></rdf:Seq> + </nc:subheadings> +</rdf:Description> + +<rdf:Description about="#ieusers"> + <nc:subheadings> + <rdf:Seq><rdf:li> + <rdf:Description ID="ieusers:terminology-differences" + nc:name="Unterschiede in den Fachbegriffen" + nc:link="forieusers.xhtml#mozilla_and_internet_explorer_terminology_differences"/> + </rdf:li> + <rdf:li> + <rdf:Description ID="ieusers:your-favorites" + nc:name="über Ihre IE Favoriten" + nc:link="forieusers.xhtml#about_your_ie_favorites"/> + </rdf:li> + <rdf:li> + <rdf:Description ID="ieusers:additional-software" + nc:name="Andere Features" + nc:link="forieusers.xhtml#other_features"/> + </rdf:li> + <rdf:li> + <rdf:Description ID="ieusers:keyboard-shortcuts" + nc:name="Tastenkombinationen" + nc:link="forieusers.xhtml#keyboard_shortcuts"/> + </rdf:li></rdf:Seq> + </nc:subheadings> +</rdf:Description> + +<rdf:Description about="help-index1.rdf#preferences"> + <nc:subheadings> + <rdf:Seq><rdf:li> + <rdf:Description ID="preferences:default_browser" + nc:name="Standard-Browser Einstellungen" + nc:link="cs_nav_prefs_navigator.xhtml#navigator"/> + </rdf:li></rdf:Seq> + </nc:subheadings> +</rdf:Description> + +</rdf:RDF> |