File: [Platon] / phpMyEdit / lang / PME.lang.ZH.inc (download)
Revision 1.6, Sun Sep 16 12:57:13 2007 UTC (17 years, 1 month ago) by nepto
Changes since 1.5: +3 -56 lines
Added support for various language encodings
(default one is backward compatible and this
will be changed later to UTF-8 for all languages)
|
<?php
/*
* phpMyEdit default language file loader
*
* language: chinese (traditional)
*/
/* $Platon: $ */
return include dirname(__FILE__).'/PME.lang.ZH-BIG5.inc';
?>
Platon Group <platon@platon.org> http://platon.org/
|