From 11f7a7d9146b37166af1c39ec1f98edf6f77b5a9 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Thu, 3 Jan 2013 00:04:03 +0000 Subject: [PATCH] i18n git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1428117 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/archiva/i18n/default.properties | 6 ++++++ .../main/webapp/js/templates/archiva/generics.html | 12 ++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties b/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties index 1b98b9d37..9628d6944 100644 --- a/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties +++ b/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties @@ -663,6 +663,12 @@ archiva-runtime-configuration.title=Archiva Runtime Configuration runtime-configuration.cache.failure.title=Url Cache Failure runtime-configuration.maven.network.title=Maven Network +#welcome +welcome.title=Welcome to Apache Archiva +welcome.quick.search=Type in the name of a project, or artifact into the text box below. Use "Search" on the left for more options. +welcome.docref=Documentation reference +welcome.mainsite=Archiva Web site + diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/generics.html b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/generics.html index ff5fda323..f7392c03e 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/generics.html +++ b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/generics.html @@ -73,8 +73,8 @@ -
-
Type in the name of a project, or artifact into the text box below. Use "Search" on the left for more options.
+
+
${$.i18n.prop('welcome.quick.search')}

-
+
-- 2.39.5