diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-11 02:21:52 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-11 02:21:52 +0000 |
commit | 1e11060934f95a1e347179f95497544ddbc29592 (patch) | |
tree | 1efceb3a724470e202cfb0a52c23403524294768 /phpBB/language | |
parent | 8f6866beaa823f6724fdb4916238449ac35361a5 (diff) | |
download | forums-1e11060934f95a1e347179f95497544ddbc29592.tar forums-1e11060934f95a1e347179f95497544ddbc29592.tar.gz forums-1e11060934f95a1e347179f95497544ddbc29592.tar.bz2 forums-1e11060934f95a1e347179f95497544ddbc29592.tar.xz forums-1e11060934f95a1e347179f95497544ddbc29592.zip |
More updates for Euclid, minor update to subSilver, fixed bug #490798
git-svn-id: file:///svn/phpbb/trunk@1550 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/lang_english/lang_main.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/phpBB/language/lang_english/lang_main.php b/phpBB/language/lang_english/lang_main.php index f7e8cd541c..815ef56dbf 100644 --- a/phpBB/language/lang_english/lang_main.php +++ b/phpBB/language/lang_english/lang_main.php @@ -46,7 +46,6 @@ $lang['Forum'] = "Forum"; $lang['Category'] = "Category"; $lang['Topic'] = "Topic"; $lang['Topics'] = "Topics"; -$lang['Reply'] = "Reply"; $lang['Replies'] = "Replies"; $lang['Views'] = "Views"; $lang['Post'] = "Post"; @@ -82,7 +81,6 @@ $lang['No'] = "No"; $lang['Enabled'] = "Enabled"; $lang['Disabled'] = "Disabled"; $lang['Error'] = "Error"; -$lang['Success'] = "Success"; $lang['Next'] = "Next"; $lang['Previous'] = "Previous"; @@ -305,7 +303,6 @@ $lang['Confirm_delete_poll'] = "Are you sure you want to delete this poll?"; $lang['Flood_Error'] = "You cannot make another post so soon after your last, please try again in a short while"; $lang['Empty_subject'] = "You must specify a subject when posting a new topic"; $lang['Empty_message'] = "You must enter a message when posting"; -$lang['Announce_and_sticky'] = "You cannot post a topic that is both an announcement and a sticky topic"; $lang['Forum_locked'] = "This forum is locked you cannot post, reply to or edit topics"; $lang['Topic_locked'] = "This topic is locked you cannot edit posts or make replies"; $lang['No_post_id'] = "You must select a post to edit"; @@ -715,7 +712,6 @@ $lang['You_been_banned'] = "You have been banned from this forum<br />Please con // // Viewonline // -$lang['Who_is_online'] = "Who is online"; $lang['Reg_users_online'] = "There are %d Registered and "; // There ae 5 Registered and $lang['Hidden_users_online'] = "%d Hidden users online"; // 6 Hidden users online $lang['Guest_users_online'] = "There are %d Guest users online"; // There are 10 Guest users online @@ -754,6 +750,7 @@ $lang['Topics_Removed'] = "The selected topics have been successfully removed fr $lang['Topics_Locked'] = "The selected topics have been locked"; $lang['Topics_Moved'] = "The selected topics have been moved"; $lang['Topics_Unlocked'] = "The selected topics have been unlocked"; +$lang['No_Topics_Moved'] = "No topics were moved"; $lang['Confirm_delete_topic'] = "Are you sure you want to remove the selected topic/s?"; $lang['Confirm_lock_topic'] = "Are you sure you want to lock the selected topic/s?"; |