|
From: OryNider <ory...@us...> - 2007-06-19 22:36:31
|
Update of /cvsroot/mxbb/mx_smartor/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20660 Modified Files: lang_admin_album.php Log Message: This upgrade will add "Enable BBCode" option in Configuration Std and will make smartor "ready" for release. Index: lang_admin_album.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/language/lang_english/lang_admin_album.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** lang_admin_album.php 7 Jun 2007 20:13:35 -0000 1.5 --- lang_admin_album.php 19 Jun 2007 22:35:58 -0000 1.6 *************** *** 52,55 **** --- 52,56 ---- $lang['Enable_Sepia_BW'] = 'Enable Sepia and B&W in Special Effects page (disable this function if you want no to load server\'s CPU)'; $lang['Show_EXIF_Info'] = 'Show picture EXIF informations'; + $lang['Enable_BBCode'] = 'Enable BBCode'; $lang['Set_Memory'] = 'Set a memory limit via PHP (MB)'; $lang['Set_Memory_Explain'] = 'This feature may be used to increase memory limit in PHP (this setting must be allowed by your hosting): you can try to increase memory when your images are not loaded correctly. To avoid higher memory limits the max value is forced to be 16MB.'; |