diff --git a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl index a7f2911c..263d802c 100644 --- a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl +++ b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl @@ -46,3 +46,13 @@ #if> <#include selectedTemplate > +${scripts.add('', + '', + '', + '', + '')} + + + diff --git a/themes/wilma/i18n/all.properties b/themes/wilma/i18n/all.properties new file mode 100644 index 00000000..f972565b --- /dev/null +++ b/themes/wilma/i18n/all.properties @@ -0,0 +1,36 @@ +# +# Text strings for the controllers and templates +# +# Default (English) +# + +menu_termuse = Terms of Use +menu_powered = Powered by +menu_about = About +menu_contactus = Contact Us +menu_support = Support +menu_version = Version +menu_copyright = copyright +menu_item = menu item +menu_welcomestart = Welcome + +menu_logout = Log out +menu_login = Log in +menu_loginfull = Log in to manage this site + +identity_title = VIVO | connect share discover +identity_index = Index +identity_edit = Edit Page +identity_admin = Site Admin +identity_myprofile = My profile +identity_myaccount = My account +identity_user = user + +indiv_foafperson_for = for +indiv_foafperson_return = return to + +intro_title = Welcome to VIVO +intro_para1 = VIVO is a research-focused discovery tool that enables collaboration among scientists across all disciplines. +intro_para2 = Browse or search information on people, departments, courses, grants, and publications. +intro_searchvivo = Search VIVO +intro_filtersearch = Filter search \ No newline at end of file diff --git a/themes/wilma/i18n/all_es.properties b/themes/wilma/i18n/all_es.properties new file mode 100644 index 00000000..78f764c8 --- /dev/null +++ b/themes/wilma/i18n/all_es.properties @@ -0,0 +1,40 @@ +# +# Text strings for the controllers and templates +# +# Spanish - +# +# TODO: verify translations from Google Translate are correct + +menu_termuse = Términos de uso +menu_powered = Desarrollado por +menu_about = Respecto a +menu_contactus = Contáctenos +menu_support = Apoyar +menu_version = Versión +menu_copyright = derechos de autor +menu_item = elemento de menú +menu_welcomestart = Bienvenido + +menu_login = Iniciar la sesión +menu_loginfull = Iniciar sesión para administrar este sitio + +identity_title = VIVO | unir compartir descubrir +identity_index = Îndex +identity_edit = Editar página +identity_myprofile = Mi encuesta +identity_myaccount = Mi cuenta +identity_user = usuario + +indiv_foafperson_for = para + +intro_title = Bienvenido a VIVO +intro_para1 = VIVO es una herramienta de descubrimiento de la investigación centrada en que permite la colaboración entre los científicos de todas las disciplinas. +intro_para2 = Explore o busque información sobre las personas, departamentos, cursos, becas y publicaciones. +intro_searchvivo = Buscar VIVO +intro_filtersearch = búsqueda Filtrar + +#Items Vetted by Pedro +# +menu_logout = Terminar + +identity_admin = Administrador diff --git a/themes/wilma/i18n/images/select_locale_en_AU.GIF b/themes/wilma/i18n/images/select_locale_en_AU.GIF new file mode 100644 index 00000000..e4c2274c Binary files /dev/null and b/themes/wilma/i18n/images/select_locale_en_AU.GIF differ diff --git a/themes/wilma/i18n/images/select_locale_en.GIF b/themes/wilma/i18n/images/select_locale_en_US.GIF similarity index 100% rename from themes/wilma/i18n/images/select_locale_en.GIF rename to themes/wilma/i18n/images/select_locale_en_US.GIF diff --git a/themes/wilma/i18n/images/select_locale_es.GIF b/themes/wilma/i18n/images/select_locale_es_ES.GIF similarity index 100% rename from themes/wilma/i18n/images/select_locale_es.GIF rename to themes/wilma/i18n/images/select_locale_es_ES.GIF diff --git a/themes/wilma/i18n/images/select_locale_es_MX.GIF b/themes/wilma/i18n/images/select_locale_es_MX.GIF new file mode 100644 index 00000000..11c25782 Binary files /dev/null and b/themes/wilma/i18n/images/select_locale_es_MX.GIF differ diff --git a/themes/wilma/i18n/images/select_locale_fr.GIF b/themes/wilma/i18n/images/select_locale_fr.GIF deleted file mode 100644 index 7a80e91a..00000000 Binary files a/themes/wilma/i18n/images/select_locale_fr.GIF and /dev/null differ diff --git a/themes/wilma/templates/footer.ftl b/themes/wilma/templates/footer.ftl index ba54d9e8..50b01a94 100644 --- a/themes/wilma/templates/footer.ftl +++ b/themes/wilma/templates/footer.ftl @@ -7,25 +7,25 @@ <#if copyright??> ©${copyright.year?c} <#if copyright.url??> - ${copyright.text} + ${copyright.text} <#else> ${copyright.text} #if> - | Terms of Use | + | ${i18n().menu_termuse} | #if> - Powered by VIVO + ${i18n().menu_powered} VIVO <#if user.hasRevisionInfoAccess> - | Version ${version.label} + | ${i18n().menu_version} ${version.label} #if>
diff --git a/themes/wilma/templates/identity.ftl b/themes/wilma/templates/identity.ftl index 5cb2a278..47d5848d 100644 --- a/themes/wilma/templates/identity.ftl +++ b/themes/wilma/templates/identity.ftl @@ -1,7 +1,8 @@ <#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->