diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-05-27 15:55:47 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-05-27 15:55:47 +0000 |
commit | 042f98a96818b45ce508b3a08a1fa85fa0b6eabb (patch) | |
tree | e6bbcc0fa755ce590ae0b668c78544e5a1c70c50 /phpBB/language | |
parent | 4f2f7c1ff4e2d5f6843b9d76e690ced6673829a4 (diff) | |
download | forums-042f98a96818b45ce508b3a08a1fa85fa0b6eabb.tar forums-042f98a96818b45ce508b3a08a1fa85fa0b6eabb.tar.gz forums-042f98a96818b45ce508b3a08a1fa85fa0b6eabb.tar.bz2 forums-042f98a96818b45ce508b3a08a1fa85fa0b6eabb.tar.xz forums-042f98a96818b45ce508b3a08a1fa85fa0b6eabb.zip |
Further changes
git-svn-id: file:///svn/phpbb/trunk@343 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rwxr-xr-x | phpBB/language/lang_english.php | 28 |
1 files changed, 4 insertions, 24 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index 31d1954114..299bb554f5 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -399,31 +399,18 @@ $l_storecookie = "Store my username in a cookie for 1 year"; // Prefs $l_prefupdated = "$l_preferences updated. $l_click <a href=\"index.$phpEx\">$l_here</a> $l_returnindex"; $l_editprefs = "Edit Your $l_preferences"; -$l_themecookie = "NOTE: In order to use themes you MUST have cookies enabled."; $l_alwayssig = "Always attach my signature"; -$l_alwaysdisable= "Always disable"; // Only used for next three strings -$l_alwayssmile = "Always disable $l_smilies"; -$l_alwayshtml = "Always disable $l_html"; -$l_alwaysbbcode = "Always disable $l_bbcode"; +$l_alwayssmile = "Always enable $l_smilies"; +$l_alwayshtml = "Always enable $l_html"; +$l_alwaysbbcode = "Always enable $l_bbcode"; $l_boardtheme = "Board Theme"; $l_boardlang = "Board Language"; $l_nothemes = "No Themes In database"; $l_saveprefs = "Save $l_preferences"; $l_timezone = "Timezone"; -// Search -$l_searchterms = "Keywords"; -$l_searchany = "Search for ANY of the terms (Default)"; -$l_searchall = "Search for ALL of the terms"; -$l_searchallfrm = "Search All Forums"; -$l_sortby = "Sort by"; -$l_searchin = "Search in"; -$l_titletext = "Title & Text"; -$l_search = "Search"; -$l_nomatches = "No records match that query. Please broaden your search."; - // Viewonline -$l_whosonline = "Who's online?"; +$l_whosonline = "Who is Online"; $l_nousers = "No Users are currently browsing the forums"; $l_forum_location = "Location in the forum"; $l_last_updated = "Last Updated"; @@ -437,7 +424,6 @@ $l_altering_profile = "Altering their profile"; $l_viewing_online = "Viewing who is online"; $l_viewing_faq = "Viewing the board FAQ"; - // Editpost $l_editpost = "Edit Post"; $l_editpostin = "Editing post in:"; @@ -512,10 +498,6 @@ $l_recptname = "Recipient $l_username"; // Replypmsg $l_pmposted = "Reply Posted, you can click <a href=\"viewpmsg.$phpEx\">here</a> to view your $l_privmsgs"; -// Viewpmsg -$l_nopmsgs = "You don't have any $l_privmsgs."; -$l_reply = "Reply"; - // Delpmsg $l_deletesucces = "Deletion successful."; @@ -555,8 +537,6 @@ $l_emailpass = "Email Lost Password"; $l_passexplain = "Please fill out the form, a new password will be sent to your Email address"; $l_sendpass = "Send Password"; - - // Full page login $l_autologin = "Log me on automatically each visit"; $l_resend_password = "I have forgotten my password"; |