Differential D21191 Diff 50524 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,717 Lines • ▼ Show 20 Lines | |||||
| 'then try again.', | 'then try again.', | ||||
| ), | ), | ||||
| 'View All %d Subscriber(s)' => array( | 'View All %d Subscriber(s)' => array( | ||||
| 'View Subscriber', | 'View Subscriber', | ||||
| 'View All %d Subscribers', | 'View All %d Subscribers', | ||||
| ), | ), | ||||
| 'You are currently editing %s inline comment(s) on this '. | |||||
| 'revision.' => array( | |||||
| 'You are currently editing an inline comment on this revision.', | |||||
| 'You are currently editing %s inline comments on this revision.', | |||||
| ), | |||||
| 'These %s inline comment(s) will be saved and published.' => array( | |||||
| 'This inline comment will be saved and published.', | |||||
| 'These inline comments will be saved and published.', | |||||
| ), | |||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||