Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14021578
D11812.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1023 B
Referenced Files
None
Subscribers
None
D11812.diff
View Options
diff --git a/src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php b/src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php
--- a/src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php
+++ b/src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php
@@ -412,6 +412,23 @@
),
),
+ '%s edited watcher(s), added %d: %s; removed %d: %s.' =>
+ '%s edited watchers, added: %3$s; removed: %5$s.',
+
+ '%s added %d watcher(s): %s.' => array(
+ array(
+ '%s added a watcher: %3$s.',
+ '%s added watchers: %3$s.',
+ ),
+ ),
+
+ '%s removed %d watcher(s): %s.' => array(
+ array(
+ '%s removed a watcher: %3$s.',
+ '%s removed watchers: %3$s.',
+ ),
+ ),
+
'%s edited participant(s), added %d: %s; removed %d: %s.' =>
'%s edited participants, added: %3$s; removed: %5$s.',
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 7, 10:00 AM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6720435
Default Alt Text
D11812.diff (1023 B)
Attached To
Mode
D11812: Projects - add translation for watcher strings
Attached
Detach File
Event Timeline
Log In to Comment