diff --git a/webapp/web/i18n/all.properties b/webapp/web/i18n/all.properties index 74921b720..7b435143b 100644 --- a/webapp/web/i18n/all.properties +++ b/webapp/web/i18n/all.properties @@ -250,6 +250,8 @@ display_has_element_error = There was an error in the system. The display:hasEle return_to = return to {0} +other = other + # # admin templates ( /templates/freemarker/body/admin ) # diff --git a/webapp/web/templates/freemarker/body/individual/individual-vitro.ftl b/webapp/web/templates/freemarker/body/individual/individual-vitro.ftl index bd6471d51..db57984b6 100644 --- a/webapp/web/templates/freemarker/body/individual/individual-vitro.ftl +++ b/webapp/web/templates/freemarker/body/individual/individual-vitro.ftl @@ -48,7 +48,7 @@ -<#assign nameForOtherGroup = "other"> <#-- used by both individual-propertyGroupMenu.ftl and individual-properties.ftl --> +<#assign nameForOtherGroup = "${i18n().other}"> <#-- diff --git a/webapp/web/templates/freemarker/body/pagemanagement/pageList.ftl b/webapp/web/templates/freemarker/body/pagemanagement/pageList.ftl index 72a8b52b9..426a175e5 100644 --- a/webapp/web/templates/freemarker/body/pagemanagement/pageList.ftl +++ b/webapp/web/templates/freemarker/body/pagemanagement/pageList.ftl @@ -2,12 +2,12 @@
-

Page Management

+

${i18n().page_management}

<#if pages?has_content > - +
Page Management
diff --git a/webapp/web/templates/freemarker/body/partials/individual/individual-propertyGroupMenu.ftl b/webapp/web/templates/freemarker/body/partials/individual/individual-propertyGroupMenu.ftl index 28603bb28..7860975e7 100644 --- a/webapp/web/templates/freemarker/body/partials/individual/individual-propertyGroupMenu.ftl +++ b/webapp/web/templates/freemarker/body/partials/individual/individual-propertyGroupMenu.ftl @@ -1,8 +1,8 @@ <#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> -<#-- Template for property group menu on individual profile page --> +<#-- Template for property group menu on individual profile page nameForOtherGroup! --> -<#assign nameForOtherGroup = nameForOtherGroup!"other"> +<#assign nameForOtherGroup = "${i18n().other}"> <#if (propertyGroups.all)??> <#assign groups = propertyGroups.all>
${i18n().page_management}