Add translator documentation.

This commit is contained in:
Siebrand Mazeland 2011-06-05 19:59:50 +02:00
parent 158140a118
commit 8ce0acca33
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ class ReverseUsernameAuthenticationPlugin extends AuthenticationPlugin
'author' => 'Craig Andrews',
'homepage' => 'http://status.net/wiki/Plugin:ReverseUsernameAuthentication',
'rawdescription' =>
// TRANS: Plugin description.
_m('The Reverse Username Authentication plugin allows for StatusNet to handle authentication by checking if the provided password is the same as the reverse of the username.'));
return true;
}