cvs: php-gtk-web /include site.php

[email protected] ("Steph Fox") Sun, 21 Jan 2007 12:05:10 -0000
Newsgroups php.gtk.webmaster
Message-ID <cvssfox1169381110@cvsserver>
sfox		Sun Jan 21 12:05:10 2007 UTC

  Modified files:              
    /php-gtk-web/include	site.php 
  Log:
  German what German?
  
http://cvs.php.net/viewvc.cgi/php-gtk-web/include/site.php?r1=1.13&r2=1.14&diff_format=u
Index: php-gtk-web/include/site.php
diff -u php-gtk-web/include/site.php:1.13 php-gtk-web/include/site.php:1.14
--- php-gtk-web/include/site.php:1.13	Sun Jan 21 11:59:07 2007
+++ php-gtk-web/include/site.php	Sun Jan 21 12:05:10 2007
@@ -32,9 +32,10 @@
     'th' => 'Thai',
     'tr' => 'Turkish',
     'uk' => 'Ukranian',
+    'zh_cn' => 'Simplified Chinese',
 );
 
 $man_languages = array('cs', 'de', 'en', 'es', 'fr', 'it', 'ja', 'pt_BR', 'ru');
-$man2_languages = array('bg', 'de', 'en', 'ja', 'pt_BR', 'zh_cn');
+$man2_languages = array('bg', 'en', 'ja', 'pt_BR', 'zh_cn');
 
 ?>