Differential D14638 Diff 35445 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 49 Lines • ▼ Show 20 Lines | return array( | ||||
| 'There are %d raw facts in storage.', | 'There are %d raw facts in storage.', | ||||
| ), | ), | ||||
| 'There are %d aggregate fact(s) in storage.' => array( | 'There are %d aggregate fact(s) in storage.' => array( | ||||
| 'There is %d aggregate fact in storage.', | 'There is %d aggregate fact in storage.', | ||||
| 'There are %d aggregate facts in storage.', | 'There are %d aggregate facts in storage.', | ||||
| ), | ), | ||||
| '%d Commit(s) Awaiting Audit' => array( | '%s Commit(s) Awaiting Audit' => array( | ||||
| '%d Commit Awaiting Audit', | '%s Commit Awaiting Audit', | ||||
| '%d Commits Awaiting Audit', | '%s Commits Awaiting Audit', | ||||
| ), | ), | ||||
| '%d Problem Commit(s)' => array( | '%s Problem Commit(s)' => array( | ||||
| '%d Problem Commit', | '%s Problem Commit', | ||||
| '%d Problem Commits', | '%s Problem Commits', | ||||
| ), | ), | ||||
| '%d Review(s) Blocking Others' => array( | '%s Review(s) Blocking Others' => array( | ||||
| '%d Review Blocking Others', | '%s Review Blocking Others', | ||||
| '%d Reviews Blocking Others', | '%s Reviews Blocking Others', | ||||
| ), | ), | ||||
| '%d Review(s) Need Attention' => array( | '%s Review(s) Need Attention' => array( | ||||
| '%d Review Needs Attention', | '%s Review Needs Attention', | ||||
| '%d Reviews Need Attention', | '%s Reviews Need Attention', | ||||
| ), | ), | ||||
| '%d Review(s) Waiting on Others' => array( | '%s Review(s) Waiting on Others' => array( | ||||
| '%d Review Waiting on Others', | '%s Review Waiting on Others', | ||||
| '%d Reviews Waiting on Others', | '%s Reviews Waiting on Others', | ||||
| ), | ), | ||||
| '%d Active Review(s)' => array( | '%s Active Review(s)' => array( | ||||
| '%d Active Review', | '%s Active Review', | ||||
| '%d Active Reviews', | '%s Active Reviews', | ||||
| ), | ), | ||||
| '%d Flagged Object(s)' => array( | '%s Flagged Object(s)' => array( | ||||
| '%d Flagged Object', | '%s Flagged Object', | ||||
| '%d Flagged Objects', | '%s Flagged Objects', | ||||
| ), | ), | ||||
| '%d Object(s) Tracked' => array( | '%s Object(s) Tracked' => array( | ||||
| '%d Object Tracked', | '%s Object Tracked', | ||||
| '%d Objects Tracked', | '%s Objects Tracked', | ||||
| ), | ), | ||||
| '%d Assigned Task(s)' => array( | '%s Assigned Task(s)' => array( | ||||
| '%d Assigned Task', | '%s Assigned Task', | ||||
| '%d Assigned Tasks', | '%s Assigned Tasks', | ||||
| ), | ), | ||||
| 'Show %d Lint Message(s)' => array( | 'Show %d Lint Message(s)' => array( | ||||
| 'Show %d Lint Message', | 'Show %d Lint Message', | ||||
| 'Show %d Lint Messages', | 'Show %d Lint Messages', | ||||
| ), | ), | ||||
| 'Hide %d Lint Message(s)' => array( | 'Hide %d Lint Message(s)' => array( | ||||
| 'Hide %d Lint Message', | 'Hide %d Lint Message', | ||||
| ▲ Show 20 Lines • Show All 1,386 Lines • Show Last 20 Lines | |||||