too many dots really, the rules do not need them. :D

git-svn-id: file:///svn/phpbb/trunk@7540 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2007-05-12 08:47:15 +00:00
parent 6ee1756d9b
commit 4b1a16e3cd

View file

@ -452,22 +452,22 @@ $lang = array_merge($lang, array(
'RETURN_PAGE' => '%sReturn to the previous page%s', 'RETURN_PAGE' => '%sReturn to the previous page%s',
'RETURN_TOPIC' => '%sReturn to the topic last visited%s', 'RETURN_TOPIC' => '%sReturn to the topic last visited%s',
'RETURN_TO' => 'Return to', 'RETURN_TO' => 'Return to',
'RULES_ATTACH_CAN' => 'You <strong>can</strong> post attachments 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_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_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_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_CAN' => 'You <strong>can</strong> download attachments in this forum',
'RULES_DOWNLOAD_CANNOT' => 'You <strong>cannot</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_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_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_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_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_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_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_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_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_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_VOTE_CANNOT' => 'You <strong>cannot</strong> vote in polls in this forum',
'SEARCH' => 'Search', 'SEARCH' => 'Search',
'SEARCH_MINI' => 'Search…', 'SEARCH_MINI' => 'Search…',