зеркало из https://github.com/mozilla/pjs.git
Bug 185662 - Additional fix to make STARTTLS vs SMTP over SSL clear everywhere, patch by Magnus Melin <mkmelin+mozilla@iki.fi>, r+sr=bienvenu
This commit is contained in:
Родитель
eae445fbe6
Коммит
0670090b99
|
@ -134,10 +134,10 @@ messageCollapsed=Collapsed
|
|||
|
||||
# Used in the SMTP Account Settings panel when a server value has no properties
|
||||
smtpServerList-NotSpecified=<not specified>
|
||||
smtpServer-SecureConnection-Type-0=None
|
||||
smtpServer-SecureConnection-Type-1=TLS (if available)
|
||||
smtpServer-SecureConnection-Type-2=TLS
|
||||
smtpServer-SecureConnection-Type-3=SSL
|
||||
smtpServer-SecureConnection-Type_0=No
|
||||
smtpServer-SecureConnection-Type_1=STARTTLS, if available
|
||||
smtpServer-SecureConnection-Type_2=STARTTLS
|
||||
smtpServer-SecureConnection-Type_3=SMTP-over-SSL
|
||||
smtpServers-confirmServerDeletionTitle=Delete Server
|
||||
smtpServers-confirmServerDeletion=Are you sure you want to delete the server: \n %S?
|
||||
|
||||
|
|
|
@ -138,7 +138,7 @@ var gSmtpServerListWindow =
|
|||
document.getElementById('descriptionValue').value = aServer.description || noneSelected;
|
||||
document.getElementById('portValue').value = aServer.port;
|
||||
document.getElementById('userNameValue').value = aServer.username || noneSelected;
|
||||
document.getElementById('useSecureConnectionValue').value = this.mBundle.getString("smtpServer-SecureConnection-Type-" +
|
||||
document.getElementById('useSecureConnectionValue').value = this.mBundle.getString("smtpServer-SecureConnection-Type_" +
|
||||
aServer.trySSL);
|
||||
},
|
||||
|
||||
|
|
|
@ -135,10 +135,10 @@ messageCollapsed=Collapsed
|
|||
|
||||
# Used in the SMTP Account Settings panel when a server value has no properties
|
||||
smtpServerList-NotSpecified=<not specified>
|
||||
smtpServer-SecureConnection-Type-0=None
|
||||
smtpServer-SecureConnection-Type-1=TLS (if available)
|
||||
smtpServer-SecureConnection-Type-2=TLS
|
||||
smtpServer-SecureConnection-Type-3=SSL
|
||||
smtpServer-SecureConnection-Type_0=No
|
||||
smtpServer-SecureConnection-Type_1=STARTTLS, if available
|
||||
smtpServer-SecureConnection-Type_2=STARTTLS
|
||||
smtpServer-SecureConnection-Type_3=SMTP-over-SSL
|
||||
smtpServers-confirmServerDeletionTitle=Delete Server
|
||||
smtpServers-confirmServerDeletion=Are you sure you want to delete the server: \n %S?
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче