Differential D21535 Diff 51256 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,753 Lines • ▼ Show 20 Lines | |||||
| 'You are currently editing %s inline comments on this revision.', | 'You are currently editing %s inline comments on this revision.', | ||||
| ), | ), | ||||
| 'These %s inline comment(s) will be saved and published.' => array( | 'These %s inline comment(s) will be saved and published.' => array( | ||||
| 'This inline comment will be saved and published.', | 'This inline comment will be saved and published.', | ||||
| 'These inline comments will be saved and published.', | 'These inline comments will be saved and published.', | ||||
| ), | ), | ||||
| 'Delayed %s task(s).' => array( | |||||
| 'Delayed 1 task.', | |||||
| 'Delayed %s tasks.', | |||||
| ), | |||||
| 'Freed %s task lease(s).' => array( | |||||
| 'Freed 1 task lease.', | |||||
| 'Freed %s task leases.', | |||||
| ), | |||||
| 'Cancelled %s task(s).' => array( | |||||
| 'Cancelled 1 task.', | |||||
| 'Cancelled %s tasks.', | |||||
| ), | |||||
| 'Queued %s task(s) for retry.' => array( | |||||
| 'Queued 1 task for retry.', | |||||
| 'Queued %s tasks for retry.', | |||||
| ), | |||||
| 'Reprioritized %s task(s).' => array( | |||||
| 'Reprioritized one task.', | |||||
| 'Reprioritized %s tasks.', | |||||
| ), | |||||
| 'Executed %s task(s).' => array( | |||||
| 'Executed 1 task.', | |||||
| 'Executed %s tasks.', | |||||
| ), | |||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||