Index: src/main/resources/localization/Continuum_de.properties
===================================================================
--- src/main/resources/localization/Continuum_de.properties	(Revision 712226)
+++ src/main/resources/localization/Continuum_de.properties	(Arbeitskopie)
@@ -620,7 +620,7 @@
 surefireReport.errors = Fehler
 surefireReport.failures = Fehlschl\u00E4ge
 surefireReport.successRate = Erfolgsrate
-surefireReport.time = Zeit
+surefireReport.time = Dauer
 surefireReport.packageList = Paketliste
 surefireReport.testCases = Testf\u00E4lle
 surefireReport.package = Paketname
@@ -700,6 +700,7 @@
 # ----------------------------------------------------------------------
 profilesList.page.title= Umgebungen
 profilesList.section.title= Umgebungen
+profilesList.installations.label=Installationen
 
 # ----------------------------------------------------------------------
 # Page: Profile Edit
@@ -715,6 +716,7 @@
 profile.name.already.exists = Eine Umgebung mit demselben Namen existiert bereits.
 profile.name.required = Es mu\u00DF ein Name angegeben werden.
 profile.remove.error = Die Umgebung kann nicht entfernt werden, solange es Vorgangsdefinitionen gibt, die sich darauf beziehen.
+profile.installation.name.label=Installationsname
 
 # ----------------------------------------------------------------------
 # Page: Installations List
@@ -935,3 +937,14 @@
 deleteReleaseResults.page.title = Continuum - Ergebnisse der Ver\u00F6ffentlichung l\u00F6schen
 deleteReleaseResults.section.title = Ergebnisse der Ver\u00F6ffentlichung l\u00F6schen
 deleteReleaseResults.confirmation.message = Sollen die Ergebnisse der Ver\u00F6ffentlichung "{0}" wirklich gel\u00F6scht werden ?
+
+# ----------------------------------------------------------------------
+# Component: Failure
+# ----------------------------------------------------------------------
+failureComponent.section.title=Darstellung dieser Komponente fehlgeschlagen.
+
+# ----------------------------------------------------------------------
+# Component: Project Group Notifier Summary
+# ----------------------------------------------------------------------
+projectGroupNotifierSummaryComponent.projectNotifiers=Projekt Berichterstatter
+projectGroupNotifierSummaryComponent.groupNotifiers=Berichterstatter der Gruppe {0}
Index: src/main/resources/localization/Continuum.properties
===================================================================
--- src/main/resources/localization/Continuum.properties	(Revision 712226)
+++ src/main/resources/localization/Continuum.properties	(Arbeitskopie)
@@ -700,6 +700,7 @@
 # ----------------------------------------------------------------------
 profilesList.page.title= Build Environments
 profilesList.section.title= Build Environments
+profilesList.installations.label = Installations
 
 # ----------------------------------------------------------------------
 # Page: Profile Edit
@@ -715,6 +716,7 @@
 profile.name.already.exists = A Build Environment with the same name already exists
 profile.name.required = You must define a name.
 profile.remove.error = The Build Environment can't be removed, it is probably used by a build definition.
+profile.installation.name.label = Installation Name
 
 # ----------------------------------------------------------------------
 # Page: Installations List
@@ -935,3 +937,14 @@
 deleteReleaseResults.page.title = Continuum - Delete Release Results
 deleteReleaseResults.section.title = Delete Release Results
 deleteReleaseResults.confirmation.message = Are you sure you want to delete {0} release results ?
+
+# ----------------------------------------------------------------------
+# Component: Failure
+# ----------------------------------------------------------------------
+failureComponent.section.title = This Component Failed to Render
+
+# ----------------------------------------------------------------------
+# Component: Project Group Notifier Summary
+# ----------------------------------------------------------------------
+projectGroupNotifierSummaryComponent.groupNotifiers = Project Group Notifiers of group {0}
+projectGroupNotifierSummaryComponent.projectNotifiers = Project Notifiers
Index: src/main/webapp/WEB-INF/jsp/components/projectGroupNotifierSummaryComponent.jsp
===================================================================
--- src/main/webapp/WEB-INF/jsp/components/projectGroupNotifierSummaryComponent.jsp	(Revision 712226)
+++ src/main/webapp/WEB-INF/jsp/components/projectGroupNotifierSummaryComponent.jsp	(Arbeitskopie)
@@ -24,7 +24,7 @@
 <%@ taglib uri="http://plexus.codehaus.org/redback/taglib-1.0" prefix="redback" %>
 <ww:i18n name="localization.Continuum">
 
-  <h3>Project Group Notifiers of ${projectGroup.name} group</h3>
+  <h3><ww:text name="projectGroupNotifierSummaryComponent.groupNotifiers"><ww:param>${projectGroup.name}</ww:param></ww:text></h3>
   <ww:if test="${not empty projectGroupNotifierSummaries}">
   <ec:table items="projectGroupNotifierSummaries"
             var="projectGroupNotifierSummary"
@@ -84,7 +84,7 @@
   </redback:ifAuthorized>
 
   <ww:if test="${not empty projectNotifierSummaries}">
-    <h3>Project Notifiers</h3>
+    <h3><ww:text name="projectGroupNotifierSummaryComponent.projectNotifiers"/></h3>
     <ec:table items="projectNotifierSummaries"
               var="projectNotifierSummary"
               showExports="false"
@@ -93,7 +93,7 @@
               filterable="false"
               sortable="false">
       <ec:row>
-        <ec:column property="projectName" title="PROJECT NAME">
+        <ec:column property="projectName" title="projectView.project.name">
           <ww:url id="projectUrl" action="projectView" namespace="/" includeParams="none">
             <ww:param name="projectId" value="${pageScope.projectNotifierSummary.projectId}"/>
           </ww:url>
Index: src/main/webapp/WEB-INF/jsp/components/failureComponent.jsp
===================================================================
--- src/main/webapp/WEB-INF/jsp/components/failureComponent.jsp	(Revision 712226)
+++ src/main/webapp/WEB-INF/jsp/components/failureComponent.jsp	(Arbeitskopie)
@@ -26,7 +26,7 @@
   <div class="axial">
     <table>
       <tr>
-        <td><center>This Component Failed to Render</center></td>
+        <td><center><ww:text name="failureComponent.section.title"/></center></td>
       </tr>
     </table>
   </div>
Index: src/main/webapp/WEB-INF/jsp/navigations/Menu.jsp
===================================================================
--- src/main/webapp/WEB-INF/jsp/navigations/Menu.jsp	(Revision 712226)
+++ src/main/webapp/WEB-INF/jsp/navigations/Menu.jsp	(Arbeitskopie)
@@ -177,7 +177,7 @@
   </redback:ifAnyAuthorized>
 
   <div id="projectmenu" class="toolgroup">
-    <div class="label">Legend</div>
+    <div class="label"><ww:text name="legend.title"/></div>
     <div id="legend">
       <div id="litem1" class="body"><ww:text name="legend.buildNow"/></div>
       <div id="litem2" class="body"><ww:text name="legend.buildHistory"/></div>
Index: src/main/webapp/WEB-INF/jsp/admin/editProfile.jsp
===================================================================
--- src/main/webapp/WEB-INF/jsp/admin/editProfile.jsp	(Revision 712226)
+++ src/main/webapp/WEB-INF/jsp/admin/editProfile.jsp	(Arbeitskopie)
@@ -36,12 +36,13 @@
       </h3>
 
       <div class="axial">
-        <ww:if test="hasActionErrors()">
-          <h3>Action Error</h3>
-        </ww:if>
-        <p>
-          <ww:actionerror/>
-        </p>      
+        <c:if test="${!empty actionErrors}">
+          <div class="errormessage">
+            <c:forEach items="${actionErrors}" var="actionError">
+              <p><ww:text name="${actionError}"/></p>
+            </c:forEach>
+          </div>
+        </c:if>
       </div>
       <table>
         <tr>
@@ -83,13 +84,13 @@
                                   width="100%"
                                   autoIncludeParameters="false">
                           <ec:row highlightRow="true">
-                            <ec:column property="nameEdit" title="Installation Name" style="white-space: nowrap" width="50%">
+                            <ec:column property="nameEdit" title="profile.installation.name.label" style="white-space: nowrap" width="50%">
                               <a href="editInstallation!edit.action?installation.installationId=<c:out value="${profileInstallation.installationId}"/>">
                                 <c:out value="${profileInstallation.name}"/>
                               </a>
                                (<c:out value="${profileInstallation.varValue}"/>)
                             </ec:column>
-                            <ec:column property="type" title="Type" style="white-space: nowrap" width="49%"/>
+                            <ec:column property="type" title="installation.type.label" style="white-space: nowrap" width="49%"/>
                             <ec:column property="id" title="&nbsp;" width="1%">
                               <a href="removeBuildEnvInstallation!removeInstallation.action?profile.id=<c:out value="${profile.id}"/>&installationId=<c:out value="${profileInstallation.installationId}"/>">
                                 <img src="<ww:url value='/images/delete.gif' includeParams="none"/>" alt="<ww:text name='delete'/>" title="<ww:text name='delete'/>" border="0" />
Index: src/main/webapp/WEB-INF/jsp/admin/profilesList.jsp
===================================================================
--- src/main/webapp/WEB-INF/jsp/admin/profilesList.jsp	(Revision 712226)
+++ src/main/webapp/WEB-INF/jsp/admin/profilesList.jsp	(Arbeitskopie)
@@ -50,8 +50,8 @@
               sortable="false"
               filterable="false">
       <ec:row highlightRow="true">
-        <ec:column property="name" title="Name" style="white-space: nowrap" />
-        <ec:column property="Installations" title="Installations" style="white-space: nowrap">
+        <ec:column property="name" title="profile.name.label" style="white-space: nowrap" />
+        <ec:column property="Installations" title="profilesList.installations.label" style="white-space: nowrap">
           <ul>
             <c:if test='${profile.jdk != null}'>
               <li><c:out value="${profile.jdk.name}"/> (<c:out value="${profile.jdk.type}"/>)</li>
@@ -64,7 +64,7 @@
                 <li><c:out value="${envVar.name}" /></li>
               </c:forEach>
             </c:if>
-          <ul>
+          </ul>
         </ec:column>
         <ec:column property="id" title="&nbsp;" width="1%">
           <a href="editBuildEnv!edit.action?profile.id=<c:out value="${pageScope.profile.id}"/>">
Index: src/main/webapp/WEB-INF/jsp/admin/installationsList.jsp
===================================================================
--- src/main/webapp/WEB-INF/jsp/admin/installationsList.jsp	(Revision 712226)
+++ src/main/webapp/WEB-INF/jsp/admin/installationsList.jsp	(Arbeitskopie)
@@ -42,10 +42,10 @@
               sortable="false"
               filterable="false">
       <ec:row highlightRow="true">
-        <ec:column property="name" title="Name" style="white-space: nowrap" />
-        <ec:column property="type" title="Type" style="white-space: nowrap" />
-        <ec:column property="varName" title="Env Var Name" style="white-space: nowrap" />
-        <ec:column property="varValue" title="Value/Path" style="white-space: nowrap" />
+        <ec:column property="name" title="installation.name.label" style="white-space: nowrap" />
+        <ec:column property="type" title="installation.type.label" style="white-space: nowrap" />
+        <ec:column property="varName" title="installation.varName.label" style="white-space: nowrap" />
+        <ec:column property="varValue" title="installation.value.label" style="white-space: nowrap" />
         
         <ec:column property="id" title="&nbsp;" width="1%">
           <a href="editInstallation!edit.action?installation.installationId=<c:out value="${installation.installationId}"/>">
Index: src/main/webapp/WEB-INF/jsp/projectGroupSummary.jsp
===================================================================
--- src/main/webapp/WEB-INF/jsp/projectGroupSummary.jsp	(Revision 712226)
+++ src/main/webapp/WEB-INF/jsp/projectGroupSummary.jsp	(Arbeitskopie)
@@ -150,7 +150,7 @@
                 <ww:select theme="simple" name="preferredExecutor" list="#@java.util.HashMap@{'maven2' : 'Add M2 Project', 'maven-1' : 'Add M1 Project', 'ant' : 'Add Ant Project', 'shell' : 'Add Shell Project'}"
                     headerValue="Choose the project type" headerKey="" emptyOption="true" />
 
-                <input type="button" value="Add" onclick="goToAddProject()"/>
+                <input type="button" value="<ww:text name="add"/>" onclick="goToAddProject()"/>
               </redback:ifAnyAuthorized>
             </td>
             <td>

