]> source.dussan.org Git - archiva.git/commitdiff
i18n
authorOlivier Lamy <olamy@apache.org>
Thu, 3 Jan 2013 00:04:03 +0000 (00:04 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 3 Jan 2013 00:04:03 +0000 (00:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1428117 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/generics.html

index 1b98b9d37da99f0fd0b666277b7b1f59b3e06f11..9628d6944acf3bca25fcf535ba21c335b00782cc 100644 (file)
@@ -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
+
 
 
 
index ff5fda32331dce3ca16dc0997b0abd124bcfe5a0..f7392c03efc18c83eca49f5a96ea003150cc22e1 100644 (file)
@@ -73,8 +73,8 @@
     <div class="page-header">
       <h3>${$.i18n.prop('welcome.title')}</h3>
     </div>
-    <div class="row">
-      <h5>Type in the name of a project, or artifact into the text box below. Use "Search" on the left for more options.</h5>
+    <div class="row well">
+      <h5>${$.i18n.prop('welcome.quick.search')}</h5>
       <span class="span2"></span>
       <div class="ui-widget">
         <input type="text" class="ui-autocomplete-input search-query" id="quick-search-autocomplete-welcome"
       </div>
     </div>
     <br/>
-    <div class="row">
+    <!--div class="row">
       <span class="span1"></span>
-      <span class="span3"><a href="http://archiva.apache.org/docs/${runtimeInfo.version}" target="_blank">Documentation reference</a></span>
+      <span class="span3"><a href="http://archiva.apache.org/docs/${runtimeInfo.version}" target="_blank">${$.i18n.prop('welcome.docref')}</a></span>
       <span class="span1"></span>
-      <span class="span3"><a href="http://archiva.apache.org" target="_blank">Web site</a></span>
-    </div>
+      <span class="span3"><a href="http://archiva.apache.org" target="_blank">${$.i18n.prop('welcome.mainsite')}</a></span>
+    </div-->
   </div>
 </script>