diff --git a/lang/calamares_en.ts b/lang/calamares_en.ts index ab6a54e83..4628e57c6 100644 --- a/lang/calamares_en.ts +++ b/lang/calamares_en.ts @@ -684,9 +684,9 @@ The installer will quit and all changes will be lost. - - - + + + Current: @label @@ -704,138 +704,138 @@ The installer will quit and all changes will be lost. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. @info, %1 is partition name, %4 is product name - + <strong>Select a partition to install on</strong> @label - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. @info, %1 is product name - + The EFI system partition at %1 will be used for starting %2. @info, %1 is partition path, %2 is product name - + EFI system partition: @label - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. @info - + This storage device is a part of an <strong>inactive RAID</strong> device. @info - + No swap @label - + Reuse swap @label - + Swap (no Hibernate) @label - + Swap (with Hibernate) @label - + Swap to file @label - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - + Bootloader location: @label @@ -965,13 +965,13 @@ The installer will quit and all changes will be lost. - + 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 @@ -1066,52 +1066,52 @@ The installer will quit and all changes will be lost. - + Your username is too long. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + '%1' is not allowed as username. - + Your hostname is too short. - + Your hostname is too long. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! - + OK! @@ -1164,7 +1164,7 @@ The installer will quit and all changes will be lost. ContextualProcessJob - + Performing contextual processes' job… @status @@ -1384,25 +1384,25 @@ The installer will quit and all changes will be lost. - + Creating user %1… @status - + Preserving home directory… @status - + Configuring user %1 @status - + Setting file permissions… @status @@ -1680,6 +1680,35 @@ The installer will quit and all changes will be lost. + + FSArchiverRunner + + + Missing tools + + + + + The <i>%1</i> tool is not installed on the system. + + + + + + Invalid fsarchiver configuration + + + + + The source archive <i>%1</i> does not exist. + + + + + No destination could be found for <i>%1</i>. + + + FillGlobalStorageJob @@ -3567,25 +3596,25 @@ Output: - + unknown @partition info - + extended @partition info - + unformatted @partition info - + swap @partition info @@ -4192,6 +4221,40 @@ Output: + + TarballRunner + + + + Invalid tarball configuration + + + + + The source archive <i>%1</i> does not exist. + + + + + Missing tools + + + + + The <i>%1</i> tool is not installed on the system. + + + + + No destination could be found for <i>%1</i>. + + + + + Tarball extract file %1 + + + TrackingInstallJob @@ -4332,16 +4395,58 @@ Output: - + No target system available. - + No rootMountPoint is set. + + UnpackFSCJob + + + Unpack filesystems + + + + + UnsquashRunner + + + + Invalid unsquash configuration + + + + + The source archive <i>%1</i> does not exist. + + + + + Missing tools + + + + + The <i>%1</i> tool is not installed on the system. + + + + + No destination could be found for <i>%1</i>. + + + + + Unsquash file %1 + + + UsersPage diff --git a/lang/python.pot b/lang/python.pot index 0ab985925..b8711d4af 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-09-06 14:34+0200\n" +"POT-Creation-Date: 2024-11-29 13:55+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -329,63 +329,63 @@ msgstr "" msgid "Filling up filesystems." msgstr "" -#: src/modules/unpackfs/main.py:254 +#: src/modules/unpackfs/main.py:255 msgid "rsync failed with error code {}." msgstr "" -#: src/modules/unpackfs/main.py:299 +#: src/modules/unpackfs/main.py:300 msgid "Unpacking image {}/{}, file {}/{}" msgstr "" -#: src/modules/unpackfs/main.py:314 +#: src/modules/unpackfs/main.py:315 msgid "Starting to unpack {}" msgstr "" -#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:467 +#: src/modules/unpackfs/main.py:324 src/modules/unpackfs/main.py:480 msgid "Failed to unpack image \"{}\"" msgstr "" -#: src/modules/unpackfs/main.py:430 +#: src/modules/unpackfs/main.py:443 msgid "No mount point for root partition" msgstr "" -#: src/modules/unpackfs/main.py:431 +#: src/modules/unpackfs/main.py:444 msgid "globalstorage does not contain a \"rootMountPoint\" key." msgstr "" -#: src/modules/unpackfs/main.py:434 +#: src/modules/unpackfs/main.py:447 msgid "Bad mount point for root partition" msgstr "" -#: src/modules/unpackfs/main.py:435 +#: src/modules/unpackfs/main.py:448 msgid "rootMountPoint is \"{}\", which does not exist." msgstr "" -#: src/modules/unpackfs/main.py:439 src/modules/unpackfs/main.py:455 -#: src/modules/unpackfs/main.py:459 src/modules/unpackfs/main.py:465 -#: src/modules/unpackfs/main.py:480 +#: src/modules/unpackfs/main.py:452 src/modules/unpackfs/main.py:468 +#: src/modules/unpackfs/main.py:472 src/modules/unpackfs/main.py:478 +#: src/modules/unpackfs/main.py:515 msgid "Bad unpackfs configuration" msgstr "" -#: src/modules/unpackfs/main.py:440 +#: src/modules/unpackfs/main.py:453 msgid "There is no configuration information." msgstr "" -#: src/modules/unpackfs/main.py:456 +#: src/modules/unpackfs/main.py:469 msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel" msgstr "" -#: src/modules/unpackfs/main.py:460 +#: src/modules/unpackfs/main.py:473 msgid "The source filesystem \"{}\" does not exist" msgstr "" -#: src/modules/unpackfs/main.py:466 +#: src/modules/unpackfs/main.py:479 msgid "" "Failed to find unsquashfs, make sure you have the squashfs-tools package " "installed." msgstr "" -#: src/modules/unpackfs/main.py:481 +#: src/modules/unpackfs/main.py:516 msgid "The destination \"{}\" in the target system is not a directory" msgstr ""