]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Debug/Probe.php
Issue 9743: Added translatable texts
[friendica.git] / src / Module / Debug / Probe.php
index 8090f2b082ea276406a7bf51dc48ffe48e2109e3..ccb07e1239aaaa4259feb09e0c4aa8d7e247f76d 100644 (file)
@@ -50,13 +50,16 @@ class Probe extends BaseModule
 
                $tpl = Renderer::getMarkupTemplate('probe.tpl');
                return Renderer::replaceMacros($tpl, [
-                       '$addr' => ['addr',
+                       '$title'  => DI::l10n()->t('Probe Diagnostic'),
+                       '$output' => DI::l10n()->t('Output'),
+                       '$submit' => DI::l10n()->t('Submit'),
+                       '$addr'   => ['addr',
                                DI::l10n()->t('Lookup address'),
                                $addr,
                                '',
                                DI::l10n()->t('Required')
                        ],
-                       '$res'  => $res,
+                       '$res'    => $res,
                ]);
        }
 }