From: <w4...@us...> - 2003-01-04 14:38:41
|
Update of /cvsroot/xoops/xoops2/modules/mylinks/language/french In directory sc8-pr-cvs1:/tmp/cvs-serv6398/modules/mylinks/language/french Modified Files: main.php modinfo.php Log Message: french lang fixes Index: main.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/mylinks/language/french/main.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** main.php 3 Jan 2003 16:53:25 -0000 1.2 --- main.php 4 Jan 2003 14:38:37 -0000 1.3 *************** *** 17,21 **** define("_MD_SUBMITFILE","Soumettre fichier"); define("_MD_POPULAR","Populaires"); ! define("_MD_TOPRATED","Les + cotés"); define("_MD_NEWTHISWEEK","Nouveau cette semaine"); --- 17,21 ---- define("_MD_SUBMITFILE","Soumettre fichier"); define("_MD_POPULAR","Populaires"); ! define("_MD_TOPRATED","Les mieux notés"); define("_MD_NEWTHISWEEK","Nouveau cette semaine"); Index: modinfo.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/mylinks/language/french/modinfo.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** modinfo.php 3 Jan 2003 16:53:25 -0000 1.2 --- modinfo.php 4 Jan 2003 14:38:37 -0000 1.3 *************** *** 16,20 **** define("_MI_MYLINKS_SMNAME1","Proposer"); define("_MI_MYLINKS_SMNAME2","Populaires"); ! define("_MI_MYLINKS_SMNAME3","+ cotés"); define("_MI_MYLINKS_ADMENU1","Configuration Générale"); define("_MI_MYLINKS_ADMENU2","Ajouter/Editer Liens"); --- 16,20 ---- define("_MI_MYLINKS_SMNAME1","Proposer"); define("_MI_MYLINKS_SMNAME2","Populaires"); ! define("_MI_MYLINKS_SMNAME3","Les mieux notés"); define("_MI_MYLINKS_ADMENU1","Configuration Générale"); define("_MI_MYLINKS_ADMENU2","Ajouter/Editer Liens"); |