Select the types of activity you want to include in your feed.
@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.)
hq.recaptime.dev/wiki/Phorge
···203203 "Indexing %d object of type %s.",
204204 ),
205205206206+ 'Run these %d command(s):' => array(
207207+ 'Run this %d command:',
208208+ 'Run these %d commands:',
209209+ ),
210210+211211+ 'Install these %d PHP extension(s):' => array(
212212+ 'Install this %d PHP extension:',
213213+ 'Install these %d PHP extensions:',
214214+ ),
215215+216216+ 'The current Phabricator configuration has these %d value(s):' => array(
217217+ 'The current Phabricator configuration has this %d value:',
218218+ 'The current Phabricator configuration has these %d values:',
219219+ ),
220220+221221+ 'To update these %d value(s), run these command(s) from the command line:'
222222+ => array(
223223+ 'To update this %d value, run this command from the command line:',
224224+ 'To update these %d values, run these commands from the command line:',
225225+ ),
226226+227227+ 'You can update these %d value(s) here:' => array(
228228+ 'You can update this %d value here:',
229229+ 'You can update these %d values here:',
230230+ ),
231231+232232+ 'The current PHP configuration has these %d value(s):' => array(
233233+ 'The current PHP configuration has this %d value:',
234234+ 'The current PHP configuration has these %d values:',
235235+ ),
236236+237237+ 'To update these %d value(s), edit your PHP configuration file.' => array(
238238+ 'To update this %d value, edit your PHP configuration file.',
239239+ 'To update these %d values, edit your PHP configuration file.',
240240+ ),
241241+242242+ 'To update these %d value(s), edit your PHP configuration file, located '.
243243+ 'here:' => array(
244244+ 'To update this %d value, edit your PHP configuration file, located '.
245245+ 'here:',
246246+ 'To update these %d values, edit your PHP configuration file, located '.
247247+ 'here:',
248248+ ),
249249+250250+ 'PHP also loaded these configuration file(s):' => array(
251251+ 'PHP also loaded this configuration file:',
252252+ 'PHP also loaded these configuration files:',
253253+ ),
254254+206255 );
207256 }
208257