thomas: server/kolab-webadmin/kolab-webadmin/php/admin/include mysmarty.php.in, 1.8, 1.9

cvs at kolab.org cvs at kolab.org
Mon Feb 5 17:44:50 CET 2007


Author: thomas

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

Modified Files:
	mysmarty.php.in 
Log Message:
Disabled Spanish language selection from web admin interface,
because of missing translation.

The trailing comma in mysmarty.php.in is intentional to make changing
the set of active languages easier in the code. php allows this.


Index: mysmarty.php.in
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/include/mysmarty.php.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- mysmarty.php.in	26 Mar 2006 13:45:23 -0000	1.8
+++ mysmarty.php.in	5 Feb 2007 16:44:48 -0000	1.9
@@ -67,8 +67,8 @@
 											 'code' => 'it_IT' ),
 									  array( 'name' => 'Nederlands',
 											 'code' => 'nl_NL' ),
-									  array( 'name' => 'Español',
-											 'code' => 'es_ES' )
+									//  array( 'name' => 'Español',
+									//		 'code' => 'es_ES' ),
 									  ));
   }
 





More information about the commits mailing list