forked from I2P_Developers/i2p.i2p
Add descriptions of the address book section to the front page in susidns. This is the last string change I intend to check in for this cycle.
This commit is contained in:
@@ -69,11 +69,21 @@
|
||||
</p><p class="whatitis">
|
||||
<%=intl._t("It regularly updates your hosts.txt file from distributed sources or \"subscriptions\".")%>
|
||||
<%=intl._t("In the default configuration, the address book is only subscribed to {0}.", "i2p-projekt.i2p")%>
|
||||
<%=intl._t("Subscribing to additional sites is easy, just add them to your <a href=\"subscriptions\">subscriptions</a> file.")%>
|
||||
<%=intl._t("Subscribing to additional sites is easy, just add them to your <a href=\"subscriptions\">subscriptions</a>.")%>
|
||||
</p>
|
||||
<p class="whatitis">
|
||||
<%=intl._t("For more information on naming in I2P, see <a href=\"http://i2p-projekt.i2p/naming.html\" target=\"_blank\">the overview</a>.")%>
|
||||
</p>
|
||||
<h3 id="howtouse"><%=intl._t("How to use the Address Book?")%></h3>
|
||||
<p class="howtouse">
|
||||
<%=intl._t("The I2P Address Book allows you to manage addresses by sorting them into categories.")%>
|
||||
<%=intl._t("You may use these categories according to how you intend to use the address.")%>
|
||||
</p>
|
||||
<ul class="howtouse">
|
||||
<li><%=intl._t("Router: These addresses are added automatically, by your subscriptions. If you publish an address book, the router address book will be shared with other I2P users.")%></li>
|
||||
<li><%=intl._t("Local: This is your personal addresbook, for hosts which you publish and share with others.")%></li>
|
||||
<li><%=intl._t("Private: This address book if used for addresses which you do not want to share with other I2P users.")%></li>
|
||||
</ul>
|
||||
<h3 id="howitworks"><%=intl._t("How does the address book application work?")%></h3>
|
||||
<p class="howitworks">
|
||||
<%=intl._t("The address book application regularly polls your subscriptions and merges their content into your \"router\" address book.")%>
|
||||
|
||||
@@ -323,6 +323,10 @@ h3 {
|
||||
box-shadow: inset 0 0 0 1px #000;
|
||||
}
|
||||
|
||||
ul.howtouse {
|
||||
margin-left: 32px;
|
||||
}
|
||||
|
||||
.headline h3 {
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
@@ -310,6 +310,17 @@ div.help h3, #add h3, #import h3 {
|
||||
background-position: .5%, 15% !important;
|
||||
}
|
||||
|
||||
#howtouse {
|
||||
padding: 5px 32px;
|
||||
background: url(/themes/console/light/images/dropdown.png) #f8f8ff;
|
||||
background-repeat: no-repeat !important;
|
||||
background-position: .5%, 15% !important;
|
||||
}
|
||||
|
||||
ul.howtouse {
|
||||
margin-left: 32px;
|
||||
}
|
||||
|
||||
.expanded {
|
||||
background: url(/themes/console/light/images/dropdown_active.png) #f8f8ff !important;
|
||||
background-repeat: no-repeat !important;
|
||||
|
||||
Reference in New Issue
Block a user