* themes/wilma/i18n/ added properties for individual--foaf-person

* ../individual--foaf-person.ftl added return to and for translations
This commit is contained in:
Stephen V. Williams 2013-04-27 16:28:38 -06:00
parent 28a7c0dffc
commit 456c986d0e
3 changed files with 7 additions and 2 deletions

View file

@ -23,3 +23,6 @@ identity_admin = Site Admin
identity_myprofile = My profile identity_myprofile = My profile
identity_myaccount = My account identity_myaccount = My account
identity_user = user identity_user = user
indiv_foafperson_for = for
indiv_foafperson_return = return to

View file

@ -24,6 +24,8 @@ identity_myprofile = Mi encuesta
identity_myaccount = Mi cuenta identity_myaccount = Mi cuenta
identity_user = usuario identity_user = usuario
indiv_foafperson_for = para
#Items Vetted by Pedro #Items Vetted by Pedro
# #
menu_logout = Terminar menu_logout = Terminar

View file

@ -50,8 +50,8 @@
<header> <header>
<#if relatedSubject??> <#if relatedSubject??>
<h2>${relatedSubject.relatingPredicateDomainPublic} for ${relatedSubject.name}</h2> <h2>${relatedSubject.relatingPredicateDomainPublic} ${i18n.indiv_foafperson_for} ${relatedSubject.name}</h2>
<p><a href="${relatedSubject.url}" title="return to">&larr; return to ${relatedSubject.name}</a></p> <p><a href="${relatedSubject.url}" title="${i18n.indiv_foafperson_return}">&larr; ${i18n.indiv_foafperson_return} ${relatedSubject.name}</a></p>
<#else> <#else>
<h1 class="vcard foaf-person"> <h1 class="vcard foaf-person">
<#-- Label --> <#-- Label -->