Initial commit

This commit is contained in:
Ana Custura 2026-02-17 08:42:33 +00:00
commit c0b4ca1021
21 changed files with 677 additions and 0 deletions

View file

@ -0,0 +1,88 @@
# English translations for PROJECT.
# Copyright (C) 2026 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2026.
#
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2026-02-10 15:23+0000\n"
"PO-Revision-Date: 2026-02-10 15:29+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n"
"Language-Team: en <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.18.0\n"
#: app/__init__.py:19
msgid "Please log in to access this page."
msgstr "Please log in to access this page."
#: app/forms.py:6
msgid "Username"
msgstr "Username"
#: app/forms.py:7
msgid "Password"
msgstr "Password"
#: app/forms.py:8
msgid "Sign In"
msgstr "Sign In"
#: app/forms.py:14
msgid "WiFi Password"
msgstr "WiFi Password"
#: app/forms.py:15
msgid "Butterbox Name"
msgstr "Butterbox Name"
#: app/forms.py:16
msgid "Butterbox Logo"
msgstr "Butterbox Logo"
#: app/forms.py:18
msgid "Submit"
msgstr "Submit"
#: app/routes.py:39
msgid "Invalid username or password"
msgstr "Invalid username or password"
#: app/translation_refs.py:3
msgid "ssid_description"
msgstr "This is the name of the advertised Wi-Fi network."
#: app/translation_refs.py:4
msgid "butterbox_name_description"
msgstr "This is the secret key needed to connect to the Wi-Fi network. By default, this is not set and everyone can join."
#: app/translation_refs.py:5
msgid "wifi_password_description"
msgstr "This is the name shown in the UI, and used to access the box locally by adding .local or .lan in your browser."
#: app/translation_refs.py:6
msgid "logo_description"
msgstr "An image that will be used as the logo."
#: app/templates/admin.html:4
msgid "Application Settings"
msgstr "Application Settings"
#: app/templates/base.html:15
msgid "Home"
msgstr "Home"
#: app/templates/base.html:32
msgid ""
"Admin settings have changed! Restart the butterbox for changes to take "
"effect."
msgstr ""
"Admin settings have changed! Restart the butterbox for changes to take "
"effect."