gecko/toolkit/mozapps/extensions/test/unit/addons/test_bug257155/install.rdf
2007-08-11 21:13:15 -07:00

44 lines
1.2 KiB
XML

<?xml version="1.0"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>bug257155@tests.mozilla.org</em:id>
<em:version>1.0</em:version>
<em:targetApplication>
<Description>
<em:id>xpcshell@tests.mozilla.org</em:id>
<em:minVersion>1</em:minVersion>
<em:maxVersion>1</em:maxVersion>
</Description>
</em:targetApplication>
<em:localized>
<Description em:locale="en-US">
<em:name>en-US Name</em:name>
<em:description>en-US Description</em:description>
</Description>
</em:localized>
<em:localized>
<Description em:locale="de-DE">
<em:name>de-DE Name</em:name>
</Description>
</em:localized>
<em:localized>
<Description em:locale="es-ES">
<em:name>es-ES Name</em:name>
<em:description>es-ES Description</em:description>
</Description>
</em:localized>
<!-- Front End MetaData -->
<em:name>Fallback Name</em:name>
<em:description>Fallback Description</em:description>
</Description>
</RDF>