1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-18 16:11:06 +02:00

Topic review changes + updates

git-svn-id: file:///svn/phpbb/trunk@1221 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-10-16 11:23:57 +00:00
parent d387e476bc
commit a4858256ff

View File

@ -274,6 +274,7 @@ $lang['You_are_watching'] = "You are now watching this topic";
// Posting/Replying (Not private messaging!) // Posting/Replying (Not private messaging!)
// //
$lang['Message_body'] = "Message body"; $lang['Message_body'] = "Message body";
$lang['Topic_review'] = "Topic review";
$lang['No_post_mode'] = "No post mode specified"; $lang['No_post_mode'] = "No post mode specified";
@ -447,6 +448,7 @@ $lang['Only_one_avatar'] = "Only one type of avatar can be specified";
$lang['File_no_data'] = "The file at the URL you gave contains no data"; $lang['File_no_data'] = "The file at the URL you gave contains no data";
$lang['No_connection_URL'] = "A connection could not be made to the URL you gave"; $lang['No_connection_URL'] = "A connection could not be made to the URL you gave";
$lang['Incomplete_URL'] = "The URL you entered is incomplete"; $lang['Incomplete_URL'] = "The URL you entered is incomplete";
$lang['Wrong_remote_avatar_format'] = "The URL of the remote avatar is not valid";
$lang['Always_smile'] = "Always enable Smilies"; $lang['Always_smile'] = "Always enable Smilies";
$lang['Always_html'] = "Always allow HTML"; $lang['Always_html'] = "Always allow HTML";