template updates for internationalization, including updated all.properties

This commit is contained in:
tworrall 2013-05-20 15:36:37 -04:00
parent dbcc75dc20
commit 639f0450ac
86 changed files with 917 additions and 448 deletions

View file

@ -4,7 +4,7 @@
<div class="copyright">
&copy;${copyright.year?c}
<#if copyright.url??>
<a href="${copyright.url}" title="copyright">${copyright.text}</a>
<a href="${copyright.url}" title="${i18n().copyright}">${copyright.text}</a>
<#else>
${copyright.text}
</#if>