* themes/wilma/i18n added copyright

* ..footer.ftl fixed elements identified by ruby script
This commit is contained in:
Stephen V. Williams 2013-04-27 16:11:44 -06:00
parent 57c3bf3434
commit 28a7c0dffc
3 changed files with 5 additions and 2 deletions

View file

@ -10,6 +10,7 @@ menu_about = About
menu_contactus = Contact Us
menu_support = Support
menu_version = Version
menu_copyright = copyright
menu_logout = Log out
menu_login = Log in

View file

@ -11,6 +11,8 @@ menu_about = Respecto a
menu_contactus = Contáctenos
menu_support = Apoyar
menu_version = Versión
menu_copyright = derechos de autor
menu_login = Iniciar la sesión
menu_loginfull = Iniciar sesión para administrar este sitio

View file

@ -7,7 +7,7 @@
<#if copyright??>
<small>&copy;${copyright.year?c}
<#if copyright.url??>
<a href="${copyright.url}" title="copyright">${copyright.text}</a>
<a href="${copyright.url}" title="${i18n().menu_copyright}">${copyright.text}</a>
<#else>
${copyright.text}
</#if>
@ -15,7 +15,7 @@
</#if>
${i18n().menu_powered} <a class="powered-by-vivo" href="http://vivoweb.org" target="_blank" title="${i18n().menu_powered} VIVO"><strong>VIVO</strong></a>
<#if user.hasRevisionInfoAccess>
| ${i18n().menu_version} <a href="${version.moreInfoUrl}" title="version">${version.label}</a>
| ${i18n().menu_version} <a href="${version.moreInfoUrl}" title="${i18n().menu_version}">${version.label}</a>
</#if>
</p>