diff --git a/apps/routerconsole/java/src/net/i2p/router/web/helpers/HomeHelper.java b/apps/routerconsole/java/src/net/i2p/router/web/helpers/HomeHelper.java
index 155a4c61e4..cf2f9df17b 100644
--- a/apps/routerconsole/java/src/net/i2p/router/web/helpers/HomeHelper.java
+++ b/apps/routerconsole/java/src/net/i2p/router/web/helpers/HomeHelper.java
@@ -72,6 +72,8 @@ public class HomeHelper extends HelperBase {
//"exchanged.i2p" + S + _x("Anonymous cryptocurrency exchange") + S + "http://exchanged.i2p/" + S + I + "exchanged.png" + S +
_x("I2P FAQ") + S + _x("Frequently Asked Questions") + S + "http://i2p-projekt.i2p/faq" + S + I + "question.png" + S +
_x("I2P Forum") + S + _x("Community forum") + S + "http://i2pforum.i2p/" + S + I + "group.png" + S +
+ _x("Git Project Hosting") + S + _x("Community git project hosting") + S + "http://git.idk.i2p" + S + I + "i2pgit.png" + S +
+ _x("I2P Pastebin") + S + _x("Pastebin for I2P users") + S + "http://paste.idk.i2p" + S + I + "pasteidk.png" + S +
//"git.repo.i2p" + S + _x("A public anonymous Git hosting site - supports pulling via Git and HTTP and pushing via SSH") + S + "http://git.repo.i2p/" + S + I + "git-logo.png" + S +
//"hiddengate [ru]" + S + _x("Russian I2P-related wiki") + S + "http://hiddengate.i2p/" + S + I + "hglogo32.png" + S +
//_x("I2P Wiki") + S + _x("Anonymous wiki - share the knowledge") + S + "http://i2pwiki.i2p/" + S + I + "i2pwiki_logo.png" + S +
@@ -118,7 +120,7 @@ public class HomeHelper extends HelperBase {
private String topWrap(String headline) {
String str = "
\n" +
"
" +
- _t(headline) +
+ headline +
"
\n" +
"
\n";
return str;
@@ -130,7 +132,7 @@ public class HomeHelper extends HelperBase {
return "";
}
StringBuilder buf = new StringBuilder(1380);
- buf.append(topWrap("Applications"));
+ buf.append(topWrap(_t("Applications")));
buf.append(table);
buf.append(bottomWrap);
return buf.toString();
@@ -144,7 +146,7 @@ public class HomeHelper extends HelperBase {
return "";
}
StringBuilder buf = new StringBuilder(1380);
- buf.append(topWrap("Plugins"));
+ buf.append(topWrap(_t("Plugins")));
buf.append(table);
buf.append(bottomWrap);
return buf.toString();
@@ -157,7 +159,7 @@ public class HomeHelper extends HelperBase {
return "";
}
StringBuilder buf = new StringBuilder(1380);
- buf.append(topWrap("Configuration and Help"));
+ buf.append(topWrap(_t("Configuration and Help")));
buf.append(table);
buf.append(bottomWrap);
return buf.toString();
@@ -170,7 +172,7 @@ public class HomeHelper extends HelperBase {
return "";
}
StringBuilder buf = new StringBuilder(1380);
- buf.append(topWrap("Network Information and Developer Information"));
+ buf.append(topWrap(_t("Network Information and Developer Information")));
buf.append(table);
buf.append(bottomWrap);
return buf.toString();
@@ -182,7 +184,7 @@ public class HomeHelper extends HelperBase {
return "";
}
StringBuilder buf = new StringBuilder(1380);
- buf.append(topWrap("I2P Community Sites"));
+ buf.append(topWrap(_t("I2P Community Sites")));
buf.append(table);
buf.append(bottomWrap);
return buf.toString();
diff --git a/installer/resources/themes/console/images/i2pgit.png b/installer/resources/themes/console/images/i2pgit.png
new file mode 100644
index 0000000000..6a8e39fd6a
Binary files /dev/null and b/installer/resources/themes/console/images/i2pgit.png differ
diff --git a/installer/resources/themes/console/images/paste.png b/installer/resources/themes/console/images/paste.png
new file mode 100644
index 0000000000..4d5e6062cb
Binary files /dev/null and b/installer/resources/themes/console/images/paste.png differ
diff --git a/licenses/LICENSE-fontawesome.txt b/licenses/LICENSE-fontawesome.txt
index 7dc96e1967..ce1171064b 100644
--- a/licenses/LICENSE-fontawesome.txt
+++ b/licenses/LICENSE-fontawesome.txt
@@ -469,6 +469,8 @@ reference.
./i2p.i2p/installer/themes/console/images/education.png
./i2p.i2p/installer/themes/console/images/email.png
./i2p.i2p/installer/themes/console/images/eepsite.png
+./i2p.i2p/installer/themes/console/images/i2pgit.png
+./i2p.i2p/installer/themes/console/images/pasteidk.png
./i2p.i2p/installer/themes/console/images/cursor_zoom.png
./i2p.i2p/installer/themes/console/images/info/from_file.png
./i2p.i2p/installer/themes/console/images/info/reboot.png