Changeset cec94e9
- Timestamp:
- Nov 13, 2018 6:01:26 PM (2 years ago)
- Branches:
- master
- Children:
- 84c0aa4
- Parents:
- b695242d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/routerconsole/java/src/net/i2p/router/web/helpers/HomeHelper.java
rb695242d rcec94e9 38 38 _x("Configure Bandwidth") + S + _x("I2P Bandwidth Configuration") + S + "/config" + S + I + "info/bandwidth.png" + S + 39 39 // FIXME wasn't escaped 40 _x("Configure UI") + S + _x("Select console theme & language & set optional console password").replace("&", "&") + S + "/configui" + S + I + "info/ui.png" + S +41 _x("Customize Home Page") + S + _x("I2P Home Page Configuration") + S + "/confighome" + S + I + "home_page.png" + S +42 _x("Customize Sidebar") + S + _x("Customize the sidebar by adding or removing or repositioning elements") + S + "/configsidebar" + S + I + "info/sidebar.png" + S +40 //_x("Configure UI") + S + _x("Select console theme & language & set optional console password").replace("&", "&") + S + "/configui" + S + I + "info/ui.png" + S + 41 //_x("Customize Home Page") + S + _x("I2P Home Page Configuration") + S + "/confighome" + S + I + "home_page.png" + S + 42 //_x("Customize Sidebar") + S + _x("Customize the sidebar by adding or removing or repositioning elements") + S + "/configsidebar" + S + I + "info/sidebar.png" + S + 43 43 _x("Email") + S + _x("Anonymous webmail client") + S + "/webmail" + S + I + "email.png" + S + 44 44 _x("Help") + S + _x("I2P Router Help") + S + "/help" + S + I + "support.png" + S +
Note: See TracChangeset
for help on using the changeset viewer.