|
From: OryNider <ory...@us...> - 2008-02-28 06:27:39
|
Update of /cvsroot/mxbb/mx_phpCA/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21483/mx_phpCA/language/lang_english Modified Files: lang_admin.php lang_main.php Log Message: cvs commit test Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/language/lang_english/lang_main.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_main.php 6 Jun 2007 22:25:10 -0000 1.1 --- lang_main.php 28 Feb 2008 06:26:31 -0000 1.2 *************** *** 1,3 **** ! <? // // Miscellaneous --- 1,25 ---- ! <?php ! /** ! * ! * @package MX-Publisher Module - mx_phpCA ! * @version $Id$ ! * @copyright (c) 2002-2008 [OryNider] MX-Publisher Project Team ! * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com ! * ! */ ! // Translated by you ! // Web: yoursite ! // Date: February 20, 2008 ! // MODULE Web Address: http://www.mx-publisher.com/ ! // ! // The format of this file is: ! // ! // ---> $lang["message"] = "text"; ! // ! // Specify your language character encoding... [optional] ! // ! // setlocale(LC_ALL, "en"); ! // // Miscellaneous Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/language/lang_english/lang_admin.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_admin.php 6 Jun 2007 22:25:09 -0000 1.1 --- lang_admin.php 28 Feb 2008 06:26:30 -0000 1.2 *************** *** 1,3 **** ! <? // // Configuration --- 1,25 ---- ! <?php ! /** ! * ! * @package MX-Publisher Module - mx_phpCA ! * @version $Id$ ! * @copyright (c) 2002-2008 [OryNider] MX-Publisher Project Team ! * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com ! * ! */ ! // Translated by you ! // Web: yoursite ! // Date: February 20, 2008 ! // MODULE Web Address: http://www.mx-publisher.com/ ! // ! // The format of this file is: ! // ! // ---> $lang["message"] = "text"; ! // ! // Specify your language character encoding... [optional] ! // ! // setlocale(LC_ALL, "en"); ! // // Configuration |