2000-06-13 07:54:59 +04:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/"?>
|
|
|
|
|
2002-09-03 18:53:25 +04:00
|
|
|
<!DOCTYPE dialog SYSTEM "chrome://communicator/locale/profile/selectLang.dtd">
|
2000-06-13 07:54:59 +04:00
|
|
|
|
2001-11-03 19:47:13 +03:00
|
|
|
<dialog title="&langSelBox.title.label;"
|
|
|
|
style="width: 22em;"
|
2000-06-13 07:54:59 +04:00
|
|
|
onload="Startup();"
|
2001-11-03 19:47:13 +03:00
|
|
|
ondialogaccept="return onAccept();"
|
2000-06-13 07:54:59 +04:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
|
2001-03-13 18:35:07 +03:00
|
|
|
<script type="application/x-javascript" src="chrome://communicator/content/profile/selectLang.js"/>
|
2001-11-03 19:47:13 +03:00
|
|
|
|
|
|
|
<label value="&langList.txt.label;" control="langList"/>
|
2000-06-13 07:54:59 +04:00
|
|
|
|
|
|
|
<separator class="thin" />
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
<listbox id="langList" flex="1" rows="5"
|
2000-06-13 07:54:59 +04:00
|
|
|
ref="urn:mozilla:locale:root" datasources="rdf:chrome"
|
|
|
|
sortResource="http://www.mozilla.org/rdf/chrome#name"
|
|
|
|
sortDirection="ascending">
|
|
|
|
|
2001-05-26 03:54:38 +04:00
|
|
|
<template xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
|
2002-03-29 05:46:01 +03:00
|
|
|
<rule chrome:localeType="region"/>
|
2001-05-23 06:19:56 +04:00
|
|
|
<rule>
|
2002-03-29 05:46:01 +03:00
|
|
|
<listitem id="treechildren" uri="..."
|
|
|
|
label="rdf:http://www.mozilla.org/rdf/chrome#displayName"
|
|
|
|
value="rdf:http://www.mozilla.org/rdf/chrome#name"/>
|
2001-05-23 06:19:56 +04:00
|
|
|
</rule>
|
2000-06-13 07:54:59 +04:00
|
|
|
</template>
|
2002-03-29 05:46:01 +03:00
|
|
|
</listbox>
|
2000-09-15 10:13:01 +04:00
|
|
|
|
2001-05-23 06:19:56 +04:00
|
|
|
<separator class="thin" />
|
|
|
|
|
2001-11-03 19:47:13 +03:00
|
|
|
<label value="®ionList.txt.label;" control="regionList"/>
|
2001-05-23 06:19:56 +04:00
|
|
|
|
|
|
|
<separator class="thin" />
|
|
|
|
|
|
|
|
<menulist id="regionList" flex="1">
|
2001-05-26 03:54:38 +04:00
|
|
|
<menupopup
|
|
|
|
datasources="rdf:chrome" ref="urn:mozilla:locale:root"
|
|
|
|
sortResource="http://www.mozilla.org/rdf/chrome#name"
|
|
|
|
sortDirection="ascending">
|
|
|
|
<template xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
|
|
|
|
<rule chrome:localeType="region">
|
|
|
|
<menuitem class="standard" uri="rdf:*"
|
|
|
|
label="rdf:http://www.mozilla.org/rdf/chrome#displayName"
|
|
|
|
value="rdf:http://www.mozilla.org/rdf/chrome#name"/>
|
|
|
|
</rule>
|
|
|
|
</template>
|
|
|
|
</menupopup>
|
2001-11-03 19:47:13 +03:00
|
|
|
</menulist>
|
|
|
|
</dialog>
|