Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | <?xml version="1.0"?> |
michael@0 | 2 | |
michael@0 | 3 | <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
michael@0 | 4 | xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
michael@0 | 5 | |
michael@0 | 6 | <Description about="urn:mozilla:install-manifest"> |
michael@0 | 7 | <em:id>addon1@tests.mozilla.org</em:id> |
michael@0 | 8 | <em:version>1.0</em:version> |
michael@0 | 9 | |
michael@0 | 10 | <em:targetApplication> |
michael@0 | 11 | <Description> |
michael@0 | 12 | <em:id>xpcshell@tests.mozilla.org</em:id> |
michael@0 | 13 | <em:minVersion>1</em:minVersion> |
michael@0 | 14 | <em:maxVersion>1</em:maxVersion> |
michael@0 | 15 | </Description> |
michael@0 | 16 | </em:targetApplication> |
michael@0 | 17 | |
michael@0 | 18 | <em:localized> |
michael@0 | 19 | <Description em:locale="fr-FR"> |
michael@0 | 20 | <em:locale/> <!-- Should be ignored and not fail --> |
michael@0 | 21 | <em:name>fr-FR Name</em:name> |
michael@0 | 22 | <em:description>fr-FR Description</em:description> |
michael@0 | 23 | <em:contributor>Fr Contributor 1</em:contributor> |
michael@0 | 24 | <em:contributor>Fr Contributor 2</em:contributor> |
michael@0 | 25 | <em:contributor>Fr Contributor 3</em:contributor> |
michael@0 | 26 | </Description> |
michael@0 | 27 | </em:localized> |
michael@0 | 28 | |
michael@0 | 29 | <em:localized> |
michael@0 | 30 | <Description em:locale="de-DE"> |
michael@0 | 31 | <em:name>de-DE Name</em:name> |
michael@0 | 32 | </Description> |
michael@0 | 33 | </em:localized> |
michael@0 | 34 | |
michael@0 | 35 | <em:localized> |
michael@0 | 36 | <Description em:locale="es-ES"> |
michael@0 | 37 | <em:name>es-ES Name</em:name> |
michael@0 | 38 | <em:description>es-ES Description</em:description> |
michael@0 | 39 | </Description> |
michael@0 | 40 | </em:localized> |
michael@0 | 41 | |
michael@0 | 42 | <!-- Subsequent definitions for the same locale should be ignored --> |
michael@0 | 43 | <em:localized> |
michael@0 | 44 | <Description em:locale="fr-FR"> |
michael@0 | 45 | <em:name>Repeated locale</em:name> |
michael@0 | 46 | </Description> |
michael@0 | 47 | </em:localized> |
michael@0 | 48 | |
michael@0 | 49 | <!-- Properties with no listed locale should be ignored --> |
michael@0 | 50 | <em:localized> |
michael@0 | 51 | <Description> |
michael@0 | 52 | <em:name>Missing locale</em:name> |
michael@0 | 53 | </Description> |
michael@0 | 54 | </em:localized> |
michael@0 | 55 | |
michael@0 | 56 | <!-- Front End MetaData --> |
michael@0 | 57 | <em:name>Fallback Name</em:name> |
michael@0 | 58 | <em:description>Fallback Description</em:description> |
michael@0 | 59 | |
michael@0 | 60 | </Description> |
michael@0 | 61 | </RDF> |