"Siebrand" posted a comment on MediaWiki.r108717.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/108717#c29395

Commit summary for MediaWiki.r108717:

new extension: PrivatePageProtection

Siebrand's comment:

<pre>
+       'privatepp-desc' => 'Allowes restricting page access based on user 
group',
+       
+       'privatepp-lockout-prevented' => 'Lockout prevented: You have tried to 
restrict access to this page to {{PLURAL:$2|the group|one of the groups}} $1. '
+                                                                       . 
'Since you are not a member of {{PLURAL:$2|this group|any of these groups}}, 
you would not be able to access the page after saving it. '
+                                                                       . 
'Saving was aborted to avoid this.',
</pre>

* typo: Allowes -> Allows
* please do not concatenate strings, but just add newlines. 
[[extension:localisationUpdate]] chokes on it, I believe, and 
[[extension:translate]] cannot handle it either.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to