From e87a7c7bb473404866757b63fa4a8de8c70784f5 Mon Sep 17 00:00:00 2001
From: walking
Date: Sat, 24 Oct 2009 12:46:01 +0000
Subject: [PATCH] add classic\console_big.css for reference only :) add tag
several missing strings in config.jsp update the POs.
---
apps/routerconsole/jsp/config.jsp | 8 +-
apps/routerconsole/locale/messages_de.po | 220 ++---
apps/routerconsole/locale/messages_zh.po | 218 ++---
.../themes/console/classic/console_big.css | 780 ++++++++++++++++++
4 files changed, 1019 insertions(+), 207 deletions(-)
create mode 100644 installer/resources/themes/console/classic/console_big.css
diff --git a/apps/routerconsole/jsp/config.jsp b/apps/routerconsole/jsp/config.jsp
index 415b2c653..069818e1b 100644
--- a/apps/routerconsole/jsp/config.jsp
+++ b/apps/routerconsole/jsp/config.jsp
@@ -59,7 +59,7 @@
out.print(intl._("Please enable sharing (participating in tunnels) by configuring more bandwidth. "));
out.print(intl._("It improves your anonymity by creating cover traffic, and helps the network.")+"
");
} else {
- out.print("
You have configured I2P to share " + share + "KBps. ");
+ out.print("
" + intl._("You have configured I2P to share") + " " + share + "KBps. ");
out.print(intl._("The higher the share bandwidth the more you improve your anonymity and help the network.")+"
");
}
%>
@@ -76,7 +76,7 @@
-->
<%=intl._("IP and Transport Configuration")%>
- The default settings will work for most people. There is help below.
+ <%=intl._("The default settings will work for most people.")%> There is help below.
<%=intl._("UPnP Configuration")%>:
/>
<%=intl._("Enable UPnP to open firewall ports")%> - <%=intl._("UPnP status")%>
@@ -109,8 +109,8 @@
/>
<%=intl._("Hidden mode - do not publish IP")%> <%=intl._("(prevents participating traffic)")%>
-