Update Polish translation, fix typo (#4579)
* Update Polish translation * Fix typo
This commit is contained in:
parent
0f16801448
commit
c67ed4b668
|
|
@ -40,7 +40,7 @@ class ProfileConfiguration(SubConfig):
|
|||
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))
|
||||
|
|
|
|||
|
|
@ -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 ""
|
||||
|
||||
|
|
@ -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 ""
|
||||
|
||||
|
|
@ -987,7 +989,7 @@ msgid "Color enabled"
|
|||
msgstr ""
|
||||
|
||||
#, python-brace-format
|
||||
msgid "{} grphics driver"
|
||||
msgid "{} graphics driver"
|
||||
msgstr ""
|
||||
|
||||
#, python-brace-format
|
||||
|
|
@ -1053,15 +1055,15 @@ msgstr ""
|
|||
msgid "No wifi interface found"
|
||||
msgstr ""
|
||||
|
||||
msgid "No wifi networks found"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select wifi network to connect to"
|
||||
msgstr ""
|
||||
|
||||
msgid "Scanning wifi networks..."
|
||||
msgstr ""
|
||||
|
||||
msgid "No wifi networks found"
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed setting up wifi"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -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 not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue