Update translator documentation.

i18n/L10n updates.
Whitespace update.
This commit is contained in:
Siebrand Mazeland
2011-06-06 00:38:38 +02:00
parent f007bcee16
commit 31a92ede44
10 changed files with 41 additions and 18 deletions

View File

@@ -57,11 +57,13 @@ class AddMirrorForm extends Form
$this->li();
$this->doInput('addmirror-feedurl',
'feedurl',
// TRANS: Field label.
_m('Web page or feed URL:'),
$this->out->trimmed('feedurl'));
$this->unli();
$this->li();
// TRANS: Button text for adding a feed.
$this->out->submit('addmirror-save', _m('BUTTON','Add feed'));
$this->unli();
$this->out->elementEnd('ul');