Update translator documentation.

i18n/L10n updates.
Whitespace updates.
This commit is contained in:
Siebrand Mazeland
2011-06-17 16:19:18 +02:00
parent 0b81532cbc
commit acb215d550
6 changed files with 12 additions and 8 deletions

View File

@@ -38,7 +38,8 @@ class TightUrlPlugin extends UrlShortenerPlugin
function onInitializePlugin(){
parent::onInitializePlugin();
if(!isset($this->serviceUrl)){
throw new Exception("must specify a serviceUrl");
// TRANS: Exception thrown when the TightUrl plugin has been configured incorrectly.
throw new Exception(_m('You must specify a serviceUrl.'));
}
}
@@ -63,6 +64,7 @@ class TightUrlPlugin extends UrlShortenerPlugin
'author' => 'Craig Andrews',
'homepage' => 'http://status.net/wiki/Plugin:TightUrl',
'rawdescription' =>
// TRANS: Plugin description. %s is the shortener name.
sprintf(_m('Uses <a href="http://%1$s/">%1$s</a> URL-shortener service.'),
$this->shortenerName));
return true;