Update Help/About text.
This commit is contained in:
+1
-5
@@ -290,11 +290,7 @@ help.homepage.title = Homepage
|
||||
help.forum.title = Forum
|
||||
help.shop.title = Merchandise
|
||||
help.contact.title = Contact
|
||||
help.contact.text = {0} is developed and maintained by Sindre Mehus \
|
||||
(<a href="mailto:sindre@activeobjects.no">sindre@activeobjects.no</a>). \
|
||||
If you have any questions, comments or suggestions for improvements, please visit the \
|
||||
<a href="http://forum.subsonic.org" target="_blank">Subsonic Forum</a>.<br \> \
|
||||
Changes to the source have been made by <a href="https://madeitwor.se/">Eugene E. Kashpureff Jr</a>. No support is provided by him, and you may not receive support from the official Subsonic channels as a result.
|
||||
help.contact.text = Libresonic is a community project. You can find us in <a href="irc://chat.freenode.net/libresonic">#libresonic on Freenode</a>. Technical issues can be submitted to the <a href="https://github.com/Libresonic/libresonic/issues">Issue Tracker on Github</a>.
|
||||
help.log = Log
|
||||
help.logfile = The complete log is saved in {0}.
|
||||
|
||||
|
||||
@@ -36,13 +36,13 @@
|
||||
|
||||
<table width="75%" class="ruleTable indent">
|
||||
|
||||
<tr><td class="ruleTableHeader"><fmt:message key="help.version.title"/></td><td class="ruleTableCell">${versionString}-KANG – ${buildDateString}</td></tr>
|
||||
<tr><td class="ruleTableHeader"><fmt:message key="help.version.title"/></td><td class="ruleTableCell">${versionString} – ${buildDateString}</td></tr>
|
||||
<tr><td class="ruleTableHeader"><fmt:message key="help.server.title"/></td><td class="ruleTableCell">${model.serverInfo} (<sub:formatBytes bytes="${model.usedMemory}"/> / <sub:formatBytes bytes="${model.totalMemory}"/>)</td></tr>
|
||||
<tr><td class="ruleTableHeader"><fmt:message key="help.license.title"/></td><td class="ruleTableCell">
|
||||
<a href="http://www.gnu.org/copyleft/gpl.html" target="_blank"><img style="float:right;margin-left: 10px" alt="GPL 3.0" src="<c:url value="/icons/default_light/gpl.png"/>"></a>
|
||||
<fmt:message key="help.license.text"><fmt:param value="${model.brand}"/></fmt:message></td></tr>
|
||||
<tr><td class="ruleTableHeader"><fmt:message key="help.homepage.title"/></td><td class="ruleTableCell"><a target="_blank" href="http://www.subsonic.org/">subsonic.org</a></td></tr>
|
||||
<tr><td class="ruleTableHeader"><fmt:message key="help.forum.title"/></td><td class="ruleTableCell"><a target="_blank" href="http://forum.subsonic.org/">forum.subsonic.org</a></td></tr>
|
||||
<tr><td class="ruleTableHeader"><fmt:message key="help.homepage.title"/></td><td class="ruleTableCell"><a target="_blank" href="https://www.libresonic.org/">Libresonic website</a></td></tr>
|
||||
<tr><td class="ruleTableHeader"><fmt:message key="help.forum.title"/></td><td class="ruleTableCell"><a target="_blank" href="https://www.reddit.com/r/libresonic">Libresonic on Reddit</a></td></tr>
|
||||
<tr><td class="ruleTableHeader"><fmt:message key="help.contact.title"/></td><td class="ruleTableCell"><fmt:message key="help.contact.text"><fmt:param value="${model.brand}"/></fmt:message></td></tr>
|
||||
</table>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user