~MINOR~ misspellings

Use GitHub to post bug reports and error descriptions for phpwcms. Describe your problem detailed!
Locked
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

~MINOR~ misspellings

Post by DeXXus »

These do not hamper function, but will potentially be ~visible~ to users or visitors and as such probably need correction. Other misspellings such as: names of functions, variables and code comments have been ignored.
:wink:
"conf.rss.inc.php"

Code: Select all

$rss["description"] = "phpwcms is an Open Sorce web content management system based on PHP/MySQL.";
Should , of course, be Source

"upgrade.php"

Code: Select all

echo '<p><a href="upgrade.php">Chosse another SQL file...</a></p>';
Should , of course, be Choose

"cnt18.article.inc.php"

Code: Select all

<tr><td colspan="2">&nbsp;&nbsp;<span style="color:#CC3300;">not signed - fill in all neccessary info</span></td></tr>
Should , of course, be necessary

"cnt20.takeval.inc.php"

Code: Select all

$content["bid"]["emailmsg"]  = 'This is an automaticly send verification email.';
Should , of course, be automatically sent

"step0.inc.php"

Code: Select all

your server system - not neccessary if you use GD1/2. Please check that the
Should , of course, be necessary

"step4.inc.php"

Code: Select all

you will be automaticly logged out after<br />
Should , of course, be automatically

"step4.inc.php"

Code: Select all

<td colspan="2" class="chatlist">if you would deliver compressed
               web pages<br />
               you should enable this. maybe your Apache is doing so <br />
               diable this function or if  compression should be set off. </td>
Should , of course, be disable

"setup.func.inc.php"

Code: Select all

$conf_file .= "\$phpwcms[\"imgext_disabled\"]   = '';  //comma seperated list of imagetypes which should not be handled \"pdf,ps\"\n";
Should , of course, be separated

"setup.func.inc.php"

Code: Select all

$conf_file .= "\$phpwcms[\"multimedia_ext\"]    = 'aif,aiff,mov,movie,mp3,mpeg,mpeg4,mpeg2,wav,swf,swc,ram,ra,wma,wmv,avi,au,midi,moov,rm,rpm,mid,midi'; //comma seperated list of file extensiosn allowed for multimedia\n";
Should , of course, be separated list of file extensions

"setup.func.inc.php"

Code: Select all

$conf_file .= "// often neccessary on IIS or default MacOS X webserver settings\n";
Should , of course, be necessary

"act_download.php"

Code: Select all

An error (ID:<?php echo $err ?>) occured while trying to download a file of your directory.<br />
Should , of course, be occurred

"cnt9.list.inc.php"

Code: Select all

$media["media_src"] = ($media["media_src"]) ? "EXTERNAL SOURCE" : "INTERNAl SOURCE";
Should , of course, be INTERNAL

"cnt12.article.inc.php"

Code: Select all

( ($content["newsletter"]["success_text"]) ? nl2br($content["newsletter"]["success_text"]) :	"Email: ".$content["newsletter"]["email_address"]." successfully registred. You will receive a verification email within seconds.")
Should , of course, be registered

"cnt18.article.inc.php"

Code: Select all

<tr><td colspan="2">&nbsp;&nbsp;<span style="color:#CC3300;">not signed - fill in all neccessary info</span></td></tr>
Should , of course, be necessary

"cnt18.article.inc.php"

Code: Select all

$CNT_TMP .= '<div style="color:#FF3300;">A technical problem occured while you ';
Should , of course, be occurred

"eng_lang_data.inc.php"

Code: Select all

'error_uploading' => 'An error occured while handling file upload. Please try again later',
Should , of course, be occurred

"lang.ext.inc.php"

Code: Select all

$BL['DOWNLOAD_ERR1']     = 'An error (NR:{VAL}) occured while trying to download a file.';
Should , of course, be occurred

"lang.inc.php"

Code: Select all

$BL['be_newsletter_htmlpart']           = 'HTML newletter content';
$BL['be_newsletter_textpart']           = 'TEXT newletter content';
$BL['be_newsletter_textpart']           = 'TEXT Newletter Inhalt';
Should , of course, be newsletter

"lang.inc.php"

Code: Select all

$BL['be_admin_startup_button']          = 'save stratup text'
Should , of course, be startup

"lang.inc.php"

Code: Select all

$BL['be_profile_create_error']          = 'An error occured while creating.';
$BL['be_profile_update_error']          = 'An error occured while updating.';
Should , of course, be occurred


MORE LATER
User avatar
Oliver Georgi
Site Admin
Posts: 9892
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

:oops:

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Locked