diff --git a/webapp/web/i18n/all.properties b/webapp/web/i18n/all.properties index c5192e028..6fb58986b 100644 --- a/webapp/web/i18n/all.properties +++ b/webapp/web/i18n/all.properties @@ -855,3 +855,8 @@ range_class = Range Class sub_properties = Subproperties subproperty = subproperty +manage_labels_for = Manage Labels for +manage_labels_capitalized = Manage Labels +manage_labels_intro = Multiple labels exist for this profile but there should only be one. Select the label you want displayed on the profile page, and the others will be deleted. +processing_icon = processing +selection_in_process = Your selection is being processed. diff --git a/webapp/web/i18n/all_es.properties b/webapp/web/i18n/all_es.properties index 8a42c2e4a..b092529ea 100644 --- a/webapp/web/i18n/all_es.properties +++ b/webapp/web/i18n/all_es.properties @@ -845,3 +845,9 @@ range_class = Clase Rango sub_properties = Subpropiedades subproperty = subpropiedad +manage_labels_for = Gestione Etiquetas para +manage_labels_capitalized = Gestione Etiquetas +manage_labels_intro = Existen varias etiquetas para este perfil, pero no sólo deben ser uno. Seleccione la etiqueta que desea mostrar en la página de perfil, y se eliminarán los demás. +processing_icon = tratamiento +selection_in_process = Su selección se está procesando. + diff --git a/webapp/web/templates/freemarker/body/individual/manageLabelsForIndividual.ftl b/webapp/web/templates/freemarker/body/individual/manageLabelsForIndividual.ftl index 0e24140e2..bf5d84337 100644 --- a/webapp/web/templates/freemarker/body/individual/manageLabelsForIndividual.ftl +++ b/webapp/web/templates/freemarker/body/individual/manageLabelsForIndividual.ftl @@ -5,9 +5,9 @@ <#assign languageTag = "" > <#assign labelSeq = [] > <#if subjectName?? > -

Manage Labels for ${subjectName}

+

${i18n().manage_labels_for} ${subjectName}

<#else> -

${i18n().manage_labels}

+

${i18n().manage_labels_capitalized}

${i18n().manage_labels_intro}