User "Jack Phoenix" posted a comment on MediaWiki.r92148.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/92148#c19681
Commit summary:

checks userstatus for wfReadOnly and user->isBlocked

Comment:

<pre><nowiki>
+                               $us = 'You are blocked';
[...]
+                               $us = 'Database is in ReadOnly mode';
</nowiki></pre>
If/when these are shown to end-user, they should be localizable; place them in 
the UserStatus i18n file and use the usual wfMsg() stuff to load them here. I'd 
also like some wording tweaks here, for example, "You are currently blocked and 
thus you cannot add status updates." and "The database is currently locked." or 
something like that. The translator community at [[translatewiki.net]] can help 
you to come up with the best wording for a message; you can also ask in the 
<tt>#mediawiki-i18n</tt> IRC channel.

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

Reply via email to