|
From: Nathan C. <na...@us...> - 2001-10-24 23:08:02
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv20231/language/lang_english Modified Files: lang_main.php Log Message: [quote=username] bbcode. Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -r1.13 -r1.14 *** lang_main.php 2001/10/22 01:11:48 1.13 --- lang_main.php 2001/10/24 22:52:22 1.14 *************** *** 340,343 **** --- 340,345 ---- $lang['wrote'] = "wrote"; // proceeds the username and is followed by the quoted text + $lang['Quote'] = "Quote"; // comes before bbcode quote output. + $lang['Code'] = "Code"; // comes before bbcode code output. $lang['Stored'] = "Your message has been entered successfully"; *************** *** 968,972 **** $lang['smile_desc'] = "From this page you can add, remove and edit the emoticons or smileys your users can use in their posts and private messages."; $lang['smiley_config'] = "Smiley Configuration"; - $lang['Code'] = "Code"; $lang['Smile'] = "Smile"; $lang['Emotion'] = "Emotion"; --- 970,973 ---- |