Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/french
In directory usw-pr-cvs1:/tmp/cvs-serv24830/chat/localization/french
Modified Files:
admin.loc
Log Message:
Renamed charset and font size constants
Index: admin.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/french/admin.loc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** admin.loc 2001/04/19 20:32:04 1.3
--- admin.loc 2001/05/05 17:22:37 1.4
***************
*** 8,12 ****
// | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html |
// +--------------------------------------------------------------------------+
! // | French-canadian translation of the administration sheets for phpMyChat. |
// +--------------------------------------------------------------------------+
// | From the phpMyChat project: |
--- 8,12 ----
// | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html |
// +--------------------------------------------------------------------------+
! // | French translation of the administration sheets for phpMyChat. |
// +--------------------------------------------------------------------------+
// | From the phpMyChat project: |
***************
*** 22,33 ****
- // File : french.lang.php3
- // Translation by Loïc Chapeaux <lo...@ph...>
-
// extra header for charset
! define('L_CHARSET', 'iso-8859-1');
// medium font size in pt.
! define('L_FONT_SIZE', 10);
// Top frame
--- 22,30 ----
// extra header for charset
! define('A_CHARSET', 'iso-8859-1');
// medium font size in pt.
! define('A_FONT_SIZE', 10);
// Top frame
|