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-nb-NO/suite/chrome/common/help/welcome_help.xhtml | |
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-nb-NO/suite/chrome/common/help/welcome_help.xhtml')
-rw-r--r-- | l10n-nb-NO/suite/chrome/common/help/welcome_help.xhtml | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/l10n-nb-NO/suite/chrome/common/help/welcome_help.xhtml b/l10n-nb-NO/suite/chrome/common/help/welcome_help.xhtml new file mode 100644 index 0000000000..2b4a02432b --- /dev/null +++ b/l10n-nb-NO/suite/chrome/common/help/welcome_help.xhtml @@ -0,0 +1,96 @@ +<?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 html PUBLIC "-//W3C//DTD XHTML 1.1//EN" + "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"[ + <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" > + %brandDTD; +]> + +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<title>&brandShortName; Help</title> +<link rel="stylesheet" href="helpFileLayout.css" + type="text/css"/> +</head> +<body> + +<h1>Welcome to &brandShortName; Help</h1> + +<p>To display information about &brandShortName; in this window, <strong>click + topics in the left-hand sidebar</strong>.</p> + +<p>For more information on using &brandShortName; Help, see + <a href="help_help.xhtml">Using the Help Window</a>.</p> + +<table width="100%" border="0"> + <tr valign="top"> + <td><h3>Help on the Web</h3></td> + <td><h3>Mozilla Community</h3></td> + </tr> + <tr valign="top"> + <td> + <p><strong><a href="x-moz-url-link:app.releaseNotesURL">Release Notes</a></strong></p> + + <p>Latest information about known problems or issues with + &brandShortName;.</p> + </td> + <td> + <p><strong><a href="http://www.mozillazine.org/">MozillaZine</a></strong></p> + + <p>The oldest community website around, providing news flashes, polls, and + Web forums.</p> + </td> + </tr> + + <tr valign="top"> + <td> + <p><strong><a href="http://www.seamonkey-project.org/doc/troubleshooting">Troubleshooting</a></strong></p> + + <p>Answers to some of the most frequently encountered problems.</p> + </td> + <td> </td> + </tr> + + <tr valign="top"> + <td> + <p><strong><a href="http://www.mozilla.org/plugincheck/">Plugin Check</a></strong></p> + + <p>Up-to-date information on &brandShortName; plugins.</p> + </td> + <td></td> + </tr> + + <tr valign="top"> + <td colspan="2"><h2>Peer Support</h2></td> + </tr> + + <tr valign="top"> + <td> + <p><strong><a href="http://forums.mozillazine.org/index.php">MozillaZine + Forums</a></strong></p> + + <p>Web forums for Mozilla users like you.</p> + </td> + <td> + <p><strong><a href="http://www.seamonkey-project.org/community#groups">User + Newsgroups</a></strong></p> + + <p>User newsgroups hosted by mozilla.org.</p> + </td> + </tr> + + <tr valign="top"> + <td> + <p><strong><a href="irc://moznet/seamonkey/">Realtime Chat</a></strong></p> + <p>Chat with &brandShortName; users via IRC.</p> + </td> + <td></td> + </tr> +</table> + +</body> +</html> |