|
From: Jon O. <jon...@us...> - 2006-07-03 12:46:41
|
Update of /cvsroot/mxbb/mx_pafiledb/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv1602/modules/mx_pafiledb/language/lang_english Modified Files: lang_admin.php Log Message: fix Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/language/lang_english/lang_admin.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** lang_admin.php 17 Jun 2006 20:13:22 -0000 1.9 --- lang_admin.php 3 Jul 2006 12:24:07 -0000 1.10 *************** *** 75,79 **** $lang['Screenshots_directory_explain'] = 'Enter the relative path from your root installation (where phpBB or mxBB is located) to the Screenshots upload directory. If you stick to the file structure provided in the shipped package, enter \'pafiledb/images/screenshots/\'.'; - // // File --- 75,78 ---- *************** *** 259,263 **** // $lang['Panel_cat_title'] = 'Category administration'; ! $lang['Panel_cat_explain'] = ''; $lang['Use_default'] = 'Use default setting'; --- 258,262 ---- // $lang['Panel_cat_title'] = 'Category administration'; ! $lang['Panel_cat_explain'] = 'You can use the Category Management section to add, edit, delete and reorder categories. In order to add files to your database, you must have at least one category created. You can select a link below to manage your categories.'; $lang['Use_default'] = 'Use default setting'; |