Update translator documentation.
i18n/L10n updates. Whitespace updates.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user