зеркало из https://github.com/mozilla/pjs.git
fix 218902, patch by ch.ey@gmx.net, r=bienvenu, sr=mscott add TLS support to POP3, and account settings UI for IMAP and POP3
This commit is contained in:
Родитель
373bdb6a0b
Коммит
3e32804a2f
|
@ -246,3 +246,6 @@
|
|||
## @loc None
|
||||
4038=There was an error downloading the following message: \nFrom: %S\n Subject: %S\n This message may contain a virus or there is not enough disk space. Skip this message?
|
||||
|
||||
## @name NS_ERROR_COULD_NOT_CONNECT_VIA_TLS
|
||||
## @loc None
|
||||
4039=Unable to establish TLS connection to POP3 server. The server may be down or may be incorrectly configured. Please verify that your Mail/News account settings are correct and try again.
|
||||
|
|
|
@ -19,6 +19,6 @@
|
|||
panel content to fit. 1em = the width of the letter 'm' in the selected font.
|
||||
XUL/FE DEVELOPERS: DO NOT MODIFY THIS VALUE. It represents the correct size of
|
||||
this window for en-US. -->
|
||||
<!ENTITY accountManager.size "width: 55em; height: 44em;">
|
||||
<!ENTITY macAccountManager.size "width: 60em; height: 44em;">
|
||||
<!ENTITY accountManager.size "width: 55em; height: 50em;">
|
||||
<!ENTITY macAccountManager.size "width: 60em; height: 50em;">
|
||||
<!ENTITY accountTree.width "width: 17em;">
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!-- extracted from am-server-top.xul -->
|
||||
|
||||
<!ENTITY securitySettings.label "Security Settings">
|
||||
<!ENTITY serverSettings.label "Server Settings">
|
||||
<!-- LOCALIZATION NOTE (popServer.label) : do not translate "POP" in below line -->
|
||||
<!ENTITY popServer.label "POP Mail Server">
|
||||
|
@ -27,6 +28,15 @@
|
|||
<!ENTITY biffEnd.label "minutes">
|
||||
<!ENTITY isSecure.label "Use secure connection (SSL)">
|
||||
<!ENTITY isSecure.accesskey "U">
|
||||
<!ENTITY socketType.label "Use secure connection:">
|
||||
<!ENTITY neverSecure.label "Never">
|
||||
<!ENTITY neverSecure.accesskey "N">
|
||||
<!ENTITY sometimesSecure.label "TLS, if available">
|
||||
<!ENTITY sometimesSecure.accesskey "a">
|
||||
<!ENTITY alwaysSecure.label "TLS">
|
||||
<!ENTITY alwaysSecure.accesskey "T">
|
||||
<!ENTITY alwaysSSL.label "SSL">
|
||||
<!ENTITY alwaysSSL.accesskey "L">
|
||||
<!ENTITY useSecAuth.label "Use secure authentication">
|
||||
<!ENTITY useSecAuth.accesskey "i">
|
||||
<!ENTITY leaveOnServer.label "Leave messages on server">
|
||||
|
|
Загрузка…
Ссылка в новой задаче