зеркало из https://github.com/mozilla/pjs.git
#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:
Родитель
9cb7836747
Коммит
4c74bf8f08
|
@ -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 "Select" 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">
|
||||
|
|
Загрузка…
Ссылка в новой задаче