Differential D14259 Diff 34449 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,397 Lines • ▼ Show 20 Lines | |||||
| 'Setting retention policy for "%s" to %s days.', | 'Setting retention policy for "%s" to %s days.', | ||||
| ), | ), | ||||
| 'Waiting %s second(s) for lease to activate.' => array( | 'Waiting %s second(s) for lease to activate.' => array( | ||||
| 'Waiting a second for lease to activate.', | 'Waiting a second for lease to activate.', | ||||
| 'Waiting %s seconds for lease to activate.', | 'Waiting %s seconds for lease to activate.', | ||||
| ), | ), | ||||
| '%s changed %s automation blueprint(s), added %s: %s; removed %s: %s.' => | |||||
| '%s changed automation blueprints, added: %4$s; removed: %6$s.', | |||||
| '%s added %s automation blueprint(s): %s.' => array( | |||||
| array( | |||||
| '%s added an automation blueprint: %3$s.', | |||||
| '%s added automation blueprints: %3$s.', | |||||
| ), | |||||
| ), | |||||
| '%s removed %s automation blueprint(s): %s.' => array( | |||||
| array( | |||||
| '%s removed an automation blueprint: %3$s.', | |||||
| '%s removed automation blueprints: %3$s.', | |||||
| ), | |||||
| ), | |||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||