diff --git a/webui/src/main/webapp/BrowseHost.jsp b/webui/src/main/webapp/BrowseHost.jsp
index 3f958f9e..ed92377d 100644
--- a/webui/src/main/webapp/BrowseHost.jsp
+++ b/webui/src/main/webapp/BrowseHost.jsp
@@ -11,8 +11,8 @@ String pagetitle="Browse Host";
<%@ include file="css.jsi"%>
-
-
+
+
diff --git a/webui/src/main/webapp/SharedFiles.jsp b/webui/src/main/webapp/SharedFiles.jsp
index e4d76059..f70e8b29 100644
--- a/webui/src/main/webapp/SharedFiles.jsp
+++ b/webui/src/main/webapp/SharedFiles.jsp
@@ -4,7 +4,7 @@
<%
-String pagetitle="Shared Files";
+String pagetitle= Util._t("Shared Files");
String viewAs = request.getParameter("viewAs");
if (viewAs == null)
@@ -15,11 +15,11 @@ if (viewAs == null)
<%@ include file="css.jsi"%>
-
+
<% if (viewAs.equals("tree")) { %>
-
+
<% } else { %>
-
+
<% } %>
@@ -28,23 +28,23 @@ if (viewAs == null)
- Shared Files 0
+ <%=Util._t("Shared Files")%> 0
<% if (viewAs.equals("tree")) { %>
diff --git a/webui/src/main/webapp/sidebar.jsi b/webui/src/main/webapp/sidebar.jsi
index 95239f12..e3903b3a 100644
--- a/webui/src/main/webapp/sidebar.jsi
+++ b/webui/src/main/webapp/sidebar.jsi
@@ -1,29 +1,29 @@