diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2003-04-12 14:30:21 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2003-04-12 14:30:21 +0000 |
commit | 793182218a4e45fd6e28295e1f07e966922d2db1 (patch) | |
tree | 7716de09c3c465b2874afea3220b3795678afa03 /phpBB/language | |
parent | 75eef6bfd7bbfdbb5a359e42015509197ad9d4ce (diff) | |
download | forums-793182218a4e45fd6e28295e1f07e966922d2db1.tar forums-793182218a4e45fd6e28295e1f07e966922d2db1.tar.gz forums-793182218a4e45fd6e28295e1f07e966922d2db1.tar.bz2 forums-793182218a4e45fd6e28295e1f07e966922d2db1.tar.xz forums-793182218a4e45fd6e28295e1f07e966922d2db1.zip |
added 711252 and lock topic within post, fixed post editing a bit.
git-svn-id: file:///svn/phpbb/trunk@3817 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/lang_main.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index 517daed8a8..d16b852c02 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -361,11 +361,16 @@ $lang = array( 'CHANGE_TOPIC_TO' => 'Change topic type to', 'EDIT_POST' => 'Edit post', 'OPTIONS' => 'Options', + 'MOD_OPTIONS' => 'Moderator Options', 'POST_NORMAL' => 'Normal', + 'LOCK_POST' => 'Lock Post', + 'LOCK_POST_EXPLAIN' => 'Prevent editing', + 'CONFIRM_DELETE' => 'Are you sure you want to delete this post?', 'Confirm_delete_poll' => 'Are you sure you want to delete this poll?', - 'Cannot_edit_time' => 'You can no longer edit or delete that post', + 'CANNOT_EDIT_TIME' => 'You can no longer edit or delete that post', + 'CANNOT_EDIT_POST_LOCKED' => 'This post has been locked. You can no longer edit that post.', 'FLOOD_ERROR' => 'You cannot make another post so soon after your last, please try again in a short while', 'EMPTY_SUBJECT' => 'You must specify a subject when posting a new topic', 'To_long_subject' => 'The subject is too long it must be 60 characters or less', |