'reason'=>["reason[$id]",L10n::t("Reason for the block"),$b['reason'],L10n::t('The reason why you blocked this domain.').'('.$b['domain'].')','required','',''],
'delete'=>["delete[$id]",L10n::t("Delete domain").' ('.$b['domain'].')',false,L10n::t("Check to delete this entry from the blocklist")]
'$intro'=>L10n::t('This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server.'),
'$public'=>L10n::t('The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily.'),
'$addtitle'=>L10n::t('Add new entry to block list'),
'$newdomain'=>['newentry_domain',L10n::t('Server Domain'),'',L10n::t('The domain of the new server to add to the block list. Do not include the protocol.'),'required','',''],
'$newreason'=>['newentry_reason',L10n::t('Block reason'),'',L10n::t('The reason why you blocked this domain.'),'required','',''],
'$submit'=>L10n::t('Add Entry'),
'$savechanges'=>L10n::t('Save changes to the blocklist'),
'$currenttitle'=>L10n::t('Current Entries in the Blocklist'),
'$thurl'=>L10n::t('Blocked domain'),
'$threason'=>L10n::t('Reason for the block'),
'$delentry'=>L10n::t('Delete entry from blocklist'),