|
From: Jon O. <jon...@us...> - 2006-07-05 22:50:25
|
Update of /cvsroot/mxbb/mx_pafiledb/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv7415/modules/mx_pafiledb/language/lang_english Modified Files: lang_admin.php Log Message: massive update Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/language/lang_english/lang_admin.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** lang_admin.php 3 Jul 2006 12:24:07 -0000 1.10 --- lang_admin.php 5 Jul 2006 22:50:22 -0000 1.11 *************** *** 116,125 **** $lang['Topnuminfo'] = 'This is how many files will be displayed on the Top X Downloaded files list'; - $lang['Nfdays'] = 'New File Days'; - $lang['Nfdaysinfo'] = 'How many days a new file is to be listed with a \'New File\' icon. If this is set to 5, then all files added within the past 5 days will have the \'New File\' icon'; - $lang['Showva'] = 'Show \'View All Files\''; $lang['Showvainfo'] = 'Choose whether or not you wish to have the \'View All Files\' category displayed with the other categories on the main page'; // // Comments --- 116,127 ---- $lang['Topnuminfo'] = 'This is how many files will be displayed on the Top X Downloaded files list'; $lang['Showva'] = 'Show \'View All Files\''; $lang['Showvainfo'] = 'Choose whether or not you wish to have the \'View All Files\' category displayed with the other categories on the main page'; + $lang['cat_col'] = 'How many column of categories are to be listed'; + + $lang['Nfdays'] = 'New File Days'; + $lang['Nfdaysinfo'] = 'How many days a new file is to be listed with a \'New File\' icon. If this is set to 5, then all files added within the past 5 days will have the \'New File\' icon'; + // // Comments |