|
From: Jon O. <jon...@us...> - 2005-04-11 20:00:30
|
Update of /cvsroot/mxbb/mx_pafiledb/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15485/modules/mx_pafiledb/language/lang_english Modified Files: lang_admin_pafiledb.php Log Message: fixing up Index: lang_admin_pafiledb.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/language/lang_english/lang_admin_pafiledb.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** lang_admin_pafiledb.php 11 Apr 2005 17:55:40 -0000 1.11 --- lang_admin_pafiledb.php 11 Apr 2005 20:00:18 -0000 1.12 *************** *** 135,141 **** $lang['Max_filesize_explain'] = 'Maximum filesize for Files. A value of 0 means \'unlimited\'. This Setting is restricted by your Server Configuration. For example, if your php Configuration only allows a maximum of 2 MB uploads, this cannot be overwritten by the Mod.'; $lang['Upload_directory'] = 'Upload Directory'; ! $lang['Upload_directory_explain'] = 'Enter the relative path from your module installation to the Files upload directory. For example, enter \'pafiledb/uploads/\' if your module installation is located at http://www.yourdomain.com/mx/modules/mx_pafiledb and the Attachment Upload Directory is located at http://www.yourdomain.com/mx/modules/mx_pafiledb/ pafiledb/uploads.'; $lang['Screenshots_directory'] = 'Screenshots Directory'; ! $lang['Screenshots_directory_explain'] = 'Enter the relative path from your module installation to the Screenshots upload directory. For example, enter \'pafiledb/images/screenshots/\' if your module installation is located at http://www.yourdomain.com/mx/modules/mx_pafiledb and the Attachment Upload Directory is located at http://www.yourdomain.com/mx/modules/mx_pafiledb/ pafiledb/images/screenshots.'; $lang['Forbidden_extensions'] = 'Forbidden Extensions'; $lang['Forbidden_extensions_explain'] = 'Here you can add or delete the forbidden extensions. Seprate each extenstion with comma.'; --- 135,141 ---- $lang['Max_filesize_explain'] = 'Maximum filesize for Files. A value of 0 means \'unlimited\'. This Setting is restricted by your Server Configuration. For example, if your php Configuration only allows a maximum of 2 MB uploads, this cannot be overwritten by the Mod.'; $lang['Upload_directory'] = 'Upload Directory'; ! $lang['Upload_directory_explain'] = 'Enter the relative path from your root installation (where phpBB or mxBB is located) to the files upload directory. If you stick to the file structure provided in the shipped package, enter \'pafiledb/uploads/\'.'; $lang['Screenshots_directory'] = 'Screenshots Directory'; ! $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/\'.'; $lang['Forbidden_extensions'] = 'Forbidden Extensions'; $lang['Forbidden_extensions_explain'] = 'Here you can add or delete the forbidden extensions. Seprate each extenstion with comma.'; |