Merge pull request #1221 from annando/blocktrans
Blockbot: Added translation to the setings descrptionpull/1222/head
commit
32a7560595
|
@ -28,9 +28,9 @@ function blockbot_addon_admin(&$a, &$o) {
|
||||||
|
|
||||||
$o = Renderer::replaceMacros($t, [
|
$o = Renderer::replaceMacros($t, [
|
||||||
'$submit' => DI::l10n()->t('Save Settings'),
|
'$submit' => DI::l10n()->t('Save Settings'),
|
||||||
'$good_crawlers' => ['good_crawlers', DI::l10n()->t('Allow "good" crawlers'), DI::config()->get('blockbot', 'good_crawlers'), "Don't block fediverse crawlers, relay servers and other bots with good purposes."],
|
'$good_crawlers' => ['good_crawlers', DI::l10n()->t('Allow "good" crawlers'), DI::config()->get('blockbot', 'good_crawlers'), DI::l10n()->t("Don't block fediverse crawlers, relay servers and other bots with good purposes.")],
|
||||||
'$block_gab' => ['block_gab', DI::l10n()->t('Block GabSocial'), DI::config()->get('blockbot', 'block_gab'), 'Block the software GabSocial. This will block every access for that software. You can block dedicated gab instances in the blocklist settings in the admin section.'],
|
'$block_gab' => ['block_gab', DI::l10n()->t('Block GabSocial'), DI::config()->get('blockbot', 'block_gab'), DI::l10n()->t('Block the software GabSocial. This will block every access for that software. You can block dedicated gab instances in the blocklist settings in the admin section.')],
|
||||||
'$training' => ['training', DI::l10n()->t('Training mode'), DI::config()->get('blockbot', 'training'), "Activates the training mode. This is only meant for developing purposes. Don't activate this on a production machine. This can cut communication with some systems."],
|
'$training' => ['training', DI::l10n()->t('Training mode'), DI::config()->get('blockbot', 'training'), DI::l10n()->t("Activates the training mode. This is only meant for developing purposes. Don't activate this on a production machine. This can cut communication with some systems.")],
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
|
"POT-Creation-Date: 2021-12-13 06:17+0000\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -17,18 +17,38 @@ msgstr ""
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: blockbot.php:29
|
#: blockbot.php:30
|
||||||
msgid "Save Settings"
|
msgid "Save Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: blockbot.php:30
|
#: blockbot.php:31
|
||||||
msgid "Allow \"good\" crawlers"
|
msgid "Allow \"good\" crawlers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: blockbot.php:31
|
#: blockbot.php:31
|
||||||
|
msgid ""
|
||||||
|
"Don't block fediverse crawlers, relay servers and other bots with good "
|
||||||
|
"purposes."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: blockbot.php:32
|
||||||
msgid "Block GabSocial"
|
msgid "Block GabSocial"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: blockbot.php:32
|
#: blockbot.php:32
|
||||||
|
msgid ""
|
||||||
|
"Block the software GabSocial. This will block every access for that "
|
||||||
|
"software. You can block dedicated gab instances in the blocklist settings in "
|
||||||
|
"the admin section."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: blockbot.php:33
|
||||||
msgid "Training mode"
|
msgid "Training mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: blockbot.php:33
|
||||||
|
msgid ""
|
||||||
|
"Activates the training mode. This is only meant for developing purposes. "
|
||||||
|
"Don't activate this on a production machine. This can cut communication with "
|
||||||
|
"some systems."
|
||||||
|
msgstr ""
|
||||||
|
|
Loading…
Reference in New Issue