Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion archinstall/lib/models/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def summary(self) -> list[str] | None:
out.append(self.profile.name)

if self.gfx_driver:
out.append(tr('{} grphics driver').format(self.gfx_driver.value))
out.append(tr('{} graphics driver').format(self.gfx_driver.value))

if self.greeter:
out.append(tr('{} greeter').format(self.greeter.value))
Expand Down
40 changes: 14 additions & 26 deletions archinstall/locales/base.pot
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,6 @@ msgstr ""
msgid "Configuration preview"
msgstr ""

msgid ""
"Warning: no network configuration selected. Network will need to be set up "
"manually on the installed system."
msgstr ""

msgid "No configuration"
msgstr ""

Expand Down Expand Up @@ -642,16 +637,23 @@ msgstr ""
msgid "Kernel"
msgstr ""

msgid "Missing configurations:\n"
msgid ""
"No network configuration selected. Network will need to be set up manually "
"on the installed system."
msgstr ""

#, python-brace-format
msgid "Invalid configuration: {}"
msgid "Missing configurations:"
msgstr ""

msgid "Invalid configuration:"
msgstr ""

msgid "Ready to install"
msgstr ""

msgid "Warnings:"
msgstr ""

msgid "Profiles"
msgstr ""

Expand Down Expand Up @@ -987,7 +989,7 @@ msgid "Color enabled"
msgstr ""

#, python-brace-format
msgid "{} grphics driver"
msgid "{} graphics driver"
msgstr ""

#, python-brace-format
Expand Down Expand Up @@ -1053,13 +1055,13 @@ msgstr ""
msgid "No wifi interface found"
msgstr ""

msgid "Select wifi network to connect to"
msgid "No wifi networks found"
msgstr ""

msgid "Scanning wifi networks..."
msgid "Select wifi network to connect to"
msgstr ""

msgid "No wifi networks found"
msgid "Scanning wifi networks..."
msgstr ""

msgid "Failed setting up wifi"
Expand Down Expand Up @@ -1208,17 +1210,3 @@ msgstr ""

msgid " (default)"
msgstr ""

msgid "Invalid configuration:"
msgstr ""

msgid "Missing configurations:"
msgstr ""

msgid "Warnings:"
msgstr ""

msgid ""
"No network configuration selected. Network will need to be set up manually "
"on the installed system."
msgstr ""
Binary file modified archinstall/locales/pl/LC_MESSAGES/base.mo
Binary file not shown.
Loading