<#if flash?has_content>
- <#if flash?starts_with("Welcome") >
+ <#if flash?starts_with(i18n().menu_welcomestart) >
From d64450246e280812bc1d2af96b53b905bad9043b Mon Sep 17 00:00:00 2001
From: "Stephen V. Williams"
Date: Sat, 27 Apr 2013 16:57:34 -0600
Subject: [PATCH 8/8] * ../page-home.ftl changed most english terms and
paragraphs TODO finish after mockup completed and code replaces hardcoding *
themes/wilma/i18n variables for page-home
---
themes/wilma/i18n/all.properties | 8 +++++++-
themes/wilma/i18n/all_es.properties | 8 +++++++-
themes/wilma/templates/page-home.ftl | 10 +++++-----
3 files changed, 19 insertions(+), 7 deletions(-)
diff --git a/themes/wilma/i18n/all.properties b/themes/wilma/i18n/all.properties
index b3ced26b..f972565b 100644
--- a/themes/wilma/i18n/all.properties
+++ b/themes/wilma/i18n/all.properties
@@ -27,4 +27,10 @@ identity_myaccount = My account
identity_user = user
indiv_foafperson_for = for
-indiv_foafperson_return = return to
\ No newline at end of file
+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
index 335c0224..78f764c8 100644
--- a/themes/wilma/i18n/all_es.properties
+++ b/themes/wilma/i18n/all_es.properties
@@ -13,7 +13,7 @@ menu_support = Apoyar
menu_version = Versión
menu_copyright = derechos de autor
menu_item = elemento de menú
-menu_welcomestart = Welcome
+menu_welcomestart = Bienvenido
menu_login = Iniciar la sesión
menu_loginfull = Iniciar sesión para administrar este sitio
@@ -27,6 +27,12 @@ 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
diff --git a/themes/wilma/templates/page-home.ftl b/themes/wilma/templates/page-home.ftl
index 16696db2..6a466298 100644
--- a/themes/wilma/templates/page-home.ftl
+++ b/themes/wilma/templates/page-home.ftl
@@ -16,13 +16,13 @@
- Welcome to VIVO
+ ${i18n().intro_title}
- VIVO is a research-focused discovery tool that enables collaboration among scientists across all disciplines.
- Browse or search information on people, departments, courses, grants, and publications.
+ ${i18n().intro_para1}
+ ${i18n().intro_para2}Browse or search information on people, departments, courses, grants, and publications.
-