Differential D12126 Diff 29185 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 961 Lines • ▼ Show 20 Lines | '%s edited question(s), added %s: %s; removed %s: %s.' => | ||||
| "\xE2\x96\xBC Show %d Lines", | "\xE2\x96\xBC Show %d Lines", | ||||
| ), | ), | ||||
| 'Show Last %d Line(s)' => array( | 'Show Last %d Line(s)' => array( | ||||
| 'Show Last Line', | 'Show Last Line', | ||||
| 'Show Last %d Lines', | 'Show Last %d Lines', | ||||
| ), | ), | ||||
| '%s marked %s inline comment(s) as done and %s inline comment(s) as '. | |||||
| 'not done.' => array( | |||||
| array( | |||||
| array( | |||||
| '%s marked an inline comment as done and an inline comment '. | |||||
| 'as not done.', | |||||
| '%s marked an inline comment as done and %3$s inline comments '. | |||||
| 'as not done.', | |||||
| ), | |||||
| array( | |||||
| '%s marked %s inline comments as done and an inline comment '. | |||||
| 'as not done.', | |||||
| '%s marked %s inline comments as done and %s inline comments '. | |||||
| 'as done.', | |||||
| ), | |||||
| ), | |||||
| ), | |||||
| '%s marked %s inline comment(s) as done.' => array( | |||||
| array( | |||||
| '%s marked an inline comment as done.', | |||||
| '%s marked %s inline comments as done.', | |||||
| ), | |||||
| ), | |||||
| '%s marked %s inline comment(s) as not done.' => array( | |||||
| array( | |||||
| '%s marked an inline comment as not done.', | |||||
| '%s marked %s inline comments as not done.', | |||||
| ), | |||||
| ), | |||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||