|
From: Paul S. O. <ps...@us...> - 2001-11-15 18:54:24
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv22674 Modified Files: privmsg.php Log Message: Apparently the clutch on my brain is broken, hence inability to engage it Index: privmsg.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/privmsg.php,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -r1.43 -r1.44 *** privmsg.php 2001/11/15 18:37:01 1.43 --- privmsg.php 2001/11/15 18:54:22 1.44 *************** *** 1477,1480 **** --- 1477,1481 ---- "L_MESSAGE_BODY" => $lang['Message_body'], "L_OPTIONS" => $lang['Options'], + "L_SPELLCHECK" => $lang['Spellcheck'], "L_PREVIEW" => $lang['Preview'], "L_SUBMIT" => $lang['Submit_post'], *************** *** 1483,1492 **** "L_FIND_USERNAME" => $lang['Find_username'], "L_FIND" => $lang['Find'], ! "L_HTML_IS" => $lang['HTML'] . " " . $lang['is'], ! "L_BBCODE_IS" => $lang['BBCode'] . " " . $lang['is'], ! "L_SMILIES_ARE" => $lang['Smilies'] . " " . $lang['are'], ! "L_DISABLE_HTML" => $lang['Disable'] . $lang['HTML'] . $lang['in_this_post'], ! "L_DISABLE_BBCODE" => $lang['Disable'] . $lang['BBCode'] . $lang['in_this_post'], ! "L_DISABLE_SMILIES" => $lang['Disable'] . $lang['Smilies'] . $lang['in_this_post'], "L_ATTACH_SIGNATURE" => $lang['Attach_signature'], --- 1484,1490 ---- "L_FIND_USERNAME" => $lang['Find_username'], "L_FIND" => $lang['Find'], ! "L_DISABLE_HTML" => $lang['Disable_HTML_post'], ! "L_DISABLE_BBCODE" => $lang['Disable_BBCode_post'], ! "L_DISABLE_SMILIES" => $lang['Disable_Smilies_post'], "L_ATTACH_SIGNATURE" => $lang['Attach_signature'], |