mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
Fix a couple of missing translation strings
Summary: Clean the UI up a little. Test Plan: {F1106533} Reviewers: chad Reviewed By: chad Differential Revision: https://secure.phabricator.com/D15259
This commit is contained in:
parent
5e3754828f
commit
a5bbe256c8
1 changed files with 14 additions and 0 deletions
|
@ -1514,6 +1514,20 @@ final class PhabricatorUSEnglishTranslation
|
|||
'Permanently destroyed %s object.',
|
||||
'Permanently destroyed %s objects.',
|
||||
),
|
||||
|
||||
'%s added %s watcher(s) for %s: %s.' => array(
|
||||
array(
|
||||
'%s added a watcher for %3$s: %4$s.',
|
||||
'%s added watchers for %3$s: %4$s.',
|
||||
),
|
||||
),
|
||||
|
||||
'%s removed %s watcher(s) for %s: %s.' => array(
|
||||
array(
|
||||
'%s removed a watcher for %3$s: %4$s.',
|
||||
'%s removed watchers for %3$s: %4$s.',
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue