mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
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:
parent
6ee1756d9b
commit
4b1a16e3cd
1 changed files with 16 additions and 16 deletions
|
@ -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…',
|
||||
|
|
Loading…
Add table
Reference in a new issue