]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-contact-groups.dtd
Updated Basque translation.
[empathy.git] / libempathy-gtk / empathy-contact-groups.dtd
1 <!--
2   DTD for Empathys contact groups.
3   by Martyn Russell <mr@gnome.org>
4 -->
5
6 <!-- Root element. -->
7 <!ELEMENT contacts (account)>
8
9 <!ELEMENT account (group)+>
10 <!ATTLIST account 
11         name CDATA #REQUIRED>
12
13 <!-- Groups in the roster. -->
14 <!ELEMENT group EMPTY>
15 <!ATTLIST group
16    name CDATA #REQUIRED
17    expanded CDATA #REQUIRED>