Bug 243230: Port of the UI changes of bug 84692 to Thunderbird's Offline Extension

r=mscott


git-svn-id: svn://10.0.0.236/trunk@156248 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Stefan.Borggraefe%gmx.de
2004-05-11 17:53:51 +00:00
parent 02a02c7e5d
commit a116c0976b
2 changed files with 35 additions and 29 deletions

View File

@@ -93,29 +93,33 @@
<groupbox>
<caption label="&rHeader;"/>
<separator class="thin"/>
<label value="&textStartUp;"/>
<radiogroup id="whenStartingUp"
<radiogroup id="whenStartingUp" class="indent"
prefstring="offline.startup_state">
<radio value="0" label="&radioRememberPrevState;"/>
<radio value="1" label="&radioAskMe;"/>
</radiogroup>
<separator class="thin"/>
<label value="&textGoingOnline;"/>
<radiogroup id="whengoingOnlinestate"
prefstring="offline.send.unsent_messages">
<radio value="0" label="&radioAskUnsent;" accesskey="&radioAskUnsent.accesskey;"/>
<radio value="1" label="&radioAutoSend;" accesskey="&radioAutoSend.accesskey;"/>
<radio value="2" label="&radioNotSend;" accesskey="&radioNotSend.accesskey;"/>
<radio value="0" label="&radioRememberPrevState;" accesskey="&radioRememberPrevState.accesskey;"/>
<radio value="1" label="&radioAskMe;" accesskey="&radioAskMe.accesskey;"/>
</radiogroup>
<separator class="thin"/>
<separator/>
<label value="&textGoingOnline;"/>
<radiogroup id="whengoingOnlinestate"
orient="horizontal" class="indent"
prefstring="offline.send.unsent_messages">
<radio value="1" label="&radioAutoSend;" accesskey="&radioAutoSend.accesskey;"/>
<radio value="2" label="&radioNotSend;" accesskey="&radioNotSend.accesskey;"/>
<radio value="0" label="&radioAskUnsent;" accesskey="&radioAskUnsent.accesskey;"/>
</radiogroup>
<separator/>
<label value="&textGoingOffline;"/>
<radiogroup id="whengoingOfflinestate"
orient="horizontal" class="indent"
prefstring="offline.download.download_messages">
<radio value="0" label="&radioAskDownload;" accesskey="&radioAskDownload.accesskey;"/>
<radio value="1" label="&radioAutoDownload;" accesskey="&radioAutoDownload.accesskey;"/>
<radio value="2" label="&radioNotDownload;" accesskey="&radioNotDownload.accesskey;"/>
<radio value="0" label="&radioAskDownload;" accesskey="&radioAskDownload.accesskey;"/>
</radiogroup>
</groupbox>

View File

@@ -4,22 +4,24 @@
<!ENTITY textStartUp "When starting up:">
<!ENTITY radioRememberPrevState "Remember previous online state">
<!ENTITY radioRememberPrevState.accesskey "R">
<!ENTITY radioAskMe "Ask me for online state at startup">
<!ENTITY textGoingOnline "When going online:">
<!ENTITY radioAskUnsent "Ask me if I want to send my unsent messages">
<!ENTITY radioAskUnsent.accesskey "A">
<!ENTITY radioAutoSend "Automatically send my unsent messages">
<!ENTITY radioAutoSend.accesskey "u">
<!ENTITY radioNotSend "Do not send my unsent messages">
<!ENTITY radioNotSend.accesskey "D">
<!ENTITY textGoingOffline "When going offline:">
<!ENTITY radioAskDownload "Ask me if I want to download messages for offline use">
<!ENTITY radioAskDownload.accesskey "s">
<!ENTITY radioAutoDownload "Automatically download messages for offline use">
<!ENTITY radioAutoDownload.accesskey "t">
<!ENTITY radioNotDownload "Do not download messages for offline use">
<!ENTITY radioNotDownload.accesskey "o">
<!ENTITY radioAskMe.accesskey "A">
<!ENTITY textGoingOnline "Send unsent messages when going online?">
<!ENTITY radioAutoSend "Yes">
<!ENTITY radioAutoSend.accesskey "Y">
<!ENTITY radioNotSend "No">
<!ENTITY radioNotSend.accesskey "N">
<!ENTITY radioAskUnsent "Ask me">
<!ENTITY radioAskUnsent.accesskey "s">
<!ENTITY textGoingOffline "Download messages for offline use when going offline?">
<!ENTITY radioAutoDownload "Yes">
<!ENTITY radioAutoDownload.accesskey "e">
<!ENTITY radioNotDownload "No">
<!ENTITY radioNotDownload.accesskey "o">
<!ENTITY radioAskDownload "Ask me">
<!ENTITY radioAskDownload.accesskey "k">
<!ENTITY Diskspace "Disk Space">
<!ENTITY offlineCompact.label "Compact folders when it will save over">
<!ENTITY offlineCompact.accesskey "c">
<!ENTITY offlineCompact.accesskey "C">
<!ENTITY kb.label "KB">