Update translator documentation.

This commit is contained in:
Siebrand Mazeland 2011-06-05 11:12:34 +02:00
parent 9758134d1a
commit 3dcdf2ef03
2 changed files with 2 additions and 3 deletions

View File

@ -242,7 +242,7 @@ class NoticeListItem extends Widget
// TRANS: Separator in profile addressees list. // TRANS: Separator in profile addressees list.
$this->out->text(_m('SEPARATOR',', ')); $this->out->text(_m('SEPARATOR',', '));
} else { } else {
// TRANS: Start of profile addressees list. // Start of profile addressees list.
$first = false; $first = false;
} }
$text = $addr['text']; $text = $addr['text'];

View File

@ -52,8 +52,7 @@ class AwesomenessPlugin extends Plugin
'author' => 'Jeroen De Dauw', 'author' => 'Jeroen De Dauw',
'homepage' => 'http://status.net/wiki/Plugin:Awesomeness', 'homepage' => 'http://status.net/wiki/Plugin:Awesomeness',
// TRANS: Plugin description for a sample plugin. // TRANS: Plugin description for a sample plugin.
'rawdescription' => _m( 'rawdescription' => _m('The Awesomeness plugin adds additional awesomeness ' .
'The Awesomeness plugin adds additional awesomeness ' .
'to a StatusNet installation.' 'to a StatusNet installation.'
) )
); );