thomas: server/kolab-webadmin/kolab-webadmin/php/admin/templates service.tpl, 1.14, 1.15

cvs at kolab.org cvs at kolab.org
Wed Nov 21 15:26:40 CET 2007


Author: thomas

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates
In directory doto:/tmp/cvs-serv24408/php/admin/templates

Modified Files:
	service.tpl 
Log Message:
Mark "Action to take for messages that fail the check" for translation
and update .po files, including translation for German.


Index: service.tpl
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/service.tpl,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- service.tpl	25 Jan 2007 10:33:42 -0000	1.14
+++ service.tpl	21 Nov 2007 14:26:38 -0000	1.15
@@ -138,7 +138,7 @@
 <input type="checkbox" name="kolabfilterallowsender" {if $kolabfilterallowsender == 'true' }checked{/if} />
 {tr msg="Use the Sender header instead of From for the above checks if Sender is present."}
 <br />
-<h4>Action to take for messages that fail the check:</h4>
+<h4>{tr msg="Action to take for messages that fail the check:"}</h4>
 <input type="radio" name="kolabfilterrejectforgedfrom" value="FALSE" {if $kolabfilterrejectforgedfrom == 'false' }checked{/if} />
 {tr msg="Reject the message with the except if it originates from the outside but has a From header that matches the Kolab server's domain. In that case rewrite the From header so the recipient can see the potential forgery."}<br/>
 <input type="radio" name="kolabfilterrejectforgedfrom" value="TRUE" {if $kolabfilterrejectforgedfrom == 'true' }checked{/if} />





More information about the commits mailing list