diff options
| -rw-r--r-- | phpBB/language/en/common.php | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 720bb8e653..9b3aaac335 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -452,22 +452,22 @@ $lang = array_merge($lang, array( 'RETURN_PAGE' => '%sReturn to the previous page%s', 'RETURN_TOPIC' => '%sReturn to the topic last visited%s', 'RETURN_TO' => 'Return to', - 'RULES_ATTACH_CAN' => 'You <strong>can</strong> post attachments in this forum.', - 'RULES_ATTACH_CANNOT' => 'You <strong>cannot</strong> post attachments in this forum.', - 'RULES_DELETE_CAN' => 'You <strong>can</strong> delete your posts in this forum.', - 'RULES_DELETE_CANNOT' => 'You <strong>cannot</strong> delete your posts in this forum.', - 'RULES_DOWNLOAD_CAN' => 'You <strong>can</strong> download attachments in this forum.', - 'RULES_DOWNLOAD_CANNOT' => 'You <strong>cannot</strong> download attachments in this forum.', - 'RULES_EDIT_CAN' => 'You <strong>can</strong> edit your posts in this forum.', - 'RULES_EDIT_CANNOT' => 'You <strong>cannot</strong> edit your posts in this forum.', - 'RULES_LOCK_CAN' => 'You <strong>can</strong> lock your topics in this forum.', - 'RULES_LOCK_CANNOT' => 'You <strong>cannot</strong> lock your topics in this forum.', - 'RULES_POST_CAN' => 'You <strong>can</strong> post new topics in this forum.', - 'RULES_POST_CANNOT' => 'You <strong>cannot</strong> post new topics in this forum.', - 'RULES_REPLY_CAN' => 'You <strong>can</strong> reply to topics in this forum.', - 'RULES_REPLY_CANNOT' => 'You <strong>cannot</strong> reply to topics in this forum.', - 'RULES_VOTE_CAN' => 'You <strong>can</strong> vote in polls in this forum.', - 'RULES_VOTE_CANNOT' => 'You <strong>cannot</strong> vote in polls in this forum.', + 'RULES_ATTACH_CAN' => 'You <strong>can</strong> post attachments in this forum', + 'RULES_ATTACH_CANNOT' => 'You <strong>cannot</strong> post attachments in this forum', + 'RULES_DELETE_CAN' => 'You <strong>can</strong> delete your posts in this forum', + 'RULES_DELETE_CANNOT' => 'You <strong>cannot</strong> delete your posts in this forum', + 'RULES_DOWNLOAD_CAN' => 'You <strong>can</strong> download attachments in this forum', + 'RULES_DOWNLOAD_CANNOT' => 'You <strong>cannot</strong> download attachments in this forum', + 'RULES_EDIT_CAN' => 'You <strong>can</strong> edit your posts in this forum', + 'RULES_EDIT_CANNOT' => 'You <strong>cannot</strong> edit your posts in this forum', + 'RULES_LOCK_CAN' => 'You <strong>can</strong> lock your topics in this forum', + 'RULES_LOCK_CANNOT' => 'You <strong>cannot</strong> lock your topics in this forum', + 'RULES_POST_CAN' => 'You <strong>can</strong> post new topics in this forum', + 'RULES_POST_CANNOT' => 'You <strong>cannot</strong> post new topics in this forum', + 'RULES_REPLY_CAN' => 'You <strong>can</strong> reply to topics in this forum', + 'RULES_REPLY_CANNOT' => 'You <strong>cannot</strong> reply to topics in this forum', + 'RULES_VOTE_CAN' => 'You <strong>can</strong> vote in polls in this forum', + 'RULES_VOTE_CANNOT' => 'You <strong>cannot</strong> vote in polls in this forum', 'SEARCH' => 'Search', 'SEARCH_MINI' => 'Search…', |
