{% extends "base.html" %} {% block navbar_logout %}
{{ _("Whether Matrix chat services are enabled.")}}
{{ _("Whether messaging using DeltaChat is enabled.")}}
{{ _("Whether files services via USB are enabled.")}}
{{ _("This is the name shown in the UI. Current name:")}} {{ get_setting('butterbox_name') }}, {{ _("accessed at")}} {{ get_setting('butterbox_name') }}.local.
{{ _("This is the logo shown in the UI. Current logo:")}}
{{ _("This is the name of the advertised Wi-Fi network. Current SSID:")}} {{ get_setting('ssid') }}
{{ _("This is the secret key needed to connect to the Wi-Fi network. By default, this is not set and everyone can join. Current password:")}} {{ get_setting('wifi_password') or _('Not set') }}
{{ _("Whether this box will advertise a Wi-Fi network.")}}
{{ _("Whether a share button for the Wi-Fi network is available.")}}
{{ _("Access point is only enabled when using a Raspberry Pi.") }}
This is the name of the advertised Wi-Fi network. Current SSID: {{ get_setting('ssid') }}
This is the secret key needed to connect to the Wi-Fi network. By default, this is not set and everyone can join. Current password: {{ get_setting('wifi_password') or 'Not set' }}
Whether this box will advertise a Wi-Fi network.
Whether a share button for the Wi-Fi network is available.
{{ _("Password for accessing this admin interface.")}}
{{ _("You need to set a root password, and choose whether you want to lock the root account.")}}
{{ _("Password for accessing the root account.")}}