* themes/wilma/i18n added copyright
* ..footer.ftl fixed elements identified by ruby script
This commit is contained in:
parent
57c3bf3434
commit
28a7c0dffc
3 changed files with 5 additions and 2 deletions
|
@ -10,6 +10,7 @@ menu_about = About
|
||||||
menu_contactus = Contact Us
|
menu_contactus = Contact Us
|
||||||
menu_support = Support
|
menu_support = Support
|
||||||
menu_version = Version
|
menu_version = Version
|
||||||
|
menu_copyright = copyright
|
||||||
|
|
||||||
menu_logout = Log out
|
menu_logout = Log out
|
||||||
menu_login = Log in
|
menu_login = Log in
|
||||||
|
|
|
@ -11,6 +11,8 @@ menu_about = Respecto a
|
||||||
menu_contactus = Contáctenos
|
menu_contactus = Contáctenos
|
||||||
menu_support = Apoyar
|
menu_support = Apoyar
|
||||||
menu_version = Versión
|
menu_version = Versión
|
||||||
|
menu_copyright = derechos de autor
|
||||||
|
|
||||||
|
|
||||||
menu_login = Iniciar la sesión
|
menu_login = Iniciar la sesión
|
||||||
menu_loginfull = Iniciar sesión para administrar este sitio
|
menu_loginfull = Iniciar sesión para administrar este sitio
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<#if copyright??>
|
<#if copyright??>
|
||||||
<small>©${copyright.year?c}
|
<small>©${copyright.year?c}
|
||||||
<#if copyright.url??>
|
<#if copyright.url??>
|
||||||
<a href="${copyright.url}" title="copyright">${copyright.text}</a>
|
<a href="${copyright.url}" title="${i18n().menu_copyright}">${copyright.text}</a>
|
||||||
<#else>
|
<#else>
|
||||||
${copyright.text}
|
${copyright.text}
|
||||||
</#if>
|
</#if>
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
</#if>
|
</#if>
|
||||||
${i18n().menu_powered} <a class="powered-by-vivo" href="http://vivoweb.org" target="_blank" title="${i18n().menu_powered} VIVO"><strong>VIVO</strong></a>
|
${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>
|
<#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>
|
</#if>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue