From: Lo?c C. <lo...@us...> - 2001-11-30 20:54:39
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/english In directory usw-pr-cvs1:/tmp/cvs-serv29783/chat/localization/english Modified Files: tutorial.loc Log Message: Typo Index: tutorial.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/english/tutorial.loc,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** tutorial.loc 2001/06/10 14:57:48 1.11 --- tutorial.loc 2001/11/30 20:54:35 1.12 *************** *** 207,211 **** </p> <p> ! You may choose a language among those in which <?php echo(APP_NAME); ?> have been translated by clicking on one of the flags at the start page. In the example bellow, an user selects the French language: </p> <p align="center"> --- 207,211 ---- </p> <p> ! You may choose a language among those in which <?php echo(APP_NAME); ?> have been translated by clicking on one of the flags at the start page. In the example below, an user selects the French language: </p> <p align="center"> *************** *** 334,338 **** </ol> <p> ! <i>For example</i>, from the snapshot bellow you can conclude that: </p> <table border="0" cellspacing="10"> --- 334,338 ---- </ol> <p> ! <i>For example</i>, from the snapshot below you can conclude that: </p> <table border="0" cellspacing="10"> *************** *** 497,501 **** <p> You may have graphical smilies inside your messages<?php if (C_MAX_GSMILIES != '*') echo(' (to the more ' . C_MAX_GSMILIES . ' per message)'); ?>. ! See bellow the code you have to type into a message to obtain each one of these similes. </p> <table align="center" border="0" cellpadding="3" cellspacing="5"> --- 497,501 ---- <p> You may have graphical smilies inside your messages<?php if (C_MAX_GSMILIES != '*') echo(' (to the more ' . C_MAX_GSMILIES . ' per message)'); ?>. ! See below the code you have to type into a message to obtain each one of these similes. </p> <table align="center" border="0" cellpadding="3" cellspacing="5"> |