diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-10 22:32:39 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-10 22:32:39 +0000 |
| commit | fff33ffa074712edb94406ea8504cc5615c1195b (patch) | |
| tree | c356f8421d57552fade39abc3b9d0db92ed33f44 /phpBB/language/lang_english.php | |
| parent | df269ee0874322eed189e12d4b4c394bee3cf9e8 (diff) | |
| download | forums-fff33ffa074712edb94406ea8504cc5615c1195b.tar forums-fff33ffa074712edb94406ea8504cc5615c1195b.tar.gz forums-fff33ffa074712edb94406ea8504cc5615c1195b.tar.bz2 forums-fff33ffa074712edb94406ea8504cc5615c1195b.tar.xz forums-fff33ffa074712edb94406ea8504cc5615c1195b.zip | |
Lots of checking in posting + delete now works
git-svn-id: file:///svn/phpbb/trunk@615 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/lang_english.php')
| -rwxr-xr-x | phpBB/language/lang_english.php | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index b430bd74e1..994ad3ab74 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -106,7 +106,7 @@ $lang['moderate_forum'] = "moderate this forum"; $lang['View_latest_post'] = "View latest post"; $lang['ICQ'] = "ICQ Number"; -$lang['AIM'] = "AIM address"; +$lang['AIM'] = "AIM Address"; $lang['MSNM'] = "MSN Messenger"; $lang['YIM'] = "Yahoo Messenger"; @@ -218,6 +218,7 @@ $lang['Post_Annoucement'] = "Announcement"; $lang['Post_Sticky'] = "Sticky"; $lang['Options'] = "Options"; +$lang['Confirm_delete'] = "Are you sure you want to delete this post?"; $lang['Submit_post'] = "Submit Post"; $lang['Preview'] = "Preview"; $lang['Cancel_post'] = "Cancel post"; @@ -227,6 +228,11 @@ $lang['Sorry_edit_own_posts'] = "Sorry but you can only edit your own posts"; $lang['Empty_subject'] = "You must specifiy a subject when posting a new topic"; $lang['Empty_message'] = "You must enter a message when posting"; $lang['Annouce_and_sticky'] = "You cannot post a topic that is both an annoucement and a sticky topic"; +$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"; +$lang['No_topic_id'] = "You must select a topic to reply to"; +$lang['No_valid_mode'] = "You can only post, reply edit or quote messages, please return and try again"; +$lang['No_such_post'] = "There is no such post, please return and try again"; $lang['Attach_signature'] = "Attach signature (signatures can be changed in profile)"; $lang['Disable'] = "Disable "; // This is followed by a type, eg. HTML, Smilies, etc. and then 'on this post' @@ -235,14 +241,17 @@ $lang['BBCode'] = "BBCode"; $lang['Smilies'] = "Smilies"; $lang['in_this_post'] = " in this post"; $lang['Notify'] = "Notify"; +$lang['Delete_post'] = "Delete this post"; $lang['is_ON'] = " is ON"; // this goes after either BBCode or HTML $lang['is_OFF'] = " is OFF"; // see above $lang['Stored'] = "Your message has been entered successfully"; +$lang['Deleted'] = "Your message has been deleted successfully"; $lang['Click'] = "Click"; // Followed by here and then either return to topic or view message $lang['Here'] = "Here"; $lang['to_return_forum'] = "to return to the forum"; $lang['to_view_message'] = "to view your message"; +$lang['to_return_topic'] = "to return to the topic"; // // Private Messaging @@ -320,7 +329,8 @@ $lang['Pick_local_Avatar'] = "Select Avatar from the gallery"; $lang['Link_remote_Avatar'] = "Link to off-site Avatar"; $lang['Link_remote_Avatar_explain'] = "Enter the URL of the location containing the Avatar image you wish to link to."; $lang['Avatar_URL'] = "URL of Avatar Image"; -$lang['Avatar_gallery'] = "Show gallery of Avatar images"; +$lang['Select_from_gallery'] = "Select Avatar from gallery"; +$lang['Avatar_gallery'] = "Show gallery"; $lang['Delete_Image'] = "Delete Image"; $lang['Current_Image'] = "Current Image"; |
