Differential D19384 Diff 46374 src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php
Changeset View
Changeset View
Standalone View
Standalone View
src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php
| Show First 20 Lines • Show All 1,645 Lines • ▼ Show 20 Lines | |||||
| '%s objects.', | '%s objects.', | ||||
| ), | ), | ||||
| 'Destroyed %s credential(s) of type "%s".' => array( | 'Destroyed %s credential(s) of type "%s".' => array( | ||||
| 'Destroyed one credential of type "%2$s".', | 'Destroyed one credential of type "%2$s".', | ||||
| 'Destroyed %s credentials of type "%s".', | 'Destroyed %s credentials of type "%s".', | ||||
| ), | ), | ||||
| '%s notification(s) about objects which no longer exist or which '. | |||||
| 'you can no longer see were discarded.' => array( | |||||
| 'One notification about an object which no longer exists or which '. | |||||
| 'you can no longer see was discarded.', | |||||
| '%s notifications about objects which no longer exist or which '. | |||||
| 'you can no longer see were discarded.', | |||||
| ), | |||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||