gecko-dev/suite/common/pref/pref-offline.xul

76 строки
2.8 KiB
XML

<?xml version="1.0"?>
<?xml-stylesheet href="xul.css" type="text/css"?>
<?xml-stylesheet href="dialog.css" type="text/css"?>
<?xml-stylesheet href="pref.css" type="text/css"?>
<!DOCTYPE window
[
<!ENTITY title.label "Offline">
<!ENTITY header "Offline">
<!ENTITY header1 "Startup State">
<!ENTITY descipt1 "Communicator can start in either online or offline modes. When
online you have full access to your network. When offline you can only read
messages that you have previously downloaded.">
<!ENTITY prevRadio.label "Remember Previous State">
<!ENTITY communRemember "Communticator will remember the state it was in last and start in that mode.">
<!ENTITY askOfflineRadio.label "Ask Me">
<!ENTITY offlineStartAskEach "Communicator will ask you each time you start the program.">
<!ENTITY heaeder2 "When Going Online">
<!ENTITY unsentAskRadio.label "Ask me if I want to send my unsent messages">
<!ENTITY unsentAutoRadio.label "Automatically send my unsent messages">
<!ENTITY unsentDoNotRadio.label "Do not send my unsent messages">
<!ENTITY header3 "When Exiting Communicator">
<!ENTITY promptSynchCheck.label "Prompt me to synchronize my messages">
]>
<window xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="return StartUp('offline');" title="&title.label;">
<html:script language="JavaScript" src="PrefsWindow.js">
</html:script>
<html:DIV ID="top">
<html:SPAN ID="lefttext">&header;</html:SPAN>
</html:DIV>
&header1;
<html:table>
<html:tr><html:td>&descipt1;
</html:td></html:tr>
<html:tr><html:td><html:label>
<html:input name="state" type="radio" id="pref:0:int:offline.startup_state" />&prevRadio.label;
<html:br />&communRemember;
</html:label></html:td></html:tr>
<html:tr><html:td><html:label>
<html:input name="state" type="radio" id="pref:1:int:offline.startup_state" />&askOfflineRadio.label;
<html:br />&offlineStartAskEach;
</html:label></html:td></html:tr>
</html:table>
&heaeder2;
<html:table>
<html:tr><html:td><html:label><html:input name="offmail" type="radio" id="pref:0:int:offline.send.unsent_messages" />&unsentAskRadio.label;</html:label></html:td></html:tr>
<html:tr><html:td><html:label><html:input name="offmail" type="radio" id="pref:1:int:offline.send.unsent_messages" />&unsentAutoRadio.label;</html:label></html:td></html:tr>
<html:tr><html:td><html:label><html:input name="offmail" type="radio" id="pref:2:int:offline.send.unsent_messages" />&unsentDoNotRadio.label;</html:label></html:td></html:tr>
</html:table>
&header3;
<html:table>
<html:tr><html:td><html:label>
<html:input type="checkbox" id="pref:0:bool:offline.prompt_synch_on_exit" />&promptSynchCheck.label;
</html:label></html:td></html:tr>
</html:table>
</window>