home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 January
/
01_02.iso
/
software
/
netscape62win
/
regus.xpi
/
bin
/
defaults
/
profile
/
US
/
default-messages.rdf
< prev
next >
Wrap
Extensible Markup Language
|
2000-04-11
|
1KB
|
35 lines
<?xml version="1.0"?> <!-- -*- Mode: SGML -*- -->
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:NC="http://home.netscape.com/NC-rdf#">
<RDF:Seq about="NC:AIM/AwayMessageBag">
<RDF:li>
<RDF:Description>
<NC:MsgName>Unavailable</NC:MsgName>
<NC:MsgText>Hi %n, I'm unavailable at the moment</NC:MsgText>
</RDF:Description>
<RDF:Description>
<NC:MsgName>On phone</NC:MsgName>
<NC:MsgText>Hi %n, I'm on the phone</NC:MsgText>
</RDF:Description>
<RDF:Description>
<NC:MsgName>Out to lunch</NC:MsgName>
<NC:MsgText>Hi %n, I'm out to lunch</NC:MsgText>
</RDF:Description>
<RDF:Description>
<NC:MsgName>Meeting</NC:MsgName>
<NC:MsgText>Hi %n, I'm in a meeting</NC:MsgText>
</RDF:Description>
<RDF:Description>
<NC:MsgName>Gone Home</NC:MsgName>
<NC:MsgText>Hi %n, I've gone home for the day</NC:MsgText>
</RDF:Description>
<RDF:Description>
<NC:MsgName>Vacation</NC:MsgName>
<NC:MsgText>Hi %n, I'm on vacation</NC:MsgText>
</RDF:Description>
</RDF:li>
</RDF:Seq>
</RDF:RDF>