Update translator documentation.

Whitespace updates.
i18n/L10n updates.
This commit is contained in:
Siebrand Mazeland
2011-06-05 20:42:11 +02:00
parent 8807705bb4
commit 49eb66c57e
6 changed files with 32 additions and 28 deletions

View File

@@ -21,6 +21,7 @@ class SearchSubTrackoffCommand extends Command
SearchSub::cancel($profile, $all->search);
} catch (Exception $e) {
// TRANS: Message given having failed to cancel one of the search subs with 'track off' command.
// TRANS: %s is the search for which the subscription removal failed.
$channel->error($cur, sprintf(_m('Error disabling search subscription for query "%s".'),
$all->search));
return;
@@ -30,4 +31,4 @@ class SearchSubTrackoffCommand extends Command
// TRANS: Message given having disabled all search subscriptions with 'track off'.
$channel->output($cur, _m('Disabled all your search subscriptions.'));
}
}
}