#89993, "and /or" should be "and/or", rs/r=sspitzer

#86620, Inadequate window size for the download/sync pop-up box, r=dianesun, sr=sspitzer
This commit is contained in:
hwaara%chello.se 2001-07-10 03:24:26 +00:00
Родитель 9cb7836747
Коммит 4c74bf8f08
2 изменённых файлов: 8 добавлений и 7 удалений

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

@ -21,6 +21,7 @@ Rights Reserved.
Contributors:
dianesun@netscape.com
Håkan Waara <hwaara@chello.se>
-->
@ -34,7 +35,7 @@ Contributors:
title="&MsgSynchronize.label;"
orient="vertical"
class="dialog"
width="380" height="300"
width="380" height="295"
onload="OnLoad();">
<script src="chrome://global/content/strres.js"/>
@ -46,23 +47,23 @@ Contributors:
<text hidden="true" wsm_persist="true" id="server.type"/>
<html class="desc">&MsgSyncDesc.label;</html>
<separator/>
<html class="desc">&MsgSyncDirections.label;</html>
<separator class="thin"/>
<text class="label" value="&MsgSyncDirections.label;"/>
<vbox class="indent">
<checkbox id="syncMail" hidable="true" hidefor="pop3" label="&syncTypeMail.label;"/>
<checkbox id="syncNews" label="&syncTypeNews.label;"/>
</vbox>
<vbox>
<checkbox id="sendMessage" label="&sendMessage.label;"/>
<checkbox id="workOffline" label="&workOffline.label;"/>
</vbox>
<separator/>
<separator class="thin"/>
<hbox align="right">
<button id="select" class="dialog" label="&selectButton.label;" oncommand="OnSelect();"/>
</hbox>
<separator/>
<hbox id="okCancelButtonsRight"/>
<hbox id="okCancelButtonsRight" flex="1" autostretch="never"/>
</window>

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

@ -3,7 +3,7 @@
<!ENTITY MsgSynchronize.label "Download and Sync Messages">
<!ENTITY MsgSelect.label "Select Items for Offline Usage">
<!ENTITY MsgSyncDesc.label "If you have already selected mail folders or newsgroups for offline use, you can download and/or sync them now. Otherwise, use the &quot;Select&quot; button to choose mail folders and newsgroups for offline use.">
<!ENTITY MsgSyncDirections.label "Download and /or sync the following:">
<!ENTITY MsgSyncDirections.label "Download and/or sync the following:">
<!ENTITY syncTypeMail.label "Mail messages">
<!ENTITY syncTypeNews.label "Newsgroup messages">
<!ENTITY sendMessage.label "Send Unsent messages">