You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/07/18 18:58:30 UTC

svn commit: r219534 - in /maven/continuum/trunk/continuum-web/src/main/resources: forms/notificationIrc.xml forms/notificationMail.xml localization/Continuum.properties

Author: evenisse
Date: Mon Jul 18 09:57:06 2005
New Revision: 219534

URL: http://svn.apache.org/viewcvs?rev=219534&view=rev
Log: (empty)

Modified:
    maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationIrc.xml
    maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationMail.xml
    maven/continuum/trunk/continuum-web/src/main/resources/localization/Continuum.properties

Modified: maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationIrc.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationIrc.xml?rev=219534&r1=219533&r2=219534&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationIrc.xml (original)
+++ maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationIrc.xml Mon Jul 18 09:57:06 2005
@@ -17,6 +17,8 @@
         </validator>
       </validators>
       <type>text</type>
+      <label-key>irc.host.label</label-key>
+      <message-key>irc.host.message</message-key>
     </element>
     <element>
       <id>port</id>
@@ -28,6 +30,8 @@
         </validator>
       </validators>
       <type>text</type>
+      <label-key>irc.port.label</label-key>
+      <message-key>irc.port.message</message-key>
     </element>
     <element>
       <id>channel</id>
@@ -38,6 +42,8 @@
         </validator>
       </validators>
       <type>text</type>
+      <label-key>irc.channel.label</label-key>
+      <message-key>irc.channel.message</message-key>
     </element>
   </elements>
 

Modified: maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationMail.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationMail.xml?rev=219534&r1=219533&r2=219534&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationMail.xml (original)
+++ maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationMail.xml Mon Jul 18 09:57:06 2005
@@ -17,6 +17,8 @@
         </validator>
       </validators>
       <type>text</type>
+      <label-key>mail.address.label</label-key>
+      <message-key>mail.address.message</message-key>
     </element>
   </elements>
 

Modified: maven/continuum/trunk/continuum-web/src/main/resources/localization/Continuum.properties
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/src/main/resources/localization/Continuum.properties?rev=219534&r1=219533&r2=219534&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-web/src/main/resources/localization/Continuum.properties (original)
+++ maven/continuum/trunk/continuum-web/src/main/resources/localization/Continuum.properties Mon Jul 18 09:57:06 2005
@@ -122,20 +122,23 @@
 // Mail
 mailNotificationTitle = Mail Notification
 
+mail.address.label = Mail Recipient address
+mail.address.message = Enter the recipient address
+
 // IRC
 ircNotificationTitle = IRC Notification
 
-host.label = IRC Host
-host.error = You must enter a host.
-host.message = Enter the IRC host i.e. irc.codehaus.org
+irc.host.label = IRC Host
+irc.host.error = You must enter a host.
+irc.host.message = Enter the IRC host i.e. irc.codehaus.org
 
-port.label = IRC Port
-port.error = You must enter a port number
-port.message = Enter the IRC port i.e. 6667
+irc.port.label = IRC Port
+irc.port.error = You must enter a port number
+irc.port.message = Enter the IRC port i.e. 6667
 
-channel.label = IRC Channel
-channel.error = You must enter an IRC channel
-channel.message = Enter an IRC channel i.e. #maven
+irc.channel.label = IRC Channel
+irc.channel.error = You must enter an IRC channel
+irc.channel.message = Enter an IRC channel i.e. #maven
 
 // Jabber
 jabberNotificationTitle = Jabber Notification