From 4b1a16e3cdfdf20053a0b3dad3c384e14d134fa5 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 12 May 2007 08:47:15 +0000 Subject: [PATCH] too many dots really, the rules do not need them. :D git-svn-id: file:///svn/phpbb/trunk@7540 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/common.php | 32 ++++++++++++++++---------------- 1 file 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 can post attachments in this forum.', - 'RULES_ATTACH_CANNOT' => 'You cannot post attachments in this forum.', - 'RULES_DELETE_CAN' => 'You can delete your posts in this forum.', - 'RULES_DELETE_CANNOT' => 'You cannot delete your posts in this forum.', - 'RULES_DOWNLOAD_CAN' => 'You can download attachments in this forum.', - 'RULES_DOWNLOAD_CANNOT' => 'You cannot download attachments in this forum.', - 'RULES_EDIT_CAN' => 'You can edit your posts in this forum.', - 'RULES_EDIT_CANNOT' => 'You cannot edit your posts in this forum.', - 'RULES_LOCK_CAN' => 'You can lock your topics in this forum.', - 'RULES_LOCK_CANNOT' => 'You cannot lock your topics in this forum.', - 'RULES_POST_CAN' => 'You can post new topics in this forum.', - 'RULES_POST_CANNOT' => 'You cannot post new topics in this forum.', - 'RULES_REPLY_CAN' => 'You can reply to topics in this forum.', - 'RULES_REPLY_CANNOT' => 'You cannot reply to topics in this forum.', - 'RULES_VOTE_CAN' => 'You can vote in polls in this forum.', - 'RULES_VOTE_CANNOT' => 'You cannot vote in polls in this forum.', + 'RULES_ATTACH_CAN' => 'You can post attachments in this forum', + 'RULES_ATTACH_CANNOT' => 'You cannot post attachments in this forum', + 'RULES_DELETE_CAN' => 'You can delete your posts in this forum', + 'RULES_DELETE_CANNOT' => 'You cannot delete your posts in this forum', + 'RULES_DOWNLOAD_CAN' => 'You can download attachments in this forum', + 'RULES_DOWNLOAD_CANNOT' => 'You cannot download attachments in this forum', + 'RULES_EDIT_CAN' => 'You can edit your posts in this forum', + 'RULES_EDIT_CANNOT' => 'You cannot edit your posts in this forum', + 'RULES_LOCK_CAN' => 'You can lock your topics in this forum', + 'RULES_LOCK_CANNOT' => 'You cannot lock your topics in this forum', + 'RULES_POST_CAN' => 'You can post new topics in this forum', + 'RULES_POST_CANNOT' => 'You cannot post new topics in this forum', + 'RULES_REPLY_CAN' => 'You can reply to topics in this forum', + 'RULES_REPLY_CANNOT' => 'You cannot reply to topics in this forum', + 'RULES_VOTE_CAN' => 'You can vote in polls in this forum', + 'RULES_VOTE_CANNOT' => 'You cannot vote in polls in this forum', 'SEARCH' => 'Search', 'SEARCH_MINI' => 'Search…',