Update translator documentation.
This commit is contained in:
parent
9758134d1a
commit
3dcdf2ef03
@ -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'];
|
||||||
|
@ -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.'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user