thomas: server/kolab-webadmin/kolab-webadmin/www/admin/service index.php.in, 1.5, 1.6

cvs at kolab.org cvs at kolab.org
Wed Oct 17 20:27:16 CEST 2007


Author: thomas

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/service
In directory doto:/tmp/cvs-serv10740/kolab-webadmin/www/admin/service

Modified Files:
	index.php.in 
Log Message:
Clarify web admin description for HTTP FreeBusy switch (with updated German translation)


Index: index.php.in
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/service/index.php.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- index.php.in	17 Oct 2007 17:57:13 -0000	1.5
+++ index.php.in	17 Oct 2007 18:27:14 -0000	1.6
@@ -275,7 +275,7 @@
 				  array( 'service' => 'imap', 'name'  => _('IMAP Service'), 'enabled' => toboolstr( $imap ) ),
 				  array( 'service' => 'imaps', 'name' => _('IMAP/SSL Service (TCP port 993)'), 'enabled' => toboolstr( $imaps ) ),
 				  array( 'service' => 'sieve', 'name' => _('Sieve service (TCP port 2000)'), 'enabled' => toboolstr( $sieve ) ),
-				  array( 'service' => 'http', 'name'  => _('HTTP FreeBusy Service (Legacy)'), 'enabled' => toboolstr( $http ) ),
+				  array( 'service' => 'http', 'name'  => _('FreeBusy Service via HTTP (in addition to HTTPS)'), 'enabled' => toboolstr( $http ) ),
 				  array( 'service' => 'amavis', 'name' => _('Amavis Email Scanning (Virus/Spam)'), 
 						 'enabled' => toboolstr( $amavis ) ) );
 





More information about the commits mailing list