diff --git a/themes/wilma/i18n/all.properties b/themes/wilma/i18n/all.properties index bbdaa09d..a29e360e 100644 --- a/themes/wilma/i18n/all.properties +++ b/themes/wilma/i18n/all.properties @@ -23,3 +23,6 @@ identity_admin = Site Admin identity_myprofile = My profile identity_myaccount = My account identity_user = user + +indiv_foafperson_for = for +indiv_foafperson_return = return to \ No newline at end of file diff --git a/themes/wilma/i18n/all_es.properties b/themes/wilma/i18n/all_es.properties index c73a79b0..df2af738 100644 --- a/themes/wilma/i18n/all_es.properties +++ b/themes/wilma/i18n/all_es.properties @@ -24,6 +24,8 @@ identity_myprofile = Mi encuesta identity_myaccount = Mi cuenta identity_user = usuario +indiv_foafperson_for = para + #Items Vetted by Pedro # menu_logout = Terminar diff --git a/themes/wilma/templates/individual--foaf-person.ftl b/themes/wilma/templates/individual--foaf-person.ftl index 7347a973..ff082fd4 100644 --- a/themes/wilma/templates/individual--foaf-person.ftl +++ b/themes/wilma/templates/individual--foaf-person.ftl @@ -50,8 +50,8 @@
<#if relatedSubject??> -

${relatedSubject.relatingPredicateDomainPublic} for ${relatedSubject.name}

-

← return to ${relatedSubject.name}

+

${relatedSubject.relatingPredicateDomainPublic} ${i18n.indiv_foafperson_for} ${relatedSubject.name}

+

← ${i18n.indiv_foafperson_return} ${relatedSubject.name}

<#else>

<#-- Label -->