l10nize about page, add link to homepage.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 5 Apr 2011 04:59:59 +0000 (06:59 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 5 Apr 2011 04:59:59 +0000 (06:59 +0200)
src/main/resources/i18n/sone.en.properties
src/main/resources/templates/about.html

index 104d3c7..5eb9d0f 100644 (file)
@@ -23,6 +23,10 @@ Navigation.Menu.Item.About.Tooltip=Information about Sone
 
 Page.About.Title=About - Sone
 Page.About.Page.Title=About
+Page.About.Flattr.Description=If you like Sone and you would like to reward me, you can use the Flattr button at the bottom of each page. Flattr is a non-anonymous micro payment that acts like an internet tip jar where the amount each user spends is limited (lowest being 2 € per month). More information can be found on {link}flattr.com{/link}.
+Page.About.Homepage.Title=Homepage
+Page.About.Homepage.Description=You can find more information and the source code of Sone on the {link}homepage{/link}.
+Page.About.License.Title=License
 
 Page.Options.Title=Options - Sone
 Page.Options.Page.Title=Options
index e6dbf99..e04f4f2 100644 (file)
@@ -5,14 +5,17 @@
        <p>Sone – The Freenet Social Network Plugin, Version <% version|html>, © 2010–2011 by David ‘Bombe’ Roden.</p>
 
        <p>
-               If you like Sone and you would like to reward me, you can use the
-               Flattr button at the bottom of each page. Flattr is a non-anonymous
-               micro payment that acts like an internet tip jar where the amount
-               each user spends is limited (lowest being 2 € per month). More
-               information can be found on <a href="/?_CHECKED_HTTP_=https://www.flattr.com/"
-               title="Flattr Homepage" target="_blank">flattr.com</a>.
+               <%= Page.About.Flattr.Description|l10n|html|replace needle="{link}" replacement='<a href="/?_CHECKED_HTTP_=https://www.flattr.com/" title="Flattr Homepage" target="_blank">'|replace needle="{/link}" replacement='</a>'>
        </p>
 
+       <h2><%= Page.About.Homepage.Title|l10n|html></h2>
+
+       <p>
+               <%= Page.About.Homepage.Description|l10n|html|replace needle="{link}" replacement='<a href="/USK@nwa8lHa271k2QvJ8aa0Ov7IHAV-DFOCFgmDt3X6BpCI,DuQSUZiI~agF8c-6tjsFFGuZ8eICrzWCILB60nT8KKo,AQACAAE/sone/33/">'|replace needle="{/link}" replacement='</a>'>
+       </p>
+
+       <h2><%= Page.About.License.Title|l10n|html></h2>
+
        <p>
                This program is free software: you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by