Fix L10n/i18n.

Some remaining people tag -> list.
Favor -> like
Update translator documentation.
Whitespace updates.
This commit is contained in:
Siebrand Mazeland
2011-04-29 18:59:47 +02:00
parent c13fbfb2d2
commit 4651c9d94a
14 changed files with 106 additions and 50 deletions

View File

@@ -44,7 +44,7 @@ class SalmonAction extends Action
}
if (empty($_SERVER['CONTENT_TYPE']) || $_SERVER['CONTENT_TYPE'] != 'application/magic-envelope+xml') {
// TRANS: Client error. Do not translate "application/magic-envelope+xml"
// TRANS: Client error. Do not translate "application/magic-envelope+xml".
$this->clientError(_m('Salmon requires "application/magic-envelope+xml".'));
}