From fea9ffeb59ff5780034928128c22e7f13f59ad81 Mon Sep 17 00:00:00 2001 From: uid42062 Date: Wed, 4 Jul 2001 23:26:19 +0000 Subject: Fixes and updates git-svn-id: file:///svn/phpbb/trunk@558 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/lang_english.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/language') diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index 17a1ca9f6e..1ada24f22b 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -149,6 +149,7 @@ $lang['Forum_Index'] = "Forum Index"; // // Viewforum // +$lang['Display_topics'] = "Display Topics from previous"; $lang['Annoucement'] = "Annoucement:"; $lang['Sticky'] = "Sticky:"; @@ -253,6 +254,9 @@ $lang['Wrong_Profile'] = "You cannot modify a profile that is not your own."; $lang['Bad_username'] = "The username you choose has been taken or is disallowed by the administrator."; $lang['Sorry_banned_email'] = "Sorry but the email address you gave has been banned from registering on this system."; $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['No_connection_URL'] = "A connection could not be made to the URL you gave"; +$lang['Incomplete_URL'] = "The URL you entered is incomplete"; $lang['Always_smile'] = "Always enable Smilies"; $lang['Always_html'] = "Always allow HTML"; -- cgit v1.2.1