зеркало из https://github.com/mozilla/pjs.git
43 строки
1.4 KiB
Plaintext
43 строки
1.4 KiB
Plaintext
<?xml version="1.0"?>
|
|
<!DOCTYPE RDF
|
|
[
|
|
<!ENTITY helpMenu.label "Help">
|
|
<!ENTITY helpContentCmd.label "Help Contents">
|
|
|
|
<!ENTITY webBrowseCmd.label "Web Browsing">
|
|
<!ENTITY emailCmd.label "Mail and News">
|
|
<!ENTITY imCmd.label "Instant Messenger">
|
|
<!ENTITY composeCmd.label "Composer">
|
|
<!ENTITY customCmd.label "Customization">
|
|
|
|
<!ENTITY privSecCmd.label "Privacy and Security">
|
|
<!ENTITY secCmd.label "Security Center">
|
|
<!ENTITY whatNewCmd.label "What's New in Netscape 6?">
|
|
<!ENTITY newNetCmd.label "New to the Net Tutorial">
|
|
<!ENTITY feedBackCmd.label "Feedback Center">
|
|
<!ENTITY supportChannelCmd.label "Netscape Technical Support">
|
|
<!ENTITY interUsersCmd.label "International Users">
|
|
|
|
<!ENTITY helpAtCmd.label "Netscape.com Help">
|
|
]
|
|
>
|
|
|
|
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:NC="http://home.netscape.com/NC-rdf#">
|
|
|
|
<!-- root start -->
|
|
<RDF:Seq ID="root">
|
|
|
|
<RDF:li resource="urn:helpmenu:help-contents" />
|
|
<RDF:li resource="urn:helpmenu:separator" />
|
|
|
|
<RDF:li resource="urn:helpmenu:whatsnew" />
|
|
<RDF:li resource="urn:helpmenu:newnet" />
|
|
<RDF:li resource="urn:helpmenu:support" />
|
|
<RDF:li resource="urn:helpmenu:security" />
|
|
<RDF:li resource="urn:helpmenu:intl" />
|
|
|
|
<RDF:li resource="urn:helpmenu:separator2" />
|
|
|
|
<RDF:li resource="urn:helpmenu:feedback" />
|