This commit is contained in:
mcafee%netscape.com 2006-05-17 02:22:44 +00:00
Родитель 66364191b4
Коммит 4f87323779
2 изменённых файлов: 78 добавлений и 38 удалений

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

@ -28,45 +28,84 @@
<window xmlns:html="http://www.w3.org/TR/REC-html40" <window xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
class="dialog" class="dialog"
onload="return StartUp('offline');" title="&title.label;"> onload="return StartUp('offline');"
align="vertical" title="&title.label;"
debug="false">
<html:script language="javascript" src="PrefsWindow.js"/> <html:script language="javascript" src="PrefsWindow.js"/>
<html:div flex="100%"> <box class="header" align="horizontal">
<html:DIV ID="top"> <titledbutton class="left-header-text" value="&lHeader;"/>
<html:SPAN ID="lefttext">&header;</html:SPAN> <spring class="header-spring" flex="1"/>
</html:DIV> <titledbutton class="right-header-text" value="&rHeader;"/>
</box>
<box align="vertical" style="width: 100%;">
<html:fieldset style="width: 100%;">
<html:legend align="left">
<html:div>&header1;</html:div>
</html:legend>
<html:div>
&header1; <html:label>
<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:input name="state" type="radio" id="pref:0:int:offline.startup_state" />&prevRadio.label;
<html:br />&communRemember; <html:br />&communRemember;
</html:label></html:td></html:tr> </html:label>
<html:tr><html:td><html:label> </html:div>
<html:div>
<html:label>
<html:input name="state" type="radio" id="pref:1:int:offline.startup_state" />&askOfflineRadio.label; <html:input name="state" type="radio" id="pref:1:int:offline.startup_state" />&askOfflineRadio.label;
<html:br />&offlineStartAskEach; <html:br />&offlineStartAskEach;
</html:label></html:td></html:tr> </html:label>
</html:div>
</html:table> </html:fieldset>
&heaeder2; </box>
<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> <box align="vertical" style="width: 100%;">
<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:fieldset style="width: 100%;">
<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:legend align="left">
</html:table> <html:div>&header2;</html:div>
&header3; </html:legend>
<html:table>
<html:tr><html:td><html:label>
<html:div>
<html:label>
<html:input name="offmail" type="radio" id="pref:0:int:offline.send.unsent_messages" />&unsentAskRadio.label;
</html:label>
</html:div>
<html:div>
<html:label>
<html:input name="offmail" type="radio" id="pref:1:int:offline.send.unsent_messages" />&unsentAutoRadio.label;
</html:label>
</html:div>
<html:div>
<html:label>
<html:input name="offmail" type="radio" id="pref:2:int:offline.send.unsent_messages" />&unsentDoNotRadio.label;
</html:label>
</html:div>
</html:fieldset>
</box>
<box align="vertical" style="width: 100%;">
<html:fieldset style="width: 100%;">
<html:legend align="left">
<html:div>&header3;</html:div>
</html:legend>
<html:div>
<html:label>
<html:input type="checkbox" id="pref:0:bool:offline.prompt_synch_on_exit" />&promptSynchCheck.label; <html:input type="checkbox" id="pref:0:bool:offline.prompt_synch_on_exit" />&promptSynchCheck.label;
</html:label></html:td></html:tr> </html:label>
</html:div>
</html:fieldset>
</box>
</html:table>
</html:div>
</window> </window>

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

@ -2,7 +2,8 @@
<!--LOCALIZATION NOTE : FILE The 'Offline' preferences dialog --> <!--LOCALIZATION NOTE : FILE The 'Offline' preferences dialog -->
<!ENTITY title.label "Offline"> <!ENTITY title.label "Offline">
<!ENTITY header "Offline"> <!ENTITY lHeader "Offline">
<!ENTITY rHeader "Offline">
<!ENTITY header1 "Startup State"> <!ENTITY header1 "Startup State">
<!--LOCALIZATION NOTE (descipt1): Never translate the term 'Communicator' --> <!--LOCALIZATION NOTE (descipt1): Never translate the term 'Communicator' -->
<!ENTITY descipt1 "Commucator can start in either online or offline modes. When online you have full <!ENTITY descipt1 "Commucator can start in either online or offline modes. When online you have full
@ -13,7 +14,7 @@ access to your network. When offline you can only read messages that you have p
<!ENTITY askOfflineRadio.label "Ask Me"> <!ENTITY askOfflineRadio.label "Ask Me">
<!--LOCALIZATION NOTE (offlineStartAskEach): Never translate the term 'Communicator' --> <!--LOCALIZATION NOTE (offlineStartAskEach): Never translate the term 'Communicator' -->
<!ENTITY offlineStartAskEach "Communicator will ask you each time you start the program."> <!ENTITY offlineStartAskEach "Communicator will ask you each time you start the program.">
<!ENTITY heaeder2 "When Going Online"> <!ENTITY header2 "When Going Online">
<!ENTITY unsentAskRadio.label "Ask me if I want to send my unsent messages"> <!ENTITY unsentAskRadio.label "Ask me if I want to send my unsent messages">
<!ENTITY unsentAutoRadio.label "Automatically send my unsent messages"> <!ENTITY unsentAutoRadio.label "Automatically send my unsent messages">
<!ENTITY unsentDoNotRadio.label "Do not send my unsent messages"> <!ENTITY unsentDoNotRadio.label "Do not send my unsent messages">