diff --git a/webui/src/main/java/com/muwire/webui/Util.java b/webui/src/main/java/com/muwire/webui/Util.java index 759e30ca..94d684a2 100644 --- a/webui/src/main/java/com/muwire/webui/Util.java +++ b/webui/src/main/java/com/muwire/webui/Util.java @@ -24,6 +24,9 @@ public class Util { private static final String[] jsStrings = { // alphabetical please _x("Actions"), + _x("Allow browsing"), + _x("Allow only trusted connections"), + _x("Allow others to view my trust list"), _x("Browse"), _x("Browsing"), _x("Cancel"), @@ -43,11 +46,15 @@ public class Util { _x("Host"), _x("Import"), _x("Imported"), + _x("Inbound tunnel length"), + _x("Inbound tunnel quantity"), _x("Last Updated"), _x("Mark Distrusted"), _x("Mark Neutral"), _x("Mark Trusted"), _x("Name"), + _x("Outbound tunnel length"), + _x("Outbound tunnel quantity"), _x("Pause"), _x("Progress"), _x("Query"), @@ -58,21 +65,31 @@ public class Util { _x("Results from {0}"), _x("Resume"), _x("Retry"), + _x("Retry failed downloads every (seconds)"), _x("Save"), + _x("Save downloaded files to"), _x("Search"), + _x("Search extra hop"), + _x("Search in comments"), _x("Sender"), _x("Senders"), + _x("Share downloaded files"), + _x("Share hidden files"), _x("Shared Files"), _x("Show Comment"), _x("Size"), _x("Speed"), _x("State"), _x("Status"), + _x("Store incomplete files in"), _x("Subscribe"), _x("Subscribed"), + _x("Total upload slots (-1 means unlimited)"), _x("Trust"), _x("Unshare"), _x("Unsubscribe"), + _x("Update trust lists every (hours)"), + _x("Upload slots per user (-1 means unlimited)"), _x("User"), _x("View {0} Certificates"), _x("Your Trust"), diff --git a/webui/src/main/webapp/ConfigurationPage.jsp b/webui/src/main/webapp/ConfigurationPage.jsp index 3ce59499..53917b4c 100644 --- a/webui/src/main/webapp/ConfigurationPage.jsp +++ b/webui/src/main/webapp/ConfigurationPage.jsp @@ -35,11 +35,11 @@ String outboundQuantity = core.getI2pOptions().getProperty("outbound.quantity");
- + - +
Search in comments<%=Util._t("Search in comments")%>

name="searchComments" value="true">

Allow browsing<%=Util._t("Allow browsing")%>

name="browseFiles" value="true">

@@ -47,15 +47,15 @@ String outboundQuantity = core.getI2pOptions().getProperty("outbound.quantity");
- + - + - +
Retry failed downloads every (seconds)<%=Util._t("Retry failed downloads every (seconds)")%>

Save downloaded files to<%=Util._t("Save downloaded files to")%>

Store incomplete files in<%=Util._t("Store incomplete files in")%>

@@ -63,11 +63,11 @@ String outboundQuantity = core.getI2pOptions().getProperty("outbound.quantity");
- + - +
Total upload slots (-1 means unlimited)<%=Util._t("Total upload slots (-1 means unlimited)")%>

Upload slots per user (-1 means unlimited)<%=Util._t("Upload slots per user (-1 means unlimited)")%>

@@ -75,11 +75,11 @@ String outboundQuantity = core.getI2pOptions().getProperty("outbound.quantity");
- + - +
Share downloaded files<%=Util._t("Share downloaded files")%>

name="shareDownloadedFiles" value="true">

Share hidden files<%=Util._t("Share hidden files")%>

name="shareHiddenFiles" value="true">

@@ -87,19 +87,19 @@ String outboundQuantity = core.getI2pOptions().getProperty("outbound.quantity");
- + - + - + - +
Allow only trusted connections<%=Util._t("Allow only trusted connections")%>

name="allowUntrusted" value="true">

Search extra hop<%=Util._t("Search extra hop")%>

name="searchExtraHop" value="true">

Allow others to view my trust list<%=Util._t("Allow others to view my trust list")%>

name="allowTrustLists" value="true">

Update trust lists every (hours)<%=Util._t("Update trust lists every (hours)")%>

@@ -107,19 +107,19 @@ String outboundQuantity = core.getI2pOptions().getProperty("outbound.quantity");
- + - + - + - +
Inbound tunnel length<%=Util._t("Inbound tunnel length")%>

Inbound tunnel quantity<%=Util._t("Inbound tunnel quantity")%>

Outbound tunnel length<%=Util._t("Outbound tunnel length")%>

Outbound tunnel quantity<%=Util._t("Outbound tunnel quantity")%>