diff --git a/LICENSE b/LICENSE index c791fee..23248dd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,17 +1,20 @@ -BSD 2-Clause License +BSD 3-Clause License -Copyright (c) 2018, GhostBSD -All rights reserved. +Copyright (c) 2025, GhostBSD Project Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE @@ -22,4 +25,4 @@ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/README.md b/README.md index c887980..cb9c873 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,72 @@ -# gbsetup -GhostBSD setup at the first boot. +# Setup Station + +Setup Station does the initial setup of GhostBSD. The goal is to evolve Setup Station to slowly replace MATE Configuration Tool and Station Tweak, providing a unified configuration experience. + +## Overview + +Setup Station is a GTK3-based Python application that runs automatically after GhostBSD installation to guide users through essential system configuration: + +- System language and locale +- Keyboard layout and variant +- Timezone +- Network settings (WiFi/Ethernet) +- Admin user account creation + +After completing the setup, the system automatically starts the LightDM login screen. + +## Installation + +```bash +python setup.py install +``` + +## Running Setup Station + +```bash +sudo setup-station-init +``` + +## Managing Translations + +Setup Station uses GNU gettext for internationalization. + +### Creating a new translation + +```bash +./setup.py create_translation --locale= +``` + +Example for French (France): +```bash +./setup.py create_translation --locale=fr_FR +``` + +### Updating existing translations + +After modifying source code with new or changed translatable strings: + +```bash +./setup.py update_translations +``` + +### Building translations + +```bash +./setup.py build_i18n +``` + +## Contributing + +Interested in contributing to Setup Station or other GhostBSD tools? + +- Join our Telegram channel: https://t.me/ghostbsd_dev +- Discuss on GitHub: https://github.com/orgs/ghostbsd/discussions/categories/tools-and-softwares + +## License + +BSD 3-Clause License + +## Links + +- GitHub: https://github.com/GhostBSD/setup-station/ +- GhostBSD: https://www.ghostbsd.org/ diff --git a/po/ar_SA.po b/po/ar_SA.po index e93869f..36d1005 100644 --- a/po/ar_SA.po +++ b/po/ar_SA.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Arabic <(nothing)>\n" @@ -20,11 +20,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -64,30 +64,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -210,36 +210,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/bg_BG.po b/po/bg_BG.po index 080196d..528ed14 100644 --- a/po/bg_BG.po +++ b/po/bg_BG.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Bulgarian \n" @@ -21,11 +21,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -65,30 +65,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -211,36 +211,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/ca_ES.po b/po/ca_ES.po index e3d565e..d4d7b50 100644 --- a/po/ca_ES.po +++ b/po/ca_ES.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Catalan \n" @@ -21,11 +21,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -65,30 +65,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -211,36 +211,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/cs_CZ.po b/po/cs_CZ.po index 86d8694..3519f4a 100644 --- a/po/cs_CZ.po +++ b/po/cs_CZ.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Czech \n" @@ -21,11 +21,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -65,30 +65,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -211,36 +211,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/da_DK.po b/po/da_DK.po index d12ee87..9a74e38 100644 --- a/po/da_DK.po +++ b/po/da_DK.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Danish \n" @@ -21,11 +21,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -65,30 +65,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -211,36 +211,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/de_DE.po b/po/de_DE.po index 28b8568..2433a16 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: German \n" @@ -21,11 +21,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -65,30 +65,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -211,36 +211,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/el_GR.po b/po/el_GR.po index dca0fa8..6594951 100644 --- a/po/el_GR.po +++ b/po/el_GR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Greek \n" @@ -21,11 +21,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -65,30 +65,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -211,36 +211,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/en_GB.po b/po/en_GB.po index f288836..59552a2 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: English (British) <(nothing)>\n" @@ -21,11 +21,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -65,30 +65,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -214,36 +214,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/en_US.po b/po/en_US.po index a732124..0060ae5 100644 --- a/po/en_US.po +++ b/po/en_US.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: English\n" @@ -21,11 +21,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -65,30 +65,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -214,36 +214,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/es_ES.po b/po/es_ES.po index f97e749..3391426 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Spanish \n" @@ -21,11 +21,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -65,30 +65,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -211,36 +211,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/et_EE.po b/po/et_EE.po index 0d9d155..9846bfd 100644 --- a/po/et_EE.po +++ b/po/et_EE.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Estonian \n" @@ -21,11 +21,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -65,30 +65,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -211,36 +211,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/fi_FI.po b/po/fi_FI.po index 50ef1fa..c5d1161 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Finnish \n" @@ -21,11 +21,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -65,30 +65,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -211,36 +211,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/fr_CA.po b/po/fr_CA.po index 835326a..45d2cd6 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: French \n" @@ -23,11 +23,11 @@ msgstr "" "Le mot de passe root initial sera défini sur le mot de passe de " "l'utilisateur administrateur." -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "Mot de passe non autorisé" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "Espace non autorisé" @@ -67,30 +67,30 @@ msgstr "Définir le nom d'hôte" msgid "Hostname" msgstr "Nom d'hôte" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "Très faible" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "Assez faible" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "Faible" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "Fort" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "Assez fort" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "Très fort" @@ -213,37 +213,53 @@ msgstr "Mot de passe :" msgid "Show password" msgstr "Afficher le mot de passe" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "Configuration de la langue du système" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "Configuration de la disposition du clavier" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "Configuration du fuseau horaire" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "Création de l'utilisateur administrateur" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "Activation du gestionnaire d'affichage" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "Suppression de la connexion automatique de configuration" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "Configuration terminée !" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "Configuration terminée." + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "Démarrage de l'écran de connexion..." + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "Préparation en cours" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." -msgstr "Cela ne devrait pas prendre trop de temps." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." +msgstr "Configuration de votre système." -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." -msgstr "N'éteignez pas votre système." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." +msgstr "Veuillez ne pas éteindre votre ordinateur." #: setup_station/timezone.py:57 msgid "Continent" @@ -253,6 +269,9 @@ msgstr "Continent" msgid "City" msgstr "Ville" +#~ msgid "This should not take too long." +#~ msgstr "Cela ne devrait pas prendre trop de temps." + #~ msgid "Super Weak" #~ msgstr "Très faible" diff --git a/po/fr_FR.po b/po/fr_FR.po index f6fb7b7..d04be11 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: French \n" @@ -23,11 +23,11 @@ msgstr "" "Le mot de passe root initial sera défini sur le mot de passe de " "l'utilisateur administrateur." -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "Mot de passe non autorisé" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "Espace non autorisé" @@ -67,30 +67,30 @@ msgstr "Définir le nom d'hôte" msgid "Hostname" msgstr "Nom d'hôte" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "Très faible" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "Assez faible" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "Faible" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "Fort" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "Assez fort" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "Très fort" @@ -213,37 +213,53 @@ msgstr "Mot de passe :" msgid "Show password" msgstr "Afficher le mot de passe" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "Configuration de la langue du système" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "Configuration de la disposition du clavier" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "Configuration du fuseau horaire" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "Création de l'utilisateur administrateur" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "Activation du gestionnaire d'affichage" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "Suppression de la connexion automatique de configuration" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "Configuration terminée !" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "Configuration terminée." + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "Démarrage de l'écran de connexion..." + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "Préparation en cours" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." -msgstr "Cela ne devrait pas prendre trop de temps." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." +msgstr "Configuration de votre système." -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." -msgstr "N'éteignez pas votre système." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." +msgstr "Veuillez ne pas éteindre votre ordinateur." #: setup_station/timezone.py:57 msgid "Continent" @@ -253,6 +269,9 @@ msgstr "Continent" msgid "City" msgstr "Ville" +#~ msgid "This should not take too long." +#~ msgstr "Cela ne devrait pas prendre trop de temps." + #~ msgid "Super Weak" #~ msgstr "Très faible" diff --git a/po/hr_HR.po b/po/hr_HR.po index c7c2528..b5394f5 100644 --- a/po/hr_HR.po +++ b/po/hr_HR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Croatian \n" @@ -22,11 +22,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -66,30 +66,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -212,36 +212,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/hu_HU.po b/po/hu_HU.po index f8e95db..c16c84f 100644 --- a/po/hu_HU.po +++ b/po/hu_HU.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Hungarian \n" @@ -21,11 +21,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -65,30 +65,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -211,36 +211,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/it_IT.po b/po/it_IT.po index 29c933a..feb8da3 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Italian \n" @@ -21,11 +21,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -65,30 +65,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -211,36 +211,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/ja_JP.po b/po/ja_JP.po index f09823f..a40af92 100644 --- a/po/ja_JP.po +++ b/po/ja_JP.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Japanese \n" @@ -21,11 +21,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -65,30 +65,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -211,36 +211,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/ko_KR.po b/po/ko_KR.po index 250c2a2..85ccb37 100644 --- a/po/ko_KR.po +++ b/po/ko_KR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Korean \n" @@ -21,11 +21,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -65,30 +65,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -211,36 +211,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/lt_LT.po b/po/lt_LT.po index 6eeea95..841551d 100644 --- a/po/lt_LT.po +++ b/po/lt_LT.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Lithuanian \n" @@ -22,11 +22,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -66,30 +66,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -212,36 +212,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/lv_LV.po b/po/lv_LV.po index 96b49cd..5fc5dea 100644 --- a/po/lv_LV.po +++ b/po/lv_LV.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Latvian \n" @@ -22,11 +22,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -66,30 +66,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -212,36 +212,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/nl_NL.po b/po/nl_NL.po index c66942d..0191c57 100644 --- a/po/nl_NL.po +++ b/po/nl_NL.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Dutch \n" @@ -21,11 +21,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -65,30 +65,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -211,36 +211,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/no_NO.po b/po/no_NO.po index d566a45..079caee 100644 --- a/po/no_NO.po +++ b/po/no_NO.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Norwegian\n" @@ -21,11 +21,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -65,30 +65,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -211,36 +211,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/pl_PL.po b/po/pl_PL.po index 11eaff0..b0361dc 100644 --- a/po/pl_PL.po +++ b/po/pl_PL.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Polish \n" @@ -22,11 +22,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -66,30 +66,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -212,36 +212,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/pt_BR.po b/po/pt_BR.po index 522888a..8812440 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Brazilian Portuguese \n" "Language-Team: Portuguese \n" @@ -21,11 +21,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -65,30 +65,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -211,36 +211,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/ro_RO.po b/po/ro_RO.po index e83669f..0c54f3b 100644 --- a/po/ro_RO.po +++ b/po/ro_RO.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Romanian \n" @@ -22,11 +22,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -66,30 +66,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -212,36 +212,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/ru_RU.po b/po/ru_RU.po index 5dc71a0..5f78d9e 100644 --- a/po/ru_RU.po +++ b/po/ru_RU.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Russian \n" @@ -22,11 +22,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -66,30 +66,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -212,36 +212,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/setup-station.pot b/po/setup-station.pot index 2e97b32..5ed3484 100644 --- a/po/setup-station.pot +++ b/po/setup-station.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,11 +21,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -65,30 +65,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -211,36 +211,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/sk_SK.po b/po/sk_SK.po index 8940cf5..6b80dc7 100644 --- a/po/sk_SK.po +++ b/po/sk_SK.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Slovak \n" @@ -21,11 +21,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -65,30 +65,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -211,36 +211,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/sl_SI.po b/po/sl_SI.po index 85a9fda..3749e1f 100644 --- a/po/sl_SI.po +++ b/po/sl_SI.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Slovenian \n" @@ -22,11 +22,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -66,30 +66,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -212,36 +212,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/sv_SE.po b/po/sv_SE.po index e540633..4cda93f 100644 --- a/po/sv_SE.po +++ b/po/sv_SE.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Swedish \n" @@ -21,11 +21,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -65,30 +65,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -211,36 +211,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/th_TH.po b/po/th_TH.po index 9f9839e..a648895 100644 --- a/po/th_TH.po +++ b/po/th_TH.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Thai <(nothing)>\n" @@ -20,11 +20,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -64,30 +64,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -210,36 +210,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/tr_TR.po b/po/tr_TR.po index 3b2b88c..99c7f63 100644 --- a/po/tr_TR.po +++ b/po/tr_TR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Turkish \n" @@ -21,11 +21,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -65,30 +65,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -211,36 +211,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/vi_VN.po b/po/vi_VN.po index dc2f4ff..6a847c2 100644 --- a/po/vi_VN.po +++ b/po/vi_VN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Vietnamese \n" @@ -21,11 +21,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -65,30 +65,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -211,36 +211,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/zh_CN.po b/po/zh_CN.po index 6a82e38..cbb5541 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Chinese (simplified) \n" @@ -20,11 +20,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -64,30 +64,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -210,36 +210,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/po/zh_TW.po b/po/zh_TW.po index e21b747..7ea3389 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-27 13:23-0400\n" +"POT-Creation-Date: 2025-12-13 15:41-0400\n" "PO-Revision-Date: 2025-11-25 08:34-0400\n" "Last-Translator: Eric Turgeon \n" "Language-Team: Chinese (traditional) \n" @@ -20,11 +20,11 @@ msgstr "" msgid "The initial root password will be set to the admin user password." msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:99 +#: setup_station/add_admin.py:214 setup_station/common.py:119 msgid "Password not allowed" msgstr "" -#: setup_station/add_admin.py:214 setup_station/common.py:101 +#: setup_station/add_admin.py:214 setup_station/common.py:121 msgid "Space not allowed" msgstr "" @@ -64,30 +64,30 @@ msgstr "" msgid "Hostname" msgstr "" -#: setup_station/common.py:118 +#: setup_station/common.py:138 msgid "Very Weak" msgstr "" -#: setup_station/common.py:119 setup_station/common.py:122 +#: setup_station/common.py:139 setup_station/common.py:142 msgid "Fairly Weak" msgstr "" -#: setup_station/common.py:120 setup_station/common.py:123 -#: setup_station/common.py:126 +#: setup_station/common.py:140 setup_station/common.py:143 +#: setup_station/common.py:146 msgid "Weak" msgstr "" -#: setup_station/common.py:121 setup_station/common.py:124 -#: setup_station/common.py:127 setup_station/common.py:130 +#: setup_station/common.py:141 setup_station/common.py:144 +#: setup_station/common.py:147 setup_station/common.py:150 msgid "Strong" msgstr "" -#: setup_station/common.py:125 setup_station/common.py:128 -#: setup_station/common.py:131 +#: setup_station/common.py:145 setup_station/common.py:148 +#: setup_station/common.py:151 msgid "Fairly Strong" msgstr "" -#: setup_station/common.py:129 setup_station/common.py:132 +#: setup_station/common.py:149 setup_station/common.py:152 msgid "Very Strong" msgstr "" @@ -210,36 +210,52 @@ msgstr "" msgid "Show password" msgstr "" -#: setup_station/setup_system.py:39 +#: setup_station/setup_system.py:47 msgid "Setting system language" msgstr "" -#: setup_station/setup_system.py:43 +#: setup_station/setup_system.py:52 msgid "Setting keyboard layout" msgstr "" -#: setup_station/setup_system.py:47 +#: setup_station/setup_system.py:57 msgid "Setting timezone" msgstr "" -#: setup_station/setup_system.py:51 +#: setup_station/setup_system.py:62 msgid "Creating admin user" msgstr "" -#: setup_station/setup_system.py:55 +#: setup_station/setup_system.py:67 +msgid "Enabling display manager" +msgstr "" + +#: setup_station/setup_system.py:72 +msgid "Removing system setup autologin" +msgstr "" + +#: setup_station/setup_system.py:77 msgid "Setup complete!" msgstr "" -#: setup_station/setup_system.py:64 +#: setup_station/setup_system.py:83 +msgid "Configuration complete." +msgstr "" + +#: setup_station/setup_system.py:85 +msgid "Starting the login screen..." +msgstr "" + +#: setup_station/setup_system.py:104 msgid "Getting everything ready" msgstr "" -#: setup_station/setup_system.py:76 -msgid "This should not take too long." +#: setup_station/setup_system.py:116 +msgid "Setting up your system." msgstr "" -#: setup_station/setup_system.py:78 -msgid "Don't turn your system off." +#: setup_station/setup_system.py:118 +msgid "Please do not turn off your computer." msgstr "" #: setup_station/timezone.py:57 diff --git a/setup_station/setup_system.py b/setup_station/setup_system.py index af5fedf..5ef6e44 100644 --- a/setup_station/setup_system.py +++ b/setup_station/setup_system.py @@ -16,15 +16,16 @@ ) -def update_progress(progress_bar: Gtk.ProgressBar, text: str) -> None: +def update_progress(progress_bar: Gtk.ProgressBar, fraction: float, text: str) -> None: """ - This function is used to update the progress bar. + Update the progress bar with a specific fraction and text. + :param progress_bar: The progress bar to update. + :param fraction: Progress fraction (0.0 to 1.0) :param text: The text to display. """ - new_val = progress_bar.get_fraction() + 0.000003 - progress_bar.set_fraction(new_val) - progress_bar.set_text(text[0:80]) + progress_bar.set_fraction(fraction) + progress_bar.set_text(text) def setup_system(progress_bar: Gtk.ProgressBar) -> None: @@ -36,28 +37,66 @@ def setup_system(progress_bar: Gtk.ProgressBar) -> None: from setup_station.keyboard import Keyboard from setup_station.timezone import TimeZone from setup_station.add_admin import AddAdminUser - - GLib.idle_add(update_progress, progress_bar, get_text("Setting system language")) + from setup_station.system_calls import ( + enable_lightdm, + remove_ghostbsd_autologin, + start_lightdm + ) + + # Step 0/6: Setting system language + GLib.idle_add(update_progress, progress_bar, 0/6, get_text("Setting system language")) Language.save_language() sleep(1) - GLib.idle_add(update_progress, progress_bar, get_text("Setting keyboard layout")) + # Step 1/6: Setting keyboard layout + GLib.idle_add(update_progress, progress_bar, 1/6, get_text("Setting keyboard layout")) Keyboard.save_keyboard() sleep(1) - GLib.idle_add(update_progress, progress_bar, get_text("Setting timezone")) + # Step 2/6: Setting timezone + GLib.idle_add(update_progress, progress_bar, 2/6, get_text("Setting timezone")) TimeZone.apply_timezone() sleep(1) - GLib.idle_add(update_progress, progress_bar, get_text("Creating admin user")) + # Step 3/6: Creating admin user + GLib.idle_add(update_progress, progress_bar, 3/6, get_text("Creating admin user")) AddAdminUser.save_admin_user() sleep(1) - GLib.idle_add(update_progress, progress_bar, get_text("Setup complete!")) + # Step 4/6: Enabling display manager + GLib.idle_add(update_progress, progress_bar, 4/6, get_text("Enabling display manager")) + enable_lightdm() + sleep(1) + + # Step 5/6: Removing system setup autologin + GLib.idle_add(update_progress, progress_bar, 5/6, get_text("Removing system setup autologin")) + remove_ghostbsd_autologin() + sleep(1) + + # Step 6/6: Setup complete + GLib.idle_add(update_progress, progress_bar, 1, get_text("Setup complete!")) sleep(1) + # Update label text before starting lightdm + def update_label(): + SetupWindow.slide_text.set_markup( + get_text("Configuration complete.") + + "\n\n" + + get_text("Starting the login screen...") + ) + + GLib.idle_add(update_label) + sleep(2) + + # Start lightdm and exit + start_lightdm() + + import sys + sys.exit(0) + class SetupWindow: + slide_text: Gtk.Label | None = None def __init__(self) -> None: self.vBox = Gtk.Box(orientation=Gtk.Orientation.VERTICAL, homogeneous=False, spacing=0) @@ -71,21 +110,22 @@ def __init__(self) -> None: self.vBox.pack_end(h_box, True, True, 0) v_box2 = Gtk.Box(orientation=Gtk.Orientation.VERTICAL, homogeneous=False, spacing=0) v_box2.show() - label2 = Gtk.Label(name="sideText") + SetupWindow.slide_text = Gtk.Label(name="sideText") - label2.set_markup( - get_text("This should not take too long.") + + SetupWindow.slide_text.set_markup( + get_text("Setting up your system.") + "\n\n" + - get_text("Don't turn your system off.") + get_text("Please do not turn off your computer.") ) - label2.set_justify(Gtk.Justification.LEFT) - label2.set_line_wrap(True) - # label2.set_max_width_chars(10) - label2.set_alignment(0.5, 0.4) + SetupWindow.slide_text.set_justify(Gtk.Justification.LEFT) + SetupWindow.slide_text.set_line_wrap(True) + # SetupWindow.slide_text.set_max_width_chars(10) + SetupWindow.slide_text.set_alignment(0.5, 0.4) + SetupWindow.slide_text.show() h_box2 = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, homogeneous=False, spacing=0, name="TransBox") h_box2.show() h_box.pack_start(h_box2, True, True, 0) - h_box2.pack_start(label2, True, True, 0) + h_box2.pack_start(SetupWindow.slide_text, True, True, 0) image = Gtk.Image() image.set_from_file(gif_logo) diff --git a/setup_station/system_calls.py b/setup_station/system_calls.py index 4087784..ce314d4 100644 --- a/setup_station/system_calls.py +++ b/setup_station/system_calls.py @@ -1,6 +1,6 @@ import re import os -from subprocess import run +from subprocess import run, Popen from setup_station.data import pc_sysinstall @@ -435,3 +435,59 @@ def set_admin_user(username: str, name: str, password: str, shell: str, homedir: # Set hostname run(['sysrc', f'hostname={hostname}'], check=True) run(['hostname', hostname], check=True) + + +def enable_lightdm() -> None: + """ + Enable lightdm display manager in rc.conf. + + This replaces lightdm_enable="NO" with lightdm_enable="YES" in /etc/rc.conf + to ensure the display manager starts on boot. + + Raises: + RuntimeError: If sysrc command fails + """ + try: + run(['sysrc', 'lightdm_enable=YES'], check=True) + except Exception as e: + raise RuntimeError(f"Failed to enable lightdm: {e}") from e + + +def start_lightdm() -> None: + """ + Start the lightdm display manager service without waiting. + + This starts lightdm immediately using Popen, allowing the setup to exit + without blocking. Output goes to terminal for debugging. + + Raises: + OSError: If service executable cannot be found + """ + Popen(['service', 'lightdm', 'start']) + + +def remove_ghostbsd_autologin() -> None: + """ + Remove GhostBSD live user autologin configuration. + + This function: + 1. Removes ghostbsd user references from /etc/gettytab + 2. Replaces ghostbsd with Pc (standard getty) in /etc/ttys for ttyv0 + + These changes disable the live system's autologin feature and restore + normal terminal login behavior. + + Raises: + IOError: If file operations fail + RuntimeError: If sed command fails + """ + try: + # Remove ghostbsd entries from /etc/gettytab + run(['sed', '-i', '', '/ghostbsd/d', '/etc/gettytab'], check=True) + + # Replace ghostbsd with Pc in /etc/ttys for ttyv0 + run(['sed', '-i', '', '/ttyv0/s/ghostbsd/Pc/g', '/etc/ttys'], check=True) + except Exception as e: + raise RuntimeError(f"Failed to remove ghostbsd autologin configuration: {e}") from e + +