diff --git a/lang/calamares_en.ts b/lang/calamares_en.ts index c2d36fd7d..459d8904a 100644 --- a/lang/calamares_en.ts +++ b/lang/calamares_en.ts @@ -965,31 +965,31 @@ The installer will quit and all changes will be lost. - - Keyboard model has been set to %1<br/>. + + Keyboard model has been set to %1. @label, %1 is keyboard model, as in Apple Magic Keyboard - + Keyboard layout has been set to %1/%2. @label, %1 is layout, %2 is layout variant - - Set timezone to %1/%2 + + Set timezone to %1. @action - + The system language will be set to %1. @info - + The numbers and dates locale will be set to %1. @info @@ -2281,7 +2281,7 @@ The installer will quit and all changes will be lost. LocaleTests - + Quit @@ -3246,174 +3246,179 @@ The installer will quit and all changes will be lost. - + Install %1 <strong>alongside</strong> another operating system @label - + <strong>Erase</strong> disk and install %1 @label - + <strong>Replace</strong> a partition with %1 @label - + <strong>Manual</strong> partitioning @label - + Install %1 <strong>alongside</strong> another operating system on disk <strong>%2</strong> (%3) @info - + <strong>Erase</strong> disk <strong>%2</strong> (%3) and install %1 @info - + <strong>Replace</strong> a partition on disk <strong>%2</strong> (%3) with %1 @info - + <strong>Manual</strong> partitioning on disk <strong>%1</strong> (%2) @info - + Disk <strong>%1</strong> (%2) @info - + + Create a swap file. + + + + Unsafe partition actions are enabled. - + Partitioning is configured to <b>always</b> fail. - + No partitions will be changed. - + Current: @label - + After: @label - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + An EFI system partition is necessary to start %1.<br/><br/>The EFI system partition does not meet recommendations. It is recommended to go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must have flag <strong>%1</strong> set. - - + + The filesystem must be at least %1 MiB in size. - + The minimum recommended size for the filesystem is %1 MiB. - + You can continue without setting up an EFI system partition but your system may fail to start. - + You can continue with this EFI system partition configuration but your system may fail to start. - + No EFI system partition configured - + EFI system partition configured incorrectly - + EFI system partition recommendation - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. diff --git a/lang/python.pot b/lang/python.pot index f879efa78..0ab985925 100644 --- a/lang/python.pot +++ b/lang/python.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-03 22:44+0200\n" +"POT-Creation-Date: 2024-09-06 14:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -230,24 +230,24 @@ msgid_plural "Removing %(num)d packages." msgstr[0] "" msgstr[1] "" -#: src/modules/packages/main.py:769 src/modules/packages/main.py:781 -#: src/modules/packages/main.py:809 +#: src/modules/packages/main.py:775 src/modules/packages/main.py:787 +#: src/modules/packages/main.py:815 msgid "Package Manager error" msgstr "" -#: src/modules/packages/main.py:770 +#: src/modules/packages/main.py:776 msgid "" "The package manager could not prepare updates. The command
{!s}
" "returned error code {!s}." msgstr "" -#: src/modules/packages/main.py:782 +#: src/modules/packages/main.py:788 msgid "" "The package manager could not update the system. The command
{!s}
" "returned error code {!s}." msgstr "" -#: src/modules/packages/main.py:810 +#: src/modules/packages/main.py:816 msgid "" "The package manager could not make changes to the installed system. The " "command
{!s}
returned error code {!s}."