@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
···4848 $errors[] = $this->newInvalidError(
4949 pht(
5050 'Specified version control system must be a VCS '.
5151- 'recognized by Phabricator. Valid systems are: %s.',
5151+ 'recognized by this software. Valid systems are: %s.',
5252 implode(', ', array_keys($vcs_map))),
5353 $xaction);
5454 }
···398398 ->setTitle(pht('Change primary email address?'))
399399 ->appendParagraph(
400400 pht(
401401- 'If you change your primary address, Phabricator will send all '.
401401+ 'If you change your primary address, %s will send all '.
402402 'email to %s.',
403403+ PlatformSymbols::getPlatformServerName(),
403404 $address))
404405 ->appendParagraph(
405406 pht(
···6868 'span',
6969 array(),
7070 array(
7171- pht('This browser has not yet granted permission to send desktop '.
7272- 'notifications for this Phabricator instance.'),
7171+ pht(
7272+ 'Your browser has not yet granted this server permission to send '.
7373+ 'desktop notifications.'),
7374 phutil_tag('br'),
7475 phutil_tag('br'),
7576 javelin_tag(
···8384 $granted_status = phutil_tag(
8485 'span',
8586 array(),
8686- pht('This browser has been granted permission to send desktop '.
8787- 'notifications for this Phabricator instance.'));
8787+ pht('Your browser has granted this server permission to send desktop '.
8888+ 'notifications.'));
8889 $denied_status = phutil_tag(
8990 'span',
9091 array(),
9192 pht('This browser has denied permission to send desktop notifications '.
9292- 'for this Phabricator instance. Consult your browser settings / '.
9393+ 'to this server. Consult your browser settings / '.
9394 'documentation to figure out how to clear this setting, do so, '.
9495 'and then re-visit this page to grant permission.'));
9596···146147 ->setOptions(PhabricatorNotificationsSetting::getOptionsMap())
147148 ->setCaption(
148149 pht(
149149- 'Phabricator can send real-time notifications to your web browser '.
150150+ 'This server can send real-time notifications to your web browser '.
150151 'or to your desktop. Select where you want to receive these '.
151152 'real-time updates.'))
152153 ->initBehavior(
···19192020 protected function getControlInstructions() {
2121 return pht(
2222- 'If you have difficulty reading the Phabricator UI, this setting '.
2323- 'may make Phabricator more accessible.');
2222+ 'If you have difficulty reading the UI, this setting '.
2323+ 'may help.');
2424 }
25252626 public function getSettingDefaultValue() {
···2727 protected function getControlInstructions() {
2828 return pht(
2929 'DarkConsole is a debugging console for developing and troubleshooting '.
3030- 'Phabricator applications. After enabling DarkConsole, press the '.
3030+ 'applications. After enabling DarkConsole, press the '.
3131 '{nav `} key on your keyboard to toggle it on or off.');
3232 }
3333
···2121 return pht(
2222 "Many text editors can be configured as URI handlers for special ".
2323 "protocols like `editor://`. If you have installed and configured ".
2424- "such an editor, Phabricator can generate links that you can click ".
2525- "to open files locally.".
2424+ "such an editor, some applications can generate links that you can ".
2525+ "click to open files locally.".
2626 "\n\n".
2727 "Provide a URI pattern for building external editor URIs in your ".
2828 "environment. For example, if you use TextMate on macOS, the pattern ".
···22222323 protected function getControlInstructions() {
2424 return pht(
2525- 'You can opt to receive plain text email from Phabricator instead '.
2626- 'of HTML email. Plain text email works better with some clients.');
2525+ 'You can opt to receive plain text email instead of HTML email. '.
2626+ 'Plain text email works better with some clients.');
2727 }
28282929 public function getSettingDefaultValue() {
···22222323 protected function getControlInstructions() {
2424 return pht(
2525- 'If you disable **Email Notifications**, Phabricator will never '.
2525+ 'If you disable **Email Notifications**, this server will never '.
2626 'send email to notify you about events. This preference overrides '.
2727 'all your other settings.'.
2828 "\n\n".
···22222323 protected function getControlInstructions() {
2424 return pht(
2525- 'If you disable **Self Actions**, Phabricator will not notify '.
2525+ 'If you disable **Self Actions**, this server will not notify '.
2626 'you about actions you take.');
2727 }
2828