VIVO-816: provide clarification on concept management page

This commit is contained in:
Tim Worrall 2014-07-30 16:07:34 -04:00
parent 7981b8fed9
commit 5f5a02ce5d
3 changed files with 9 additions and 7 deletions

View file

@ -272,9 +272,9 @@ manage_concepts = Gestione Conceptos
no_concepts_specified = Actualmente no hay conceptos especificados. no_concepts_specified = Actualmente no hay conceptos especificados.
return_to_profile = Volver a la página de perfil return_to_profile = Volver a la página de perfil
external_vocabulary_services = Servicios Vocabulario externos external_vocabulary_services = Servicios Vocabulario externos
create_own_concept = Crea tu propio concepto create_own_concept = Selecciona o crea un VIVO concepto
add_selected_concept = Añadir Concept Seleccionado add_selected_concept = Añadir Concept Seleccionado
cannot_find_concept = No se puede encontrar el concepto que desea? Crea tu propia cuenta. cannot_find_concept = No se puede encontrar el concepto que desea? Selecciona o crea un VIVO concepto.
add_concept = Añadir Concept add_concept = Añadir Concept
attendee_capitalized = Asistente attendee_capitalized = Asistente
@ -880,4 +880,5 @@ missing_grant = falta de subvención
editor_of_entry = editor de para editor_of_entry = editor de para
role_type = Tipo de papel role_type = Tipo de papel
add_capitalized = Añadir add_capitalized = Añadir
researcher_role = El papel del investigador researcher_role = El papel del investigador
search_service_btn = Búsqueda el servicio

View file

@ -111,7 +111,7 @@
</#list> </#list>
<p class="inline-search"> <p class="inline-search">
<input type="text" id="searchTerm" label="Search" class="acSelector" size="35" /> <input type="text" id="searchTerm" label="Search" class="acSelector" size="35" />
<input type="button" class="submit concept-search" id="searchButton" name="searchButton" value="${i18n().search_button}"/>&nbsp; <input type="button" class="submit concept-search" id="searchButton" name="searchButton" value="${i18n().search_service_btn}"/>&nbsp;
</p><span id="createOwnOne"> ${i18n().or} &nbsp;<a href="${userDefinedConceptUrl}" title="${i18n().create_own_concept}">${i18n().create_own_concept}&nbsp;</a></span> </p><span id="createOwnOne"> ${i18n().or} &nbsp;<a href="${userDefinedConceptUrl}" title="${i18n().create_own_concept}">${i18n().create_own_concept}&nbsp;</a></span>
<input type="hidden" id="conceptNode" name="conceptNode" value=""/> <!-- Field value populated by JavaScript --> <input type="hidden" id="conceptNode" name="conceptNode" value=""/> <!-- Field value populated by JavaScript -->
<input type="hidden" id="conceptLabel" name="conceptLabel" value="" /> <!-- Field value populated by JavaScript --> <input type="hidden" id="conceptLabel" name="conceptLabel" value="" /> <!-- Field value populated by JavaScript -->

View file

@ -278,9 +278,9 @@ manage_concepts = Manage Concepts
no_concepts_specified = There are currently no concepts specified. no_concepts_specified = There are currently no concepts specified.
return_to_profile = Return to Profile Page return_to_profile = Return to Profile Page
external_vocabulary_services = External Vocabulary Services external_vocabulary_services = External Vocabulary Services
create_own_concept = Create your own concept create_own_concept = Select or create a VIVO-defined concept.
add_selected_concept = Add Selected Concept add_selected_concept = Add Selected Concept
cannot_find_concept = Can't find the concept you want? Create your own. cannot_find_concept = Can't find the concept you want? Select or create a VIVO-defined concept.
add_concept = Add Concept add_concept = Add Concept
attendee_capitalized = Attendee attendee_capitalized = Attendee
@ -886,4 +886,5 @@ missing_grant = missing grant
editor_of_entry = editor of entry for editor_of_entry = editor of entry for
role_type = Role type role_type = Role type
add_capitalized = Add add_capitalized = Add
researcher_role = Researcher Role researcher_role = Researcher Role
search_service_btn = Search Service