Bug 302245 Prevent partial locale installations provided by extensions from appearing in the list of content packs r+sr=jag r=kairo a=bsmedberg

This commit is contained in:
neil%parkwaycc.co.uk 2006-04-08 00:57:56 +00:00
Родитель 2ad5d47bf8
Коммит 71fba1cbf5
1 изменённых файлов: 16 добавлений и 3 удалений

Просмотреть файл

@ -218,9 +218,22 @@
<!-- This rule "falls through" to match obsolete language packs -->
<rule>
<listitem uri="..." translation="true" nselected="false" class="outofdate"
label="rdf:http://www.mozilla.org/rdf/chrome#displayName &update.label;"
value="rdf:http://www.mozilla.org/rdf/chrome#name"/>
<conditions>
<content uri="?container"/>
<member container="?container" child="?member"/>
<triple predicate="http://www.mozilla.org/rdf/chrome#localeVersion"
subject="?member" object="?version"/>
</conditions>
<bindings>
<binding predicate="http://www.mozilla.org/rdf/chrome#displayName"
subject="?member" object="?label"/>
<binding predicate="http://www.mozilla.org/rdf/chrome#name"
subject="?member" object="?value"/>
</bindings>
<action>
<listitem uri="?member" label="?label ?version &update.label;" value="?value"
translation="true" nselected="false" class="outofdate"/>
</action>
</rule>
</template>
</listbox>