Update of 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/editwizards_new/i18n/en/xsl
In directory 
james.mmbase.org:/tmp/cvs-serv12617/src/webapp/editors/editwizards_new/i18n/en/xsl

Modified Files:
        prompts-newsletter.xsl 
Log Message:
CMSC-1180 Newsletter: change newsletter schedule mechanism


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/editwizards_new/i18n/en/xsl
See also: http://www.mmbase.org/jira/browse/CMSC-1180


Index: prompts-newsletter.xsl
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/editwizards_new/i18n/en/xsl/prompts-newsletter.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- prompts-newsletter.xsl      31 May 2008 09:47:40 -0000      1.2
+++ prompts-newsletter.xsl      15 Dec 2008 05:08:37 -0000      1.3
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
 <xsl:stylesheet version="1.0" xmlns:xsl  
="http://www.w3.org/1999/XSL/Transform"; >
-
+  <xsl:variable name="prompt_newsletter_never" >Never</xsl:variable>
   <xsl:variable name="prompt_newsletter_once" >Once</xsl:variable>
-  <xsl:variable name="prompt_newsletter_daily" >Days of year</xsl:variable>
-  <xsl:variable name="prompt_newsletter_weekly" >Week of year</xsl:variable>
-  <xsl:variable name="prompt_newsletter_monthly" >Months of year</xsl:variable>
+  <xsl:variable name="prompt_newsletter_daily" >Per day</xsl:variable>
+  <xsl:variable name="prompt_newsletter_weekly" >Per week</xsl:variable>
+  <xsl:variable name="prompt_newsletter_monthly" >Per month</xsl:variable>
   <xsl:variable name="prompt_newsletter_select" >select</xsl:variable>
   <xsl:variable name="prompt_newsletter_delete" >delete</xsl:variable>
 </xsl:stylesheet>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to