diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2004-05-02 13:06:57 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2004-05-02 13:06:57 +0000 |
commit | 729c3abd02fc564fb99be53ba5fba450a073197f (patch) | |
tree | 625496783aefb4310826381bcb69aec6558858ad /phpBB/language/en/posting.php | |
parent | 67d2ac36679f6c38fecaf157d2bc837daa237c41 (diff) | |
download | forums-729c3abd02fc564fb99be53ba5fba450a073197f.tar forums-729c3abd02fc564fb99be53ba5fba450a073197f.tar.gz forums-729c3abd02fc564fb99be53ba5fba450a073197f.tar.bz2 forums-729c3abd02fc564fb99be53ba5fba450a073197f.tar.xz forums-729c3abd02fc564fb99be53ba5fba450a073197f.zip |
fix some issues with oop, fixing small bugs and prepare the next steps...
NOTE TO DEVS: have a look at adm/admin_board.php (new config layout)
git-svn-id: file:///svn/phpbb/trunk@4883 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/posting.php')
-rw-r--r-- | phpBB/language/en/posting.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index 1d673cf4f6..d0f55185e8 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -71,8 +71,10 @@ $lang += array( 'DAYS' => 'Days', 'DELETE_FILE' => 'Delete File', 'DELETE_MESSAGE' => 'Delete Message', + 'DELETE_MESSAGE_CONFIRM' => 'Are you sure you want to delete this message?', 'DELETE_OWN_POSTS' => 'Sorry but you can only delete your own posts.', 'DELETE_POST' => 'Delete', + 'DELETE_POST_CONFIRM' => 'Are you sure you want to delete this message?', 'DELETE_POST_WARN' => 'Once deleted the post cannot be recovered', 'DISABLE_BBCODE' => 'Disable BBCode', 'DISABLE_HTML' => 'Disable HTML', @@ -107,7 +109,6 @@ $lang += array( 'IMAGES_ARE_OFF' => '[img] is <u>OFF</u>', 'IMAGES_ARE_ON' => '[img] is <u>ON</u>', - 'INFORMATION' => 'Information', 'INVALID_FILENAME' => '%s is an invalid filename', 'KARMA_LEVEL' => 'Karma Level', @@ -117,6 +118,7 @@ $lang += array( 'LOAD_DRAFT_EXPLAIN' => 'Here you are able to select the draft you want to continue writing. Your current post will be canceled, all current post contents will be deleted. View, edit and delete drafts within your User Control Panel.', 'MESSAGE_BODY_EXPLAIN' => 'Enter your message here, it may contain no more than <b>%d</b> characters.', + 'MESSAGE_DELETED' => 'Your message has been deleted successfully', 'MORE_EMOTICONS' => 'View more Emoticons', 'NOTIFY_REPLY' => 'Send me an email when a reply is posted', |