From 456c986d0e35706edd57d66a6ae462660bfe306f Mon Sep 17 00:00:00 2001 From: "Stephen V. Williams" Date: Sat, 27 Apr 2013 16:28:38 -0600 Subject: [PATCH] * themes/wilma/i18n/ added properties for individual--foaf-person * ../individual--foaf-person.ftl added return to and for translations --- themes/wilma/i18n/all.properties | 3 +++ themes/wilma/i18n/all_es.properties | 2 ++ themes/wilma/templates/individual--foaf-person.ftl | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) 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 -->