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:
philringnalda%gmail.com 2007-06-10 19:26:10 +00:00
Родитель eae445fbe6
Коммит 0670090b99
3 изменённых файлов: 9 добавлений и 9 удалений

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

@ -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?