Differential D19398 Diff 46405 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,653 Lines • ▼ Show 20 Lines | |||||
| '%s notification(s) about objects which no longer exist or which '. | '%s notification(s) about objects which no longer exist or which '. | ||||
| 'you can no longer see were discarded.' => array( | 'you can no longer see were discarded.' => array( | ||||
| 'One notification about an object which no longer exists or which '. | 'One notification about an object which no longer exists or which '. | ||||
| 'you can no longer see was discarded.', | 'you can no longer see was discarded.', | ||||
| '%s notifications about objects which no longer exist or which '. | '%s notifications about objects which no longer exist or which '. | ||||
| 'you can no longer see were discarded.', | 'you can no longer see were discarded.', | ||||
| ), | ), | ||||
| 'This draft revision will be sent for review once %s '. | |||||
| 'build(s) pass: %s.' => array( | |||||
| 'This draft revision will be sent for review once this build '. | |||||
| 'passes: %2$s.', | |||||
| 'This draft revision will be sent for review once these builds '. | |||||
| 'pass: %2$s.', | |||||
| ), | |||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||