diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-12 08:47:15 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-12 08:47:15 +0000 |
| commit | 4b1a16e3cdfdf20053a0b3dad3c384e14d134fa5 (patch) | |
| tree | c1ceb098fbb80d8ebb2faa06aa8e73888cdb50a4 /phpBB | |
| parent | 6ee1756d9b1d3bfba83098e593a6637e65de0af4 (diff) | |
| download | forums-4b1a16e3cdfdf20053a0b3dad3c384e14d134fa5.tar forums-4b1a16e3cdfdf20053a0b3dad3c384e14d134fa5.tar.gz forums-4b1a16e3cdfdf20053a0b3dad3c384e14d134fa5.tar.bz2 forums-4b1a16e3cdfdf20053a0b3dad3c384e14d134fa5.tar.xz forums-4b1a16e3cdfdf20053a0b3dad3c384e14d134fa5.zip | |
too many dots really, the rules do not need them. :D
git-svn-id: file:///svn/phpbb/trunk@7540 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
| -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…', |
