Changeset 6722485
- Timestamp:
- May 30, 2019 3:36:11 PM (20 months ago)
- Branches:
- master
- Children:
- b4f331e6
- Parents:
- 447e29e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/i2ptunnel/jsp/editServer.jsi
r447e29e r6722485 469 469 <option title="<%=intl._t("Send individual key to each user.")%>" value="6" <%=(curEncryptMode.equals("6") ? " selected=\"selected\"" : "")%> > 470 470 <%=intl._t("Encrypted with per-user key")%> (PSK)</option> 471 <option title="<%=intl._t("Send individual key to each user.") %> <%=intl._t("Send password to all users.")%>" value="7" <%=(curEncryptMode.equals("7") ? " selected=\"selected\"" : "")%> >471 <option title="<%=intl._t("Send individual key to each user.") + ' '%> <%=intl._t("Send password to all users.")%>" value="7" <%=(curEncryptMode.equals("7") ? " selected=\"selected\"" : "")%> > 472 472 <%=intl._t("Encrypted with lookup password and per-user key")%> (PSK)</option> 473 473 <option title="<%=intl._t("Enter key from each user.")%>" value="8" <%=(curEncryptMode.equals("8") ? " selected=\"selected\"" : "")%> > 474 474 <%=intl._t("Encrypted with per-user key")%> (DH)</option> 475 <option title="<%=intl._t("Enter key from each user.") %> <%=intl._t("Send password to all users.")%>" value="9" <%=(curEncryptMode.equals("9") ? " selected=\"selected\"" : "")%> >475 <option title="<%=intl._t("Enter key from each user.") + ' '%> <%=intl._t("Send password to all users.")%>" value="9" <%=(curEncryptMode.equals("9") ? " selected=\"selected\"" : "")%> > 476 476 <%=intl._t("Encrypted with lookup password and per-user key")%> (DH)</option> 477 477 <%
Note: See TracChangeset
for help on using the changeset viewer.