gecko/toolkit/mozapps/extensions/test/addons/test_locale/install.rdf

62 lines
1.8 KiB
Plaintext
Raw Normal View History

2007-08-11 21:13:15 -07:00
<?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>addon1@tests.mozilla.org</em:id>
2007-08-11 21:13:15 -07:00
<em:version>1.0</em:version>
2007-08-11 21:13:15 -07:00
<em:targetApplication>
<Description>
<em:id>xpcshell@tests.mozilla.org</em:id>
<em:minVersion>1</em:minVersion>
<em:maxVersion>1</em:maxVersion>
</Description>
</em:targetApplication>
2007-08-11 21:13:15 -07:00
<em:localized>
<Description em:locale="fr-FR">
<em:locale/> <!-- Should be ignored and not fail -->
<em:name>fr-FR Name</em:name>
<em:description>fr-FR Description</em:description>
<em:contributor>Fr Contributor 1</em:contributor>
<em:contributor>Fr Contributor 2</em:contributor>
<em:contributor>Fr Contributor 3</em:contributor>
2007-08-11 21:13:15 -07:00
</Description>
</em:localized>
2007-08-11 21:13:15 -07:00
<em:localized>
<Description em:locale="de-DE">
<em:name>de-DE Name</em:name>
</Description>
</em:localized>
2007-08-11 21:13:15 -07:00
<em:localized>
<Description em:locale="es-ES">
<em:name>es-ES Name</em:name>
<em:description>es-ES Description</em:description>
</Description>
</em:localized>
<!-- Subsequent definitions for the same locale should be ignored -->
<em:localized>
<Description em:locale="fr-FR">
<em:name>Repeated locale</em:name>
</Description>
</em:localized>
<!-- Properties with no listed locale should be ignored -->
<em:localized>
<Description>
<em:name>Missing locale</em:name>
</Description>
</em:localized>
2007-08-11 21:13:15 -07:00
<!-- Front End MetaData -->
<em:name>Fallback Name</em:name>
<em:description>Fallback Description</em:description>
</Description>
2007-08-11 21:13:15 -07:00
</RDF>