Merge branch 'calamares' into work-3.3

This commit is contained in:
Adriaan de Groot 2021-11-09 15:31:10 +01:00
commit bd4bed1438
199 changed files with 21044 additions and 17767 deletions

View File

@ -7,9 +7,109 @@ contributors are listed. Note that Calamares does not have a historical
changelog -- this log starts with version 3.2.0. The release notes on the changelog -- this log starts with version 3.2.0. The release notes on the
website will have to do for older versions. website will have to do for older versions.
# 3.2.43 (unreleased) # # 3.2.46 (2021-11-09) #
This release contains contributions from (alphabetically by first name): This release contains contributions from (alphabetically by first name):
- Philip Müller
## Core ##
- A new core class `Runner` is now responsible for running commands
either in the host or in the target system. This is invisible for
end-users, but **does** expand the API available to consumers inside
Calamares modules. In particular, Python modules can now easily read
and respond to command output. #1740
## Modules ##
- *fstab* writes a slightly different message in `/etc/crypttab`
about the root filesystem. Since Calamares itself ignores the
(previous wording of) message, it was confusing. #1811
- *packages* module has some support for reporting progress while
the packages are installed. This depends on the package-manager itself
reporting useful progress information **and** the *packages* module having
support-code to interpret that progress. A proof-of-concept for `pacman`
has been implemented. #1582
- *partition* has a number of edge-cases for LVM and LUKS resolved. #1564 #1817
- *partition* module once again always offers `/boot` as a mount-point, even
when EFI would want `/boot/efi`. (Thanks Phil)
- *summary* had a regression and showed some descriptive texts twice.
# 3.2.45 (2021-10-31) #
This release contains contributions from (alphabetically by first name):
- Evan James (new contributor, welcome!)
## Core ##
- New internal convenience functions from Evan
## Modules ##
- *packagechooser* now displays screenshots nicely-scaled
rather than jagged. (#1807)
- *partition* module removes ZFS partitions directly. At install-time,
we think that the partitions should be handled separately from a
zpool that potentially includes those partitions. (Thanks Evan)
- *services-systemd* supports timers, e.g. for weekly trim on SSDs.
(Thanks Evan)
# 3.2.44.3 (2021-10-04) #
This is not a hotfix release, but a tiny-tiny incremental improvement
that fixes one hugely annoying -- user-facing message presenting
bytes as mebibytes -- bug in the partition module.
## Modules ##
- The *partition* module now consistently uses the configured EFI
partition size (defaults to 300MiB).
- Internal changes in the *summary* module to increase consistency
between *summary* and *summaryq*.
# 3.2.44.2 (2021-09-27) #
This release contains contributions from (alphabetically by first name):
- Corey Lang (new contributor, welcome!)
This is a hotfix for a typo -- not a syntax error -- that affects the
*networkcfg* module. Reported and fixed by Corey.
# 3.2.44.1 (2021-09-24) #
This release contains contributions from (alphabetically by first name):
- Anke Boersma
This is a hotfix for a typo -- not a syntax error -- that affects the
*initcpiocfg* module. Reported and fixed by Anke.
# 3.2.44 (2021-09-24) #
This release contains contributions from (alphabetically by first name):
- Anke Boersma
- Shrinivas Vishnu Kumbhar (new contributor, welcome!)
- whorfin (new contributor, welcome!)
## Core ##
- "Log spam" has been reduced a little in the partitioning module.
## Modules ##
- *initcpiocfg* has had a number of internal code-fixes, and now adds
the `consolefont` hook by default as well. (Thanks Shrinivas)
- Both *locale* and *keyboard* have received some tweaks for configurations
in India; unless the user selects otherwise, English is preferred.
- The *luksbootkeyfile* module was reported to be too quick to declare
a timeout when applying the keyfile. The timeout has been increased
to one minute. (Thanks whorfin)
- *networkcfg* tries harder to find the live-user login for re-working
networking settings. This fixes a regression on FerenOS, where the
installer was crashing because it could not find the live-user login.
# 3.2.43 (2021-09-17) #
This release contains contributions from (alphabetically by first name):
- Anke Boersma
- Joe Kamprad - Joe Kamprad
## Core ## ## Core ##
@ -17,9 +117,14 @@ This release contains contributions from (alphabetically by first name):
*Yes*, *No* and *Cancel* buttons that were previously untranslated *Yes*, *No* and *Cancel* buttons that were previously untranslated
or "stuck" in the language that Calamares started in, are now or "stuck" in the language that Calamares started in, are now
changed to the current language as selected in the welcome page. changed to the current language as selected in the welcome page.
- Documentation improvements from Joe Kamprad. A *sizeLimit* of zero
(which is the default if nothing is set in the branding configuration)
disables log uploads.
## Modules ## ## Modules ##
- No module changes yet - The *keyboardq* module (QML-based UI for keyboard-layout-selection)
now features an interactive keyboard preview and has the
layout adjusted. (Thanks Anke)
# 3.2.42 (2021-09-06) # # 3.2.42 (2021-09-06) #

View File

@ -171,7 +171,9 @@ Icon[ru]=calamares
GenericName[ru]=Установщик системы GenericName[ru]=Установщик системы
Comment[ru]=Calamares - Установщик системы Comment[ru]=Calamares - Установщик системы
Name[si]= Name[si]=
Icon[si]=
GenericName[si]= GenericName[si]=
Comment[si]=Calamares -
Name[sk]=Inštalovať systém Name[sk]=Inštalovať systém
Icon[sk]=calamares Icon[sk]=calamares
GenericName[sk]=Inštalátor systému GenericName[sk]=Inštalátor systému

View File

@ -79,8 +79,8 @@ KEY_ID="CFDDC96F12B1915C"
# Try to make gpg cache the signing key, so we can leave the process # Try to make gpg cache the signing key, so we can leave the process
# to run and sign. # to run and sign.
rm -f CHANGES.gpg rm -f CMakeLists.txt.gpg
gpg -s -u $KEY_ID CHANGES gpg -s -u $KEY_ID CMakeLists.txt
### Build with default compiler ### Build with default compiler
# #

View File

@ -691,17 +691,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -961,17 +986,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>الخلاصة</translation> <translation>الخلاصة</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>هذه نظرة عامّة عمّا سيحصل ما إن تبدأ عمليّة التّثبيت.</translation> <translation>هذه نظرة عامّة عمّا سيحصل ما إن تبدأ عمليّة التّثبيت.</translation>
</message> </message>
@ -1254,22 +1279,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>احذف القسم %1</translation> <translation>احذف القسم %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>احذف القسم &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>احذف القسم &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>يحذف القسم %1 .</translation> <translation>يحذف القسم %1 .</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>فشل المثبّت في حذف القسم %1.</translation> <translation>فشل المثبّت في حذف القسم %1.</translation>
</message> </message>
@ -2482,17 +2507,17 @@ The installer will quit and all changes will be lost.</source>
<translation>نموذج</translation> <translation>نموذج</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2861,47 +2886,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3088,12 +3113,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -683,17 +683,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>%1 ি </translation> <translation>%1 ি </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>%1 ি ি </translation> <translation>%1 ি ি </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>%1 '</translation> <translation>%1 '</translation>
</message> </message>
@ -953,17 +978,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation> ি 'লে কি হ' </translation> <translation> ি 'লে কি হ' </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation> ি 'লে কি হ' </translation> <translation> ি 'লে কি হ' </translation>
</message> </message>
@ -1246,22 +1271,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>%1 ি ি </translation> <translation>%1 ি ি </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>&lt;strong&gt;%1&lt;/strong&gt; ি িি </translation> <translation>&lt;strong&gt;%1&lt;/strong&gt; ি িি </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>%1 ি ি </translation> <translation>%1 ি ি </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation> %1 ি ি ি '</translation> <translation> %1 ি ি ি '</translation>
</message> </message>
@ -2440,17 +2465,17 @@ The installer will quit and all changes will be lost.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation> </translation> <translation> </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>TextLabel</translation> <translation>TextLabel</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation> ি</translation> <translation> ি</translation>
</message> </message>
@ -2819,47 +2844,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>GPTৰ BIOSত ি</translation> <translation>GPTৰ BIOSত ি</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation> GPT ি ি | BIOS |&lt;br/&gt;&lt;br/&gt; GPT ি ি ি ( ি ) ি GPTল ি , 8 MBৰ িি | &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</translation> <translation> GPT ি ি | BIOS |&lt;br/&gt;&lt;br/&gt; GPT ি ি ি ( ি ) ি GPTল ি , 8 MBৰ িি | &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation> ি ি </translation> <translation> ি ি </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>ি ি ি ি, ি ি ি &lt;br/&gt;&lt;br/&gt; ি ি ি ি &lt;br/&gt;ি িি ি ি ি ি ি &lt;br/&gt; ি ি ি ি ি windowত &lt;strong&gt;Encrypt&lt;/strong&gt; ি ি </translation> <translation>ি ি ি ি, ি ি ি &lt;br/&gt;&lt;br/&gt; ি ি ি ি &lt;br/&gt;ি িি ি ি ি ি ি &lt;br/&gt; ি ি ি ি ি windowত &lt;strong&gt;Encrypt&lt;/strong&gt; ি ি </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>ি ি </translation> <translation>ি ি </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation> ি ি </translation> <translation> ি ি </translation>
</message> </message>
@ -3049,12 +3074,12 @@ Output:
<translation>&lt;pre&gt;%1&lt;/pre&gt; '</translation> <translation>&lt;pre&gt;%1&lt;/pre&gt; '</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation> </translation> <translation> </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation> িি ি </translation> <translation> িি ি </translation>
</message> </message>

View File

@ -683,17 +683,42 @@ L'instalador va colar y van perdese tolos cambeos.</translation>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Llimpieza de los montaxes pa les operaciones de particionáu en %1.</translation> <translation>Llimpieza de los montaxes pa les operaciones de particionáu en %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Llimpiando los montaxes pa les operaciones de particionáu en %1.</translation> <translation>Llimpiando los montaxes pa les operaciones de particionáu en %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Llimpiáronse tolos montaxes de %1</translation> <translation>Llimpiáronse tolos montaxes de %1</translation>
</message> </message>
@ -953,17 +978,17 @@ L'instalador va colar y van perdese tolos cambeos.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Sumariu</translation> <translation>Sumariu</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Esto ye una previsualización de lo que va asoceder nel momentu qu'anicies el procesu de configuración.</translation> <translation>Esto ye una previsualización de lo que va asoceder nel momentu qu'anicies el procesu de configuración.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Esto ye una previsualización de lo que va asoceder nel momentu qu'anicies el procesu d'instalación.</translation> <translation>Esto ye una previsualización de lo que va asoceder nel momentu qu'anicies el procesu d'instalación.</translation>
</message> </message>
@ -1246,22 +1271,22 @@ L'instalador va colar y van perdese tolos cambeos.</translation>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Desaniciu de la partición %1.</translation> <translation>Desaniciu de la partición %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Va desaniciase la partición &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Va desaniciase la partición &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Desaniciando la partición %1.</translation> <translation>Desaniciando la partición %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>L'instalador falló al desaniciar la partición %1.</translation> <translation>L'instalador falló al desaniciar la partición %1.</translation>
</message> </message>
@ -2438,17 +2463,17 @@ L'instalador va colar y van perdese tolos cambeos.</translation>
<translation>Formulariu</translation> <translation>Formulariu</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>Etiqueta de testu</translation> <translation>Etiqueta de testu</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2817,47 +2842,47 @@ L'instalador va colar y van perdese tolos cambeos.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>La partición d'arrinque nun ta cifrada</translation> <translation>La partición d'arrinque nun ta cifrada</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Configuróse una partición d'arrinque xunto con una partición raigañu cifrada pero la partición d'arrinque nun ta cifrada.&lt;br/&gt;&lt;br/&gt;Hai problemes de seguranza con esta triba de configuración porque los ficheros importantes del sistema caltiénense nuna partición ensin cifrar.&lt;br/&gt;Podríes siguir si quixeres pero'l desbloquéu del sistema de ficheros va asoceder más sero nel aniciu del sistema.&lt;br/&gt;Pa cifrar la partición raigañu, volvi p'atrás y recreala esbillando &lt;strong&gt;Cifrar&lt;/strong&gt; na ventana de creación de particiones.</translation> <translation>Configuróse una partición d'arrinque xunto con una partición raigañu cifrada pero la partición d'arrinque nun ta cifrada.&lt;br/&gt;&lt;br/&gt;Hai problemes de seguranza con esta triba de configuración porque los ficheros importantes del sistema caltiénense nuna partición ensin cifrar.&lt;br/&gt;Podríes siguir si quixeres pero'l desbloquéu del sistema de ficheros va asoceder más sero nel aniciu del sistema.&lt;br/&gt;Pa cifrar la partición raigañu, volvi p'atrás y recreala esbillando &lt;strong&gt;Cifrar&lt;/strong&gt; na ventana de creación de particiones.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>tien polo menos un preséu disponible d'almacenamientu</translation> <translation>tien polo menos un preséu disponible d'almacenamientu</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>Nun hai particiones nes qu'instalar.</translation> <translation>Nun hai particiones nes qu'instalar.</translation>
</message> </message>
@ -3047,12 +3072,12 @@ Salida:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -687,17 +687,42 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.</transl
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>%1- bölmə əməliyyatı üçün qoşulma nöqtələrini silmək</translation> <translation>%1- bölmə əməliyyatı üçün qoşulma nöqtələrini silmək</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>%1- bölmə əməliyyatı üçün qoşulma nöqtələrini silinir.</translation> <translation>%1- bölmə əməliyyatı üçün qoşulma nöqtələrini silinir.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>%1 üçün bütün qoşulma nöqtələri silindi</translation> <translation>%1 üçün bütün qoşulma nöqtələri silindi</translation>
</message> </message>
@ -957,17 +982,17 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.</transl
<translation>Heç biri</translation> <translation>Heç biri</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Nəticə</translation> <translation>Nəticə</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Bu quraşdırma proseduruna başladıqdan sonra nələrin baş verəcəyinə ümumi baxışdır.</translation> <translation>Bu quraşdırma proseduruna başladıqdan sonra nələrin baş verəcəyinə ümumi baxışdır.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Bu quraşdırma proseduruna başladıqdan sonra nələrin baş verəcəyinə ümumi baxışdır.</translation> <translation>Bu quraşdırma proseduruna başladıqdan sonra nələrin baş verəcəyinə ümumi baxışdır.</translation>
</message> </message>
@ -1250,22 +1275,22 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.</transl
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>%1 bölməsini silmək.</translation> <translation>%1 bölməsini silmək.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>&lt;strong&gt;%1&lt;/strong&gt; bölməsini silmək.</translation> <translation>&lt;strong&gt;%1&lt;/strong&gt; bölməsini silmək.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>%1 bölməsinin silinməsi.</translation> <translation>%1 bölməsinin silinməsi.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Quraşdırıcı %1 bölməsini silə bilmədi.</translation> <translation>Quraşdırıcı %1 bölməsini silə bilmədi.</translation>
</message> </message>
@ -2444,17 +2469,17 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.</transl
<translation>Format</translation> <translation>Format</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Məhsulun adı</translation> <translation>Məhsulun adı</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>Mətn nişanı</translation> <translation>Mətn nişanı</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>Məhsulun uzun təsviri</translation> <translation>Məhsulun uzun təsviri</translation>
</message> </message>
@ -2824,47 +2849,47 @@ Lütfən bir birinci disk bölümünü çıxarın və əvəzinə genişləndiril
<translation>Fayl sistemi FAT32 olmalıdır.</translation> <translation>Fayl sistemi FAT32 olmalıdır.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation>Fayl sisteminin ölçüsü ən az %1 MiB olmalıdır.</translation> <translation>Fayl sisteminin ölçüsü ən az %1 MiB olmalıdır.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation>Fayl sisteminə &lt;strong&gt;%1&lt;/strong&gt; bayrağı təyin olunmalıdır.</translation> <translation>Fayl sisteminə &lt;strong&gt;%1&lt;/strong&gt; bayrağı təyin olunmalıdır.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation>Siz, EFİ sistem bölməsini ayarlamadan davam edə bilərsiniz, lakin bu sisteminizin işə düşə bilməməsinə səbəb ola bilər.</translation> <translation>Siz, EFİ sistem bölməsini ayarlamadan davam edə bilərsiniz, lakin bu sisteminizin işə düşə bilməməsinə səbəb ola bilər.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>BIOS-da GPT istifadəsi seçimi</translation> <translation>BIOS-da GPT istifadəsi seçimi</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>GPT bölmə cədvəli bütün sistemlər üçün yaxşıdır. Bu quraşdırıcı BIOS sistemləri üçün belə bir quruluşu dəstəkləyir.&lt;br/&gt;&lt;br/&gt;BİOS-da GPT bölmələr cədvəlini ayarlamaq üçün (əgər bu edilməyibsə) geriyə qayıdın bölmələr cədvəlini GPT- qurun, sonra isə &lt;strong&gt;bios_grub&lt;/strong&gt; bayrağı seçilmiş 8 MB-lıq formatlanmamış bölmə yaradın.&lt;br/&gt;&lt;br/&gt;8 MB-lıq formatlanmamış bölmə GPT ilə BİOS sistemində %1 başlatmaq üçün lazımdır.</translation> <translation>GPT bölmə cədvəli bütün sistemlər üçün yaxşıdır. Bu quraşdırıcı BIOS sistemləri üçün belə bir quruluşu dəstəkləyir.&lt;br/&gt;&lt;br/&gt;BİOS-da GPT bölmələr cədvəlini ayarlamaq üçün (əgər bu edilməyibsə) geriyə qayıdın bölmələr cədvəlini GPT- qurun, sonra isə &lt;strong&gt;bios_grub&lt;/strong&gt; bayrağı seçilmiş 8 MB-lıq formatlanmamış bölmə yaradın.&lt;br/&gt;&lt;br/&gt;8 MB-lıq formatlanmamış bölmə GPT ilə BİOS sistemində %1 başlatmaq üçün lazımdır.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Ön yükləyici bölməsi çifrələnməyib</translation> <translation>Ön yükləyici bölməsi çifrələnməyib</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Şifrəli bir kök bölməsi ilə birlikdə ayrı bir ön yükləyici bölməsi qurulub, ancaq ön yükləyici bölməsi şifrələnməyib.&lt;br/&gt;&lt;br/&gt;Bu cür quraşdırma ilə bağlı təhlükəsizlik problemləri olur, çünki vacib sistem sənədləri şifrəsiz bölmədə saxlanılır.&lt;br/&gt;İstəyirsinizsə davam edə bilərsiniz, lakin, fayl sisteminin kilidi, sistem başladıldıqdan daha sonra ılacaqdır.&lt;br/&gt;Yükləmə hissəsini şifrələmək üçün geri qayıdın bölmə yaratma pəncərəsində &lt;strong&gt;Şifrələmə&lt;/strong&gt; menyusunu seçərək onu yenidən yaradın.</translation> <translation>Şifrəli bir kök bölməsi ilə birlikdə ayrı bir ön yükləyici bölməsi qurulub, ancaq ön yükləyici bölməsi şifrələnməyib.&lt;br/&gt;&lt;br/&gt;Bu cür quraşdırma ilə bağlı təhlükəsizlik problemləri olur, çünki vacib sistem sənədləri şifrəsiz bölmədə saxlanılır.&lt;br/&gt;İstəyirsinizsə davam edə bilərsiniz, lakin, fayl sisteminin kilidi, sistem başladıldıqdan daha sonra ılacaqdır.&lt;br/&gt;Yükləmə hissəsini şifrələmək üçün geri qayıdın bölmə yaratma pəncərəsində &lt;strong&gt;Şifrələmə&lt;/strong&gt; menyusunu seçərək onu yenidən yaradın.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>ən az bir disk qurğusu mövcuddur.</translation> <translation>ən az bir disk qurğusu mövcuddur.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>Quraşdırmaq üçün bölmə yoxdur.</translation> <translation>Quraşdırmaq üçün bölmə yoxdur.</translation>
</message> </message>
@ -3054,12 +3079,12 @@ Output:
<translation>Yeni təsadüfi&lt;pre&gt;%1&lt;/pre&gt; faylı yaradıla bilmir.</translation> <translation>Yeni təsadüfi&lt;pre&gt;%1&lt;/pre&gt; faylı yaradıla bilmir.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>Məhsul yoxdur</translation> <translation>Məhsul yoxdur</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>Təsviri verilməyib.</translation> <translation>Təsviri verilməyib.</translation>
</message> </message>

View File

@ -687,17 +687,42 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.</transl
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>%1- bölmə əməliyyatı üçün qoşulma nöqtələrini silmək</translation> <translation>%1- bölmə əməliyyatı üçün qoşulma nöqtələrini silmək</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>%1- bölmə əməliyyatı üçün qoşulma nöqtələrini silinir.</translation> <translation>%1- bölmə əməliyyatı üçün qoşulma nöqtələrini silinir.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>%1 üçün bütün qoşulma nöqtələri silindi</translation> <translation>%1 üçün bütün qoşulma nöqtələri silindi</translation>
</message> </message>
@ -957,17 +982,17 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.</transl
<translation>Heç biri</translation> <translation>Heç biri</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Nəticə</translation> <translation>Nəticə</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Bu quraşdırma proseduruna başladıqdan sonra nələrin baş verəcəyinə ümumi baxışdır.</translation> <translation>Bu quraşdırma proseduruna başladıqdan sonra nələrin baş verəcəyinə ümumi baxışdır.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Bu quraşdırma proseduruna başladıqdan sonra nələrin baş verəcəyinə ümumi baxışdır.</translation> <translation>Bu quraşdırma proseduruna başladıqdan sonra nələrin baş verəcəyinə ümumi baxışdır.</translation>
</message> </message>
@ -1250,22 +1275,22 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.</transl
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>%1 bölməsini silmək.</translation> <translation>%1 bölməsini silmək.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>&lt;strong&gt;%1&lt;/strong&gt; bölməsini silmək.</translation> <translation>&lt;strong&gt;%1&lt;/strong&gt; bölməsini silmək.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>%1 bölməsinin silinməsi.</translation> <translation>%1 bölməsinin silinməsi.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Quraşdırıcı %1 bölməsini silə bilmədi.</translation> <translation>Quraşdırıcı %1 bölməsini silə bilmədi.</translation>
</message> </message>
@ -2444,17 +2469,17 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.</transl
<translation>Format</translation> <translation>Format</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Məhsulun adı</translation> <translation>Məhsulun adı</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>Mətn nişanı</translation> <translation>Mətn nişanı</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>Məhsulun uzun təsviri</translation> <translation>Məhsulun uzun təsviri</translation>
</message> </message>
@ -2824,47 +2849,47 @@ Lütfən bir birinci disk bölümünü çıxarın və əvəzinə genişləndiril
<translation>Fayl sistemi FAT32 olmalıdır.</translation> <translation>Fayl sistemi FAT32 olmalıdır.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation>Fayl sisteminin ölçüsü ən az %1 MiB olmalıdır.</translation> <translation>Fayl sisteminin ölçüsü ən az %1 MiB olmalıdır.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation>Fayl sisteminə &lt;strong&gt;%1&lt;/strong&gt; bayrağı təyin olunmalıdır.</translation> <translation>Fayl sisteminə &lt;strong&gt;%1&lt;/strong&gt; bayrağı təyin olunmalıdır.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation>Siz, EFİ sistem bölməsini ayarlamadan davam edə bilərsiniz, lakin bu sisteminizin işə düşə bilməməsinə səbəb ola bilər.</translation> <translation>Siz, EFİ sistem bölməsini ayarlamadan davam edə bilərsiniz, lakin bu sisteminizin işə düşə bilməməsinə səbəb ola bilər.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>BIOS-da GPT istifadəsi seçimi</translation> <translation>BIOS-da GPT istifadəsi seçimi</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>GPT bölmə cədvəli bütün sistemlər üçün yaxşıdır. Bu quraşdırıcı BIOS sistemləri üçün belə bir quruluşu dəstəkləyir.&lt;br/&gt;&lt;br/&gt;BİOS-da GPT bölmələr cədvəlini ayarlamaq üçün (əgər bu edilməyibsə) geriyə qayıdın bölmələr cədvəlini GPT- qurun, sonra isə &lt;strong&gt;bios_grub&lt;/strong&gt; bayrağı seçilmiş 8 MB-lıq formatlanmamış bölmə yaradın.&lt;br/&gt;&lt;br/&gt;8 MB-lıq formatlanmamış bölmə GPT ilə BİOS sistemində %1 başlatmaq üçün lazımdır.</translation> <translation>GPT bölmə cədvəli bütün sistemlər üçün yaxşıdır. Bu quraşdırıcı BIOS sistemləri üçün belə bir quruluşu dəstəkləyir.&lt;br/&gt;&lt;br/&gt;BİOS-da GPT bölmələr cədvəlini ayarlamaq üçün (əgər bu edilməyibsə) geriyə qayıdın bölmələr cədvəlini GPT- qurun, sonra isə &lt;strong&gt;bios_grub&lt;/strong&gt; bayrağı seçilmiş 8 MB-lıq formatlanmamış bölmə yaradın.&lt;br/&gt;&lt;br/&gt;8 MB-lıq formatlanmamış bölmə GPT ilə BİOS sistemində %1 başlatmaq üçün lazımdır.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Ön yükləyici bölməsi çifrələnməyib</translation> <translation>Ön yükləyici bölməsi çifrələnməyib</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Şifrəli bir kök bölməsi ilə birlikdə ayrı bir ön yükləyici bölməsi qurulub, ancaq ön yükləyici bölməsi şifrələnməyib.&lt;br/&gt;&lt;br/&gt;Bu cür quraşdırma ilə bağlı təhlükəsizlik problemləri olur, çünki vacib sistem sənədləri şifrəsiz bölmədə saxlanılır.&lt;br/&gt;İstəyirsinizsə davam edə bilərsiniz, lakin, fayl sisteminin kilidi, sistem başladıldıqdan daha sonra ılacaqdır.&lt;br/&gt;Yükləmə hissəsini şifrələmək üçün geri qayıdın bölmə yaratma pəncərəsində &lt;strong&gt;Şifrələmə&lt;/strong&gt; menyusunu seçərək onu yenidən yaradın.</translation> <translation>Şifrəli bir kök bölməsi ilə birlikdə ayrı bir ön yükləyici bölməsi qurulub, ancaq ön yükləyici bölməsi şifrələnməyib.&lt;br/&gt;&lt;br/&gt;Bu cür quraşdırma ilə bağlı təhlükəsizlik problemləri olur, çünki vacib sistem sənədləri şifrəsiz bölmədə saxlanılır.&lt;br/&gt;İstəyirsinizsə davam edə bilərsiniz, lakin, fayl sisteminin kilidi, sistem başladıldıqdan daha sonra ılacaqdır.&lt;br/&gt;Yükləmə hissəsini şifrələmək üçün geri qayıdın bölmə yaratma pəncərəsində &lt;strong&gt;Şifrələmə&lt;/strong&gt; menyusunu seçərək onu yenidən yaradın.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>ən az bir disk qurğusu mövcuddur.</translation> <translation>ən az bir disk qurğusu mövcuddur.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>Quraşdırmaq üçün bölmə yoxdur.</translation> <translation>Quraşdırmaq üçün bölmə yoxdur.</translation>
</message> </message>
@ -3054,12 +3079,12 @@ Output:
<translation>Yeni təsadüfi&lt;pre&gt;%1&lt;/pre&gt; faylı yaradıla bilmir.</translation> <translation>Yeni təsadüfi&lt;pre&gt;%1&lt;/pre&gt; faylı yaradıla bilmir.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>Məhsul yoxdur</translation> <translation>Məhsul yoxdur</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>Təsviri verilməyib.</translation> <translation>Təsviri verilməyib.</translation>
</message> </message>

View File

@ -685,17 +685,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Ачысціць пункты мантавання для выканання разметкі на %1</translation> <translation>Ачысціць пункты мантавання для выканання разметкі на %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Ачыстка пунктаў мантавання для выканання разметкі на %1.</translation> <translation>Ачыстка пунктаў мантавання для выканання разметкі на %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Усе пункты мантавання ачышчаныя для %1</translation> <translation>Усе пункты мантавання ачышчаныя для %1</translation>
</message> </message>
@ -955,17 +980,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Агулам</translation> <translation>Агулам</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Гэта агляд дзеянняў, якія здейсняцца падчас запуску працэдуры ўсталёўкі.</translation> <translation>Гэта агляд дзеянняў, якія здейсняцца падчас запуску працэдуры ўсталёўкі.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Гэта агляд дзеянняў, якія здейсняцца падчас запуску працэдуры ўсталёўкі.</translation> <translation>Гэта агляд дзеянняў, якія здейсняцца падчас запуску працэдуры ўсталёўкі.</translation>
</message> </message>
@ -1248,22 +1273,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Выдаліць раздзел %1.</translation> <translation>Выдаліць раздзел %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Выдаліць раздзел &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Выдаліць раздзел &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Выдаленне раздзела %1.</translation> <translation>Выдаленне раздзела %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>У праграмы ўсталёўкі не атрымалася выдаліць раздзел %1.</translation> <translation>У праграмы ўсталёўкі не атрымалася выдаліць раздзел %1.</translation>
</message> </message>
@ -2460,17 +2485,17 @@ The installer will quit and all changes will be lost.</source>
<translation>Форма</translation> <translation>Форма</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Назва</translation> <translation>Назва</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>Тэкст</translation> <translation>Тэкст</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>Занадта доўгае апісанне</translation> <translation>Занадта доўгае апісанне</translation>
</message> </message>
@ -2839,47 +2864,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>Параметр для выкарыстання GPT у BIOS</translation> <translation>Параметр для выкарыстання GPT у BIOS</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>Табліца раздзелаў GPT - найлепшы варыянт для ўсіх сістэм. Гэтая праграма ўсталёўкі таксама падтрымлівае гэты варыянт і для BIOS.&lt;br/&gt;&lt;br/&gt;Каб наладзіць GPT для BIOS (калі гэта яшчэ не зроблена), вярніцеся назад і абярыце табліцу раздзелаў GPT, пасля стварыце нефарматаваны раздзел памерам 8 МБ са сцягам &lt;strong&gt;bios_grub&lt;/strong&gt;.&lt;br/&gt;&lt;br/&gt;Гэты раздзел патрэбны для запуску %1 у BIOS з GPT.</translation> <translation>Табліца раздзелаў GPT - найлепшы варыянт для ўсіх сістэм. Гэтая праграма ўсталёўкі таксама падтрымлівае гэты варыянт і для BIOS.&lt;br/&gt;&lt;br/&gt;Каб наладзіць GPT для BIOS (калі гэта яшчэ не зроблена), вярніцеся назад і абярыце табліцу раздзелаў GPT, пасля стварыце нефарматаваны раздзел памерам 8 МБ са сцягам &lt;strong&gt;bios_grub&lt;/strong&gt;.&lt;br/&gt;&lt;br/&gt;Гэты раздзел патрэбны для запуску %1 у BIOS з GPT.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Загрузачны раздзел не зашыфраваны</translation> <translation>Загрузачны раздзел не зашыфраваны</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Уключана шыфраванне каранёвага раздзела, але выкарыстаны асобны загрузачны раздзел без шыфравання.&lt;br/&gt;&lt;br/&gt;Пры такой канфігурацыі могуць узнікнуць праблемы з бяспекай, бо важныя сістэмныя даныя будуць захоўвацца на раздзеле без шыфравання.&lt;br/&gt;Вы можаце працягнуць, але файлавая сістэма разблакуецца падчас запуску сістэмы.&lt;br/&gt;Каб уключыць шыфраванне загрузачнага раздзела, вярніцеся назад і стварыце яго нанова, адзначыўшы &lt;strong&gt;Шыфраваць&lt;/strong&gt; у акне стварэння раздзела.</translation> <translation>Уключана шыфраванне каранёвага раздзела, але выкарыстаны асобны загрузачны раздзел без шыфравання.&lt;br/&gt;&lt;br/&gt;Пры такой канфігурацыі могуць узнікнуць праблемы з бяспекай, бо важныя сістэмныя даныя будуць захоўвацца на раздзеле без шыфравання.&lt;br/&gt;Вы можаце працягнуць, але файлавая сістэма разблакуецца падчас запуску сістэмы.&lt;br/&gt;Каб уключыць шыфраванне загрузачнага раздзела, вярніцеся назад і стварыце яго нанова, адзначыўшы &lt;strong&gt;Шыфраваць&lt;/strong&gt; у акне стварэння раздзела.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>ёсць прынамсі адна даступная дыскавая прылада.</translation> <translation>ёсць прынамсі адна даступная дыскавая прылада.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>Няма раздзелаў для ўсталёўкі.</translation> <translation>Няма раздзелаў для ўсталёўкі.</translation>
</message> </message>
@ -3069,12 +3094,12 @@ Output:
<translation>Не атрымалася стварыць новы выпадковы файл &lt;pre&gt;%1&lt;/pre&gt;.</translation> <translation>Не атрымалася стварыць новы выпадковы файл &lt;pre&gt;%1&lt;/pre&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>Няма</translation> <translation>Няма</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>Апісанне адсутнічае.</translation> <translation>Апісанне адсутнічае.</translation>
</message> </message>

View File

@ -682,17 +682,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Разчисти монтиранията за операциите на подялбата на %1</translation> <translation>Разчисти монтиранията за операциите на подялбата на %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Разчистване на монтиранията за операциите на подялбата на %1</translation> <translation>Разчистване на монтиранията за операциите на подялбата на %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Разчистени всички монтирания за %1</translation> <translation>Разчистени всички монтирания за %1</translation>
</message> </message>
@ -953,17 +978,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Обобщение</translation> <translation>Обобщение</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Това е преглед на промените, които ще се извършат, след като започнете процедурата по инсталиране.</translation> <translation>Това е преглед на промените, които ще се извършат, след като започнете процедурата по инсталиране.</translation>
</message> </message>
@ -1246,22 +1271,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Изтрий дял %1.</translation> <translation>Изтрий дял %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Изтриване на дял &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Изтриване на дял &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Изтриване на дял %1.</translation> <translation>Изтриване на дял %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Инсталатора не успя да изтрие дял %1.</translation> <translation>Инсталатора не успя да изтрие дял %1.</translation>
</message> </message>
@ -2438,17 +2463,17 @@ The installer will quit and all changes will be lost.</source>
<translation>Форма</translation> <translation>Форма</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>TextLabel</translation> <translation>TextLabel</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2817,47 +2842,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Липсва криптиране на дял за начално зареждане</translation> <translation>Липсва криптиране на дял за начално зареждане</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3046,12 +3071,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -682,17 +682,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>%1 িি ি </translation> <translation>%1 িি ি </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>%1- িি </translation> <translation>%1- িি </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>%1- </translation> <translation>%1- </translation>
</message> </message>
@ -952,17 +977,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>ি ি ি ি </translation> <translation>ি ি ি ি </translation>
</message> </message>
@ -1245,22 +1270,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>ি %1 </translation> <translation>ি %1 </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>ি &lt;strong&gt;%1&lt;/strong&gt; </translation> <translation>ি &lt;strong&gt;%1&lt;/strong&gt; </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>ি %1 </translation> <translation>ি %1 </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation> %1 ি </translation> <translation> %1 ি </translation>
</message> </message>
@ -2437,17 +2462,17 @@ The installer will quit and all changes will be lost.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2816,47 +2841,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3043,12 +3068,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -687,17 +687,42 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Neteja els muntatges per les operacions de partició a %1</translation> <translation>Neteja els muntatges per les operacions de partició a %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Es netegen els muntatges per a les operacions de les particions a %1.</translation> <translation>Es netegen els muntatges per a les operacions de les particions a %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>S'han netejat tots els muntatges de %1</translation> <translation>S'han netejat tots els muntatges de %1</translation>
</message> </message>
@ -957,17 +982,17 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation>
<translation>Cap</translation> <translation>Cap</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Resum</translation> <translation>Resum</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Això és un resum del que passarà quan s'iniciï el procés de configuració.</translation> <translation>Això és un resum del que passarà quan s'iniciï el procés de configuració.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Això és un resum del que passarà quan s'iniciï el procés d'instal·lació.</translation> <translation>Això és un resum del que passarà quan s'iniciï el procés d'instal·lació.</translation>
</message> </message>
@ -1250,22 +1275,22 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Suprimeix la partició %1.</translation> <translation>Suprimeix la partició %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Suprimeix la partició &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Suprimeix la partició &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Se suprimeix la partició %1.</translation> <translation>Se suprimeix la partició %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>L'instal·lador no ha pogut suprimir la partició %1.</translation> <translation>L'instal·lador no ha pogut suprimir la partició %1.</translation>
</message> </message>
@ -2444,17 +2469,17 @@ per desplaçar-s'hi i useu els botons +/- per fer ampliar-lo o reduir-lo, o bé
<translation>Formulari</translation> <translation>Formulari</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Nom del producte</translation> <translation>Nom del producte</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>Etiqueta de text</translation> <translation>Etiqueta de text</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>Descripció llarga del producte</translation> <translation>Descripció llarga del producte</translation>
</message> </message>
@ -2823,47 +2848,47 @@ per desplaçar-s'hi i useu els botons +/- per fer ampliar-lo o reduir-lo, o bé
<translation>El sistema de fitxers ha de ser del tipus FAT32.</translation> <translation>El sistema de fitxers ha de ser del tipus FAT32.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation>El sistema de fitxers ha de tenir un mínim de %1 MiB.</translation> <translation>El sistema de fitxers ha de tenir un mínim de %1 MiB.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation>El sistema de fitxers ha de tenir la bandera &lt;strong&gt;%1&lt;/strong&gt; establerta.</translation> <translation>El sistema de fitxers ha de tenir la bandera &lt;strong&gt;%1&lt;/strong&gt; establerta.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation>Podeu continuar sense configurar una partició del sistema EFI, però és possible que el sistema no s'iniciï.</translation> <translation>Podeu continuar sense configurar una partició del sistema EFI, però és possible que el sistema no s'iniciï.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>Opció per usar GPT amb BIOS</translation> <translation>Opció per usar GPT amb BIOS</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>La millor opció per a tots els sistemes és una taula de particions GPT. Aquest instal·lador també admet aquesta configuració per a sistemes BIOS.&lt;br/&gt;&lt;br/&gt;Per configurar una taula de particions GPT en un sistema BIOS, (si no s'ha fet ja) torneu enrere i establiu la taula de particions a GPT, després creeu una partició sense formatar de 8 MB amb la bandera &lt;strong&gt;bios_grub&lt;/strong&gt; habilitada.&lt;br/&gt;&lt;br/&gt;Cal una partició sense format de 8 MB per iniciar %1 en un sistema BIOS amb GPT.</translation> <translation>La millor opció per a tots els sistemes és una taula de particions GPT. Aquest instal·lador també admet aquesta configuració per a sistemes BIOS.&lt;br/&gt;&lt;br/&gt;Per configurar una taula de particions GPT en un sistema BIOS, (si no s'ha fet ja) torneu enrere i establiu la taula de particions a GPT, després creeu una partició sense formatar de 8 MB amb la bandera &lt;strong&gt;bios_grub&lt;/strong&gt; habilitada.&lt;br/&gt;&lt;br/&gt;Cal una partició sense format de 8 MB per iniciar %1 en un sistema BIOS amb GPT.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Partició d'arrencada sense encriptar</translation> <translation>Partició d'arrencada sense encriptar</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>S'ha establert una partició d'arrencada separada conjuntament amb una partició d'arrel encriptada, però la partició d'arrencada no està encriptada.&lt;br/&gt;&lt;br/&gt;Hi ha assumptes de seguretat amb aquest tipus de configuració, perquè hi ha fitxers del sistema importants en una partició no encriptada.&lt;br/&gt;Podeu continuar, si així ho desitgeu, però el desbloqueig del sistema de fitxers succeirà després, durant l'inici del sistema.&lt;br/&gt;Per encriptar la partició d'arrencada, torneu enrere i torneu-la a crear seleccionant &lt;strong&gt;Encripta&lt;/strong&gt; a la finestra de creació de la partició.</translation> <translation>S'ha establert una partició d'arrencada separada conjuntament amb una partició d'arrel encriptada, però la partició d'arrencada no està encriptada.&lt;br/&gt;&lt;br/&gt;Hi ha assumptes de seguretat amb aquest tipus de configuració, perquè hi ha fitxers del sistema importants en una partició no encriptada.&lt;br/&gt;Podeu continuar, si així ho desitgeu, però el desbloqueig del sistema de fitxers succeirà després, durant l'inici del sistema.&lt;br/&gt;Per encriptar la partició d'arrencada, torneu enrere i torneu-la a crear seleccionant &lt;strong&gt;Encripta&lt;/strong&gt; a la finestra de creació de la partició.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>tingui com a mínim un dispositiu de disc disponible.</translation> <translation>tingui com a mínim un dispositiu de disc disponible.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>No hi ha particions per fer-hi una instal·lació.</translation> <translation>No hi ha particions per fer-hi una instal·lació.</translation>
</message> </message>
@ -3053,12 +3078,12 @@ Sortida:
<translation>No s'ha pogut crear el fitxer aleatori nou &lt;pre&gt;%1&lt;/pre&gt;.</translation> <translation>No s'ha pogut crear el fitxer aleatori nou &lt;pre&gt;%1&lt;/pre&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>Cap producte</translation> <translation>Cap producte</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>No se n'ha proporcionat cap descripció.</translation> <translation>No se n'ha proporcionat cap descripció.</translation>
</message> </message>

View File

@ -683,17 +683,42 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Neteja els muntatges per a les operacions de partició en %1</translation> <translation>Neteja els muntatges per a les operacions de partició en %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>S'estan netejant els muntatges per a les operacions de les particions en %1.</translation> <translation>S'estan netejant els muntatges per a les operacions de les particions en %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>S'han netejat tots els muntatges de %1.</translation> <translation>S'han netejat tots els muntatges de %1.</translation>
</message> </message>
@ -953,17 +978,17 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Resum</translation> <translation>Resum</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Això és un resum de què passarà quan s'inicie el procés de configuració.</translation> <translation>Això és un resum de què passarà quan s'inicie el procés de configuració.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Això és un resum de què passarà quan s'inicie el procés d'instal·lació.</translation> <translation>Això és un resum de què passarà quan s'inicie el procés d'instal·lació.</translation>
</message> </message>
@ -1246,22 +1271,22 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Suprimeix la partició %1.</translation> <translation>Suprimeix la partició %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Suprimeix la partició &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Suprimeix la partició &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>S'està suprimint la partició %1.</translation> <translation>S'està suprimint la partició %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>L'instal·lador no ha pogut suprimir la partició %1.</translation> <translation>L'instal·lador no ha pogut suprimir la partició %1.</translation>
</message> </message>
@ -2440,17 +2465,17 @@ per a desplaçar-s'hi i useu els botons +/- per a ampliar-lo o reduir-lo, o bé
<translation>Formulari</translation> <translation>Formulari</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Nom del producte</translation> <translation>Nom del producte</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>Etiqueta de text</translation> <translation>Etiqueta de text</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>Descripció llarga del producte</translation> <translation>Descripció llarga del producte</translation>
</message> </message>
@ -2819,47 +2844,47 @@ per a desplaçar-s'hi i useu els botons +/- per a ampliar-lo o reduir-lo, o bé
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>Opció per a usar GPT amb BIOS</translation> <translation>Opció per a usar GPT amb BIOS</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>La millor opció per a tots els sistemes és una taula de particions GPT. Aquest instal·lador també admet aquesta configuració per a sistemes BIOS.&lt;br/&gt;&lt;br/&gt;Per a configurar una taula de particions GPT en un sistema BIOS, (si no s'ha fet ja) torneu arrere i establiu la taula de particions a GPT, després creeu una partició sense formatar de 8 MB amb el marcador &lt;strong&gt;bios_grub&lt;/strong&gt; habilitada.&lt;br/&gt;&lt;br/&gt;Cal una partició sense format de 8 MB per a iniciar %1 en un sistema BIOS amb GPT.</translation> <translation>La millor opció per a tots els sistemes és una taula de particions GPT. Aquest instal·lador també admet aquesta configuració per a sistemes BIOS.&lt;br/&gt;&lt;br/&gt;Per a configurar una taula de particions GPT en un sistema BIOS, (si no s'ha fet ja) torneu arrere i establiu la taula de particions a GPT, després creeu una partició sense formatar de 8 MB amb el marcador &lt;strong&gt;bios_grub&lt;/strong&gt; habilitada.&lt;br/&gt;&lt;br/&gt;Cal una partició sense format de 8 MB per a iniciar %1 en un sistema BIOS amb GPT.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Partició d'arrancada sense encriptar</translation> <translation>Partició d'arrancada sense encriptar</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>S'ha establit una partició d'arrancada separada conjuntament amb una partició d'arrel encriptada, però la partició d'arrancada no està encriptada.&lt;br/&gt;&lt;br/&gt;Hi ha qüestions de seguretat amb aquest tipus de configuració, perquè hi ha fitxers del sistema importants en una partició no encriptada.&lt;br/&gt;Podeu continuar, si així ho desitgeu, però el desbloqueig del sistema de fitxers tindrà lloc després, durant l'inici del sistema.&lt;br/&gt;Per a encriptar la partició d'arrancada, torneu arrere i torneu-la a crear seleccionant &lt;strong&gt;Encripta&lt;/strong&gt; en la finestra de creació de la partició.</translation> <translation>S'ha establit una partició d'arrancada separada conjuntament amb una partició d'arrel encriptada, però la partició d'arrancada no està encriptada.&lt;br/&gt;&lt;br/&gt;Hi ha qüestions de seguretat amb aquest tipus de configuració, perquè hi ha fitxers del sistema importants en una partició no encriptada.&lt;br/&gt;Podeu continuar, si així ho desitgeu, però el desbloqueig del sistema de fitxers tindrà lloc després, durant l'inici del sistema.&lt;br/&gt;Per a encriptar la partició d'arrancada, torneu arrere i torneu-la a crear seleccionant &lt;strong&gt;Encripta&lt;/strong&gt; en la finestra de creació de la partició.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation> com a mínim un dispositiu de disc disponible.</translation> <translation> com a mínim un dispositiu de disc disponible.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>No hi ha particions per a fer-hi una instal·lació.</translation> <translation>No hi ha particions per a fer-hi una instal·lació.</translation>
</message> </message>
@ -3049,12 +3074,12 @@ Eixida:
<translation>No s'ha pogut crear el fitxer aleatori nou &lt;pre&gt;%1&lt;/pre&gt;.</translation> <translation>No s'ha pogut crear el fitxer aleatori nou &lt;pre&gt;%1&lt;/pre&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>Cap producte</translation> <translation>Cap producte</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>No s'ha proporcionat cap descripció.</translation> <translation>No s'ha proporcionat cap descripció.</translation>
</message> </message>

View File

@ -691,17 +691,42 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Odpojit souborové systémy před zahájením dělení %1 na oddíly</translation> <translation>Odpojit souborové systémy před zahájením dělení %1 na oddíly</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Odpojují se souborové systémy před zahájením dělení %1 na oddíly</translation> <translation>Odpojují se souborové systémy před zahájením dělení %1 na oddíly</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Všechny souborové systémy na %1 odpojeny</translation> <translation>Všechny souborové systémy na %1 odpojeny</translation>
</message> </message>
@ -961,17 +986,17 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation>
<translation>Žádné</translation> <translation>Žádné</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Souhrn</translation> <translation>Souhrn</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Toto je přehled událostí které nastanou po spuštění instalačního procesu.</translation> <translation>Toto je přehled událostí které nastanou po spuštění instalačního procesu.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Toto je přehled událostí které nastanou po spuštění instalačního procesu.</translation> <translation>Toto je přehled událostí které nastanou po spuštění instalačního procesu.</translation>
</message> </message>
@ -1254,22 +1279,22 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Smazat oddíl %1.</translation> <translation>Smazat oddíl %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Smazat oddíl &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Smazat oddíl &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Odstraňuje se oddíl %1.</translation> <translation>Odstraňuje se oddíl %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Instalátoru se nepodařilo odstranit oddíl %1.</translation> <translation>Instalátoru se nepodařilo odstranit oddíl %1.</translation>
</message> </message>
@ -2466,17 +2491,17 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation>
<translation>Formulář</translation> <translation>Formulář</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Název produktu</translation> <translation>Název produktu</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>TextovýPopisek</translation> <translation>TextovýPopisek</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>Podrobnější popis produktu</translation> <translation>Podrobnější popis produktu</translation>
</message> </message>
@ -2845,47 +2870,47 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation>
<translation>Je třeba, aby souborový systém byl typu FAT32.</translation> <translation>Je třeba, aby souborový systém byl typu FAT32.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation>Je třeba, aby souborový systém byl alespoň %1 MiB velký.</translation> <translation>Je třeba, aby souborový systém byl alespoň %1 MiB velký.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation>Je třeba, aby souborový systém měl nastavený příznak &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Je třeba, aby souborový systém měl nastavený příznak &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation>Je možné pokračovat bez vytvoření EFI systémového oddílu, ale může se stát, že váš systém tím nenastartuje.</translation> <translation>Je možné pokračovat bez vytvoření EFI systémového oddílu, ale může se stát, že váš systém tím nenastartuje.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>Volba použít GPT i pro BIOS zavádění (MBR)</translation> <translation>Volba použít GPT i pro BIOS zavádění (MBR)</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>GPT tabulka oddílů je nejlepší volbou pro všechny systémy. Tento instalátor podporuje takové uspořádání i pro zavádění v režimu BIOS firmware.&lt;br/&gt;&lt;br/&gt;Pro nastavení GPT tabulky oddílů v případě BIOS, (pokud není provedeno) jděte zpět a nastavte tabulku oddílů na, dále vytvořte 8 MB oddíl (bez souborového systému s příznakem &lt;strong&gt;bios_grub&lt;/strong&gt;.&lt;br/&gt;&lt;br/&gt;Tento oddíl je zapotřebí pro spuštění %1 na systému s BIOS firmware/režimem a GPT.</translation> <translation>GPT tabulka oddílů je nejlepší volbou pro všechny systémy. Tento instalátor podporuje takové uspořádání i pro zavádění v režimu BIOS firmware.&lt;br/&gt;&lt;br/&gt;Pro nastavení GPT tabulky oddílů v případě BIOS, (pokud není provedeno) jděte zpět a nastavte tabulku oddílů na, dále vytvořte 8 MB oddíl (bez souborového systému s příznakem &lt;strong&gt;bios_grub&lt;/strong&gt;.&lt;br/&gt;&lt;br/&gt;Tento oddíl je zapotřebí pro spuštění %1 na systému s BIOS firmware/režimem a GPT.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Zaváděcí oddíl není šifrován</translation> <translation>Zaváděcí oddíl není šifrován</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Kromě šifrovaného kořenového oddílu byl vytvořen i nešifrovaný oddíl zavaděče.&lt;br/&gt;&lt;br/&gt;To by mohl být bezpečnostní problém, protože na nešifrovaném oddílu jsou důležité soubory systému.&lt;br/&gt;Pokud chcete, můžete pokračovat, ale odemykání souborového systému bude probíhat později při startu systému.&lt;br/&gt;Pro zašifrování oddílu zavaděče se vraťte a vytvořte ho vybráním možnosti &lt;strong&gt;Šifrovat&lt;/strong&gt; v okně při vytváření oddílu.</translation> <translation>Kromě šifrovaného kořenového oddílu byl vytvořen i nešifrovaný oddíl zavaděče.&lt;br/&gt;&lt;br/&gt;To by mohl být bezpečnostní problém, protože na nešifrovaném oddílu jsou důležité soubory systému.&lt;br/&gt;Pokud chcete, můžete pokračovat, ale odemykání souborového systému bude probíhat později při startu systému.&lt;br/&gt;Pro zašifrování oddílu zavaděče se vraťte a vytvořte ho vybráním možnosti &lt;strong&gt;Šifrovat&lt;/strong&gt; v okně při vytváření oddílu.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation> k dispozici alespoň jedno zařízení pro ukládání dat.</translation> <translation> k dispozici alespoň jedno zařízení pro ukládání dat.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>Nejsou zde žádné oddíly na které by se dalo nainstalovat.</translation> <translation>Nejsou zde žádné oddíly na které by se dalo nainstalovat.</translation>
</message> </message>
@ -3075,12 +3100,12 @@ Výstup:
<translation>Nepodařilo se vytvořit nový náhodný soubor &lt;pre&gt;%1&lt;/pre&gt;.</translation> <translation>Nepodařilo se vytvořit nový náhodný soubor &lt;pre&gt;%1&lt;/pre&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>Žádný produkt</translation> <translation>Žádný produkt</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>Nebyl poskytnut žádný popis.</translation> <translation>Nebyl poskytnut žádný popis.</translation>
</message> </message>

View File

@ -683,17 +683,42 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Ryd monteringspunkter for partitioneringshandlinger %1</translation> <translation>Ryd monteringspunkter for partitioneringshandlinger %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Rydder monteringspunkter for partitioneringshandlinger %1.</translation> <translation>Rydder monteringspunkter for partitioneringshandlinger %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Ryddede alle monteringspunkter til %1</translation> <translation>Ryddede alle monteringspunkter til %1</translation>
</message> </message>
@ -953,17 +978,17 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Opsummering</translation> <translation>Opsummering</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Dette er et overblik over hvad der vil ske når du starter opsætningsprocessen.</translation> <translation>Dette er et overblik over hvad der vil ske når du starter opsætningsprocessen.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Dette er et overblik over hvad der vil ske når du starter installationsprocessen.</translation> <translation>Dette er et overblik over hvad der vil ske når du starter installationsprocessen.</translation>
</message> </message>
@ -1246,22 +1271,22 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Slet partition %1.</translation> <translation>Slet partition %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Slet partition &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Slet partition &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Sletter partition %1.</translation> <translation>Sletter partition %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Installationsprogrammet kunne ikke slette partition %1.</translation> <translation>Installationsprogrammet kunne ikke slette partition %1.</translation>
</message> </message>
@ -2440,17 +2465,17 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation
<translation>Formular</translation> <translation>Formular</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Produktnavn</translation> <translation>Produktnavn</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>Tekstetiket</translation> <translation>Tekstetiket</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>Lang produktbeskrivelse</translation> <translation>Lang produktbeskrivelse</translation>
</message> </message>
@ -2819,47 +2844,47 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>Valgmulighed til at bruge GPT BIOS</translation> <translation>Valgmulighed til at bruge GPT BIOS</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>En GPT-partitionstabel er den bedste valgmulighed til alle systemer. Installationsprogrammet understøtter også sådan en opsætning for BIOS-systemer.&lt;br/&gt;&lt;br/&gt;Konfigurer en GPT-partitionstabel BIOS, (hvis det ikke allerede er gjort) ved at tilbage og indstil partitionstabellen til GPT, opret herefter en 8 MB uformateret partition med &lt;strong&gt;bios_grub&lt;/strong&gt;-flaget aktiveret.&lt;br/&gt;&lt;br/&gt;En uformateret 8 MB partition er nødvendig for at starte %1 et BIOS-system med GPT.</translation> <translation>En GPT-partitionstabel er den bedste valgmulighed til alle systemer. Installationsprogrammet understøtter også sådan en opsætning for BIOS-systemer.&lt;br/&gt;&lt;br/&gt;Konfigurer en GPT-partitionstabel BIOS, (hvis det ikke allerede er gjort) ved at tilbage og indstil partitionstabellen til GPT, opret herefter en 8 MB uformateret partition med &lt;strong&gt;bios_grub&lt;/strong&gt;-flaget aktiveret.&lt;br/&gt;&lt;br/&gt;En uformateret 8 MB partition er nødvendig for at starte %1 et BIOS-system med GPT.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Bootpartition ikke krypteret</translation> <translation>Bootpartition ikke krypteret</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>En separat bootpartition blev opsat sammen med en krypteret rodpartition, men bootpartitionen er ikke krypteret.&lt;br/&gt;&lt;br/&gt;Der er sikkerhedsmæssige bekymringer med denne slags opsætning, da vigtige systemfiler er gemt en ikke-krypteret partition.&lt;br/&gt;Du kan fortsætte hvis du vil, men oplåsning af filsystemet sker senere under systemets opstart.&lt;br/&gt;For at kryptere bootpartitionen skal du tilbage og oprette den igen, vælge &lt;strong&gt;Kryptér&lt;/strong&gt; i partitionsoprettelsesvinduet.</translation> <translation>En separat bootpartition blev opsat sammen med en krypteret rodpartition, men bootpartitionen er ikke krypteret.&lt;br/&gt;&lt;br/&gt;Der er sikkerhedsmæssige bekymringer med denne slags opsætning, da vigtige systemfiler er gemt en ikke-krypteret partition.&lt;br/&gt;Du kan fortsætte hvis du vil, men oplåsning af filsystemet sker senere under systemets opstart.&lt;br/&gt;For at kryptere bootpartitionen skal du tilbage og oprette den igen, vælge &lt;strong&gt;Kryptér&lt;/strong&gt; i partitionsoprettelsesvinduet.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>har mindst én tilgængelig diskenhed.</translation> <translation>har mindst én tilgængelig diskenhed.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>Der er ikke nogen partitioner at installere .</translation> <translation>Der er ikke nogen partitioner at installere .</translation>
</message> </message>
@ -3049,12 +3074,12 @@ Output:
<translation>Kunne ikke oprette den tilfældige fil &lt;pre&gt;%1&lt;/pre&gt;.</translation> <translation>Kunne ikke oprette den tilfældige fil &lt;pre&gt;%1&lt;/pre&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>Intet produkt</translation> <translation>Intet produkt</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>Der er ikke angivet nogen beskrivelse.</translation> <translation>Der er ikke angivet nogen beskrivelse.</translation>
</message> </message>

View File

@ -688,17 +688,42 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation>%1 erfolgreich ausgehängt.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation>Swap %1 erfolgreich deaktiviert.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation>Swap %1 erfolgreich gelöscht.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation>Mapper device %1 erfolgreich geschlossen.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation>Volume group %1 erfolgreich deaktiviert.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Leere Mount-Points für Partitioning-Operation auf %1</translation> <translation>Leere Mount-Points für Partitioning-Operation auf %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Löse eingehängte Laufwerke für die Partitionierung von %1</translation> <translation>Löse eingehängte Laufwerke für die Partitionierung von %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Alle Mount-Points für %1 geleert</translation> <translation>Alle Mount-Points für %1 geleert</translation>
</message> </message>
@ -958,17 +983,17 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
<translation>Nichts</translation> <translation>Nichts</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Zusammenfassung</translation> <translation>Zusammenfassung</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Dies ist eine Übersicht der Aktionen, die nach dem Starten des Installationsprozesses durchgeführt werden.</translation> <translation>Dies ist eine Übersicht der Aktionen, die nach dem Starten des Installationsprozesses durchgeführt werden.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Dies ist eine Übersicht der Aktionen, die nach dem Starten des Installationsprozesses durchgeführt werden.</translation> <translation>Dies ist eine Übersicht der Aktionen, die nach dem Starten des Installationsprozesses durchgeführt werden.</translation>
</message> </message>
@ -1251,22 +1276,22 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Lösche Partition %1.</translation> <translation>Lösche Partition %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Lösche Partition &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Lösche Partition &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Partition %1 wird gelöscht.</translation> <translation>Partition %1 wird gelöscht.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Das Installationsprogramm konnte Partition %1 nicht löschen.</translation> <translation>Das Installationsprogramm konnte Partition %1 nicht löschen.</translation>
</message> </message>
@ -2445,17 +2470,17 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
<translation>Formular</translation> <translation>Formular</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Produktname</translation> <translation>Produktname</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>TextLabel</translation> <translation>TextLabel</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>Lange Produktbeschreibung</translation> <translation>Lange Produktbeschreibung</translation>
</message> </message>
@ -2824,47 +2849,47 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
<translation>Das Dateisystem muss vom Typ FAT32 sein.</translation> <translation>Das Dateisystem muss vom Typ FAT32 sein.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation>Das Dateisystem muss mindestens %1 MiB groß sein.</translation> <translation>Das Dateisystem muss mindestens %1 MiB groß sein.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation>Das Dateisystem muss die Markierung &lt;strong&gt;%1&lt;/strong&gt; tragen.</translation> <translation>Das Dateisystem muss die Markierung &lt;strong&gt;%1&lt;/strong&gt; tragen.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation>Sie können fortfahren, ohne eine EFI-Systempartition einzurichten, aber Ihr installiertes System wird möglicherweise nicht starten.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>Option zur Verwendung von GPT mit BIOS</translation> <translation>Option zur Verwendung von GPT mit BIOS</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>Eine GPT-Partitionstabelle ist die beste Option für alle Systeme. Dieses Installationsprogramm unterstützt ein solches Setup auch für BIOS-Systeme.&lt;br/&gt;&lt;br/&gt;Um eine GPT-Partitionstabelle mit BIOS zu konfigurieren, gehen Sie (falls noch nicht geschehen) zurück und setzen Sie die Partitionstabelle auf GPT, als nächstes erstellen Sie eine 8 MB große, unformatierte Partition mit der Markierung &lt;strong&gt;bios_grub&lt;/strong&gt; aktiviert.&lt;br/&gt;&lt;br/&gt;Eine unformatierte 8 MB große Partition ist erforderlich, um %1 auf einem BIOS-System mit GPT zu starten.</translation> <translation>Eine GPT-Partitionstabelle ist die beste Option für alle Systeme. Dieses Installationsprogramm unterstützt ein solches Setup auch für BIOS-Systeme.&lt;br/&gt;&lt;br/&gt;Um eine GPT-Partitionstabelle mit BIOS zu konfigurieren, gehen Sie (falls noch nicht geschehen) zurück und setzen Sie die Partitionstabelle auf GPT, als nächstes erstellen Sie eine 8 MB große, unformatierte Partition mit der Markierung &lt;strong&gt;bios_grub&lt;/strong&gt; aktiviert.&lt;br/&gt;&lt;br/&gt;Eine unformatierte 8 MB große Partition ist erforderlich, um %1 auf einem BIOS-System mit GPT zu starten.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Bootpartition nicht verschlüsselt</translation> <translation>Bootpartition nicht verschlüsselt</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Eine separate Bootpartition wurde zusammen mit einer verschlüsselten Rootpartition erstellt, die Bootpartition ist aber unverschlüsselt.&lt;br/&gt;&lt;br/&gt; Dies ist sicherheitstechnisch nicht optimal, da wichtige Systemdateien auf der unverschlüsselten Bootpartition gespeichert werden.&lt;br/&gt;Wenn Sie wollen, können Sie fortfahren, aber das Entschlüsseln des Dateisystems wird erst später während des Systemstarts erfolgen.&lt;br/&gt;Um die Bootpartition zu verschlüsseln, gehen Sie zurück und erstellen Sie diese neu, indem Sie bei der Partitionierung &lt;strong&gt;Verschlüsseln&lt;/strong&gt; wählen. </translation> <translation>Eine separate Bootpartition wurde zusammen mit einer verschlüsselten Rootpartition erstellt, die Bootpartition ist aber unverschlüsselt.&lt;br/&gt;&lt;br/&gt; Dies ist sicherheitstechnisch nicht optimal, da wichtige Systemdateien auf der unverschlüsselten Bootpartition gespeichert werden.&lt;br/&gt;Wenn Sie wollen, können Sie fortfahren, aber das Entschlüsseln des Dateisystems wird erst später während des Systemstarts erfolgen.&lt;br/&gt;Um die Bootpartition zu verschlüsseln, gehen Sie zurück und erstellen Sie diese neu, indem Sie bei der Partitionierung &lt;strong&gt;Verschlüsseln&lt;/strong&gt; wählen. </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>mindestens eine Festplatte zur Verfügung hat</translation> <translation>mindestens eine Festplatte zur Verfügung hat</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>Keine Partitionen für die Installation verfügbar.</translation> <translation>Keine Partitionen für die Installation verfügbar.</translation>
</message> </message>
@ -3054,12 +3079,12 @@ Ausgabe:
<translation>Die neue Zufallsdatei &lt;pre&gt;%1&lt;/pre&gt; konnte nicht erstellt werden.</translation> <translation>Die neue Zufallsdatei &lt;pre&gt;%1&lt;/pre&gt; konnte nicht erstellt werden.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>Kein Produkt</translation> <translation>Kein Produkt</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>Keine Beschreibung vorhanden.</translation> <translation>Keine Beschreibung vorhanden.</translation>
</message> </message>
@ -4100,7 +4125,7 @@ Ausgabe:
<message> <message>
<location filename="../src/modules/keyboardq/keyboardq.qml" line="60"/> <location filename="../src/modules/keyboardq/keyboardq.qml" line="60"/>
<source>To activate keyboard preview, select a layout.</source> <source>To activate keyboard preview, select a layout.</source>
<translation type="unfinished"/> <translation>Wählen Sie ein Design, um die Tastatur-Vorschau zu aktivieren.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/keyboardq/keyboardq.qml" line="86"/> <location filename="../src/modules/keyboardq/keyboardq.qml" line="86"/>
@ -4115,7 +4140,7 @@ Ausgabe:
<message> <message>
<location filename="../src/modules/keyboardq/keyboardq.qml" line="263"/> <location filename="../src/modules/keyboardq/keyboardq.qml" line="263"/>
<source>Type here to test your keyboard</source> <source>Type here to test your keyboard</source>
<translation>Tippen Sie hier, um die Tastaturbelegung zu testen</translation> <translation>Tippen Sie hier, um die Tastaturbelegung zu testen.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/keyboardq/keyboardq.qml" line="179"/> <location filename="../src/modules/keyboardq/keyboardq.qml" line="179"/>
@ -4147,7 +4172,8 @@ Ausgabe:
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="45"/> <location filename="../src/modules/packagechooserq/packagechooserq.qml" line="45"/>
<source>LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.&lt;br/&gt; <source>LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.&lt;br/&gt;
Default option.</source> Default option.</source>
<translation type="unfinished"/> <translation>LibreOffice ist eine mächtige und freie Office-Lösung, verwendet von Millionen von Menschen rund um den Globus. Sie enthäIt verschiedene Anwendungen, die LibreOffice zur vielseitigsten Open-Source-Lösung für Office-Anwendungen auf dem Mark machen.&lt;br/&gt;
Standard-Option.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="59"/> <location filename="../src/modules/packagechooserq/packagechooserq.qml" line="59"/>
@ -4157,7 +4183,7 @@ Ausgabe:
<message> <message>
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="108"/> <location filename="../src/modules/packagechooserq/packagechooserq.qml" line="108"/>
<source>If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives.</source> <source>If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives.</source>
<translation type="unfinished"/> <translation>Wenn Sie keine Office-Suite installieren wollen, wählen Sie einfach Keine Office Suite. Sie können jederzeit eine oder mehrere zu Ihrem installiertem System hinzufügen wenn nötig.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="121"/> <location filename="../src/modules/packagechooserq/packagechooserq.qml" line="121"/>
@ -4167,7 +4193,7 @@ Ausgabe:
<message> <message>
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="172"/> <location filename="../src/modules/packagechooserq/packagechooserq.qml" line="172"/>
<source>Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser.</source> <source>Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser.</source>
<translation type="unfinished"/> <translation>Erstellen Sie eine minimale Desktop-Installation, entfernen Sie alle zusätzlichen Apps und entscheiden Sie später, welche Anwendungen Sie hinzufügen möchten. Zum Beispiel werden weder eine Office-Suite noch Mediaplayer noch Bildbetrachter oder Druckerunterstützung installiert. Sie bekommen lediglich einen schlanken Desktop mit Dateimanager, Paketmanager, Texteditor und Webbrowser.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="185"/> <location filename="../src/modules/packagechooserq/packagechooserq.qml" line="185"/>
@ -4177,7 +4203,7 @@ Ausgabe:
<message> <message>
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="233"/> <location filename="../src/modules/packagechooserq/packagechooserq.qml" line="233"/>
<source>Please select an option for your install, or use the default: LibreOffice included.</source> <source>Please select an option for your install, or use the default: LibreOffice included.</source>
<translation type="unfinished"/> <translation>Bitte wählen Sie eine Option zur Installation oder nutzen Sie die Standard-Auswahl: LibreOffice.</translation>
</message> </message>
</context> </context>
<context> <context>

View File

@ -682,17 +682,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Καθαρίστηκαν όλες οι προσαρτήσεις για %1</translation> <translation>Καθαρίστηκαν όλες οι προσαρτήσεις για %1</translation>
</message> </message>
@ -952,17 +977,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Σύνοψη</translation> <translation>Σύνοψη</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Αυτή είναι μια επισκόπηση του τι θα συμβεί μόλις ξεκινήσετε τη διαδικασία εγκατάστασης.</translation> <translation>Αυτή είναι μια επισκόπηση του τι θα συμβεί μόλις ξεκινήσετε τη διαδικασία εγκατάστασης.</translation>
</message> </message>
@ -1245,22 +1270,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Διαγραφή της κατάτμησης %1.</translation> <translation>Διαγραφή της κατάτμησης %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Διαγραφή της κατάτμησης &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Διαγραφή της κατάτμησης &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Διαγράφεται η κατάτμηση %1.</translation> <translation>Διαγράφεται η κατάτμηση %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Απέτυχε η διαγραφή της κατάτμησης %1.</translation> <translation>Απέτυχε η διαγραφή της κατάτμησης %1.</translation>
</message> </message>
@ -2437,17 +2462,17 @@ The installer will quit and all changes will be lost.</source>
<translation>Τύπος</translation> <translation>Τύπος</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2816,47 +2841,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3043,12 +3068,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -687,17 +687,42 @@ The installer will quit and all changes will be lost.</translation>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation>Successfully unmounted %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation>Successfully disabled swap %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation>Successfully cleared swap %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation>Successfully closed mapper device %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation>Successfully disabled volume group %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Clear mounts for partitioning operations on %1</translation> <translation>Clear mounts for partitioning operations on %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Clearing mounts for partitioning operations on %1.</translation> <translation>Clearing mounts for partitioning operations on %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Cleared all mounts for %1</translation> <translation>Cleared all mounts for %1</translation>
</message> </message>
@ -957,17 +982,17 @@ The installer will quit and all changes will be lost.</translation>
<translation>None</translation> <translation>None</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Summary</translation> <translation>Summary</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>This is an overview of what will happen once you start the setup procedure.</translation> <translation>This is an overview of what will happen once you start the setup procedure.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>This is an overview of what will happen once you start the install procedure.</translation> <translation>This is an overview of what will happen once you start the install procedure.</translation>
</message> </message>
@ -1250,22 +1275,22 @@ The installer will quit and all changes will be lost.</translation>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Delete partition %1.</translation> <translation>Delete partition %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Deleting partition %1.</translation> <translation>Deleting partition %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>The installer failed to delete partition %1.</translation> <translation>The installer failed to delete partition %1.</translation>
</message> </message>
@ -2444,17 +2469,17 @@ The installer will quit and all changes will be lost.</translation>
<translation>Form</translation> <translation>Form</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Product Name</translation> <translation>Product Name</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>TextLabel</translation> <translation>TextLabel</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>Long Product Description</translation> <translation>Long Product Description</translation>
</message> </message>
@ -2823,47 +2848,47 @@ The installer will quit and all changes will be lost.</translation>
<translation>The filesystem must have type FAT32.</translation> <translation>The filesystem must have type FAT32.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation>The filesystem must be at least %1 MiB in size.</translation> <translation>The filesystem must be at least %1 MiB in size.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</translation> <translation>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation>You can continue without setting up an EFI system partition but your system may fail to start.</translation> <translation>You can continue without setting up an EFI system partition but your system may fail to start.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>Option to use GPT on BIOS</translation> <translation>Option to use GPT on BIOS</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</translation> <translation>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Boot partition not encrypted</translation> <translation>Boot partition not encrypted</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</translation> <translation>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>has at least one disk device available.</translation> <translation>has at least one disk device available.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>There are no partitions to install on.</translation> <translation>There are no partitions to install on.</translation>
</message> </message>
@ -3053,12 +3078,12 @@ Output:
<translation>Could not create new random file &lt;pre&gt;%1&lt;/pre&gt;.</translation> <translation>Could not create new random file &lt;pre&gt;%1&lt;/pre&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>No product</translation> <translation>No product</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>No description provided.</translation> <translation>No description provided.</translation>
</message> </message>

View File

@ -682,17 +682,42 @@ The installer will quit and all changes will be lost.</translation>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Clear mounts for partitioning operations on %1</translation> <translation>Clear mounts for partitioning operations on %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Clearing mounts for partitioning operations on %1.</translation> <translation>Clearing mounts for partitioning operations on %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Cleared all mounts for %1</translation> <translation>Cleared all mounts for %1</translation>
</message> </message>
@ -952,17 +977,17 @@ The installer will quit and all changes will be lost.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Summary</translation> <translation>Summary</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>This is an overview of what will happen once you start the install procedure.</translation> <translation>This is an overview of what will happen once you start the install procedure.</translation>
</message> </message>
@ -1245,22 +1270,22 @@ The installer will quit and all changes will be lost.</translation>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Delete partition %1.</translation> <translation>Delete partition %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Deleting partition %1.</translation> <translation>Deleting partition %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>The installer failed to delete partition %1.</translation> <translation>The installer failed to delete partition %1.</translation>
</message> </message>
@ -2437,17 +2462,17 @@ The installer will quit and all changes will be lost.</translation>
<translation>Form</translation> <translation>Form</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>TextLabel</translation> <translation>TextLabel</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2816,47 +2841,47 @@ The installer will quit and all changes will be lost.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Boot partition not encrypted</translation> <translation>Boot partition not encrypted</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</translation> <translation>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3046,12 +3071,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -681,17 +681,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -951,17 +976,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1244,22 +1269,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2436,17 +2461,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2815,47 +2840,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3042,12 +3067,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -681,17 +681,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -951,17 +976,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1244,22 +1269,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2436,17 +2461,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2815,47 +2840,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3042,12 +3067,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -686,17 +686,42 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos.</translation>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -956,17 +981,17 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1249,22 +1274,22 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos.</translation>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2441,17 +2466,17 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos.</translation>
<translation>Formularo</translation> <translation>Formularo</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2820,47 +2845,47 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3047,12 +3072,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -683,17 +683,42 @@ Saldrá del instalador y se perderán todos los cambios.</translation>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Limpiar puntos de montaje para operaciones de particionamiento en %1</translation> <translation>Limpiar puntos de montaje para operaciones de particionamiento en %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Limpiando puntos de montaje para operaciones de particionamiento en %1.</translation> <translation>Limpiando puntos de montaje para operaciones de particionamiento en %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Limpiados todos los puntos de montaje para %1</translation> <translation>Limpiados todos los puntos de montaje para %1</translation>
</message> </message>
@ -953,17 +978,17 @@ Saldrá del instalador y se perderán todos los cambios.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Resumen</translation> <translation>Resumen</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Esto es una previsualización de que ocurrirá una vez que empiece la instalación.</translation> <translation>Esto es una previsualización de que ocurrirá una vez que empiece la instalación.</translation>
</message> </message>
@ -1246,22 +1271,22 @@ Saldrá del instalador y se perderán todos los cambios.</translation>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Eliminar partición %1.</translation> <translation>Eliminar partición %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Eliminar partición &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Eliminar partición &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Eliminando partición %1.</translation> <translation>Eliminando partición %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>El instalador falló al eliminar la partición %1.</translation> <translation>El instalador falló al eliminar la partición %1.</translation>
</message> </message>
@ -2438,17 +2463,17 @@ Saldrá del instalador y se perderán todos los cambios.</translation>
<translation>Formulario</translation> <translation>Formulario</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Nombre del producto</translation> <translation>Nombre del producto</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>Etiqueta de texto</translation> <translation>Etiqueta de texto</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>Descripción larga del producto</translation> <translation>Descripción larga del producto</translation>
</message> </message>
@ -2817,47 +2842,47 @@ Saldrá del instalador y se perderán todos los cambios.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Partición de arranque no cifrada</translation> <translation>Partición de arranque no cifrada</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Se estableció una partición de arranque aparte junto con una partición raíz cifrada, pero la partición de arranque no está cifrada.&lt;br/&gt;&lt;br/&gt;Hay consideraciones de seguridad con esta clase de instalación, porque los ficheros de sistema importantes se mantienen en una partición no cifrada.&lt;br/&gt;Puede continuar si lo desea, pero el desbloqueo del sistema de ficheros ocurrirá más tarde durante el arranque del sistema.&lt;br/&gt;Para cifrar la partición de arranque, retroceda y vuelva a crearla, seleccionando &lt;strong&gt;Cifrar&lt;/strong&gt; en la ventana de creación de la partición.</translation> <translation>Se estableció una partición de arranque aparte junto con una partición raíz cifrada, pero la partición de arranque no está cifrada.&lt;br/&gt;&lt;br/&gt;Hay consideraciones de seguridad con esta clase de instalación, porque los ficheros de sistema importantes se mantienen en una partición no cifrada.&lt;br/&gt;Puede continuar si lo desea, pero el desbloqueo del sistema de ficheros ocurrirá más tarde durante el arranque del sistema.&lt;br/&gt;Para cifrar la partición de arranque, retroceda y vuelva a crearla, seleccionando &lt;strong&gt;Cifrar&lt;/strong&gt; en la ventana de creación de la partición.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3047,12 +3072,12 @@ Salida:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -684,17 +684,42 @@ El instalador terminará y se perderán todos los cambios.</translation>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Borrar puntos de montaje para operaciones de particionamiento en %1</translation> <translation>Borrar puntos de montaje para operaciones de particionamiento en %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Borrando puntos de montaje para operaciones de particionamiento en %1.</translation> <translation>Borrando puntos de montaje para operaciones de particionamiento en %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Puntos de montaje despejados para %1</translation> <translation>Puntos de montaje despejados para %1</translation>
</message> </message>
@ -954,17 +979,17 @@ El instalador terminará y se perderán todos los cambios.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Resumen</translation> <translation>Resumen</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Esta es una descripción general de lo que sucederá una vez que comience el procedimiento de configuración.</translation> <translation>Esta es una descripción general de lo que sucederá una vez que comience el procedimiento de configuración.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Esto es un resumen de lo que pasará una vez que inicie el procedimiento de instalación.</translation> <translation>Esto es un resumen de lo que pasará una vez que inicie el procedimiento de instalación.</translation>
</message> </message>
@ -1247,22 +1272,22 @@ El instalador terminará y se perderán todos los cambios.</translation>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Eliminar la partición %1.</translation> <translation>Eliminar la partición %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Eliminar la partición &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Eliminar la partición &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Eliminando partición %1.</translation> <translation>Eliminando partición %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>El instalador no pudo borrar la partición %1.</translation> <translation>El instalador no pudo borrar la partición %1.</translation>
</message> </message>
@ -2439,17 +2464,17 @@ El instalador terminará y se perderán todos los cambios.</translation>
<translation>Formulario</translation> <translation>Formulario</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>Etiqueta de texto</translation> <translation>Etiqueta de texto</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2818,47 +2843,47 @@ El instalador terminará y se perderán todos los cambios.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Partición de arranque no encriptada</translation> <translation>Partición de arranque no encriptada</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Se creó una partición de arranque separada junto con una partición raíz cifrada, pero la partición de arranque no está encriptada.&lt;br/&gt;&lt;br/&gt; Existen problemas de seguridad con este tipo de configuración, ya que los archivos importantes del sistema se guardan en una partición no encriptada. &lt;br/&gt;Puede continuar si lo desea, pero el desbloqueo del sistema de archivos ocurrirá más tarde durante el inicio del sistema. &lt;br/&gt;Para encriptar la partición de arranque, retroceda y vuelva a crearla, seleccionando &lt;strong&gt;Encriptar&lt;/strong&gt; en la ventana de creación de la partición.</translation> <translation>Se creó una partición de arranque separada junto con una partición raíz cifrada, pero la partición de arranque no está encriptada.&lt;br/&gt;&lt;br/&gt; Existen problemas de seguridad con este tipo de configuración, ya que los archivos importantes del sistema se guardan en una partición no encriptada. &lt;br/&gt;Puede continuar si lo desea, pero el desbloqueo del sistema de archivos ocurrirá más tarde durante el inicio del sistema. &lt;br/&gt;Para encriptar la partición de arranque, retroceda y vuelva a crearla, seleccionando &lt;strong&gt;Encriptar&lt;/strong&gt; en la ventana de creación de la partición.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3048,12 +3073,12 @@ Salida
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -681,17 +681,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -951,17 +976,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1244,22 +1269,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2436,17 +2461,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2815,47 +2840,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3042,12 +3067,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -681,17 +681,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -951,17 +976,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Resumen</translation> <translation>Resumen</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1244,22 +1269,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2436,17 +2461,17 @@ The installer will quit and all changes will be lost.</source>
<translation>Formulario</translation> <translation>Formulario</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2815,47 +2840,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3042,12 +3067,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -682,17 +682,42 @@ Paigaldaja sulgub ning kõik muutused kaovad.</translation>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Tühjenda monteeringud partitsioneerimistegevustes %1 juures</translation> <translation>Tühjenda monteeringud partitsioneerimistegevustes %1 juures</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Tühjendan monteeringud partitsioneerimistegevustes %1 juures.</translation> <translation>Tühjendan monteeringud partitsioneerimistegevustes %1 juures.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Kõik monteeringud tühjendatud %1 jaoks</translation> <translation>Kõik monteeringud tühjendatud %1 jaoks</translation>
</message> </message>
@ -952,17 +977,17 @@ Paigaldaja sulgub ning kõik muutused kaovad.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Kokkuvõte</translation> <translation>Kokkuvõte</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>See on ülevaade sellest mis juhtub, kui alustad paigaldusprotseduuri.</translation> <translation>See on ülevaade sellest mis juhtub, kui alustad paigaldusprotseduuri.</translation>
</message> </message>
@ -1245,22 +1270,22 @@ Paigaldaja sulgub ning kõik muutused kaovad.</translation>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Kustuta partitsioon %1.</translation> <translation>Kustuta partitsioon %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Kustuta partitsioon &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Kustuta partitsioon &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Kustutan partitsiooni %1.</translation> <translation>Kustutan partitsiooni %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Paigaldaja ei suutnud kustutada partitsiooni %1.</translation> <translation>Paigaldaja ei suutnud kustutada partitsiooni %1.</translation>
</message> </message>
@ -2437,17 +2462,17 @@ Paigaldaja sulgub ning kõik muutused kaovad.</translation>
<translation>Form</translation> <translation>Form</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>TextLabel</translation> <translation>TextLabel</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2816,47 +2841,47 @@ Paigaldaja sulgub ning kõik muutused kaovad.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Käivituspartitsioon pole krüptitud</translation> <translation>Käivituspartitsioon pole krüptitud</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Eraldi käivituspartitsioon seadistati koos krüptitud juurpartitsiooniga, aga käivituspartitsioon ise ei ole krüptitud.&lt;br/&gt;&lt;br/&gt;Selle seadistusega kaasnevad turvaprobleemid, sest tähtsad süsteemifailid hoitakse krüptimata partitsioonil.&lt;br/&gt;Sa võid soovi korral jätkata, aga failisüsteemi lukust lahti tegemine toimub hiljem süsteemi käivitusel.&lt;br/&gt;Et krüpteerida käivituspartisiooni, mine tagasi ja taasloo see, valides &lt;strong&gt;Krüpteeri&lt;/strong&gt; partitsiooni loomise aknas.</translation> <translation>Eraldi käivituspartitsioon seadistati koos krüptitud juurpartitsiooniga, aga käivituspartitsioon ise ei ole krüptitud.&lt;br/&gt;&lt;br/&gt;Selle seadistusega kaasnevad turvaprobleemid, sest tähtsad süsteemifailid hoitakse krüptimata partitsioonil.&lt;br/&gt;Sa võid soovi korral jätkata, aga failisüsteemi lukust lahti tegemine toimub hiljem süsteemi käivitusel.&lt;br/&gt;Et krüpteerida käivituspartisiooni, mine tagasi ja taasloo see, valides &lt;strong&gt;Krüpteeri&lt;/strong&gt; partitsiooni loomise aknas.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3046,12 +3071,12 @@ Väljund:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -682,17 +682,42 @@ Instalatzailea irten egingo da eta aldaketa guztiak galduko dira.</translation>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Garbitu muntaketa puntuak partizioak egiteko %1 -(e)an.</translation> <translation>Garbitu muntaketa puntuak partizioak egiteko %1 -(e)an.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Garbitzen muntaketa puntuak partizio eragiketak egiteko %1 -(e)an.</translation> <translation>Garbitzen muntaketa puntuak partizio eragiketak egiteko %1 -(e)an.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Muntaketa puntu guztiak garbitu dira %1 -(e)an</translation> <translation>Muntaketa puntu guztiak garbitu dira %1 -(e)an</translation>
</message> </message>
@ -952,17 +977,17 @@ Instalatzailea irten egingo da eta aldaketa guztiak galduko dira.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Laburpena</translation> <translation>Laburpena</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1245,22 +1270,22 @@ Instalatzailea irten egingo da eta aldaketa guztiak galduko dira.</translation>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Ezabatu %1 partizioa.</translation> <translation>Ezabatu %1 partizioa.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Ezabatu &lt;strong&gt;%1&lt;/strong&gt; partizioa.</translation> <translation>Ezabatu &lt;strong&gt;%1&lt;/strong&gt; partizioa.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>%1 partizioa ezabatzen.</translation> <translation>%1 partizioa ezabatzen.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Huts egin du instalatzaileak %1 partizioa ezabatzen.</translation> <translation>Huts egin du instalatzaileak %1 partizioa ezabatzen.</translation>
</message> </message>
@ -2437,17 +2462,17 @@ Instalatzailea irten egingo da eta aldaketa guztiak galduko dira.</translation>
<translation>Formulario</translation> <translation>Formulario</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2816,47 +2841,47 @@ Instalatzailea irten egingo da eta aldaketa guztiak galduko dira.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3045,12 +3070,12 @@ Irteera:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -683,17 +683,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>پاکسازی اتّصالها برای عملبات افراز روی %1</translation> <translation>پاکسازی اتّصالها برای عملبات افراز روی %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>در حال پاکسازی اتّصالها برای عملبات افراز روی %1</translation> <translation>در حال پاکسازی اتّصالها برای عملبات افراز روی %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>همهٔ اتّصالها برای %1 پاکسازی شدند</translation> <translation>همهٔ اتّصالها برای %1 پاکسازی شدند</translation>
</message> </message>
@ -953,17 +978,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>خلاصه</translation> <translation>خلاصه</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1246,22 +1271,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>حذف افراز %1.</translation> <translation>حذف افراز %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>حذف افراز &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>حذف افراز &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>در حال حذف افراز %1.</translation> <translation>در حال حذف افراز %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2438,17 +2463,17 @@ The installer will quit and all changes will be lost.</source>
<translation>فرم</translation> <translation>فرم</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>نام محصول</translation> <translation>نام محصول</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>TextLabel</translation> <translation>TextLabel</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>شرح محصول بلند</translation> <translation>شرح محصول بلند</translation>
</message> </message>
@ -2817,47 +2842,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>گزینه ای برای استفاده از GPT در BIOS</translation> <translation>گزینه ای برای استفاده از GPT در BIOS</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>جدول پارتیشن GPT بهترین گزینه برای همه سیستم ها است. این نصب از چنین تنظیماتی برای سیستم های BIOS نیز پشتیبانی می کند. برای پیکربندی جدول پارتیشن GPT در BIOS ، (اگر قبلاً این کار انجام نشده است) برگردید و جدول پارتیشن را روی GPT تنظیم کنید ، سپس یک پارتیشن 8 مگابایتی بدون فرمت با پرچم bios_grub ایجاد کنید. برای راه اندازی٪ 1 سیستم BIOS با GPT ، یک پارتیشن 8 مگابایتی بدون قالب لازم است.</translation> <translation>جدول پارتیشن GPT بهترین گزینه برای همه سیستم ها است. این نصب از چنین تنظیماتی برای سیستم های BIOS نیز پشتیبانی می کند. برای پیکربندی جدول پارتیشن GPT در BIOS ، (اگر قبلاً این کار انجام نشده است) برگردید و جدول پارتیشن را روی GPT تنظیم کنید ، سپس یک پارتیشن 8 مگابایتی بدون فرمت با پرچم bios_grub ایجاد کنید. برای راه اندازی٪ 1 سیستم BIOS با GPT ، یک پارتیشن 8 مگابایتی بدون قالب لازم است.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>پارتیشن بوت رمزشده نیست</translation> <translation>پارتیشن بوت رمزشده نیست</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>یک پارتیشن بوت جداگانه همراه با یک پارتیشن ریشه ای رمزگذاری شده راه اندازی شده است ، اما پارتیشن بوت رمزگذاری نشده است. با این نوع تنظیمات مشکلات امنیتی وجود دارد ، زیرا پرونده های مهم سیستم در یک پارتیشن رمزگذاری نشده نگهداری می شوند. در صورت تمایل می توانید ادامه دهید ، اما باز کردن قفل سیستم فایل بعداً در هنگام راه اندازی سیستم اتفاق می افتد. برای رمزگذاری پارتیشن بوت ، به عقب برگردید و آن را دوباره ایجاد کنید ، رمزگذاری را در پنجره ایجاد پارتیشن انتخاب کنید.</translation> <translation>یک پارتیشن بوت جداگانه همراه با یک پارتیشن ریشه ای رمزگذاری شده راه اندازی شده است ، اما پارتیشن بوت رمزگذاری نشده است. با این نوع تنظیمات مشکلات امنیتی وجود دارد ، زیرا پرونده های مهم سیستم در یک پارتیشن رمزگذاری نشده نگهداری می شوند. در صورت تمایل می توانید ادامه دهید ، اما باز کردن قفل سیستم فایل بعداً در هنگام راه اندازی سیستم اتفاق می افتد. برای رمزگذاری پارتیشن بوت ، به عقب برگردید و آن را دوباره ایجاد کنید ، رمزگذاری را در پنجره ایجاد پارتیشن انتخاب کنید.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>حداقل یک دستگاه دیسک در دسترس دارد.</translation> <translation>حداقل یک دستگاه دیسک در دسترس دارد.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>هیچ پارتیشنی برای نصب وجود ندارد</translation> <translation>هیچ پارتیشنی برای نصب وجود ندارد</translation>
</message> </message>
@ -3044,12 +3069,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>بدون محصول</translation> <translation>بدون محصول</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>هیچ توضیحی وجود ندارد.</translation> <translation>هیچ توضیحی وجود ندارد.</translation>
</message> </message>

View File

@ -687,17 +687,42 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation>Poistettu onnistuneesti %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation>Poistettu käytöstä swap %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation>Tyhjennetty swap %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation>Suljettu laitekartoitus %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation>Poistettu käytöstä levyryhmä %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Tyhjennä osiointia varten tehdyt liitokset kohteesta %1</translation> <translation>Tyhjennä osiointia varten tehdyt liitokset kohteesta %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Tyhjennetään liitokset %1 osiointia varten.</translation> <translation>Tyhjennetään liitokset %1 osiointia varten.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Kaikki liitokset poistettu kohteesta %1</translation> <translation>Kaikki liitokset poistettu kohteesta %1</translation>
</message> </message>
@ -958,17 +983,17 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä.</tra
<translation>Ei käytössä</translation> <translation>Ei käytössä</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Yhteenveto</translation> <translation>Yhteenveto</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Tämä on yleiskuva siitä, mitä tapahtuu, kun asennusohjelma käynnistetään.</translation> <translation>Tämä on yleiskuva siitä, mitä tapahtuu, kun asennusohjelma käynnistetään.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Tämä on yleiskuva siitä, mitä tapahtuu asennuksen aloittamisen jälkeen.</translation> <translation>Tämä on yleiskuva siitä, mitä tapahtuu asennuksen aloittamisen jälkeen.</translation>
</message> </message>
@ -1251,22 +1276,22 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä.</tra
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Poista levyosio %1.</translation> <translation>Poista levyosio %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Poista levyosio &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Poista levyosio &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Poistetaan levyosiota %1.</translation> <translation>Poistetaan levyosiota %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Asennusohjelma epäonnistui osion %1 poistossa.</translation> <translation>Asennusohjelma epäonnistui osion %1 poistossa.</translation>
</message> </message>
@ -2445,17 +2470,17 @@ hiiren vieritystä skaalaamiseen.</translation>
<translation>Lomake</translation> <translation>Lomake</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Tuotteen nimi</translation> <translation>Tuotteen nimi</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>Nimilappu</translation> <translation>Nimilappu</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>Pitkä tuotekuvaus</translation> <translation>Pitkä tuotekuvaus</translation>
</message> </message>
@ -2824,47 +2849,47 @@ hiiren vieritystä skaalaamiseen.</translation>
<translation>Tiedostojärjestelmän on oltava tyyppiä FAT32.</translation> <translation>Tiedostojärjestelmän on oltava tyyppiä FAT32.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation>Tiedostojärjestelmän on oltava kooltaan vähintään %1 MiB.</translation> <translation>Tiedostojärjestelmän on oltava kooltaan vähintään %1 MiB.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation>Tiedostojärjestelmässä on oltava &lt;strong&gt;%1&lt;/strong&gt; lippu.</translation> <translation>Tiedostojärjestelmässä on oltava &lt;strong&gt;%1&lt;/strong&gt; lippu.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation>Voit jatkaa ilman EFI-järjestelmäosion määrittämistä, mutta järjestelmä ei ehkä käynnisty.</translation> <translation>Voit jatkaa ilman EFI-järjestelmäosion määrittämistä, mutta järjestelmä ei ehkä käynnisty.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>BIOS:ssa mahdollisuus käyttää GPT:</translation> <translation>BIOS:ssa mahdollisuus käyttää GPT:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>GPT-osiotaulukko on paras vaihtoehto kaikille järjestelmille. Tämä asennusohjelma tukee asennusta myös BIOS:n järjestelmään.&lt;br/&gt;&lt;br/&gt;Jos haluat määrittää GPT-osiotaulukon BIOS:ssa (jos sitä ei ole jo tehty) palaa takaisin ja aseta osiotaulukkoksi GPT. Luo seuraavaksi 8 Mb alustamaton osio &lt;strong&gt;bios_grub&lt;/strong&gt; lipulla käyttöön.&lt;br/&gt;&lt;br/&gt;Alustamaton 8 Mb osio on tarpeen %1:n käynnistämiseksi BIOS-järjestelmässä GPT:llä.</translation> <translation>GPT-osiotaulukko on paras vaihtoehto kaikille järjestelmille. Tämä asennusohjelma tukee asennusta myös BIOS:n järjestelmään.&lt;br/&gt;&lt;br/&gt;Jos haluat määrittää GPT-osiotaulukon BIOS:ssa (jos sitä ei ole jo tehty) palaa takaisin ja aseta osiotaulukkoksi GPT. Luo seuraavaksi 8 Mb alustamaton osio &lt;strong&gt;bios_grub&lt;/strong&gt; lipulla käyttöön.&lt;br/&gt;&lt;br/&gt;Alustamaton 8 Mb osio on tarpeen %1:n käynnistämiseksi BIOS-järjestelmässä GPT:llä.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Käynnistysosiota ei ole salattu</translation> <translation>Käynnistysosiota ei ole salattu</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Erillinen käynnistysosio perustettiin yhdessä salatun juuriosion kanssa, mutta käynnistysosio ei ole salattu.&lt;br/&gt;&lt;br/&gt;Tällaisissa asetuksissa on tietoturvaongelmia, koska tärkeät järjestelmätiedostot pidetään salaamattomassa osiossa.&lt;br/&gt;Voit jatkaa, jos haluat, mutta tiedostojärjestelmän lukituksen avaaminen tapahtuu myöhemmin järjestelmän käynnistyksen aikana.&lt;br/&gt;Käynnistysosion salaamiseksi siirry takaisin ja luo se uudelleen valitsemalla &lt;strong&gt;Salaa&lt;/strong&gt; osion luominen -ikkunassa. </translation> <translation>Erillinen käynnistysosio perustettiin yhdessä salatun juuriosion kanssa, mutta käynnistysosio ei ole salattu.&lt;br/&gt;&lt;br/&gt;Tällaisissa asetuksissa on tietoturvaongelmia, koska tärkeät järjestelmätiedostot pidetään salaamattomassa osiossa.&lt;br/&gt;Voit jatkaa, jos haluat, mutta tiedostojärjestelmän lukituksen avaaminen tapahtuu myöhemmin järjestelmän käynnistyksen aikana.&lt;br/&gt;Käynnistysosion salaamiseksi siirry takaisin ja luo se uudelleen valitsemalla &lt;strong&gt;Salaa&lt;/strong&gt; osion luominen -ikkunassa. </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>on vähintään yksi levy käytettävissä.</translation> <translation>on vähintään yksi levy käytettävissä.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>Asennettavia osioita ei ole.</translation> <translation>Asennettavia osioita ei ole.</translation>
</message> </message>
@ -3054,12 +3079,12 @@ Ulostulo:
<translation>Uutta satunnaista tiedostoa ei voitu luoda &lt;pre&gt;%1&lt;/pre&gt;.</translation> <translation>Uutta satunnaista tiedostoa ei voitu luoda &lt;pre&gt;%1&lt;/pre&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>Ei tuotetta</translation> <translation>Ei tuotetta</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>Kuvausta ei ole.</translation> <translation>Kuvausta ei ole.</translation>
</message> </message>

View File

@ -687,17 +687,42 @@ L'installateur se fermera et les changements seront perdus.</translation>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Retirer les montages pour les opérations de partitionnement sur %1</translation> <translation>Retirer les montages pour les opérations de partitionnement sur %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Libération des montages pour les opérations de partitionnement sur %1.</translation> <translation>Libération des montages pour les opérations de partitionnement sur %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Tous les montages ont é retirés pour %1</translation> <translation>Tous les montages ont é retirés pour %1</translation>
</message> </message>
@ -957,17 +982,17 @@ L'installateur se fermera et les changements seront perdus.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Résumé</translation> <translation>Résumé</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Ceci est un aperçu de ce qui va arriver lorsque vous commencerez la configuration.</translation> <translation>Ceci est un aperçu de ce qui va arriver lorsque vous commencerez la configuration.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Ceci est un aperçu de ce qui va arriver lorsque vous commencerez l'installation.</translation> <translation>Ceci est un aperçu de ce qui va arriver lorsque vous commencerez l'installation.</translation>
</message> </message>
@ -1250,22 +1275,22 @@ L'installateur se fermera et les changements seront perdus.</translation>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Supprimer la partition %1.</translation> <translation>Supprimer la partition %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Supprimer la partition &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Supprimer la partition &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Suppression de la partition %1.</translation> <translation>Suppression de la partition %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Le programme d'installation n'a pas pu supprimer la partition %1.</translation> <translation>Le programme d'installation n'a pas pu supprimer la partition %1.</translation>
</message> </message>
@ -2444,17 +2469,17 @@ L'installateur se fermera et les changements seront perdus.</translation>
<translation>Formulaire</translation> <translation>Formulaire</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Nom du produit</translation> <translation>Nom du produit</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>Étiquette de texte</translation> <translation>Étiquette de texte</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>Description complète du produit</translation> <translation>Description complète du produit</translation>
</message> </message>
@ -2823,47 +2848,47 @@ L'installateur se fermera et les changements seront perdus.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>Option pour utiliser GPT sur le BIOS</translation> <translation>Option pour utiliser GPT sur le BIOS</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>Une table de partition GPT est la meilleure option pour tous les systèmes. Ce programme d'installation prend également en charge une telle configuration pour les systèmes BIOS.&lt;br/&gt;&lt;br/&gt;Pour configurer une table de partition GPT sur le BIOS, (si ce n'est déjà fait) revenez en arrière et définissez la table de partition sur GPT, puis créez une partition non formatée de 8 Mo avec l'indicateur &lt;strong&gt;bios_grub&lt;/strong&gt; activé.&lt;br/&gt;&lt;br/&gt;Une partition de 8 Mo non formatée est nécessaire pour démarrer %1 sur un système BIOS avec GPT.</translation> <translation>Une table de partition GPT est la meilleure option pour tous les systèmes. Ce programme d'installation prend également en charge une telle configuration pour les systèmes BIOS.&lt;br/&gt;&lt;br/&gt;Pour configurer une table de partition GPT sur le BIOS, (si ce n'est déjà fait) revenez en arrière et définissez la table de partition sur GPT, puis créez une partition non formatée de 8 Mo avec l'indicateur &lt;strong&gt;bios_grub&lt;/strong&gt; activé.&lt;br/&gt;&lt;br/&gt;Une partition de 8 Mo non formatée est nécessaire pour démarrer %1 sur un système BIOS avec GPT.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Partition d'amorçage non chiffrée.</translation> <translation>Partition d'amorçage non chiffrée.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Une partition d'amorçage distincte a été configurée avec une partition racine chiffrée, mais la partition d'amorçage n'est pas chiffrée. &lt;br/&gt; &lt;br/&gt; Il y a des problèmes de sécurité avec ce type d'installation, car des fichiers système importants sont conservés sur une partition non chiffrée &lt;br/&gt; Vous pouvez continuer si vous le souhaitez, mais le déverrouillage du système de fichiers se produira plus tard au démarrage du système. &lt;br/&gt; Pour chiffrer la partition d'amorçage, revenez en arrière et recréez-la, en sélectionnant &lt;strong&gt; Chiffrer &lt;/ strong&gt; dans la partition Fenêtre de création.</translation> <translation>Une partition d'amorçage distincte a été configurée avec une partition racine chiffrée, mais la partition d'amorçage n'est pas chiffrée. &lt;br/&gt; &lt;br/&gt; Il y a des problèmes de sécurité avec ce type d'installation, car des fichiers système importants sont conservés sur une partition non chiffrée &lt;br/&gt; Vous pouvez continuer si vous le souhaitez, mais le déverrouillage du système de fichiers se produira plus tard au démarrage du système. &lt;br/&gt; Pour chiffrer la partition d'amorçage, revenez en arrière et recréez-la, en sélectionnant &lt;strong&gt; Chiffrer &lt;/ strong&gt; dans la partition Fenêtre de création.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>a au moins un disque disponible.</translation> <translation>a au moins un disque disponible.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>Il n'y a pas de partition pour l'installation</translation> <translation>Il n'y a pas de partition pour l'installation</translation>
</message> </message>
@ -3054,12 +3079,12 @@ Sortie
<translation>Impossible de créer le nouveau fichier aléatoire &lt;pre&gt;%1&lt;/pre&gt;.</translation> <translation>Impossible de créer le nouveau fichier aléatoire &lt;pre&gt;%1&lt;/pre&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>Aucun produit</translation> <translation>Aucun produit</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>Aucune description fournie.</translation> <translation>Aucune description fournie.</translation>
</message> </message>

View File

@ -681,17 +681,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -951,17 +976,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1244,22 +1269,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2436,17 +2461,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2815,47 +2840,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3042,12 +3067,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -683,17 +683,42 @@ Il program di instalazion al jessarà e dutis lis modifichis a laran pierdudis.<
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Netâ i ponts di montaç pes operazions di partizionament su %1</translation> <translation>Netâ i ponts di montaç pes operazions di partizionament su %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Daûr a netâ i ponts di montaç pes operazions di partizionament su %1.</translation> <translation>Daûr a netâ i ponts di montaç pes operazions di partizionament su %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Netâts ducj i ponts di montaç par %1</translation> <translation>Netâts ducj i ponts di montaç par %1</translation>
</message> </message>
@ -953,17 +978,17 @@ Il program di instalazion al jessarà e dutis lis modifichis a laran pierdudis.<
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Sintesi</translation> <translation>Sintesi</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Cheste e je une panoramiche di ce che al sucedarà une volte inviade la procedure di configurazion.</translation> <translation>Cheste e je une panoramiche di ce che al sucedarà une volte inviade la procedure di configurazion.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Cheste e je une panoramiche di ce che al sucedarà une volte inviade la procedure di instalazion.</translation> <translation>Cheste e je une panoramiche di ce che al sucedarà une volte inviade la procedure di instalazion.</translation>
</message> </message>
@ -1246,22 +1271,22 @@ Il program di instalazion al jessarà e dutis lis modifichis a laran pierdudis.<
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Eliminâ partizion %1.</translation> <translation>Eliminâ partizion %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Eliminâ partizion &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Eliminâ partizion &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Daûr a eliminâ la partizion %1.</translation> <translation>Daûr a eliminâ la partizion %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Il program di instalazion nol è rivât a eliminâ la partizion %1.</translation> <translation>Il program di instalazion nol è rivât a eliminâ la partizion %1.</translation>
</message> </message>
@ -2440,17 +2465,17 @@ Il program di instalazion al jessarà e dutis lis modifichis a laran pierdudis.<
<translation>Formulari</translation> <translation>Formulari</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Non prodot</translation> <translation>Non prodot</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>EticheteTest</translation> <translation>EticheteTest</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>Descrizion estese dal prodot</translation> <translation>Descrizion estese dal prodot</translation>
</message> </message>
@ -2819,47 +2844,47 @@ Il program di instalazion al jessarà e dutis lis modifichis a laran pierdudis.<
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>Opzion par doprâ GPT su BIOS</translation> <translation>Opzion par doprâ GPT su BIOS</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>La miôr opzion par ducj i sistemis e je une tabele des partizions GPT. Il program di instalazion al supuarte ancje chest gjenar di configurazion pai sistemis BIOS.&lt;br/&gt;&lt;br/&gt;Par configurâ une tabele des partizions GPT su BIOS, (se nol è za stât fat) torne indaûr e met a GPT la tabele des partizions, dopo cree une partizion no formatade di 8MB cu la opzion &lt;strong&gt;bios_grup&lt;/strong&gt; abilitade. &lt;br/&gt;&lt;br/&gt;Une partizion no formatade di 8MB e je necessarie par inviâ %1 su sistemsi BIOS cun GPT.</translation> <translation>La miôr opzion par ducj i sistemis e je une tabele des partizions GPT. Il program di instalazion al supuarte ancje chest gjenar di configurazion pai sistemis BIOS.&lt;br/&gt;&lt;br/&gt;Par configurâ une tabele des partizions GPT su BIOS, (se nol è za stât fat) torne indaûr e met a GPT la tabele des partizions, dopo cree une partizion no formatade di 8MB cu la opzion &lt;strong&gt;bios_grup&lt;/strong&gt; abilitade. &lt;br/&gt;&lt;br/&gt;Une partizion no formatade di 8MB e je necessarie par inviâ %1 su sistemsi BIOS cun GPT.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Partizion di inviament no cifrade</translation> <translation>Partizion di inviament no cifrade</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>E je stade configurade une partizion di inviament separade adun cuntune partizion lidrîs cifrade, ma la partizion di inviament no je cifrade.&lt;br/&gt;&lt;br/&gt; A esistin problemis di sigurece cun chest gjenar di configurazion, par vie che i file di sisteme impuartants a vegnin tignûts intune partizion no cifrade.&lt;br/&gt;Tu puedis continuâ se tu lu desideris, ma il sbloc dal filesystem al sucedarà plui indenant tal inviament dal sisteme.&lt;br/&gt;Par cifrâ la partizion di inviament, torne indaûr e torne creile, selezionant &lt;strong&gt;Cifrâ&lt;/strong&gt; tal barcon di creazion de partizion.</translation> <translation>E je stade configurade une partizion di inviament separade adun cuntune partizion lidrîs cifrade, ma la partizion di inviament no je cifrade.&lt;br/&gt;&lt;br/&gt; A esistin problemis di sigurece cun chest gjenar di configurazion, par vie che i file di sisteme impuartants a vegnin tignûts intune partizion no cifrade.&lt;br/&gt;Tu puedis continuâ se tu lu desideris, ma il sbloc dal filesystem al sucedarà plui indenant tal inviament dal sisteme.&lt;br/&gt;Par cifrâ la partizion di inviament, torne indaûr e torne creile, selezionant &lt;strong&gt;Cifrâ&lt;/strong&gt; tal barcon di creazion de partizion.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>al à almancul une unitât disc disponibil.</translation> <translation>al à almancul une unitât disc disponibil.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>No son partizions dulà a instalâ.</translation> <translation>No son partizions dulà a instalâ.</translation>
</message> </message>
@ -3049,12 +3074,12 @@ Output:
<translation>Impussibil creâ il gnûf file casuâl &lt;pre&gt;%1&lt;/pre&gt;.</translation> <translation>Impussibil creâ il gnûf file casuâl &lt;pre&gt;%1&lt;/pre&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>Nissun prodot</translation> <translation>Nissun prodot</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>Nissune descrizion dade.</translation> <translation>Nissune descrizion dade.</translation>
</message> </message>

View File

@ -683,17 +683,42 @@ O instalador pecharase e perderanse todos os cambios.</translation>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Desmontar os volumes para levar a cabo as operacións de particionado en %1</translation> <translation>Desmontar os volumes para levar a cabo as operacións de particionado en %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Desmontando os volumes para levar a cabo as operacións de particionado en %1.</translation> <translation>Desmontando os volumes para levar a cabo as operacións de particionado en %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Os volumes para %1 foron desmontados</translation> <translation>Os volumes para %1 foron desmontados</translation>
</message> </message>
@ -953,17 +978,17 @@ O instalador pecharase e perderanse todos os cambios.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Resumo</translation> <translation>Resumo</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Esta é unha vista xeral do que vai acontecer cando inicie o procedemento de instalación.</translation> <translation>Esta é unha vista xeral do que vai acontecer cando inicie o procedemento de instalación.</translation>
</message> </message>
@ -1246,22 +1271,22 @@ O instalador pecharase e perderanse todos os cambios.</translation>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Eliminar partición %1.</translation> <translation>Eliminar partición %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Eliminar partición &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Eliminar partición &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Eliminando partición %1</translation> <translation>Eliminando partición %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>O instalador fallou ó eliminar a partición %1</translation> <translation>O instalador fallou ó eliminar a partición %1</translation>
</message> </message>
@ -2438,17 +2463,17 @@ O instalador pecharase e perderanse todos os cambios.</translation>
<translation>Formulario</translation> <translation>Formulario</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>EtiquetaTexto</translation> <translation>EtiquetaTexto</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2817,47 +2842,47 @@ O instalador pecharase e perderanse todos os cambios.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>A partición de arranque non está cifrada</translation> <translation>A partición de arranque non está cifrada</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Configurouse unha partición de arranque separada xunto cunha partición raíz cifrada, mais a partición raíz non está cifrada.&lt;br/&gt;&lt;br/&gt;Con este tipo de configuración preocupa a seguranza porque nunha partición sen cifrar grávanse ficheiros de sistema importantes.&lt;br/&gt;Pode continuar, se así o desexa, mais o desbloqueo do sistema de ficheiros producirase máis tarde durante o arranque do sistema.&lt;br/&gt;Para cifrar unha partición raíz volva atrás e créea de novo, seleccionando &lt;strong&gt;Cifrar&lt;/strong&gt; na xanela de creación de particións.</translation> <translation>Configurouse unha partición de arranque separada xunto cunha partición raíz cifrada, mais a partición raíz non está cifrada.&lt;br/&gt;&lt;br/&gt;Con este tipo de configuración preocupa a seguranza porque nunha partición sen cifrar grávanse ficheiros de sistema importantes.&lt;br/&gt;Pode continuar, se así o desexa, mais o desbloqueo do sistema de ficheiros producirase máis tarde durante o arranque do sistema.&lt;br/&gt;Para cifrar unha partición raíz volva atrás e créea de novo, seleccionando &lt;strong&gt;Cifrar&lt;/strong&gt; na xanela de creación de particións.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3047,12 +3072,12 @@ Saída:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -681,17 +681,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -951,17 +976,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1244,22 +1269,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2436,17 +2461,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2815,47 +2840,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3042,12 +3067,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -691,17 +691,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation>הניתוק של %1 הצליח.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation>שטח ההחלפה %1 הושבת בהצלחה.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation>שטח ההחלפה %1 התפנה בהצלחה.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation>התקן המיפוי %1 נסגר בהצלחה.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation>קבוצת הכרכים %1 הושבתה בהצלחה.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>מחיקת נקודות עיגון עבור פעולות חלוקה למחיצות על %1.</translation> <translation>מחיקת נקודות עיגון עבור פעולות חלוקה למחיצות על %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>מתבצעת מחיקה של נקודות עיגון לטובת פעולות חלוקה למחיצות על %1.</translation> <translation>מתבצעת מחיקה של נקודות עיגון לטובת פעולות חלוקה למחיצות על %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>כל נקודות העיגון על %1 נמחקו.</translation> <translation>כל נקודות העיגון על %1 נמחקו.</translation>
</message> </message>
@ -961,17 +986,17 @@ The installer will quit and all changes will be lost.</source>
<translation>ללא</translation> <translation>ללא</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>סיכום</translation> <translation>סיכום</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>זו סקירה של מה שיקרה לאחר התחלת תהליך ההתקנה.</translation> <translation>זו סקירה של מה שיקרה לאחר התחלת תהליך ההתקנה.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>להלן סקירת המאורעות שיתרחשו עם תחילת תהליך ההתקנה.</translation> <translation>להלן סקירת המאורעות שיתרחשו עם תחילת תהליך ההתקנה.</translation>
</message> </message>
@ -1254,22 +1279,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>מחיקת המחיצה %1.</translation> <translation>מחיקת המחיצה %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>מחיקת המחיצה &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>מחיקת המחיצה &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>מחיקת המחיצה %1 מתבצעת.</translation> <translation>מחיקת המחיצה %1 מתבצעת.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>אשף ההתקנה נכשל במחיקת המחיצה %1.</translation> <translation>אשף ההתקנה נכשל במחיקת המחיצה %1.</translation>
</message> </message>
@ -2466,17 +2491,17 @@ The installer will quit and all changes will be lost.</source>
<translation>Form</translation> <translation>Form</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>שם המוצר</translation> <translation>שם המוצר</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>תווית טקסט</translation> <translation>תווית טקסט</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>תיאור ארוך של המוצר</translation> <translation>תיאור ארוך של המוצר</translation>
</message> </message>
@ -2845,47 +2870,47 @@ The installer will quit and all changes will be lost.</source>
<translation>מערכת הקבצים חייבת להיות מסוג FAT32.</translation> <translation>מערכת הקבצים חייבת להיות מסוג FAT32.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation>גודל מערכת הקבצים חייב להיות לפחות %1 MIB.</translation> <translation>גודל מערכת הקבצים חייב להיות לפחות %1 MIB.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation>למערכת הקבצים חייב להיות מוגדר הדגלון &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>למערכת הקבצים חייב להיות מוגדר הדגלון &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation>ניתן להמשיך ללא הקמת מחיצת מערכת EFI אך המערכת שלך לא תצליח להיטען.</translation> <translation>ניתן להמשיך ללא הקמת מחיצת מערכת EFI אך המערכת שלך לא תצליח להיטען.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>אפשרות להשתמש ב־GPT או ב־BIOS</translation> <translation>אפשרות להשתמש ב־GPT או ב־BIOS</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>טבלת מחיצות מסוג GPT היא האפשרות הטובה ביותר בכל המערכות. תכנית התקנה זו תומכת גם במערכות מסוג BIOS.&lt;br/&gt;&lt;br/&gt;כדי להגדיר טבלת מחיצות מסוג GPT על גבי BIOS, (אם זה טרם בוצע) יש לחזור ולהגדיר את טבלת המחיצות ל־GPT, לאחר מכן יש ליצור מחיצה של 8 מ״ב ללא פירמוט עם הדגלון &lt;strong&gt;bios_grub&lt;/strong&gt; פעיל.&lt;br/&gt;&lt;br/&gt;מחיצה בלתי מפורמטת בגודל 8 מ״ב נחוצה לטובת הפעלת %1 על מערכת מסוג BIOS עם GPT.</translation> <translation>טבלת מחיצות מסוג GPT היא האפשרות הטובה ביותר בכל המערכות. תכנית התקנה זו תומכת גם במערכות מסוג BIOS.&lt;br/&gt;&lt;br/&gt;כדי להגדיר טבלת מחיצות מסוג GPT על גבי BIOS, (אם זה טרם בוצע) יש לחזור ולהגדיר את טבלת המחיצות ל־GPT, לאחר מכן יש ליצור מחיצה של 8 מ״ב ללא פירמוט עם הדגלון &lt;strong&gt;bios_grub&lt;/strong&gt; פעיל.&lt;br/&gt;&lt;br/&gt;מחיצה בלתי מפורמטת בגודל 8 מ״ב נחוצה לטובת הפעלת %1 על מערכת מסוג BIOS עם GPT.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>מחיצת האתחול (Boot) אינה מוצפנת</translation> <translation>מחיצת האתחול (Boot) אינה מוצפנת</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>מחיצת אתחול, boot, נפרדת הוגדרה יחד עם מחיצת מערכת ההפעלה, root, מוצפנת, אך מחיצת האתחול לא הוצפנה.&lt;br/&gt;&lt;br/&gt; ישנן השלכות בטיחותיות עם התצורה שהוגדרה, מכיוון שקובצי מערכת חשובים נשמרים על מחיצה לא מוצפנת.&lt;br/&gt;ניתן להמשיך אם זהו רצונך, אך שחרור מערכת הקבצים יתרחש מאוחר יותר כחלק מהאתחול.&lt;br/&gt;בכדי להצפין את מחיצת האתחול, יש לחזור וליצור אותה מחדש, על ידי בחירה ב &lt;strong&gt;הצפנה&lt;/strong&gt; בחלונית יצירת המחיצה.</translation> <translation>מחיצת אתחול, boot, נפרדת הוגדרה יחד עם מחיצת מערכת ההפעלה, root, מוצפנת, אך מחיצת האתחול לא הוצפנה.&lt;br/&gt;&lt;br/&gt; ישנן השלכות בטיחותיות עם התצורה שהוגדרה, מכיוון שקובצי מערכת חשובים נשמרים על מחיצה לא מוצפנת.&lt;br/&gt;ניתן להמשיך אם זהו רצונך, אך שחרור מערכת הקבצים יתרחש מאוחר יותר כחלק מהאתחול.&lt;br/&gt;בכדי להצפין את מחיצת האתחול, יש לחזור וליצור אותה מחדש, על ידי בחירה ב &lt;strong&gt;הצפנה&lt;/strong&gt; בחלונית יצירת המחיצה.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>יש לפחות התקן כונן אחד זמין.</translation> <translation>יש לפחות התקן כונן אחד זמין.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>אין מחיצות להתקין עליהן.</translation> <translation>אין מחיצות להתקין עליהן.</translation>
</message> </message>
@ -3075,12 +3100,12 @@ Output:
<translation>לא ניתן ליצור קובץ אקראי חדש &lt;pre&gt;%1&lt;/pre&gt;.</translation> <translation>לא ניתן ליצור קובץ אקראי חדש &lt;pre&gt;%1&lt;/pre&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>אין מוצר</translation> <translation>אין מוצר</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>לא סופק תיאור.</translation> <translation>לא סופק תיאור.</translation>
</message> </message>

View File

@ -687,17 +687,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>%1 ि </translation> <translation>%1 ि </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>%1 ि </translation> <translation>%1 ि </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>%1 ि ि </translation> <translation>%1 ि ि </translation>
</message> </message>
@ -957,17 +982,17 @@ The installer will quit and all changes will be lost.</source>
<translation> </translation> <translation> </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation> ि ि </translation> <translation> ि ि </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation> ि </translation> <translation> ि </translation>
</message> </message>
@ -1250,22 +1275,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>ि %1 </translation> <translation>ि %1 </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>ि &lt;strong&gt;%1&lt;/strong&gt; </translation> <translation>ि &lt;strong&gt;%1&lt;/strong&gt; </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>%1 ि </translation> <translation>%1 ि </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation> ि %1 ि </translation> <translation> ि %1 ि </translation>
</message> </message>
@ -2444,17 +2469,17 @@ The installer will quit and all changes will be lost.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation> </translation> <translation> </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>TextLabel</translation> <translation>TextLabel</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation> ि ि</translation> <translation> ि ि</translation>
</message> </message>
@ -2823,47 +2848,47 @@ The installer will quit and all changes will be lost.</source>
<translation> ि FAT32 </translation> <translation> ि FAT32 </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation> ि -- %1 </translation> <translation> ि -- %1 </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation> ि &lt;strong&gt;%1&lt;/strong&gt; </translation> <translation> ि &lt;strong&gt;%1&lt;/strong&gt; </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation> ि EFI ि ि ि ि </translation> <translation> ि EFI ि ि ि ि </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>BIOS GPT ि ि</translation> <translation>BIOS GPT ि ि</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>GPT ि ि ि ि BIOS ि &lt;br/&gt;&lt;br/&gt;BIOS GPT ि ि ि , ( ) ि ि GPT , ि 8 MB ि ि ि &lt;strong&gt;bios_grub&lt;/strong&gt; का flag हो।&lt;br/&gt;&lt;br/&gt; ि 8 MB ि %1 BIOS ि GPT ि </translation> <translation>GPT ि ि ि ि BIOS ि &lt;br/&gt;&lt;br/&gt;BIOS GPT ि ि ि , ( ) ि ि GPT , ि 8 MB ि ि ि &lt;strong&gt;bios_grub&lt;/strong&gt; का flag हो।&lt;br/&gt;&lt;br/&gt; ि 8 MB ि %1 BIOS ि GPT ि </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation> ि ि </translation> <translation> ि ि </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>ि ि ि ि , ि ि &lt;br/&gt;&lt;br/&gt; ि ि ि ि ि &lt;br/&gt; , ि ि ि &lt;br/&gt; ि ि ि ि ि ि &lt;strong&gt;ि&lt;/strong&gt; </translation> <translation>ि ि ि ि , ि ि &lt;br/&gt;&lt;br/&gt; ि ि ि ि ि &lt;br/&gt; , ि ि ि &lt;br/&gt; ि ि ि ि ि ि &lt;strong&gt;ि&lt;/strong&gt; </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>-- ि ि </translation> <translation>-- ि ि </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation> ि </translation> <translation> ि </translation>
</message> </message>
@ -3053,12 +3078,12 @@ Output:
<translation> ि &lt;pre&gt;%1&lt;/pre&gt; </translation> <translation> ि &lt;pre&gt;%1&lt;/pre&gt; </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation> </translation> <translation> </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation> ि ि </translation> <translation> ि ि </translation>
</message> </message>

View File

@ -681,17 +681,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -951,17 +976,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1244,22 +1269,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2436,17 +2461,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2815,47 +2840,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3042,12 +3067,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -689,17 +689,42 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Ukloni montiranja za operacije s particijama na %1</translation> <translation>Ukloni montiranja za operacije s particijama na %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Uklanjam montiranja za operacija s particijama na %1.</translation> <translation>Uklanjam montiranja za operacija s particijama na %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Uklonjena sva montiranja za %1</translation> <translation>Uklonjena sva montiranja za %1</translation>
</message> </message>
@ -959,17 +984,17 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio
<translation>Nijedan</translation> <translation>Nijedan</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Sažetak</translation> <translation>Sažetak</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Ovo je prikaz događaja koji će uslijediti jednom kad počne instalacijska procedura.</translation> <translation>Ovo je prikaz događaja koji će uslijediti jednom kad počne instalacijska procedura.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Ovo je prikaz događaja koji će uslijediti jednom kad počne instalacijska procedura.</translation> <translation>Ovo je prikaz događaja koji će uslijediti jednom kad počne instalacijska procedura.</translation>
</message> </message>
@ -1252,22 +1277,22 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Obriši particiju %1.</translation> <translation>Obriši particiju %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Obriši particiju &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Obriši particiju &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Brišem particiju %1.</translation> <translation>Brišem particiju %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Instalacijski program nije uspio izbrisati particiju %1.</translation> <translation>Instalacijski program nije uspio izbrisati particiju %1.</translation>
</message> </message>
@ -2455,17 +2480,17 @@ te korištenjem tipki +/- ili skrolanjem miša za zumiranje.</translation>
<translation>Oblik</translation> <translation>Oblik</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Ime proizvoda</translation> <translation>Ime proizvoda</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>OznakaTeksta</translation> <translation>OznakaTeksta</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>Dugi opis proizvoda</translation> <translation>Dugi opis proizvoda</translation>
</message> </message>
@ -2834,47 +2859,47 @@ te korištenjem tipki +/- ili skrolanjem miša za zumiranje.</translation>
<translation>Datotečni sustav mora biti FAT32.</translation> <translation>Datotečni sustav mora biti FAT32.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation>Datotečni sustav mora biti veličine od najmanje %1 MiB.</translation> <translation>Datotečni sustav mora biti veličine od najmanje %1 MiB.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation>Datotečni sustav mora imati postavljenu oznaku &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Datotečni sustav mora imati postavljenu oznaku &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation>Možete nastaviti bez postavljanja EFI particije, ali vaš se sustav možda neće pokrenuti.</translation> <translation>Možete nastaviti bez postavljanja EFI particije, ali vaš se sustav možda neće pokrenuti.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>Mogućnost korištenja GPT-a na BIOS-u</translation> <translation>Mogućnost korištenja GPT-a na BIOS-u</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>GPT tablica particija je najbolja opcija za sve sustave. Ovaj instalacijski program podržava takvo postavljanje i za BIOS sustave. &lt;br/&gt;&lt;br/&gt;Da biste konfigurirali GPT particijsku tablicu za BIOS sustave, (ako to već nije učinjeno) vratite se natrag i postavite particijsku tablicu na GPT, a zatim stvorite neformatiranu particiju od 8 MB s omogućenom oznakom &lt;strong&gt;bios_grub&lt;/strong&gt;. &lt;br/&gt;&lt;br/&gt;Neformirana particija od 8 MB potrebna je za pokretanje %1 na BIOS sustavu s GPT-om.</translation> <translation>GPT tablica particija je najbolja opcija za sve sustave. Ovaj instalacijski program podržava takvo postavljanje i za BIOS sustave. &lt;br/&gt;&lt;br/&gt;Da biste konfigurirali GPT particijsku tablicu za BIOS sustave, (ako to već nije učinjeno) vratite se natrag i postavite particijsku tablicu na GPT, a zatim stvorite neformatiranu particiju od 8 MB s omogućenom oznakom &lt;strong&gt;bios_grub&lt;/strong&gt;. &lt;br/&gt;&lt;br/&gt;Neformirana particija od 8 MB potrebna je za pokretanje %1 na BIOS sustavu s GPT-om.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Boot particija nije kriptirana</translation> <translation>Boot particija nije kriptirana</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Odvojena boot particija je postavljena zajedno s kriptiranom root particijom, ali boot particija nije kriptirana.&lt;br/&gt;&lt;br/&gt;Zabrinuti smo za vašu sigurnost jer su važne datoteke sustava na nekriptiranoj particiji.&lt;br/&gt;Možete nastaviti ako želite, ali datotečni sustav će se otključati kasnije tijekom pokretanja sustava.&lt;br/&gt;Da bi ste kriptirali boot particiju, vratite se natrag i napravite ju, odabirom opcije &lt;strong&gt;Kriptiraj&lt;/strong&gt; u prozoru za stvaranje prarticije.</translation> <translation>Odvojena boot particija je postavljena zajedno s kriptiranom root particijom, ali boot particija nije kriptirana.&lt;br/&gt;&lt;br/&gt;Zabrinuti smo za vašu sigurnost jer su važne datoteke sustava na nekriptiranoj particiji.&lt;br/&gt;Možete nastaviti ako želite, ali datotečni sustav će se otključati kasnije tijekom pokretanja sustava.&lt;br/&gt;Da bi ste kriptirali boot particiju, vratite se natrag i napravite ju, odabirom opcije &lt;strong&gt;Kriptiraj&lt;/strong&gt; u prozoru za stvaranje prarticije.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>ima barem jedan disk dostupan.</translation> <translation>ima barem jedan disk dostupan.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>Ne postoje particije na koje bi se instalirao sustav.</translation> <translation>Ne postoje particije na koje bi se instalirao sustav.</translation>
</message> </message>
@ -3064,12 +3089,12 @@ Izlaz:
<translation>Ne mogu stvoriti slučajnu datoteku &lt;pre&gt;%1&lt;/pre&gt;.</translation> <translation>Ne mogu stvoriti slučajnu datoteku &lt;pre&gt;%1&lt;/pre&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>Nema proizvoda</translation> <translation>Nema proizvoda</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>Nije naveden opis.</translation> <translation>Nije naveden opis.</translation>
</message> </message>

View File

@ -683,17 +683,42 @@ Minden változtatás elveszik, ha kilépsz a telepítőből.</translation>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>%1 csatolás törlése partícionáláshoz</translation> <translation>%1 csatolás törlése partícionáláshoz</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>%1 csatolás törlése partícionáláshoz</translation> <translation>%1 csatolás törlése partícionáláshoz</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>%1 minden csatolása törölve</translation> <translation>%1 minden csatolása törölve</translation>
</message> </message>
@ -954,17 +979,17 @@ Telepítés nem folytatható. &lt;a href="#details"&gt;Részletek...&lt;/a&gt;</
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Összefoglalás</translation> <translation>Összefoglalás</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Összefoglaló arról mi fog történni a telepítés során.</translation> <translation>Összefoglaló arról mi fog történni a telepítés során.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Ez áttekintése annak, hogy mi fog történni, ha megkezded a telepítést.</translation> <translation>Ez áttekintése annak, hogy mi fog történni, ha megkezded a telepítést.</translation>
</message> </message>
@ -1247,22 +1272,22 @@ Telepítés nem folytatható. &lt;a href="#details"&gt;Részletek...&lt;/a&gt;</
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>%1 partíció törlése</translation> <translation>%1 partíció törlése</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>A következő partíció törlése: &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>A következő partíció törlése: &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>%1 partíció törlése</translation> <translation>%1 partíció törlése</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>A telepítő nem tudta törölni a %1 partíciót.</translation> <translation>A telepítő nem tudta törölni a %1 partíciót.</translation>
</message> </message>
@ -2439,17 +2464,17 @@ Telepítés nem folytatható. &lt;a href="#details"&gt;Részletek...&lt;/a&gt;</
<translation>Adatlap</translation> <translation>Adatlap</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>Szöveges címke</translation> <translation>Szöveges címke</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2818,47 +2843,47 @@ Telepítés nem folytatható. &lt;a href="#details"&gt;Részletek...&lt;/a&gt;</
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Indító partíció nincs titkosítva</translation> <translation>Indító partíció nincs titkosítva</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Egy külön indító partíció lett beállítva egy titkosított root partícióval, de az indító partíció nincs titkosítva.br/&gt;&lt;br/&gt;Biztonsági aggályok merülnek fel ilyen beállítás mellet, mert fontos fájlok nem titkosított partíción vannak tárolva. &lt;br/&gt;Ha szeretnéd, folytathatod így, de a fájlrendszer zárolása meg fog történni az indítás után. &lt;br/&gt; Az indító partíció titkosításához lépj vissza és az újra létrehozáskor válaszd a &lt;strong&gt;Titkosít&lt;/strong&gt; opciót.</translation> <translation>Egy külön indító partíció lett beállítva egy titkosított root partícióval, de az indító partíció nincs titkosítva.br/&gt;&lt;br/&gt;Biztonsági aggályok merülnek fel ilyen beállítás mellet, mert fontos fájlok nem titkosított partíción vannak tárolva. &lt;br/&gt;Ha szeretnéd, folytathatod így, de a fájlrendszer zárolása meg fog történni az indítás után. &lt;br/&gt; Az indító partíció titkosításához lépj vissza és az újra létrehozáskor válaszd a &lt;strong&gt;Titkosít&lt;/strong&gt; opciót.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>legalább egy lemez eszköz elérhető.</translation> <translation>legalább egy lemez eszköz elérhető.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3048,12 +3073,12 @@ Kimenet:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -680,17 +680,42 @@ Instalasi akan ditutup dan semua perubahan akan hilang.</translation>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Lepaskan semua kaitan untuk operasi pemartisian pada %1</translation> <translation>Lepaskan semua kaitan untuk operasi pemartisian pada %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Melepas semua kaitan untuk operasi pemartisian pada %1</translation> <translation>Melepas semua kaitan untuk operasi pemartisian pada %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Semua kaitan dilepas untuk %1</translation> <translation>Semua kaitan dilepas untuk %1</translation>
</message> </message>
@ -951,17 +976,17 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.</translat
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Ikhtisar</translation> <translation>Ikhtisar</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Berikut adalah tinjauan mengenai yang akan terjadi setelah Anda memulai prosedur instalasi.</translation> <translation>Berikut adalah tinjauan mengenai yang akan terjadi setelah Anda memulai prosedur instalasi.</translation>
</message> </message>
@ -1244,22 +1269,22 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.</translat
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Hapus partisi %1.</translation> <translation>Hapus partisi %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Hapus partisi &lt;strong&gt;%1&lt;/strong&gt;</translation> <translation>Hapus partisi &lt;strong&gt;%1&lt;/strong&gt;</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Menghapus partisi %1.</translation> <translation>Menghapus partisi %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Installer gagal untuk menghapus partisi %1.</translation> <translation>Installer gagal untuk menghapus partisi %1.</translation>
</message> </message>
@ -2427,17 +2452,17 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.</translat
<translation>Formulir</translation> <translation>Formulir</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>Label teks</translation> <translation>Label teks</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2806,47 +2831,47 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.</translat
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Partisi boot tidak dienkripsi</translation> <translation>Partisi boot tidak dienkripsi</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Sebuah partisi tersendiri telah terset bersama dengan sebuah partisi root terenkripsi, tapi partisi boot tidak terenkripsi.&lt;br/&gt;&lt;br/&gt;Ada kekhawatiran keamanan dengan jenis setup ini, karena file sistem penting tetap pada partisi tak terenkripsi.&lt;br/&gt;Kamu bisa melanjutkan jika kamu menghendaki, tapi filesystem unlocking akan terjadi nanti selama memulai sistem.&lt;br/&gt;Untuk mengenkripsi partisi boot, pergi mundur dan menciptakannya ulang, memilih &lt;strong&gt;Encrypt&lt;/strong&gt; di jendela penciptaan partisi.</translation> <translation>Sebuah partisi tersendiri telah terset bersama dengan sebuah partisi root terenkripsi, tapi partisi boot tidak terenkripsi.&lt;br/&gt;&lt;br/&gt;Ada kekhawatiran keamanan dengan jenis setup ini, karena file sistem penting tetap pada partisi tak terenkripsi.&lt;br/&gt;Kamu bisa melanjutkan jika kamu menghendaki, tapi filesystem unlocking akan terjadi nanti selama memulai sistem.&lt;br/&gt;Untuk mengenkripsi partisi boot, pergi mundur dan menciptakannya ulang, memilih &lt;strong&gt;Encrypt&lt;/strong&gt; di jendela penciptaan partisi.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3036,12 +3061,12 @@ Keluaran:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -679,17 +679,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -949,17 +974,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1242,22 +1267,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2425,17 +2450,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2804,47 +2829,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3031,12 +3056,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -681,17 +681,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -951,17 +976,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Resume</translation> <translation>Resume</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1244,22 +1269,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2436,17 +2461,17 @@ The installer will quit and all changes will be lost.</source>
<translation>Redimensionar un gruppe de tomes</translation> <translation>Redimensionar un gruppe de tomes</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2815,47 +2840,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>Ne existe disponibil partitiones por installation.</translation> <translation>Ne existe disponibil partitiones por installation.</translation>
</message> </message>
@ -3042,12 +3067,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -682,17 +682,42 @@ Uppsetningarforritið mun hætta og allar breytingar tapast.</translation>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Hreinsaði alla tengipunkta fyrir %1</translation> <translation>Hreinsaði alla tengipunkta fyrir %1</translation>
</message> </message>
@ -952,17 +977,17 @@ Uppsetningarforritið mun hætta og allar breytingar tapast.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Yfirlit</translation> <translation>Yfirlit</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Þetta er yfirlit yfir þ sem mun gerast þegar þú byrjar setja upp aðferð.</translation> <translation>Þetta er yfirlit yfir þ sem mun gerast þegar þú byrjar setja upp aðferð.</translation>
</message> </message>
@ -1245,22 +1270,22 @@ Uppsetningarforritið mun hætta og allar breytingar tapast.</translation>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Eyða disksneið %1.</translation> <translation>Eyða disksneið %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Eyða disksneið &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Eyða disksneið &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Eyði disksneið %1.</translation> <translation>Eyði disksneið %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Uppsetningarforritinu mistókst eyða disksneið %1.</translation> <translation>Uppsetningarforritinu mistókst eyða disksneið %1.</translation>
</message> </message>
@ -2437,17 +2462,17 @@ Uppsetningarforritið mun hætta og allar breytingar tapast.</translation>
<translation>Eyðublað</translation> <translation>Eyðublað</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2816,47 +2841,47 @@ Uppsetningarforritið mun hætta og allar breytingar tapast.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3043,12 +3068,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -682,17 +682,42 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Rimuovere i punti di mount per operazioni di partizionamento su %1</translation> <translation>Rimuovere i punti di mount per operazioni di partizionamento su %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Rimozione dei punti di mount per le operazioni di partizionamento su %1.</translation> <translation>Rimozione dei punti di mount per le operazioni di partizionamento su %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Rimossi tutti i punti di mount per %1</translation> <translation>Rimossi tutti i punti di mount per %1</translation>
</message> </message>
@ -952,17 +977,17 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Riepilogo</translation> <translation>Riepilogo</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Questa è una panoramica di quello che succederà una volta avviata la procedura di configurazione.</translation> <translation>Questa è una panoramica di quello che succederà una volta avviata la procedura di configurazione.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Una panoramica delle modifiche che saranno effettuate una volta avviata la procedura di installazione.</translation> <translation>Una panoramica delle modifiche che saranno effettuate una volta avviata la procedura di installazione.</translation>
</message> </message>
@ -1245,22 +1270,22 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Cancellare la partizione %1.</translation> <translation>Cancellare la partizione %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Cancellare la partizione &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Cancellare la partizione &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Cancellazione partizione %1.</translation> <translation>Cancellazione partizione %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Il programma di installazione non è riuscito a cancellare la partizione %1.</translation> <translation>Il programma di installazione non è riuscito a cancellare la partizione %1.</translation>
</message> </message>
@ -2437,17 +2462,17 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse
<translation>Modulo</translation> <translation>Modulo</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Nome Prodotto</translation> <translation>Nome Prodotto</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>TextLabel</translation> <translation>TextLabel</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>Descrizione Estesa del Prodotto</translation> <translation>Descrizione Estesa del Prodotto</translation>
</message> </message>
@ -2816,47 +2841,47 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>Opzione per usare GPT su BIOS</translation> <translation>Opzione per usare GPT su BIOS</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>Una tabella partizioni GPT è la migliore opzione per tutti i sistemi. Comunque il programma d'installazione supporta anche la tabella di tipo BIOS. &lt;br/&gt;&lt;br/&gt;Per configurare una tabella partizioni GPT su BIOS (se non già configurata) tornare indietro e impostare la tabella partizioni a GPT e creare una partizione non formattata di 8 MB con opzione &lt;strong&gt;bios_grub&lt;/strong&gt; abilitata.&lt;br/&gt;&lt;br/&gt;Una partizione non formattata di 8 MB è necessaria per avviare %1 su un sistema BIOS con GPT.</translation> <translation>Una tabella partizioni GPT è la migliore opzione per tutti i sistemi. Comunque il programma d'installazione supporta anche la tabella di tipo BIOS. &lt;br/&gt;&lt;br/&gt;Per configurare una tabella partizioni GPT su BIOS (se non già configurata) tornare indietro e impostare la tabella partizioni a GPT e creare una partizione non formattata di 8 MB con opzione &lt;strong&gt;bios_grub&lt;/strong&gt; abilitata.&lt;br/&gt;&lt;br/&gt;Una partizione non formattata di 8 MB è necessaria per avviare %1 su un sistema BIOS con GPT.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Partizione di avvio non criptata</translation> <translation>Partizione di avvio non criptata</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>E' stata configurata una partizione di avvio non criptata assieme ad una partizione root criptata. &lt;br/&gt;&lt;br/&gt;Ci sono problemi di sicurezza con questo tipo di configurazione perchè dei file di sistema importanti sono tenuti su una partizione non criptata.&lt;br/&gt;Si può continuare se lo si desidera ma dopo ci sarà lo sblocco del file system, durante l'avvio del sistema.&lt;br/&gt;Per criptare la partizione di avvio, tornare indietro e ricrearla, selezionando &lt;strong&gt;Criptare&lt;/strong&gt; nella finestra di creazione della partizione.</translation> <translation>E' stata configurata una partizione di avvio non criptata assieme ad una partizione root criptata. &lt;br/&gt;&lt;br/&gt;Ci sono problemi di sicurezza con questo tipo di configurazione perchè dei file di sistema importanti sono tenuti su una partizione non criptata.&lt;br/&gt;Si può continuare se lo si desidera ma dopo ci sarà lo sblocco del file system, durante l'avvio del sistema.&lt;br/&gt;Per criptare la partizione di avvio, tornare indietro e ricrearla, selezionando &lt;strong&gt;Criptare&lt;/strong&gt; nella finestra di creazione della partizione.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>ha almeno un'unità disco disponibile.</translation> <translation>ha almeno un'unità disco disponibile.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>Non ci sono partizioni su cui installare.</translation> <translation>Non ci sono partizioni su cui installare.</translation>
</message> </message>
@ -3046,12 +3071,12 @@ Output:
<translation>Impossibile creare un nuovo file random &lt;pre&gt;%1&lt;/pre&gt;.</translation> <translation>Impossibile creare un nuovo file random &lt;pre&gt;%1&lt;/pre&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>Nessun prodotto</translation> <translation>Nessun prodotto</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>Non è stata fornita alcuna descrizione.</translation> <translation>Non è stata fornita alcuna descrizione.</translation>
</message> </message>

View File

@ -685,17 +685,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation>%1 </translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>%1 </translation> <translation>%1 </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>%1 </translation> <translation>%1 </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>%1 </translation> <translation>%1 </translation>
</message> </message>
@ -956,17 +981,17 @@ The installer will quit and all changes will be lost.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation></translation> <translation></translation>
</message> </message>
@ -1249,22 +1274,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation> %1 </translation> <translation> %1 </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation> &lt;strong&gt;%1&lt;/strong&gt; </translation> <translation> &lt;strong&gt;%1&lt;/strong&gt; </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation> %1 </translation> <translation> %1 </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation> %1 </translation> <translation> %1 </translation>
</message> </message>
@ -2435,17 +2460,17 @@ The installer will quit and all changes will be lost.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation></translation> <translation></translation>
</message> </message>
@ -2814,47 +2839,47 @@ The installer will quit and all changes will be lost.</source>
<translation> FAT32 </translation> <translation> FAT32 </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation> %1 MiB </translation> <translation> %1 MiB </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation> &lt;strong&gt;%1&lt;/strong&gt; </translation> <translation> &lt;strong&gt;%1&lt;/strong&gt; </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation>EFI </translation> <translation>EFI </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>BIOS GPT 使</translation> <translation>BIOS GPT 使</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>GPT BIOS &lt;br/&gt;&lt;br/&gt;BIOS GPT GPT &lt;strong&gt;bios_grub&lt;/strong&gt; 8 MB GPT BIOS %1 8 MB </translation> <translation>GPT BIOS &lt;br/&gt;&lt;br/&gt;BIOS GPT GPT &lt;strong&gt;bios_grub&lt;/strong&gt; 8 MB GPT BIOS %1 8 MB </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;Encrypt&lt;/strong&gt; () </translation> <translation>&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;Encrypt&lt;/strong&gt; () </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>1</translation> <translation>1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation></translation> <translation></translation>
</message> </message>
@ -3044,12 +3069,12 @@ Output:
<translation> &lt;pre&gt;%1&lt;/pre&gt; </translation> <translation> &lt;pre&gt;%1&lt;/pre&gt; </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation></translation> <translation></translation>
</message> </message>

View File

@ -681,17 +681,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -951,17 +976,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1244,22 +1269,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2436,17 +2461,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2815,47 +2840,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3042,12 +3067,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -681,17 +681,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -951,17 +976,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1244,22 +1269,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2436,17 +2461,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2815,47 +2840,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3042,12 +3067,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -685,17 +685,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation> %1 </translation> <translation> %1 </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation> %1 .</translation> <translation> %1 .</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>%1 .</translation> <translation>%1 .</translation>
</message> </message>
@ -955,17 +980,17 @@ The installer will quit and all changes will be lost.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation> .</translation> <translation> .</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation> .</translation> <translation> .</translation>
</message> </message>
@ -1248,22 +1273,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>%1 .</translation> <translation>%1 .</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>&lt;strong&gt;%1&lt;/strong&gt; .</translation> <translation>&lt;strong&gt;%1&lt;/strong&gt; .</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>%1 .</translation> <translation>%1 .</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation> %1 .</translation> <translation> %1 .</translation>
</message> </message>
@ -2433,17 +2458,17 @@ The installer will quit and all changes will be lost.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation> </translation> <translation> </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>TextLabel</translation> <translation>TextLabel</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation> </translation> <translation> </translation>
</message> </message>
@ -2812,47 +2837,47 @@ The installer will quit and all changes will be lost.</source>
<translation> FAT32 .</translation> <translation> FAT32 .</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation> %1MiB .</translation> <translation> %1MiB .</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation> &lt;strong&gt;%1&lt;/strong&gt; .</translation> <translation> &lt;strong&gt;%1&lt;/strong&gt; .</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation>EFI .</translation> <translation>EFI .</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>BIOS에서 GPT를 </translation> <translation>BIOS에서 GPT를 </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>GPT . BIOS .&lt;br/&gt;&lt;br/&gt;BIOS에서 GPT ( ) GPT로 , &lt;strong&gt;bios_grub&lt;/strong&gt; 플래그가 사용하도록 설정된 8MB의 포맷되지 않은 파티션을 생성합니다.&lt;br/&gt;&lt;br/&gt;GPT가 BIOS %1 8MB .</translation> <translation>GPT . BIOS .&lt;br/&gt;&lt;br/&gt;BIOS에서 GPT ( ) GPT로 , &lt;strong&gt;bios_grub&lt;/strong&gt; 플래그가 사용하도록 설정된 8MB의 포맷되지 않은 파티션을 생성합니다.&lt;br/&gt;&lt;br/&gt;GPT가 BIOS %1 8MB .</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation> </translation> <translation> </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation> .&lt;br/&gt;&lt;br/&gt; .&lt;br/&gt; .&lt;br/&gt; &lt;strong&gt;&lt;/strong&gt; .</translation> <translation> .&lt;br/&gt;&lt;br/&gt; .&lt;br/&gt; .&lt;br/&gt; &lt;strong&gt;&lt;/strong&gt; .</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation> .</translation> <translation> .</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation> .</translation> <translation> .</translation>
</message> </message>
@ -3042,12 +3067,12 @@ Output:
<translation> &lt;pre&gt;%1&lt;/pre&gt;() .</translation> <translation> &lt;pre&gt;%1&lt;/pre&gt;() .</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation> </translation> <translation> </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation> .</translation> <translation> .</translation>
</message> </message>

View File

@ -679,17 +679,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -949,17 +974,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1242,22 +1267,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2425,17 +2450,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2804,47 +2829,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3031,12 +3056,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -679,17 +679,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -949,17 +974,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1242,22 +1267,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2425,17 +2450,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2804,47 +2829,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3031,12 +3056,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -691,17 +691,42 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation>%1 sėkmingai atjungtas.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation>Sukeitimų sritis %1 sėkmingai išjungta.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation>Sukeitimų sritis %1 sėkmingai išvalyta.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation>Atvaizdavimo įrenginys %1 sėkmingai užvertas.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation>Tomų grupė %1 sėkmingai išjungta.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Išvalyti prijungimus, siekiant atlikti skaidymo operacijas skaidiniuose %1</translation> <translation>Išvalyti prijungimus, siekiant atlikti skaidymo operacijas skaidiniuose %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Išvalomi prijungimai, siekiant atlikti skaidymo operacijas skaidiniuose %1.</translation> <translation>Išvalomi prijungimai, siekiant atlikti skaidymo operacijas skaidiniuose %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Visi %1 prijungimai išvalyti</translation> <translation>Visi %1 prijungimai išvalyti</translation>
</message> </message>
@ -961,17 +986,17 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation>
<translation>Nėra</translation> <translation>Nėra</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Suvestinė</translation> <translation>Suvestinė</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Tai yra apžvalga to, kas įvyks, prasidėjus sąrankos procedūrai.</translation> <translation>Tai yra apžvalga to, kas įvyks, prasidėjus sąrankos procedūrai.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Tai yra apžvalga to, kas įvyks, prasidėjus diegimo procedūrai.</translation> <translation>Tai yra apžvalga to, kas įvyks, prasidėjus diegimo procedūrai.</translation>
</message> </message>
@ -1254,22 +1279,22 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Ištrinti skaidinį %1.</translation> <translation>Ištrinti skaidinį %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Ištrinti skaidinį &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Ištrinti skaidinį &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Ištrinamas skaidinys %1.</translation> <translation>Ištrinamas skaidinys %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Diegimo programai nepavyko ištrinti skaidinio %1.</translation> <translation>Diegimo programai nepavyko ištrinti skaidinio %1.</translation>
</message> </message>
@ -2466,17 +2491,17 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation>
<translation>Forma</translation> <translation>Forma</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Produkto pavadinimas</translation> <translation>Produkto pavadinimas</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>Teksto etiketė</translation> <translation>Teksto etiketė</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>Ilgas produkto aprašas</translation> <translation>Ilgas produkto aprašas</translation>
</message> </message>
@ -2845,47 +2870,47 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation>
<translation>Failų sistema privalo būti FAT32 tipo.</translation> <translation>Failų sistema privalo būti FAT32 tipo.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation>Failų sistema privalo būti bent %1 MiB dydžio.</translation> <translation>Failų sistema privalo būti bent %1 MiB dydžio.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation>Failų sistema privalo turėti nustatytą &lt;strong&gt;%1&lt;/strong&gt; vėliavėlę.</translation> <translation>Failų sistema privalo turėti nustatytą &lt;strong&gt;%1&lt;/strong&gt; vėliavėlę.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation>Galite tęsti nenustatę EFI sistemos skaidinio, bet jūsų sistema gali nepasileisti.</translation> <translation>Galite tęsti nenustatę EFI sistemos skaidinio, bet jūsų sistema gali nepasileisti.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>Parinktis naudoti GPT per BIOS</translation> <translation>Parinktis naudoti GPT per BIOS</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>GPT skaidinių lentelė yra geriausias variantas visoms sistemoms. Ši diegimo programa palaiko tokią sąranką taip pat ir BIOS sistemoms.&lt;br/&gt;&lt;br/&gt;Norėdami konfigūruoti GPT skaidinių lentelę BIOS sistemoje, (jei dar nesate to padarę) grįžkite atgal ir nustatykite skaidinių lentelę į GPT, toliau, sukurkite 8 MB neformatuotą skaidinį su įjungta &lt;strong&gt;bios_grub&lt;/strong&gt; vėliavėle.&lt;br/&gt;&lt;br/&gt;Neformatuotas 8 MB skaidinys yra būtinas, norint paleisti %1 BIOS sistemoje su GPT.</translation> <translation>GPT skaidinių lentelė yra geriausias variantas visoms sistemoms. Ši diegimo programa palaiko tokią sąranką taip pat ir BIOS sistemoms.&lt;br/&gt;&lt;br/&gt;Norėdami konfigūruoti GPT skaidinių lentelę BIOS sistemoje, (jei dar nesate to padarę) grįžkite atgal ir nustatykite skaidinių lentelę į GPT, toliau, sukurkite 8 MB neformatuotą skaidinį su įjungta &lt;strong&gt;bios_grub&lt;/strong&gt; vėliavėle.&lt;br/&gt;&lt;br/&gt;Neformatuotas 8 MB skaidinys yra būtinas, norint paleisti %1 BIOS sistemoje su GPT.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Paleidimo skaidinys nėra užšifruotas</translation> <translation>Paleidimo skaidinys nėra užšifruotas</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Kartu su užšifruotu šaknies skaidiniu, buvo nustatytas atskiras paleidimo skaidinys, tačiau paleidimo skaidinys nėra užšifruotas.&lt;br/&gt;&lt;br/&gt;Dėl tokios sąrankos iškyla tam tikrų saugumo klausimų, kadangi svarbūs sisteminiai failai yra laikomi neužšifruotame skaidinyje.&lt;br/&gt;Jeigu norite, galite tęsti, tačiau failų sistemos atrakinimas įvyks vėliau, sistemos paleidimo metu.&lt;br/&gt;Norėdami užšifruoti paleidimo skaidinį, grįžkite atgal ir sukurkite naujo bei skaidinių kūrimo lange pažymėkite parinktį &lt;strong&gt;Užšifruoti&lt;/strong&gt;.</translation> <translation>Kartu su užšifruotu šaknies skaidiniu, buvo nustatytas atskiras paleidimo skaidinys, tačiau paleidimo skaidinys nėra užšifruotas.&lt;br/&gt;&lt;br/&gt;Dėl tokios sąrankos iškyla tam tikrų saugumo klausimų, kadangi svarbūs sisteminiai failai yra laikomi neužšifruotame skaidinyje.&lt;br/&gt;Jeigu norite, galite tęsti, tačiau failų sistemos atrakinimas įvyks vėliau, sistemos paleidimo metu.&lt;br/&gt;Norėdami užšifruoti paleidimo skaidinį, grįžkite atgal ir sukurkite naujo bei skaidinių kūrimo lange pažymėkite parinktį &lt;strong&gt;Užšifruoti&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>turi bent vieną prieinamą disko įrenginį.</translation> <translation>turi bent vieną prieinamą disko įrenginį.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>Nėra skaidinių į kuriuos diegti.</translation> <translation>Nėra skaidinių į kuriuos diegti.</translation>
</message> </message>
@ -3075,12 +3100,12 @@ Išvestis:
<translation>Nepavyko sukurti naujo atsitiktinio failo &lt;pre&gt;%1&lt;/pre&gt;.</translation> <translation>Nepavyko sukurti naujo atsitiktinio failo &lt;pre&gt;%1&lt;/pre&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>Nėra produkto</translation> <translation>Nėra produkto</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>Nepateikta jokio aprašo.</translation> <translation>Nepateikta jokio aprašo.</translation>
</message> </message>

View File

@ -683,17 +683,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -953,17 +978,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1246,22 +1271,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2447,17 +2472,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2826,47 +2851,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3053,12 +3078,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -681,17 +681,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -951,17 +976,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1244,22 +1269,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2436,17 +2461,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2815,47 +2840,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3042,12 +3067,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -683,17 +683,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>%1 ി ിി </translation> <translation>%1 ി ിി </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>%1 ി ിി .</translation> <translation>%1 ി ിി .</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>%1 </translation> <translation>%1 </translation>
</message> </message>
@ -953,17 +978,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation> ി ിി ി ി ി.</translation> <translation> ി ിി ി ി ി.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>ി ി ിി ി ി ി.</translation> <translation>ി ി ിി ി ി ി.</translation>
</message> </message>
@ -1246,22 +1271,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation> %1 .</translation> <translation> %1 .</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>&lt;strong&gt;%1&lt;/strong&gt; .</translation> <translation>&lt;strong&gt;%1&lt;/strong&gt; .</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation> %1 .</translation> <translation> %1 .</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation> %1 ി .</translation> <translation> %1 ി .</translation>
</message> </message>
@ -2438,17 +2463,17 @@ The installer will quit and all changes will be lost.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>ി </translation> <translation>ി </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>ി ി</translation> <translation>ി ി</translation>
</message> </message>
@ -2817,47 +2842,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation> ി ിി</translation> <translation> ി ിി</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>ി ി ിി, ി .&lt;br/&gt;&lt;br/&gt; ി , ി ി ി ിി.&lt;br/&gt; ി , ി ി ിി ി ി.&lt;br/&gt; ി ി, ിി ി ി ി &lt;strong&gt;ി&lt;/strong&gt; ി ിി.</translation> <translation>ി ി ിി, ി .&lt;br/&gt;&lt;br/&gt; ി , ി ി ി ിി.&lt;br/&gt; ി , ി ി ിി ി ി.&lt;br/&gt; ി ി, ിി ി ി ി &lt;strong&gt;ി&lt;/strong&gt; ി ിി.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation> ി ിി .</translation> <translation> ി ിി .</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3047,12 +3072,12 @@ Output:
<translation> &lt;pre&gt;%1&lt;/pre&gt; ിിി.</translation> <translation> &lt;pre&gt;%1&lt;/pre&gt; ിിി.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>ി</translation> <translation>ി</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>ി ിിി.</translation> <translation>ി ിിി.</translation>
</message> </message>

View File

@ -681,17 +681,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -951,17 +976,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1244,22 +1269,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2436,17 +2461,17 @@ The installer will quit and all changes will be lost.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2815,47 +2840,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3042,12 +3067,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -682,17 +682,42 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -952,17 +977,17 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Oppsummering</translation> <translation>Oppsummering</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1245,22 +1270,22 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2437,17 +2462,17 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati
<translation>Form</translation> <translation>Form</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2816,47 +2841,47 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3043,12 +3068,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -681,17 +681,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -951,17 +976,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1244,22 +1269,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2436,17 +2461,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2815,47 +2840,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3042,12 +3067,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -681,17 +681,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -951,17 +976,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1244,22 +1269,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2436,17 +2461,17 @@ The installer will quit and all changes will be lost.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2815,47 +2840,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3042,12 +3067,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -687,17 +687,42 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan.
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Geef aankoppelpunten vrij voor partitiebewerkingen op %1</translation> <translation>Geef aankoppelpunten vrij voor partitiebewerkingen op %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Aankoppelpunten vrijgeven voor partitiebewerkingen op %1.</translation> <translation>Aankoppelpunten vrijgeven voor partitiebewerkingen op %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Alle aankoppelpunten voor %1 zijn vrijgegeven</translation> <translation>Alle aankoppelpunten voor %1 zijn vrijgegeven</translation>
</message> </message>
@ -957,17 +982,17 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan.
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Samenvatting</translation> <translation>Samenvatting</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Dit is een overzicht van wat zal gebeuren wanneer je de installatieprocedure start.</translation> <translation>Dit is een overzicht van wat zal gebeuren wanneer je de installatieprocedure start.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Dit is een overzicht van wat zal gebeuren wanneer je de installatieprocedure start.</translation> <translation>Dit is een overzicht van wat zal gebeuren wanneer je de installatieprocedure start.</translation>
</message> </message>
@ -1250,22 +1275,22 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan.
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Verwijder partitie %1.</translation> <translation>Verwijder partitie %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Verwijder partitie &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Verwijder partitie &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Partitie %1 verwijderen.</translation> <translation>Partitie %1 verwijderen.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Het installatieprogramma kon partitie %1 niet verwijderen.</translation> <translation>Het installatieprogramma kon partitie %1 niet verwijderen.</translation>
</message> </message>
@ -2442,17 +2467,17 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan.
<translation>Formulier</translation> <translation>Formulier</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Productnaam</translation> <translation>Productnaam</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation> TextLabel</translation> <translation> TextLabel</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>Lange productbeschrijving</translation> <translation>Lange productbeschrijving</translation>
</message> </message>
@ -2821,47 +2846,47 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan.
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>Optie om GPT te gebruiken in BIOS</translation> <translation>Optie om GPT te gebruiken in BIOS</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>Een GPT-partitie is de beste optie voor alle systemen. Dit installatieprogramma ondersteund ook zulke installatie voor BIOS systemen.&lt;br/&gt;&lt;br/&gt;Om een GPT-partitie te configureren, (als dit nog niet gedaan is) ga terug en stel de partitietavel in als GPT en maak daarna een 8 MB ongeformateerde partitie aan met de &lt;strong&gt;bios_grub&lt;/strong&gt;-vlag ingesteld.&lt;br/&gt;&lt;br/&gt;Een ongeformateerde 8 MB partitie is nodig om %1 te starten op BIOS-systemen met GPT. </translation> <translation>Een GPT-partitie is de beste optie voor alle systemen. Dit installatieprogramma ondersteund ook zulke installatie voor BIOS systemen.&lt;br/&gt;&lt;br/&gt;Om een GPT-partitie te configureren, (als dit nog niet gedaan is) ga terug en stel de partitietavel in als GPT en maak daarna een 8 MB ongeformateerde partitie aan met de &lt;strong&gt;bios_grub&lt;/strong&gt;-vlag ingesteld.&lt;br/&gt;&lt;br/&gt;Een ongeformateerde 8 MB partitie is nodig om %1 te starten op BIOS-systemen met GPT. </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Bootpartitie niet versleuteld</translation> <translation>Bootpartitie niet versleuteld</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Een aparte bootpartitie was ingesteld samen met een versleutelde rootpartitie, maar de bootpartitie zelf is niet versleuteld.&lt;br/&gt;&lt;br/&gt;Dit is niet volledig veilig, aangezien belangrijke systeembestanden bewaard worden op een niet-versleutelde partitie.&lt;br/&gt;Je kan doorgaan als je wil, maar het ontgrendelen van bestandssystemen zal tijdens het opstarten later plaatsvinden.&lt;br/&gt;Om de bootpartitie toch te versleutelen: keer terug en maak de bootpartitie opnieuw, waarbij je &lt;strong&gt;Versleutelen&lt;/strong&gt; aanvinkt in het venster partitie aanmaken. </translation> <translation>Een aparte bootpartitie was ingesteld samen met een versleutelde rootpartitie, maar de bootpartitie zelf is niet versleuteld.&lt;br/&gt;&lt;br/&gt;Dit is niet volledig veilig, aangezien belangrijke systeembestanden bewaard worden op een niet-versleutelde partitie.&lt;br/&gt;Je kan doorgaan als je wil, maar het ontgrendelen van bestandssystemen zal tijdens het opstarten later plaatsvinden.&lt;br/&gt;Om de bootpartitie toch te versleutelen: keer terug en maak de bootpartitie opnieuw, waarbij je &lt;strong&gt;Versleutelen&lt;/strong&gt; aanvinkt in het venster partitie aanmaken. </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>tenminste één schijfapparaat beschikbaar.</translation> <translation>tenminste één schijfapparaat beschikbaar.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>Er zijn geen partities om op te installeren.</translation> <translation>Er zijn geen partities om op te installeren.</translation>
</message> </message>
@ -3051,12 +3076,12 @@ Uitvoer:
<translation>Kon niet een willekeurig bestand &lt;pre&gt;%1&lt;/pre&gt; aanmaken.</translation> <translation>Kon niet een willekeurig bestand &lt;pre&gt;%1&lt;/pre&gt; aanmaken.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>Geen product</translation> <translation>Geen product</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>Geen beschrijving vermeld.</translation> <translation>Geen beschrijving vermeld.</translation>
</message> </message>

View File

@ -686,17 +686,42 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Wyczyść zamontowania dla operacji partycjonowania na %1</translation> <translation>Wyczyść zamontowania dla operacji partycjonowania na %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Czyszczenie montowań dla operacji partycjonowania na %1.</translation> <translation>Czyszczenie montowań dla operacji partycjonowania na %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Wyczyszczono wszystkie zamontowania dla %1</translation> <translation>Wyczyszczono wszystkie zamontowania dla %1</translation>
</message> </message>
@ -956,17 +981,17 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Podsumowanie</translation> <translation>Podsumowanie</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>To jest podsumowanie czynności, które zostaną wykonane po rozpoczęciu przez Ciebie instalacji.</translation> <translation>To jest podsumowanie czynności, które zostaną wykonane po rozpoczęciu przez Ciebie instalacji.</translation>
</message> </message>
@ -1249,22 +1274,22 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Usuń partycję %1.</translation> <translation>Usuń partycję %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Usuń partycję &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Usuń partycję &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Usuwanie partycji %1.</translation> <translation>Usuwanie partycji %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Instalator nie mógł usunąć partycji %1.</translation> <translation>Instalator nie mógł usunąć partycji %1.</translation>
</message> </message>
@ -2459,17 +2484,17 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio
<translation>Formularz</translation> <translation>Formularz</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>EtykietaTekstowa</translation> <translation>EtykietaTekstowa</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2838,47 +2863,47 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Niezaszyfrowana partycja rozruchowa</translation> <translation>Niezaszyfrowana partycja rozruchowa</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Oddzielna partycja rozruchowa została skonfigurowana razem z zaszyfrowaną partycją roota, ale partycja rozruchowa nie jest szyfrowana.&lt;br/&gt;&lt;br/&gt;Nie jest to najbezpieczniejsze rozwiązanie, ponieważ ważne pliki systemowe znajdują się na niezaszyfrowanej partycji.&lt;br/&gt;Możesz kontynuować, ale odblokowywanie systemu nastąpi później, w trakcie uruchamiania.&lt;br/&gt;Aby zaszyfrować partycję rozruchową, wróć i utwórz ponownie zaznaczając opcję &lt;strong&gt;Szyfruj&lt;/strong&gt; w oknie tworzenia partycji.</translation> <translation>Oddzielna partycja rozruchowa została skonfigurowana razem z zaszyfrowaną partycją roota, ale partycja rozruchowa nie jest szyfrowana.&lt;br/&gt;&lt;br/&gt;Nie jest to najbezpieczniejsze rozwiązanie, ponieważ ważne pliki systemowe znajdują się na niezaszyfrowanej partycji.&lt;br/&gt;Możesz kontynuować, ale odblokowywanie systemu nastąpi później, w trakcie uruchamiania.&lt;br/&gt;Aby zaszyfrować partycję rozruchową, wróć i utwórz ponownie zaznaczając opcję &lt;strong&gt;Szyfruj&lt;/strong&gt; w oknie tworzenia partycji.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3068,12 +3093,12 @@ Wyjście:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -687,17 +687,42 @@ O instalador será fechado e todas as alterações serão perdidas.</translation
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Limpar as montagens para as operações nas partições em %1</translation> <translation>Limpar as montagens para as operações nas partições em %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Limpando montagens para operações de particionamento em %1.</translation> <translation>Limpando montagens para operações de particionamento em %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Todos os pontos de montagem para %1 foram limpos</translation> <translation>Todos os pontos de montagem para %1 foram limpos</translation>
</message> </message>
@ -957,17 +982,17 @@ O instalador será fechado e todas as alterações serão perdidas.</translation
<translation>Nenhum</translation> <translation>Nenhum</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Resumo</translation> <translation>Resumo</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Esta é uma visão geral do que acontecerá quando você iniciar o procedimento de configuração.</translation> <translation>Esta é uma visão geral do que acontecerá quando você iniciar o procedimento de configuração.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Este é um resumo do que acontecerá assim que o processo de instalação for iniciado.</translation> <translation>Este é um resumo do que acontecerá assim que o processo de instalação for iniciado.</translation>
</message> </message>
@ -1250,22 +1275,22 @@ O instalador será fechado e todas as alterações serão perdidas.</translation
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Excluir a partição %1.</translation> <translation>Excluir a partição %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Excluir a partição &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Excluir a partição &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Excluindo a partição %1.</translation> <translation>Excluindo a partição %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>O instalador não conseguiu excluir a partição %1.</translation> <translation>O instalador não conseguiu excluir a partição %1.</translation>
</message> </message>
@ -2444,17 +2469,17 @@ O instalador será fechado e todas as alterações serão perdidas.</translation
<translation>Formulário</translation> <translation>Formulário</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Nome do Produto</translation> <translation>Nome do Produto</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>EtiquetaDeTexto</translation> <translation>EtiquetaDeTexto</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>Descrição Estendida do Produto</translation> <translation>Descrição Estendida do Produto</translation>
</message> </message>
@ -2823,47 +2848,47 @@ O instalador será fechado e todas as alterações serão perdidas.</translation
<translation>O sistema de arquivos deve ter o tipo FAT32.</translation> <translation>O sistema de arquivos deve ter o tipo FAT32.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation>O sistema de arquivos deve ter pelo menos %1 MiB de tamanho.</translation> <translation>O sistema de arquivos deve ter pelo menos %1 MiB de tamanho.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation>O sistema de arquivos deve ter o marcador %1 definido.</translation> <translation>O sistema de arquivos deve ter o marcador %1 definido.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation>Você pode continuar sem configurar uma partição de sistema EFI, mas seu sistema pode não iniciar.</translation> <translation>Você pode continuar sem configurar uma partição de sistema EFI, mas seu sistema pode não iniciar.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>Opção para usar GPT no BIOS</translation> <translation>Opção para usar GPT no BIOS</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>Uma tabela de partições GPT é a melhor opção para todos os sistemas. Este instalador suporta tal configuração para sistemas BIOS também.&lt;br/&gt;&lt;br/&gt;Para configurar uma tabela de partições GPT no BIOS, (caso não tenha sido feito ainda) volte e defina a tabela de partições como GPT, depois crie uma partição sem formatação de 8 MB com o marcador &lt;strong&gt;bios_grub&lt;/strong&gt; ativado.&lt;br/&gt;&lt;br/&gt;Uma partição não formatada de 8 MB é necessária para iniciar %1 num sistema BIOS com o GPT.</translation> <translation>Uma tabela de partições GPT é a melhor opção para todos os sistemas. Este instalador suporta tal configuração para sistemas BIOS também.&lt;br/&gt;&lt;br/&gt;Para configurar uma tabela de partições GPT no BIOS, (caso não tenha sido feito ainda) volte e defina a tabela de partições como GPT, depois crie uma partição sem formatação de 8 MB com o marcador &lt;strong&gt;bios_grub&lt;/strong&gt; ativado.&lt;br/&gt;&lt;br/&gt;Uma partição não formatada de 8 MB é necessária para iniciar %1 num sistema BIOS com o GPT.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Partição de inicialização não criptografada</translation> <translation>Partição de inicialização não criptografada</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Uma partição de inicialização separada foi configurada juntamente com uma partição raiz criptografada, mas a partição de inicialização não é criptografada.&lt;br/&gt;&lt;br/&gt; preocupações de segurança quanto a esse tipo de configuração, porque arquivos de sistema importantes são mantidos em uma partição não criptografada.&lt;br/&gt;Você pode continuar se quiser, mas o desbloqueio do sistema de arquivos acontecerá mais tarde durante a inicialização do sistema.&lt;br/&gt;Para criptografar a partição de inicialização, volte e recrie-a, selecionando &lt;strong&gt;Criptografar&lt;/strong&gt; na janela de criação da partição.</translation> <translation>Uma partição de inicialização separada foi configurada juntamente com uma partição raiz criptografada, mas a partição de inicialização não é criptografada.&lt;br/&gt;&lt;br/&gt; preocupações de segurança quanto a esse tipo de configuração, porque arquivos de sistema importantes são mantidos em uma partição não criptografada.&lt;br/&gt;Você pode continuar se quiser, mas o desbloqueio do sistema de arquivos acontecerá mais tarde durante a inicialização do sistema.&lt;br/&gt;Para criptografar a partição de inicialização, volte e recrie-a, selecionando &lt;strong&gt;Criptografar&lt;/strong&gt; na janela de criação da partição.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>tem pelo menos um dispositivo de disco disponível.</translation> <translation>tem pelo menos um dispositivo de disco disponível.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>Não partições para instalar.</translation> <translation>Não partições para instalar.</translation>
</message> </message>
@ -3053,12 +3078,12 @@ Saída:
<translation>Não foi possível criar um novo arquivo aleatório &lt;pre&gt;%1&lt;/pre&gt;.</translation> <translation>Não foi possível criar um novo arquivo aleatório &lt;pre&gt;%1&lt;/pre&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>Sem produto</translation> <translation>Sem produto</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>Nenhuma descrição disponível.</translation> <translation>Nenhuma descrição disponível.</translation>
</message> </message>

View File

@ -687,17 +687,42 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Limpar montagens para operações de particionamento em %1</translation> <translation>Limpar montagens para operações de particionamento em %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>A limpar montagens para operações de particionamento em %1.</translation> <translation>A limpar montagens para operações de particionamento em %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Limpar todas as montagens para %1</translation> <translation>Limpar todas as montagens para %1</translation>
</message> </message>
@ -957,17 +982,17 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati
<translation>Nenhum</translation> <translation>Nenhum</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Resumo</translation> <translation>Resumo</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Isto é uma visão geral do que acontecerá assim que iniciar o procedimento de configuração.</translation> <translation>Isto é uma visão geral do que acontecerá assim que iniciar o procedimento de configuração.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Isto é uma visão geral do que acontecerá assim que iniciar o procedimento de instalação.</translation> <translation>Isto é uma visão geral do que acontecerá assim que iniciar o procedimento de instalação.</translation>
</message> </message>
@ -1250,22 +1275,22 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Apagar partição %1.</translation> <translation>Apagar partição %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Apagar partição &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Apagar partição &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>A apagar a partição %1.</translation> <translation>A apagar a partição %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>O instalador não conseguiu apagar a partição %1.</translation> <translation>O instalador não conseguiu apagar a partição %1.</translation>
</message> </message>
@ -2444,17 +2469,17 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati
<translation>Forma</translation> <translation>Forma</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Nome do produto</translation> <translation>Nome do produto</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>EtiquetaTexto</translation> <translation>EtiquetaTexto</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>Descrição longa do produto</translation> <translation>Descrição longa do produto</translation>
</message> </message>
@ -2823,47 +2848,47 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati
<translation>O sistema de ficheiros deve ter o tipo FAT32.</translation> <translation>O sistema de ficheiros deve ter o tipo FAT32.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation>O sistema de ficheiros deve ter pelo menos %1 MiB de tamanho.</translation> <translation>O sistema de ficheiros deve ter pelo menos %1 MiB de tamanho.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation>O sistema de ficheiros deve ter a "flag" %1 definida.</translation> <translation>O sistema de ficheiros deve ter a "flag" %1 definida.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation>Pode continuar sem configurar uma partição do sistema EFI, mas o seu sistema pode não arrancar.</translation> <translation>Pode continuar sem configurar uma partição do sistema EFI, mas o seu sistema pode não arrancar.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>Opção para utilizar GPT no BIOS</translation> <translation>Opção para utilizar GPT no BIOS</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>Uma tabela de partições GPT é a melhor opção para todos os sistemas. Este instalador suporta tal configuração para sistemas BIOS também.&lt;br/&gt;&lt;br/&gt;Para configurar uma tabela de partições GPT no BIOS, (caso não tenha sido feito ainda) volte atrás e defina a tabela de partições como GPT, depois crie uma partição sem formatação de 8 MB com o marcador &lt;strong&gt;bios_grub&lt;/strong&gt; ativado.&lt;br/&gt;&lt;br/&gt;Uma partição não formatada de 8 MB é necessária para iniciar %1 num sistema BIOS com o GPT.</translation> <translation>Uma tabela de partições GPT é a melhor opção para todos os sistemas. Este instalador suporta tal configuração para sistemas BIOS também.&lt;br/&gt;&lt;br/&gt;Para configurar uma tabela de partições GPT no BIOS, (caso não tenha sido feito ainda) volte atrás e defina a tabela de partições como GPT, depois crie uma partição sem formatação de 8 MB com o marcador &lt;strong&gt;bios_grub&lt;/strong&gt; ativado.&lt;br/&gt;&lt;br/&gt;Uma partição não formatada de 8 MB é necessária para iniciar %1 num sistema BIOS com o GPT.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Partição de arranque não encriptada</translation> <translation>Partição de arranque não encriptada</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Foi preparada uma partição de arranque separada juntamente com uma partição root encriptada, mas a partição de arranque não está encriptada.&lt;br/&gt;&lt;br/&gt;Existem preocupações de segurança com este tipo de configuração, por causa de importantes ficheiros de sistema serem guardados numa partição não encriptada.&lt;br/&gt;Se desejar pode continuar, mas o destrancar do sistema de ficheiros irá ocorrer mais tarde durante o arranque do sistema.&lt;br/&gt;Para encriptar a partição de arranque, volte atrás e recrie-a, e selecione &lt;strong&gt;Encriptar&lt;/strong&gt; na janela de criação de partições.</translation> <translation>Foi preparada uma partição de arranque separada juntamente com uma partição root encriptada, mas a partição de arranque não está encriptada.&lt;br/&gt;&lt;br/&gt;Existem preocupações de segurança com este tipo de configuração, por causa de importantes ficheiros de sistema serem guardados numa partição não encriptada.&lt;br/&gt;Se desejar pode continuar, mas o destrancar do sistema de ficheiros irá ocorrer mais tarde durante o arranque do sistema.&lt;br/&gt;Para encriptar a partição de arranque, volte atrás e recrie-a, e selecione &lt;strong&gt;Encriptar&lt;/strong&gt; na janela de criação de partições.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>tem pelo menos um dispositivo de disco disponível.</translation> <translation>tem pelo menos um dispositivo de disco disponível.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>Não partições para instalar.</translation> <translation>Não partições para instalar.</translation>
</message> </message>
@ -3053,12 +3078,12 @@ Saída de Dados:
<translation>Não foi possível criar um novo ficheiro aleatório &lt;pre&gt;%1&lt;/pre&gt;.</translation> <translation>Não foi possível criar um novo ficheiro aleatório &lt;pre&gt;%1&lt;/pre&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>Nenhum produto</translation> <translation>Nenhum produto</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>Nenhuma descrição fornecida.</translation> <translation>Nenhuma descrição fornecida.</translation>
</message> </message>

View File

@ -684,17 +684,42 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Eliminați montările pentru operațiunea de partiționare pe %1</translation> <translation>Eliminați montările pentru operațiunea de partiționare pe %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Se elimină montările pentru operațiunile de partiționare pe %1.</translation> <translation>Se elimină montările pentru operațiunile de partiționare pe %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>S-au eliminat toate punctele de montare pentru %1</translation> <translation>S-au eliminat toate punctele de montare pentru %1</translation>
</message> </message>
@ -954,17 +979,17 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Sumar</translation> <translation>Sumar</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Acesta este un rezumat a ce se va întâmpla după ce începeți procedura de instalare.</translation> <translation>Acesta este un rezumat a ce se va întâmpla după ce începeți procedura de instalare.</translation>
</message> </message>
@ -1247,22 +1272,22 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Șterge partiția %1.</translation> <translation>Șterge partiția %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Șterge partiția &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Șterge partiția &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Se șterge partiția %1.</translation> <translation>Se șterge partiția %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Programul de instalare nu a putut șterge partiția %1.</translation> <translation>Programul de instalare nu a putut șterge partiția %1.</translation>
</message> </message>
@ -2451,17 +2476,17 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans
<translation>Formular</translation> <translation>Formular</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>EtichetăText</translation> <translation>EtichetăText</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2830,47 +2855,47 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Partiția de boot nu este criptată</translation> <translation>Partiția de boot nu este criptată</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>A fost creată o partiție de boot împreună cu o partiție root criptată, dar partiția de boot nu este criptată.&lt;br/&gt;&lt;br/&gt;Sunt potențiale probleme de securitate cu un astfel de aranjament deoarece importante fișiere de sistem sunt păstrate pe o partiție necriptată.&lt;br/&gt;Puteți continua dacă doriți, dar descuierea sistemului se va petrece mai târziu în timpul pornirii.&lt;br/&gt;Pentru a cripta partiția de boot, reveniți și recreați-o, alegând opțiunea &lt;strong&gt;Criptează&lt;/strong&gt; din fereastra de creare de partiții.</translation> <translation>A fost creată o partiție de boot împreună cu o partiție root criptată, dar partiția de boot nu este criptată.&lt;br/&gt;&lt;br/&gt;Sunt potențiale probleme de securitate cu un astfel de aranjament deoarece importante fișiere de sistem sunt păstrate pe o partiție necriptată.&lt;br/&gt;Puteți continua dacă doriți, dar descuierea sistemului se va petrece mai târziu în timpul pornirii.&lt;br/&gt;Pentru a cripta partiția de boot, reveniți și recreați-o, alegând opțiunea &lt;strong&gt;Criptează&lt;/strong&gt; din fereastra de creare de partiții.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3060,12 +3085,12 @@ Output
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -686,17 +686,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Освободить точки монтирования для выполнения разметки на %1</translation> <translation>Освободить точки монтирования для выполнения разметки на %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Освобождаются точки монтирования для выполнения разметки на %1.</translation> <translation>Освобождаются точки монтирования для выполнения разметки на %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Освобождены все точки монтирования для %1</translation> <translation>Освобождены все точки монтирования для %1</translation>
</message> </message>
@ -956,17 +981,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Сводка</translation> <translation>Сводка</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Это обзор изменений, которые будут применены при запуске процедуры установки.</translation> <translation>Это обзор изменений, которые будут применены при запуске процедуры установки.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Это обзор изменений, которые будут применены при запуске процедуры установки.</translation> <translation>Это обзор изменений, которые будут применены при запуске процедуры установки.</translation>
</message> </message>
@ -1249,22 +1274,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Удалить раздел %1.</translation> <translation>Удалить раздел %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Удалить раздел &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Удалить раздел &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Удаляется раздел %1.</translation> <translation>Удаляется раздел %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Программе установки не удалось удалить раздел %1.</translation> <translation>Программе установки не удалось удалить раздел %1.</translation>
</message> </message>
@ -2459,17 +2484,17 @@ The installer will quit and all changes will be lost.</source>
<translation>Форма</translation> <translation>Форма</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Имя продукта</translation> <translation>Имя продукта</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>Текстовая метка</translation> <translation>Текстовая метка</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>Длинное описание продукта</translation> <translation>Длинное описание продукта</translation>
</message> </message>
@ -2838,47 +2863,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>Возможность для использования GPT в BIOS</translation> <translation>Возможность для использования GPT в BIOS</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>Таблица разделов GPT - наилучший вариант для всех систем. Этот установщик позволяет использовать таблицу разделов GPT для систем с BIOS. &lt;br/&gt; &lt;br/&gt; Чтобы установить таблицу разделов как GPT (если это еще не сделано) вернитесь назад и создайте таблицу разделов GPT, затем создайте 8 МБ Не форматированный раздел с включенным флагом &lt;strong&gt; bios-grub&lt;/strong&gt; &lt;/ strong&gt;. &lt;br/&gt; &lt;br/&gt; Не форматированный раздел в 8 МБ необходим для запуска %1 на системе с BIOS и таблицей разделов GPT.</translation> <translation>Таблица разделов GPT - наилучший вариант для всех систем. Этот установщик позволяет использовать таблицу разделов GPT для систем с BIOS. &lt;br/&gt; &lt;br/&gt; Чтобы установить таблицу разделов как GPT (если это еще не сделано) вернитесь назад и создайте таблицу разделов GPT, затем создайте 8 МБ Не форматированный раздел с включенным флагом &lt;strong&gt; bios-grub&lt;/strong&gt; &lt;/ strong&gt;. &lt;br/&gt; &lt;br/&gt; Не форматированный раздел в 8 МБ необходим для запуска %1 на системе с BIOS и таблицей разделов GPT.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Загрузочный раздел не зашифрован</translation> <translation>Загрузочный раздел не зашифрован</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Включено шифрование корневого раздела, но использован отдельный загрузочный раздел без шифрования.&lt;br/&gt;&lt;br/&gt;При такой конфигурации возникают проблемы с безопасностью, потому что важные системные файлы хранятся на разделе без шифрования.&lt;br/&gt;Если хотите, можете продолжить, но файловая система будет разблокирована позднее во время загрузки системы.&lt;br/&gt;Чтобы включить шифрование загрузочного раздела, вернитесь назад и снова создайте его, отметив &lt;strong&gt;Шифровать&lt;/strong&gt; в окне создания раздела.</translation> <translation>Включено шифрование корневого раздела, но использован отдельный загрузочный раздел без шифрования.&lt;br/&gt;&lt;br/&gt;При такой конфигурации возникают проблемы с безопасностью, потому что важные системные файлы хранятся на разделе без шифрования.&lt;br/&gt;Если хотите, можете продолжить, но файловая система будет разблокирована позднее во время загрузки системы.&lt;br/&gt;Чтобы включить шифрование загрузочного раздела, вернитесь назад и снова создайте его, отметив &lt;strong&gt;Шифровать&lt;/strong&gt; в окне создания раздела.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>имеет как минимум одно доступное дисковое устройство.</translation> <translation>имеет как минимум одно доступное дисковое устройство.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>Нет разделов для установки.</translation> <translation>Нет разделов для установки.</translation>
</message> </message>
@ -3068,12 +3093,12 @@ Output:
<translation>Не удалось создать новый случайный файл &lt;pre&gt;%1&lt;/pre&gt;.</translation> <translation>Не удалось создать новый случайный файл &lt;pre&gt;%1&lt;/pre&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>Нет продукта</translation> <translation>Нет продукта</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>Описание не предоставлено.</translation> <translation>Описание не предоставлено.</translation>
</message> </message>

File diff suppressed because it is too large Load Diff

View File

@ -688,17 +688,42 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Vymazať pripojenia pre operácie rozdelenia oddielov na zariadení %1</translation> <translation>Vymazať pripojenia pre operácie rozdelenia oddielov na zariadení %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Vymazávajú sa pripojenia pre operácie rozdelenia oddielov na zariadení %1.</translation> <translation>Vymazávajú sa pripojenia pre operácie rozdelenia oddielov na zariadení %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Vymazané všetky pripojenia pre zariadenie %1</translation> <translation>Vymazané všetky pripojenia pre zariadenie %1</translation>
</message> </message>
@ -958,17 +983,17 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Súhrn</translation> <translation>Súhrn</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Toto je prehľad toho, čo sa stane, keď spustíte inštaláciu.</translation> <translation>Toto je prehľad toho, čo sa stane, keď spustíte inštaláciu.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Toto je prehľad toho, čo sa stane, keď spustíte inštaláciu.</translation> <translation>Toto je prehľad toho, čo sa stane, keď spustíte inštaláciu.</translation>
</message> </message>
@ -1251,22 +1276,22 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Odstrániť oddiel %1.</translation> <translation>Odstrániť oddiel %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Odstrániť oddiel &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Odstrániť oddiel &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Odstraňuje sa oddiel %1.</translation> <translation>Odstraňuje sa oddiel %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Inštalátor zlyhal pri odstraňovaní oddielu %1.</translation> <translation>Inštalátor zlyhal pri odstraňovaní oddielu %1.</translation>
</message> </message>
@ -2462,17 +2487,17 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation>
<translation>Forma</translation> <translation>Forma</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Názov produktu</translation> <translation>Názov produktu</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>Textová menovka</translation> <translation>Textová menovka</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>Dlhý popis produktu</translation> <translation>Dlhý popis produktu</translation>
</message> </message>
@ -2841,47 +2866,47 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation>
<translation>Systém súborov musí byť typu FAT32.</translation> <translation>Systém súborov musí byť typu FAT32.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation>Systém súborov musí mať veľkosť aspoň %1.</translation> <translation>Systém súborov musí mať veľkosť aspoň %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation>Systém súborov musí mať nastavený príznak &lt;strong&gt;%1 .</translation> <translation>Systém súborov musí mať nastavený príznak &lt;strong&gt;%1 .</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation>Môžete pokračovať bez nastavenia systémového oddielu EFI, ale váš systém môže zlyhať pri spúšťaní.</translation> <translation>Môžete pokračovať bez nastavenia systémového oddielu EFI, ale váš systém môže zlyhať pri spúšťaní.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>Voľba na použitie tabuľky GPT s BIOSom</translation> <translation>Voľba na použitie tabuľky GPT s BIOSom</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>Tabuľka oddielov GPT je najlepšou voľbou pre všetky systémy. Inštalátor podporuje taktiež inštaláciu pre systémy s BIOSom.&lt;br/&gt;&lt;br/&gt;Pre nastavenie tabuľky oddielov GPT s BIOSom, (ak ste tak neučinili) prejdite späť a nastavte tabuľku oddielov na GPT, a potom vytvorte nenaformátovaný oddiel o veľkosti 8 MB s povoleným príznakom &lt;strong&gt;bios_grub&lt;/strong&gt;.&lt;br/&gt;&lt;br/&gt;Nenaformátovaný oddiel o veľkosti 8 MB je potrebný na spustenie distribúcie %1 na systéme s BIOSom a tabuľkou GPT.</translation> <translation>Tabuľka oddielov GPT je najlepšou voľbou pre všetky systémy. Inštalátor podporuje taktiež inštaláciu pre systémy s BIOSom.&lt;br/&gt;&lt;br/&gt;Pre nastavenie tabuľky oddielov GPT s BIOSom, (ak ste tak neučinili) prejdite späť a nastavte tabuľku oddielov na GPT, a potom vytvorte nenaformátovaný oddiel o veľkosti 8 MB s povoleným príznakom &lt;strong&gt;bios_grub&lt;/strong&gt;.&lt;br/&gt;&lt;br/&gt;Nenaformátovaný oddiel o veľkosti 8 MB je potrebný na spustenie distribúcie %1 na systéme s BIOSom a tabuľkou GPT.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Zavádzací oddiel nie je zašifrovaný</translation> <translation>Zavádzací oddiel nie je zašifrovaný</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Spolu so zašifrovaným koreňovým oddielom bol nainštalovaný oddelený zavádzací oddiel, ktorý ale nie je zašifrovaný.&lt;br/&gt;&lt;br/&gt;S týmto typom inštalácie je ohrozená bezpečnosť, pretože dôležité systémové súbory uchovávané na nezašifrovanom oddieli.&lt;br/&gt;Ak si to želáte, môžete pokračovať, ale neskôr, počas spúšťania systému sa vykoná odomknutie systému súborov.&lt;br/&gt;Na zašifrovanie zavádzacieho oddielu prejdite späť a vytvorte ju znovu vybraním voľby &lt;strong&gt;Zašifrovať&lt;/strong&gt; v okne vytvárania oddielu.</translation> <translation>Spolu so zašifrovaným koreňovým oddielom bol nainštalovaný oddelený zavádzací oddiel, ktorý ale nie je zašifrovaný.&lt;br/&gt;&lt;br/&gt;S týmto typom inštalácie je ohrozená bezpečnosť, pretože dôležité systémové súbory uchovávané na nezašifrovanom oddieli.&lt;br/&gt;Ak si to želáte, môžete pokračovať, ale neskôr, počas spúšťania systému sa vykoná odomknutie systému súborov.&lt;br/&gt;Na zašifrovanie zavádzacieho oddielu prejdite späť a vytvorte ju znovu vybraním voľby &lt;strong&gt;Zašifrovať&lt;/strong&gt; v okne vytvárania oddielu.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation> dostupné aspoň jedno diskové zariadenie.</translation> <translation> dostupné aspoň jedno diskové zariadenie.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>Neexistujú žiadne oddiely, na ktoré je možné vykonať inštaláciu.</translation> <translation>Neexistujú žiadne oddiely, na ktoré je možné vykonať inštaláciu.</translation>
</message> </message>
@ -3071,12 +3096,12 @@ Výstup:
<translation>Nepodarilo sa vytvoriť nový náhodný súbor &lt;pre&gt;%1&lt;/pre&gt;.</translation> <translation>Nepodarilo sa vytvoriť nový náhodný súbor &lt;pre&gt;%1&lt;/pre&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>Žiadny produkt</translation> <translation>Žiadny produkt</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>Nie je poskytnutý żiadny popis.</translation> <translation>Nie je poskytnutý żiadny popis.</translation>
</message> </message>

View File

@ -686,17 +686,42 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -956,17 +981,17 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Povzetek</translation> <translation>Povzetek</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1249,22 +1274,22 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Namestilniku ni uspelo izbrisati razdelka %1.</translation> <translation>Namestilniku ni uspelo izbrisati razdelka %1.</translation>
</message> </message>
@ -2459,17 +2484,17 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation>
<translation>Oblika</translation> <translation>Oblika</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2838,47 +2863,47 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3065,12 +3090,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -687,17 +687,42 @@ Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej.</translation>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation>%1 u çmontua me sukses.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation>Pjesa swap %1 u çaktivizua me sukses.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation>Pjesa swap %1 u spastrua me sukses.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation>Pajisja mapper %1 u mbyll me sukses.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation>Grupi i vëllimeve %1 u çaktivizua me sukses.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Hiqi montimet për veprime pjesëtimi te %1</translation> <translation>Hiqi montimet për veprime pjesëtimi te %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Po hiqen montimet për veprime pjesëtimi te %1.</translation> <translation>Po hiqen montimet për veprime pjesëtimi te %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>U hoqën krejt montimet për %1</translation> <translation>U hoqën krejt montimet për %1</translation>
</message> </message>
@ -957,17 +982,17 @@ Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej.</translation>
<translation>Asnjë</translation> <translation>Asnjë</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Përmbledhje</translation> <translation>Përmbledhje</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Kjo është një përmbledhje e asaj do ndodhë sapo nisni procedurën e rregullimit.</translation> <translation>Kjo është një përmbledhje e asaj do ndodhë sapo nisni procedurën e rregullimit.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Kjo është një përmbledhje e asaj do ndodhë sapo nisni procedurën e instalimit.</translation> <translation>Kjo është një përmbledhje e asaj do ndodhë sapo nisni procedurën e instalimit.</translation>
</message> </message>
@ -1250,22 +1275,22 @@ Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej.</translation>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Fshije pjesën %1.</translation> <translation>Fshije pjesën %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Fshije pjesën &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Fshije pjesën &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Po fshihet pjesa %1.</translation> <translation>Po fshihet pjesa %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Instaluesi dështoi fshirjen e pjesës %1.</translation> <translation>Instaluesi dështoi fshirjen e pjesës %1.</translation>
</message> </message>
@ -2442,17 +2467,17 @@ Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej.</translation>
<translation>Formular</translation> <translation>Formular</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Emër Produkti</translation> <translation>Emër Produkti</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>EtiketëTekst</translation> <translation>EtiketëTekst</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>Përshkrim i Gjatë i Produktit</translation> <translation>Përshkrim i Gjatë i Produktit</translation>
</message> </message>
@ -2821,47 +2846,47 @@ Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej.</translation>
<translation>Sistemi i kartelave duhet jetë i llojit FAT32.</translation> <translation>Sistemi i kartelave duhet jetë i llojit FAT32.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation>Sistemi i kartelave duhet jetë paktën %1 MiB i madh.</translation> <translation>Sistemi i kartelave duhet jetë paktën %1 MiB i madh.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation>Sistemi i kartelave duhet ketë përzgjedhur parametrin &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Sistemi i kartelave duhet ketë përzgjedhur parametrin &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation>Mund vazhdoni pa ujdisur një pjesë EFI sistemi, por sistemi juaj mund mos arrijë niset.</translation> <translation>Mund vazhdoni pa ujdisur një pjesë EFI sistemi, por sistemi juaj mund mos arrijë niset.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>Mundësi për përdorim GTP-je BIOS</translation> <translation>Mundësi për përdorim GTP-je BIOS</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>Një tabelë pjesësh GPT është mundësia e mirë për krejt sistemet. Ky instalues mbulon gjithashtu një ujdisje tillë edhe për sisteme BIOS.&lt;br/&gt;&lt;br/&gt; formësoni një tabelë pjesësh GPT BIOS, (nëse sështë bërë ende) kthehuni dhe ujdiseni tabelën e pjesëve si GPT, pas krijoni një ndarje paformatuar 8 MB me shenjën &lt;strong&gt;bios_grub&lt;/strong&gt; të aktivizuar.&lt;br/&gt;&lt;br/&gt;Një pjesë e paformatuar 8 MB është e nevojshme për nisur %1 një sistem BIOS me GPT.</translation> <translation>Një tabelë pjesësh GPT është mundësia e mirë për krejt sistemet. Ky instalues mbulon gjithashtu një ujdisje tillë edhe për sisteme BIOS.&lt;br/&gt;&lt;br/&gt; formësoni një tabelë pjesësh GPT BIOS, (nëse sështë bërë ende) kthehuni dhe ujdiseni tabelën e pjesëve si GPT, pas krijoni një ndarje paformatuar 8 MB me shenjën &lt;strong&gt;bios_grub&lt;/strong&gt; të aktivizuar.&lt;br/&gt;&lt;br/&gt;Një pjesë e paformatuar 8 MB është e nevojshme për nisur %1 një sistem BIOS me GPT.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Pjesë nisjesh e pafshehtëzuar</translation> <translation>Pjesë nisjesh e pafshehtëzuar</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Tok me pjesën e fshehtëzuar &lt;em&gt;root&lt;/em&gt; qe rregulluar edhe një pjesë &lt;em&gt;boot&lt;/em&gt; veçmas, por pjesa &lt;em&gt;boot&lt;/em&gt; sështë e fshehtëzuar.&lt;br/&gt;&lt;br/&gt;Ka preokupime mbi sigurinë e këtij lloj rregullimi, ngaqë kartela të rëndësishme sistemi mbahen në një pjesë të pafshehtëzuar.&lt;br/&gt;Mund të vazhdoni, nëse doni, por shkyçja e sistemit të kartelave do të ndodhë më vonë, gjatë nisjes së sistemit.&lt;br/&gt;Që të fshehtëzoni pjesën &lt;em&gt;boot&lt;/em&gt;, kthehuni mbrapsht dhe rikrijojeni, duke përzgjedhur te skena e krijimit të pjesës &lt;strong&gt;Fshehtëzoje&lt;/strong&gt;.</translation> <translation>Tok me pjesën e fshehtëzuar &lt;em&gt;root&lt;/em&gt; qe rregulluar edhe një pjesë &lt;em&gt;boot&lt;/em&gt; veçmas, por pjesa &lt;em&gt;boot&lt;/em&gt; sështë e fshehtëzuar.&lt;br/&gt;&lt;br/&gt;Ka preokupime mbi sigurinë e këtij lloj rregullimi, ngaqë kartela të rëndësishme sistemi mbahen në një pjesë të pafshehtëzuar.&lt;br/&gt;Mund të vazhdoni, nëse doni, por shkyçja e sistemit të kartelave do të ndodhë më vonë, gjatë nisjes së sistemit.&lt;br/&gt;Që të fshehtëzoni pjesën &lt;em&gt;boot&lt;/em&gt;, kthehuni mbrapsht dhe rikrijojeni, duke përzgjedhur te skena e krijimit të pjesës &lt;strong&gt;Fshehtëzoje&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>ka paktën një pajisje disku për përdorim.</translation> <translation>ka paktën një pajisje disku për përdorim.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>Ska pjesë ku instalohet.</translation> <translation>Ska pjesë ku instalohet.</translation>
</message> </message>
@ -3051,12 +3076,12 @@ Përfundim:
<translation>Su krijua dot kartelë e re kuturu &lt;pre&gt;%1&lt;/pre&gt;.</translation> <translation>Su krijua dot kartelë e re kuturu &lt;pre&gt;%1&lt;/pre&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>Ska produkt</translation> <translation>Ska produkt</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>Su dha përshkrim.</translation> <translation>Su dha përshkrim.</translation>
</message> </message>

View File

@ -684,17 +684,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Уклони тачке припајања за операције партиције на %1</translation> <translation>Уклони тачке припајања за операције партиције на %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Уклоњене све тачке припајања за %1</translation> <translation>Уклоњене све тачке припајања за %1</translation>
</message> </message>
@ -954,17 +979,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Сажетак</translation> <translation>Сажетак</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1247,22 +1272,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2448,17 +2473,17 @@ The installer will quit and all changes will be lost.</source>
<translation>Форма</translation> <translation>Форма</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2827,47 +2852,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3054,12 +3079,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -684,17 +684,42 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Skini tačke montiranja za operacije nad particijama na %1</translation> <translation>Skini tačke montiranja za operacije nad particijama na %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Sve tačke montiranja na %1 skinute</translation> <translation>Sve tačke montiranja na %1 skinute</translation>
</message> </message>
@ -954,17 +979,17 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Izveštaj</translation> <translation>Izveštaj</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1247,22 +1272,22 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Instaler nije uspjeo obrisati particiju %1.</translation> <translation>Instaler nije uspjeo obrisati particiju %1.</translation>
</message> </message>
@ -2448,17 +2473,17 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2827,47 +2852,47 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3054,12 +3079,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -686,17 +686,42 @@ Alla ändringar kommer att gå förlorade.</translation>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Rensa monteringspunkter för partitionering %1</translation> <translation>Rensa monteringspunkter för partitionering %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Rensar monteringspunkter för partitionering %1.</translation> <translation>Rensar monteringspunkter för partitionering %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Rensade alla monteringspunkter för %1</translation> <translation>Rensade alla monteringspunkter för %1</translation>
</message> </message>
@ -956,17 +981,17 @@ Alla ändringar kommer att gå förlorade.</translation>
<translation>Ingen</translation> <translation>Ingen</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Översikt</translation> <translation>Översikt</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Detta är en översikt över vad som kommer hända när du startar installationsprocessen.</translation> <translation>Detta är en översikt över vad som kommer hända när du startar installationsprocessen.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Detta är en överblick av vad som kommer att ske när du startar installationsprocessen.</translation> <translation>Detta är en överblick av vad som kommer att ske när du startar installationsprocessen.</translation>
</message> </message>
@ -1249,22 +1274,22 @@ Alla ändringar kommer att gå förlorade.</translation>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Ta bort partition %1.</translation> <translation>Ta bort partition %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Ta bort partition &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Ta bort partition &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Tar bort partition %1.</translation> <translation>Tar bort partition %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Installationsprogrammet kunde inte ta bort partition %1.</translation> <translation>Installationsprogrammet kunde inte ta bort partition %1.</translation>
</message> </message>
@ -2444,17 +2469,17 @@ Sök på kartan genom att dra
<translation>Form</translation> <translation>Form</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Produktnamn</translation> <translation>Produktnamn</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>TextLabel</translation> <translation>TextLabel</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>Lång produktbeskrivning</translation> <translation>Lång produktbeskrivning</translation>
</message> </message>
@ -2823,47 +2848,47 @@ Sök på kartan genom att dra
<translation>Filsystemet måste vara av typ FAT32.</translation> <translation>Filsystemet måste vara av typ FAT32.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation>Filsystemet måste vara minst %1 MiB i storlek.</translation> <translation>Filsystemet måste vara minst %1 MiB i storlek.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation>Filsystemet måste ha flagga &lt;strong&gt;%1&lt;/strong&gt; satt.</translation> <translation>Filsystemet måste ha flagga &lt;strong&gt;%1&lt;/strong&gt; satt.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation>Du kan fortsätta utan att ställa in en EFI-systempartition men ditt system kanske inte startar.</translation> <translation>Du kan fortsätta utan att ställa in en EFI-systempartition men ditt system kanske inte startar.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>Alternativ för att använda GPT BIOS</translation> <translation>Alternativ för att använda GPT BIOS</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>En GPT-partitionstabell är det bästa alternativet för alla system. Detta installationsprogram stödjer det för system med BIOS också.&lt;br/&gt;&lt;br/&gt;För att konfigurera en GPT-partitionstabell BIOS (om det inte redan är gjort), tillbaka och sätt partitionstabell till GPT, skapa sedan en oformaterad partition 8MB med &lt;strong&gt;bios_grub&lt;/strong&gt;-flaggan satt.&lt;br/&gt;&lt;br/&gt;En oformaterad partition 8MB är nödvändig för att starta %1 ett BIOS-system med GPT.</translation> <translation>En GPT-partitionstabell är det bästa alternativet för alla system. Detta installationsprogram stödjer det för system med BIOS också.&lt;br/&gt;&lt;br/&gt;För att konfigurera en GPT-partitionstabell BIOS (om det inte redan är gjort), tillbaka och sätt partitionstabell till GPT, skapa sedan en oformaterad partition 8MB med &lt;strong&gt;bios_grub&lt;/strong&gt;-flaggan satt.&lt;br/&gt;&lt;br/&gt;En oformaterad partition 8MB är nödvändig för att starta %1 ett BIOS-system med GPT.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Boot partition inte krypterad</translation> <translation>Boot partition inte krypterad</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>En separat uppstartspartition skapades tillsammans med den krypterade rootpartitionen, men uppstartspartitionen är inte krypterad.&lt;br/&gt;&lt;br/&gt;Det finns säkerhetsproblem med den här inställningen, eftersom viktiga systemfiler sparas en okrypterad partition.&lt;br/&gt;Du kan fortsätta om du vill, men upplåsning av filsystemet kommer hända senare under uppstart av systemet.&lt;br/&gt;För att kryptera uppstartspartitionen, tillbaka och återskapa den, och välj &lt;strong&gt;Kryptera&lt;/strong&gt; i fönstret när du skapar partitionen.</translation> <translation>En separat uppstartspartition skapades tillsammans med den krypterade rootpartitionen, men uppstartspartitionen är inte krypterad.&lt;br/&gt;&lt;br/&gt;Det finns säkerhetsproblem med den här inställningen, eftersom viktiga systemfiler sparas en okrypterad partition.&lt;br/&gt;Du kan fortsätta om du vill, men upplåsning av filsystemet kommer hända senare under uppstart av systemet.&lt;br/&gt;För att kryptera uppstartspartitionen, tillbaka och återskapa den, och välj &lt;strong&gt;Kryptera&lt;/strong&gt; i fönstret när du skapar partitionen.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>har åtminstone en diskenhet tillgänglig.</translation> <translation>har åtminstone en diskenhet tillgänglig.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>Det finns inga partitioner att installera .</translation> <translation>Det finns inga partitioner att installera .</translation>
</message> </message>
@ -3053,12 +3078,12 @@ Utdata:
<translation>Kunde inte skapa ny slumpmässig fil &lt;pre&gt;%1&lt;/pre&gt;.</translation> <translation>Kunde inte skapa ny slumpmässig fil &lt;pre&gt;%1&lt;/pre&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>Ingen produkt</translation> <translation>Ingen produkt</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>Ingen beskrivning tillhandahålls.</translation> <translation>Ingen beskrivning tillhandahålls.</translation>
</message> </message>

View File

@ -683,17 +683,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -953,17 +978,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1246,22 +1271,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2438,17 +2463,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2817,47 +2842,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3044,12 +3069,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -681,17 +681,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -951,17 +976,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1244,22 +1269,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2436,17 +2461,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2815,47 +2840,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3042,12 +3067,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -683,17 +683,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Пок кардани васлҳо барои амалиётҳои қисмбандӣ дар %1</translation> <translation>Пок кардани васлҳо барои амалиётҳои қисмбандӣ дар %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Поксозии васлҳо барои амалиётҳои қисмбандӣ дар %1</translation> <translation>Поксозии васлҳо барои амалиётҳои қисмбандӣ дар %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Ҳамаи васлҳо барои %1 пок карда шуданд.</translation> <translation>Ҳамаи васлҳо барои %1 пок карда шуданд.</translation>
</message> </message>
@ -953,17 +978,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Ҷамъбаст</translation> <translation>Ҷамъбаст</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Дар ин ҷамъбаст шумо мебинед, ки чӣ мешавад пас аз он ки шумо раванди танзимкуниро оғоз мекунед.</translation> <translation>Дар ин ҷамъбаст шумо мебинед, ки чӣ мешавад пас аз он ки шумо раванди танзимкуниро оғоз мекунед.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Дар ин ҷамъбаст шумо мебинед, ки чӣ мешавад пас аз он ки шумо раванди насбкуниро оғоз мекунед.</translation> <translation>Дар ин ҷамъбаст шумо мебинед, ки чӣ мешавад пас аз он ки шумо раванди насбкуниро оғоз мекунед.</translation>
</message> </message>
@ -1246,22 +1271,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Қисми диски %1 нест карда мешавад.</translation> <translation>Қисми диски %1 нест карда мешавад.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Қисми диски &lt;strong&gt;%1&lt;/strong&gt; нест карда мешавад.</translation> <translation>Қисми диски &lt;strong&gt;%1&lt;/strong&gt; нест карда мешавад.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Несткунии қисми диски %1.</translation> <translation>Несткунии қисми диски %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Насбкунанда қисми диски %1-ро нест карда натавонист.</translation> <translation>Насбкунанда қисми диски %1-ро нест карда натавонист.</translation>
</message> </message>
@ -2440,17 +2465,17 @@ The installer will quit and all changes will be lost.</source>
<translation>Шакл</translation> <translation>Шакл</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Номи маҳсул</translation> <translation>Номи маҳсул</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>Тамғаи матнӣ</translation> <translation>Тамғаи матнӣ</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>Маълумоти муфассал дар бораи маҳсул</translation> <translation>Маълумоти муфассал дар бораи маҳсул</translation>
</message> </message>
@ -2819,47 +2844,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>Имкони истифодаи GPT дар BIOS</translation> <translation>Имкони истифодаи GPT дар BIOS</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>Ҷадвали қисми диски GPT барои ҳамаи низомҳо интихоби беҳтарин мебошад. Насбкунандаи ҷорӣ инчунин барои низомҳои BIOS чунин танзимро дастгирӣ менамояд.&lt;br/&gt;&lt;br/&gt;Барои танзим кардани ҷадвали қисми диски GPT дар BIOS, (агар то ҳол танзим накарда бошед) як қадам ба қафо гузаред ва ҷадвали қисми дискро ба GPT танзим кунед, пас қисми диски шаклбандинашударо бо ҳаҷми 8 МБ бо нишони фаъолшудаи &lt;strong&gt;bios_grub&lt;/strong&gt; эҷод намоед.&lt;br/&gt;&lt;br/&gt;Қисми диски шаклбандинашуда бо ҳаҷми 8 МБ барои оғоз кардани %1 дар низоми BIOS бо GPT лозим аст.</translation> <translation>Ҷадвали қисми диски GPT барои ҳамаи низомҳо интихоби беҳтарин мебошад. Насбкунандаи ҷорӣ инчунин барои низомҳои BIOS чунин танзимро дастгирӣ менамояд.&lt;br/&gt;&lt;br/&gt;Барои танзим кардани ҷадвали қисми диски GPT дар BIOS, (агар то ҳол танзим накарда бошед) як қадам ба қафо гузаред ва ҷадвали қисми дискро ба GPT танзим кунед, пас қисми диски шаклбандинашударо бо ҳаҷми 8 МБ бо нишони фаъолшудаи &lt;strong&gt;bios_grub&lt;/strong&gt; эҷод намоед.&lt;br/&gt;&lt;br/&gt;Қисми диски шаклбандинашуда бо ҳаҷми 8 МБ барои оғоз кардани %1 дар низоми BIOS бо GPT лозим аст.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Қисми диски роҳандозӣ рамзгузорӣ нашудааст</translation> <translation>Қисми диски роҳандозӣ рамзгузорӣ нашудааст</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Қисми диски роҳандозии алоҳида дар як ҷой бо қисми диски реша (root)-и рамзгузоришуда танзим карда шуд, аммо қисми диски роҳандозӣ рамзгузорӣ нашудааст.&lt;br/&gt;&lt;br/&gt;Барои ҳамин навъи танзимкунӣ масъалаи амниятӣ аҳамият дорад, зеро ки файлҳои низомии муҳим дар қисми диски рамзгузоринашуда нигоҳ дошта мешаванд.&lt;br/&gt;Агар шумо хоҳед, метавонед идома диҳед, аммо қулфкушоии низоми файлӣ дертар ҳангоми оғози кори низом иҷро карда мешавад.&lt;br/&gt;Барои рамзгзорӣ кардани қисми диски роҳандозӣ ба қафо гузаред ва бо интихоби тугмаи &lt;strong&gt;Рамзгузорӣ&lt;/strong&gt; дар равзанаи эҷодкунии қисми диск онро аз нав эҷод намоед.</translation> <translation>Қисми диски роҳандозии алоҳида дар як ҷой бо қисми диски реша (root)-и рамзгузоришуда танзим карда шуд, аммо қисми диски роҳандозӣ рамзгузорӣ нашудааст.&lt;br/&gt;&lt;br/&gt;Барои ҳамин навъи танзимкунӣ масъалаи амниятӣ аҳамият дорад, зеро ки файлҳои низомии муҳим дар қисми диски рамзгузоринашуда нигоҳ дошта мешаванд.&lt;br/&gt;Агар шумо хоҳед, метавонед идома диҳед, аммо қулфкушоии низоми файлӣ дертар ҳангоми оғози кори низом иҷро карда мешавад.&lt;br/&gt;Барои рамзгзорӣ кардани қисми диски роҳандозӣ ба қафо гузаред ва бо интихоби тугмаи &lt;strong&gt;Рамзгузорӣ&lt;/strong&gt; дар равзанаи эҷодкунии қисми диск онро аз нав эҷод намоед.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>ақаллан як дастгоҳи диск дастрас аст.</translation> <translation>ақаллан як дастгоҳи диск дастрас аст.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>Ягон қисми диск барои насб вуҷуд надорад.</translation> <translation>Ягон қисми диск барои насб вуҷуд надорад.</translation>
</message> </message>
@ -3049,12 +3074,12 @@ Output:
<translation>Файл тасодуфии нави &lt;pre&gt;%1&lt;/pre&gt; эҷод карда нашуд.</translation> <translation>Файл тасодуфии нави &lt;pre&gt;%1&lt;/pre&gt; эҷод карда нашуд.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>Ягон маҳсул нест</translation> <translation>Ягон маҳсул нест</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>Ягон тафсилот нест</translation> <translation>Ягон тафсилот нест</translation>
</message> </message>

View File

@ -680,17 +680,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation> %1</translation> <translation> %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation> %1</translation> <translation> %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation> %1</translation> <translation> %1</translation>
</message> </message>
@ -950,17 +975,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1243,22 +1268,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation> %1</translation> <translation> %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation> &lt;strong&gt;%1&lt;/strong&gt;</translation> <translation> &lt;strong&gt;%1&lt;/strong&gt;</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation> %1</translation> <translation> %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation> %1</translation> <translation> %1</translation>
</message> </message>
@ -2426,17 +2451,17 @@ The installer will quit and all changes will be lost.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation></translation> <translation></translation>
</message> </message>
@ -2805,47 +2830,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3032,12 +3057,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation></translation> <translation></translation>
</message> </message>

View File

@ -688,17 +688,42 @@ Yükleyiciden çıkınca tüm değişiklikler kaybedilecek.</translation>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>%1 bölümleme işlemleri için sorunsuz bağla</translation> <translation>%1 bölümleme işlemleri için sorunsuz bağla</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>%1 bölümleme işlemleri için bağlama noktaları temizleniyor.</translation> <translation>%1 bölümleme işlemleri için bağlama noktaları temizleniyor.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>%1 için tüm bağlı bölümler ayrıldı</translation> <translation>%1 için tüm bağlı bölümler ayrıldı</translation>
</message> </message>
@ -960,17 +985,17 @@ Kurulum devam edebilir fakat bazı özellikler devre dışı kalabilir.</transla
<translation>Hiçbiri</translation> <translation>Hiçbiri</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Kurulum Özeti</translation> <translation>Kurulum Özeti</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Bu, kurulum prosedürü başlatıldıktan sonra ne gibi değişiklikler dair olacağına genel bir bakış.</translation> <translation>Bu, kurulum prosedürü başlatıldıktan sonra ne gibi değişiklikler dair olacağına genel bir bakış.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Yükleme işlemleri başladıktan sonra yapılacak işlere genel bir bakış.</translation> <translation>Yükleme işlemleri başladıktan sonra yapılacak işlere genel bir bakış.</translation>
</message> </message>
@ -1253,22 +1278,22 @@ Kurulum devam edebilir fakat bazı özellikler devre dışı kalabilir.</transla
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>%1 disk bölümünü sil.</translation> <translation>%1 disk bölümünü sil.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>&lt;strong&gt;%1&lt;/strong&gt; disk bölümünü sil.</translation> <translation>&lt;strong&gt;%1&lt;/strong&gt; disk bölümünü sil.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>%1 disk bölümü siliniyor.</translation> <translation>%1 disk bölümü siliniyor.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Yükleyici %1 bölümünü silemedi.</translation> <translation>Yükleyici %1 bölümünü silemedi.</translation>
</message> </message>
@ -2448,17 +2473,17 @@ Sistem güç kaynağına bağlı değil.</translation>
<translation>Biçim</translation> <translation>Biçim</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Ürün adı</translation> <translation>Ürün adı</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>MetinEtiketi</translation> <translation>MetinEtiketi</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>Uzun ürün ıklaması</translation> <translation>Uzun ürün ıklaması</translation>
</message> </message>
@ -2827,48 +2852,48 @@ Sistem güç kaynağına bağlı değil.</translation>
<translation>Dosya sistemi FAT32 tipine sahip olmalıdır.</translation> <translation>Dosya sistemi FAT32 tipine sahip olmalıdır.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation>Dosya sisteminin boyutu en az %1 MB olmalıdır.</translation> <translation>Dosya sisteminin boyutu en az %1 MB olmalıdır.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation>Dosya sisteminde &lt;strong&gt;%1&lt;/strong&gt; bayrağı ayarlanmış olmalıdır.</translation> <translation>Dosya sisteminde &lt;strong&gt;%1&lt;/strong&gt; bayrağı ayarlanmış olmalıdır.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation>Bir EFI sistem bölümü kurmadan devam edebilirsiniz ancak sisteminiz başlamayabilir.</translation> <translation>Bir EFI sistem bölümü kurmadan devam edebilirsiniz ancak sisteminiz başlamayabilir.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>BIOS'ta GPT kullanma seçeneği</translation> <translation>BIOS'ta GPT kullanma seçeneği</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>GPT disk bölümü tablosu tüm sistemler için en iyi seçenektir. Bu yükleyici klasik BIOS sistemler için de böyle bir kurulumu destekler. &lt;br/&gt;&lt;br/&gt;Klasik BIOS sistemlerde disk bölümü tablosu GPT tipinde yapılandırmak için (daha önce yapılmadıysa) geri gidin ve disk bölümü tablosu GPT olarak ayarlayın ve ardından &lt;strong&gt;bios_grub&lt;/strong&gt; bayrağı ile etiketlenmiş 8 MB biçimlendirilmemiş bir disk bölümü oluşturun.&lt;br/&gt; &lt;br/&gt;GPT disk yapısı ile kurulan klasik BIOS sistemi %1 başlatmak için biçimlendirilmemiş 8 MB bir disk bölümü gereklidir.</translation> <translation>GPT disk bölümü tablosu tüm sistemler için en iyi seçenektir. Bu yükleyici klasik BIOS sistemler için de böyle bir kurulumu destekler. &lt;br/&gt;&lt;br/&gt;Klasik BIOS sistemlerde disk bölümü tablosu GPT tipinde yapılandırmak için (daha önce yapılmadıysa) geri gidin ve disk bölümü tablosu GPT olarak ayarlayın ve ardından &lt;strong&gt;bios_grub&lt;/strong&gt; bayrağı ile etiketlenmiş 8 MB biçimlendirilmemiş bir disk bölümü oluşturun.&lt;br/&gt; &lt;br/&gt;GPT disk yapısı ile kurulan klasik BIOS sistemi %1 başlatmak için biçimlendirilmemiş 8 MB bir disk bölümü gereklidir.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Önyükleme yani boot diski şifrelenmedi</translation> <translation>Önyükleme yani boot diski şifrelenmedi</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Ayrı bir önyükleme yani boot disk bölümü, şifrenmiş bir kök bölüm ile birlikte ayarlandı, fakat önyükleme bölümü şifrelenmedi.&lt;br/&gt;&lt;br/&gt;Bu tip kurulumun güvenlik endişeleri vardır, çünkü önemli sistem dosyaları şifrelenmemiş bir bölümde saklanır.&lt;br/&gt;İsterseniz kuruluma devam edebilirsiniz, fakat dosya sistemi kilidi daha sonra sistem başlatılırken ılacak.&lt;br/&gt; <translation>Ayrı bir önyükleme yani boot disk bölümü, şifrenmiş bir kök bölüm ile birlikte ayarlandı, fakat önyükleme bölümü şifrelenmedi.&lt;br/&gt;&lt;br/&gt;Bu tip kurulumun güvenlik endişeleri vardır, çünkü önemli sistem dosyaları şifrelenmemiş bir bölümde saklanır.&lt;br/&gt;İsterseniz kuruluma devam edebilirsiniz, fakat dosya sistemi kilidi daha sonra sistem başlatılırken ılacak.&lt;br/&gt;
Önyükleme bölümünü şifrelemek için geri dönün ve bölüm oluşturma penceresinde &lt;strong&gt;Şifreleme&lt;/strong&gt;seçeneği ile yeniden oluşturun.</translation> Önyükleme bölümünü şifrelemek için geri dönün ve bölüm oluşturma penceresinde &lt;strong&gt;Şifreleme&lt;/strong&gt;seçeneği ile yeniden oluşturun.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>Mevcut en az bir disk aygıtı var.</translation> <translation>Mevcut en az bir disk aygıtı var.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>Kurulacak disk bölümü yok.</translation> <translation>Kurulacak disk bölümü yok.</translation>
</message> </message>
@ -3058,12 +3083,12 @@ Output:
<translation>&lt;pre&gt;%1&lt;/pre&gt;yeni rasgele dosya oluşturulamadı.</translation> <translation>&lt;pre&gt;%1&lt;/pre&gt;yeni rasgele dosya oluşturulamadı.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>Ürün yok</translation> <translation>Ürün yok</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>ıklama bulunamadı.</translation> <translation>ıklama bulunamadı.</translation>
</message> </message>

View File

@ -691,17 +691,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation>%1 успішно демонтовано.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation>Успішно вимкнено резервну пам'ять %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation>Успішно очищено резервну пам'ять %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation>Успішно закрито пристрій прив'язки %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation>Успішно вимкнено групу томів %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Очистити точки підключення для операцій над розділами на %1</translation> <translation>Очистити точки підключення для операцій над розділами на %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Очищення точок підключення для операцій над розділами на %1.</translation> <translation>Очищення точок підключення для операцій над розділами на %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Очищено всі точки підключення для %1</translation> <translation>Очищено всі точки підключення для %1</translation>
</message> </message>
@ -961,17 +986,17 @@ The installer will quit and all changes will be lost.</source>
<translation>Немає</translation> <translation>Немає</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Огляд</translation> <translation>Огляд</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Це огляд того, що трапиться коли ви почнете процедуру налаштовування.</translation> <translation>Це огляд того, що трапиться коли ви почнете процедуру налаштовування.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Це огляд того, що трапиться коли ви почнете процедуру встановлення.</translation> <translation>Це огляд того, що трапиться коли ви почнете процедуру встановлення.</translation>
</message> </message>
@ -1254,22 +1279,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Видалити розділ %1.</translation> <translation>Видалити розділ %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Видалити розділ &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Видалити розділ &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Видалення розділу %1.</translation> <translation>Видалення розділу %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Засобу встановлення не вдалося вилучити розділ %1.</translation> <translation>Засобу встановлення не вдалося вилучити розділ %1.</translation>
</message> </message>
@ -2467,17 +2492,17 @@ The installer will quit and all changes will be lost.</source>
<translation>Форма</translation> <translation>Форма</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Назва продукту</translation> <translation>Назва продукту</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>Текстова мітка</translation> <translation>Текстова мітка</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation>Довгий опис продукту</translation> <translation>Довгий опис продукту</translation>
</message> </message>
@ -2846,47 +2871,47 @@ The installer will quit and all changes will be lost.</source>
<translation>Файлова система має належати до типу FAT32.</translation> <translation>Файлова система має належати до типу FAT32.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation>Розмір файлової системи має бути не меншим за %1 МіБ.</translation> <translation>Розмір файлової системи має бути не меншим за %1 МіБ.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation>Для файлової системи має бути встановлено прапорець &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Для файлової системи має бути встановлено прапорець &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation>Ви можете продовжити без встановлення системного розділу EFI, але це може призвести до неможливості запуску вашої операційної системи.</translation> <translation>Ви можете продовжити без встановлення системного розділу EFI, але це може призвести до неможливості запуску вашої операційної системи.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>Варіант із використанням GPT на BIOS</translation> <translation>Варіант із використанням GPT на BIOS</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>Таблиця розділів GPT є найкращим варіантом для усіх систем. У цьому засобі встановлення передбачено підтримку відповідних налаштувань і для систем BIOS.&lt;br/&gt;&lt;br/&gt;Щоб скористатися таблицею розділів GPT у системі з BIOS, (якщо цього ще не було зроблено) поверніться назад і встановіть для таблиці розділів значення GPT, далі створіть неформатований розділ розміром 8 МБ з увімкненим прапорцем &lt;strong&gt;bios_grub&lt;/strong&gt;.&lt;br/&gt;&lt;br/&gt;Неформатований розділ розміром 8 МБ потрібен для запуску %1 на системі з BIOS за допомогою GPT.</translation> <translation>Таблиця розділів GPT є найкращим варіантом для усіх систем. У цьому засобі встановлення передбачено підтримку відповідних налаштувань і для систем BIOS.&lt;br/&gt;&lt;br/&gt;Щоб скористатися таблицею розділів GPT у системі з BIOS, (якщо цього ще не було зроблено) поверніться назад і встановіть для таблиці розділів значення GPT, далі створіть неформатований розділ розміром 8 МБ з увімкненим прапорцем &lt;strong&gt;bios_grub&lt;/strong&gt;.&lt;br/&gt;&lt;br/&gt;Неформатований розділ розміром 8 МБ потрібен для запуску %1 на системі з BIOS за допомогою GPT.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Завантажувальний розділ незашифрований</translation> <translation>Завантажувальний розділ незашифрований</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Було налаштовано окремий завантажувальний розділ поряд із зашифрованим кореневим розділом, але завантажувальний розділ незашифрований.&lt;br/&gt;&lt;br/&gt;Існують проблеми з безпекою такого типу, оскільки важливі системні файли зберігаються на незашифрованому розділі.&lt;br/&gt;Ви можете продовжувати, якщо бажаєте, але розблокування файлової системи відбудеться пізніше під час запуску системи.&lt;br/&gt;Щоб зашифрувати завантажувальний розділ, поверніться і створіть його знов, обравши &lt;strong&gt;Зашифрувати&lt;/strong&gt; у вікні створення розділів.</translation> <translation>Було налаштовано окремий завантажувальний розділ поряд із зашифрованим кореневим розділом, але завантажувальний розділ незашифрований.&lt;br/&gt;&lt;br/&gt;Існують проблеми з безпекою такого типу, оскільки важливі системні файли зберігаються на незашифрованому розділі.&lt;br/&gt;Ви можете продовжувати, якщо бажаєте, але розблокування файлової системи відбудеться пізніше під час запуску системи.&lt;br/&gt;Щоб зашифрувати завантажувальний розділ, поверніться і створіть його знов, обравши &lt;strong&gt;Зашифрувати&lt;/strong&gt; у вікні створення розділів.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation>має принаймні один доступний дисковий пристрій.</translation> <translation>має принаймні один доступний дисковий пристрій.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>Немає розділів для встановлення.</translation> <translation>Немає розділів для встановлення.</translation>
</message> </message>
@ -3076,12 +3101,12 @@ Output:
<translation>Не вдалося створити випадковий файл &lt;pre&gt;%1&lt;/pre&gt;.</translation> <translation>Не вдалося створити випадковий файл &lt;pre&gt;%1&lt;/pre&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>Немає продукту</translation> <translation>Немає продукту</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>Опису не надано.</translation> <translation>Опису не надано.</translation>
</message> </message>

View File

@ -681,17 +681,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -951,17 +976,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1244,22 +1269,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2436,17 +2461,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2815,47 +2840,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3042,12 +3067,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -681,17 +681,42 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.<
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation>Xóa gắn kết cho các hoạt đng phân vùng trên %1</translation> <translation>Xóa gắn kết cho các hoạt đng phân vùng trên %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation>Xóa các gắn kết cho các hoạt đng phân vùng trên %1.</translation> <translation>Xóa các gắn kết cho các hoạt đng phân vùng trên %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation>Đã xóa tất cả các gắn kết cho %1</translation> <translation>Đã xóa tất cả các gắn kết cho %1</translation>
</message> </message>
@ -951,17 +976,17 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.<
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation>Tổng quan</translation> <translation>Tổng quan</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation>Đây tổng quan về những sẽ xảy ra khi bạn bắt đu quy trình thiết lập.</translation> <translation>Đây tổng quan về những sẽ xảy ra khi bạn bắt đu quy trình thiết lập.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>Đây tổng quan về những sẽ xảy ra khi bạn bắt đu quy trình cài đt.</translation> <translation>Đây tổng quan về những sẽ xảy ra khi bạn bắt đu quy trình cài đt.</translation>
</message> </message>
@ -1244,22 +1269,22 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.<
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation>Xóa phân vùng %1.</translation> <translation>Xóa phân vùng %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Xóa phân vùng &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>Xóa phân vùng &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation>Đang xóa phân vùng %1.</translation> <translation>Đang xóa phân vùng %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation>Trình cài đt không thể xóa phân vùng %1.</translation> <translation>Trình cài đt không thể xóa phân vùng %1.</translation>
</message> </message>
@ -2429,17 +2454,17 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.<
<translation>Biểu mẫu</translation> <translation>Biểu mẫu</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation>Tên sản phẩm</translation> <translation>Tên sản phẩm</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation>Nhãn văn bản</translation> <translation>Nhãn văn bản</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation> tả đy đ sản phẩm</translation> <translation> tả đy đ sản phẩm</translation>
</message> </message>
@ -2808,47 +2833,47 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.<
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation>Lựa chọn dùng GPT trên BIOS</translation> <translation>Lựa chọn dùng GPT trên BIOS</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>Bảng phân vùng GPT lựa chọn tốt nhất cho tất cả các hệ thống. Trình cài đt này cũng hỗ trợ thiết lập như vậy cho các hệ thống BIOS. &lt;br/&gt; &lt;br/&gt; Đ đnh cấu hình bảng phân vùng GPT trên BIOS, (nếu chưa thực hiện xong) hãy quay lại đt bảng phân vùng thành GPT, tiếp theo tạo 8 MB phân vùng chưa đnh dạng với cờ &lt;strong&gt; bios_grub &lt;/strong&gt; được bật. &lt;br/&gt; &lt;br/&gt; Cần phân vùng 8 MB chưa đưc đnh dạng đ khởi đng %1 trên hệ thống BIOS GPT.</translation> <translation>Bảng phân vùng GPT lựa chọn tốt nhất cho tất cả các hệ thống. Trình cài đt này cũng hỗ trợ thiết lập như vậy cho các hệ thống BIOS. &lt;br/&gt; &lt;br/&gt; Đ đnh cấu hình bảng phân vùng GPT trên BIOS, (nếu chưa thực hiện xong) hãy quay lại đt bảng phân vùng thành GPT, tiếp theo tạo 8 MB phân vùng chưa đnh dạng với cờ &lt;strong&gt; bios_grub &lt;/strong&gt; được bật. &lt;br/&gt; &lt;br/&gt; Cần phân vùng 8 MB chưa đưc đnh dạng đ khởi đng %1 trên hệ thống BIOS GPT.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation>Phân vùng khởi đng không đưc hóa</translation> <translation>Phân vùng khởi đng không đưc hóa</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>Một phân vùng khởi đng riêng biệt đã đưc thiết lập cùng với một phân vùng gốc đưc hóa, nhưng phân vùng khởi đng không đưc hóa. &lt;br/&gt; &lt;br/&gt; những lo ngại về bảo mật với loại thiết lập này, các tệp hệ thống quan trọng đưc lưu giữ trên một phân vùng không đưc hóa . &lt;br/&gt; Bạn thể tiếp tục nếu muốn, nhưng việc mở khóa hệ thống tệp sẽ diễn ra sau trong quá trình khởi đng hệ thống. &lt;br/&gt; Đ hóa phân vùng khởi đng, hãy quay lại tạo lại , chọn &lt;strong&gt; hóa &lt;/strong&gt; trong phân vùng ca s to.</translation> <translation>Một phân vùng khởi đng riêng biệt đã đưc thiết lập cùng với một phân vùng gốc đưc hóa, nhưng phân vùng khởi đng không đưc hóa. &lt;br/&gt; &lt;br/&gt; những lo ngại về bảo mật với loại thiết lập này, các tệp hệ thống quan trọng đưc lưu giữ trên một phân vùng không đưc hóa . &lt;br/&gt; Bạn thể tiếp tục nếu muốn, nhưng việc mở khóa hệ thống tệp sẽ diễn ra sau trong quá trình khởi đng hệ thống. &lt;br/&gt; Đ hóa phân vùng khởi đng, hãy quay lại tạo lại , chọn &lt;strong&gt; hóa &lt;/strong&gt; trong phân vùng ca s to.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation> sẵn ít nhất một thiết bị đĩa.</translation> <translation> sẵn ít nhất một thiết bị đĩa.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation>Không phân vùng đ cài đt.</translation> <translation>Không phân vùng đ cài đt.</translation>
</message> </message>
@ -3038,12 +3063,12 @@ Output:
<translation>Không thể tạo tập tin ngẫu nhiên &lt;pre&gt;%1&lt;/pre&gt;.</translation> <translation>Không thể tạo tập tin ngẫu nhiên &lt;pre&gt;%1&lt;/pre&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation>Không sản phẩm</translation> <translation>Không sản phẩm</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation>Không tả đưc cung cấp.</translation> <translation>Không tả đưc cung cấp.</translation>
</message> </message>

View File

@ -679,17 +679,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -949,17 +974,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1242,22 +1267,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2425,17 +2450,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2804,47 +2829,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3031,12 +3056,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -686,17 +686,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation> %1 </translation> <translation> %1 </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation> %1 </translation> <translation> %1 </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation> %1 </translation> <translation> %1 </translation>
</message> </message>
@ -958,17 +983,17 @@ The installer will quit and all changes will be lost.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation></translation> <translation></translation>
</message> </message>
@ -1251,22 +1276,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation> %1</translation> <translation> %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation> &lt;strong&gt;%1&lt;/strong&gt;</translation> <translation> &lt;strong&gt;%1&lt;/strong&gt;</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation> %1</translation> <translation> %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation> %1 </translation> <translation> %1 </translation>
</message> </message>
@ -2437,17 +2462,17 @@ The installer will quit and all changes will be lost.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation></translation> <translation></translation>
</message> </message>
@ -2816,47 +2841,47 @@ The installer will quit and all changes will be lost.</source>
<translation>FAT32</translation> <translation>FAT32</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation>%1 MiB </translation> <translation>%1 MiB </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation> &lt;strong&gt;%1&lt;/strong&gt; </translation> <translation> &lt;strong&gt;%1&lt;/strong&gt; </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation>EFI系统分区的情况下继续</translation> <translation>EFI系统分区的情况下继续</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation> BIOS 使 GPT</translation> <translation> BIOS 使 GPT</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>GPT BIOS GPT &lt;br/&gt;&lt;br/&gt; BIOS GPT GPT 8MB &lt;strong&gt;bios_grub&lt;/strong&gt; 标记的分区。&lt;br/&gt;&lt;br/&gt; 8MB BIOS 使 GPT %1 </translation> <translation>GPT BIOS GPT &lt;br/&gt;&lt;br/&gt; BIOS GPT GPT 8MB &lt;strong&gt;bios_grub&lt;/strong&gt; 标记的分区。&lt;br/&gt;&lt;br/&gt; 8MB BIOS 使 GPT %1 </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>使&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt; &lt;strong&gt;&lt;/strong&gt; </translation> <translation>使&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt; &lt;strong&gt;&lt;/strong&gt; </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation></translation> <translation></translation>
</message> </message>
@ -3046,12 +3071,12 @@ Output:
<translation> &lt;pre&gt;%1&lt;/pre&gt;.</translation> <translation> &lt;pre&gt;%1&lt;/pre&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation></translation> <translation></translation>
</message> </message>

View File

@ -679,17 +679,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -949,17 +974,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -1242,22 +1267,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2425,17 +2450,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -2804,47 +2829,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -3031,12 +3056,12 @@ Output:
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -685,17 +685,42 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>ClearMountsJob</name> <name>ClearMountsJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="42"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="259"/>
<source>Successfully unmounted %1.</source>
<translation> %1</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="266"/>
<source>Successfully disabled swap %1.</source>
<translation> swap %1</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="292"/>
<source>Successfully cleared swap %1.</source>
<translation> swap %1</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="306"/>
<source>Successfully closed mapper device %1.</source>
<translation> %1</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
<source>Successfully disabled volume group %1.</source>
<translation> %1</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="358"/>
<source>Clear mounts for partitioning operations on %1</source> <source>Clear mounts for partitioning operations on %1</source>
<translation> %1</translation> <translation> %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="49"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="364"/>
<source>Clearing mounts for partitioning operations on %1.</source> <source>Clearing mounts for partitioning operations on %1.</source>
<translation> %1</translation> <translation> %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="224"/> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="383"/>
<source>Cleared all mounts for %1</source> <source>Cleared all mounts for %1</source>
<translation> %1 </translation> <translation> %1 </translation>
</message> </message>
@ -955,17 +980,17 @@ The installer will quit and all changes will be lost.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="82"/> <location filename="../src/modules/summary/Config.cpp" line="94"/>
<source>Summary</source> <source>Summary</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="86"/> <location filename="../src/modules/summary/Config.cpp" line="98"/>
<source>This is an overview of what will happen once you start the setup procedure.</source> <source>This is an overview of what will happen once you start the setup procedure.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/summary/Config.cpp" line="91"/> <location filename="../src/modules/summary/Config.cpp" line="103"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation></translation> <translation></translation>
</message> </message>
@ -1248,22 +1273,22 @@ The installer will quit and all changes will be lost.</source>
<context> <context>
<name>DeletePartitionJob</name> <name>DeletePartitionJob</name>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="31"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="71"/>
<source>Delete partition %1.</source> <source>Delete partition %1.</source>
<translation> %1</translation> <translation> %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="38"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="78"/>
<source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Delete partition &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation> &lt;strong&gt;%1&lt;/strong&gt;</translation> <translation> &lt;strong&gt;%1&lt;/strong&gt;</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="45"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Deleting partition %1.</source> <source>Deleting partition %1.</source>
<translation> %1</translation> <translation> %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="56"/> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="103"/>
<source>The installer failed to delete partition %1.</source> <source>The installer failed to delete partition %1.</source>
<translation> %1 </translation> <translation> %1 </translation>
</message> </message>
@ -2433,17 +2458,17 @@ The installer will quit and all changes will be lost.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="44"/> <location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
<source>Product Name</source> <source>Product Name</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="57"/> <location filename="../src/modules/packagechooser/page_package.ui" line="63"/>
<source>TextLabel</source> <source>TextLabel</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/page_package.ui" line="73"/> <location filename="../src/modules/packagechooser/page_package.ui" line="79"/>
<source>Long Product Description</source> <source>Long Product Description</source>
<translation></translation> <translation></translation>
</message> </message>
@ -2812,47 +2837,47 @@ The installer will quit and all changes will be lost.</source>
<translation> FAT32</translation> <translation> FAT32</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<source>The filesystem must be at least %1 MiB in size.</source> <source>The filesystem must be at least %1 MiB in size.</source>
<translation> %1 MiB </translation> <translation> %1 MiB </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="570"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source> <source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation> &lt;strong&gt;%1&lt;/strong&gt; </translation> <translation> &lt;strong&gt;%1&lt;/strong&gt; </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="576"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source> <source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation> EFI </translation> <translation> EFI </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>Option to use GPT on BIOS</source> <source>Option to use GPT on BIOS</source>
<translation> BIOS 使 GPT </translation> <translation> BIOS 使 GPT </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source> <source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;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 &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>GPT BIOS &lt;br/&gt;&lt;br/&gt; BIOS GPT GPT 8 MB &lt;strong&gt;bios_grub&lt;/strong&gt; 旗標。&lt;br/&gt; BIOS 使 GPT %1 使 8MB </translation> <translation>GPT BIOS &lt;br/&gt;&lt;br/&gt; BIOS GPT GPT 8 MB &lt;strong&gt;bios_grub&lt;/strong&gt; 旗標。&lt;br/&gt; BIOS 使 GPT %1 使 8MB </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>Boot partition not encrypted</source> <source>Boot partition not encrypted</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="627"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source> <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;&lt;/strong&gt;</translation> <translation>&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;&lt;/strong&gt;</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>has at least one disk device available.</source> <source>has at least one disk device available.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/> <location filename="../src/modules/partition/PartitionViewStep.cpp" line="715"/>
<source>There are no partitions to install on.</source> <source>There are no partitions to install on.</source>
<translation></translation> <translation></translation>
</message> </message>
@ -3042,12 +3067,12 @@ Output:
<translation> &lt;pre&gt;%1&lt;/pre&gt;</translation> <translation> &lt;pre&gt;%1&lt;/pre&gt;</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="44"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="63"/>
<source>No product</source> <source>No product</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/modules/packagechooser/PackageModel.cpp" line="52"/> <location filename="../src/modules/packagechooser/PackageModel.cpp" line="71"/>
<source>No description provided.</source> <source>No description provided.</source>
<translation></translation> <translation></translation>
</message> </message>

View File

@ -8,147 +8,85 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-22 11:02+0200\n" "POT-Creation-Date: 2021-11-02 15:45+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: \n" "Language: \n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr "Configuring initramfs."
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361
#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105
#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231
#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144
#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76
#: src/modules/luksopenswaphookcfg/main.py:86
#: src/modules/luksopenswaphookcfg/main.py:90
msgid "Configuration Error"
msgstr "Configuration Error"
#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356
#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145
#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/luksopenswaphookcfg/main.py:87
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr "No partitions are defined for <pre>{!s}</pre> to use."
#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362
#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232
#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/luksopenswaphookcfg/main.py:91
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr "No root mount point is given for <pre>{!s}</pre> to use."
#: src/modules/grubcfg/main.py:28 #: src/modules/grubcfg/main.py:28
msgid "Configure GRUB." msgid "Configure GRUB."
msgstr "Configure GRUB." msgstr "Configure GRUB."
#: src/modules/mount/main.py:30 #: src/modules/bootloader/main.py:43
msgid "Mounting partitions." msgid "Install bootloader."
msgstr "Mounting partitions." msgstr "Install bootloader."
#: src/modules/mount/main.py:144 src/modules/initcpiocfg/main.py:227 #: src/modules/bootloader/main.py:508
#: src/modules/initcpiocfg/main.py:231 msgid "Bootloader installation error"
#: src/modules/luksopenswaphookcfg/main.py:86 msgstr "Bootloader installation error"
#: src/modules/luksopenswaphookcfg/main.py:90 src/modules/rawfs/main.py:164
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/fstab/main.py:355
#: src/modules/fstab/main.py:361 src/modules/fstab/main.py:388
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "Configuration Error"
#: src/modules/mount/main.py:145 src/modules/initcpiocfg/main.py:228 #: src/modules/bootloader/main.py:509
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/fstab/main.py:356
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr "No partitions are defined for <pre>{!s}</pre> to use."
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr "Configure systemd services"
#: src/modules/services-systemd/main.py:59
#: src/modules/services-openrc/main.py:93
msgid "Cannot modify service"
msgstr "Cannot modify service"
#: src/modules/services-systemd/main.py:60
msgid "" msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}." "The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}." "The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
#: src/modules/services-systemd/main.py:63 #: src/modules/fstab/main.py:29
#: src/modules/services-systemd/main.py:67 msgid "Writing fstab."
msgid "Cannot enable systemd service <code>{name!s}</code>." msgstr "Writing fstab."
msgstr "Cannot enable systemd service <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:65 #: src/modules/fstab/main.py:389
msgid "Cannot enable systemd target <code>{name!s}</code>." msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr "Cannot enable systemd target <code>{name!s}</code>." msgstr "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
#: src/modules/services-systemd/main.py:69 #: src/modules/dracut/main.py:27
msgid "Cannot disable systemd target <code>{name!s}</code>." msgid "Creating initramfs with dracut."
msgstr "Cannot disable systemd target <code>{name!s}</code>." msgstr "Creating initramfs with dracut."
#: src/modules/services-systemd/main.py:71 #: src/modules/dracut/main.py:49
msgid "Cannot mask systemd unit <code>{name!s}</code>." msgid "Failed to run dracut on the target"
msgstr "Cannot mask systemd unit <code>{name!s}</code>." msgstr "Failed to run dracut on the target"
#: src/modules/services-systemd/main.py:73 #: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50
msgid "" msgid "The exit code was {}"
"Unknown systemd commands <code>{command!s}</code> and " msgstr "The exit code was {}"
"<code>{suffix!s}</code> for unit {name!s}."
msgstr ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
#: src/modules/umount/main.py:31
msgid "Unmount file systems."
msgstr "Unmount file systems."
#: src/modules/unpackfs/main.py:35
msgid "Filling up filesystems."
msgstr "Filling up filesystems."
#: src/modules/unpackfs/main.py:255
msgid "rsync failed with error code {}."
msgstr "rsync failed with error code {}."
#: src/modules/unpackfs/main.py:300
msgid "Unpacking image {}/{}, file {}/{}"
msgstr "Unpacking image {}/{}, file {}/{}"
#: src/modules/unpackfs/main.py:315
msgid "Starting to unpack {}"
msgstr "Starting to unpack {}"
#: src/modules/unpackfs/main.py:324 src/modules/unpackfs/main.py:464
msgid "Failed to unpack image \"{}\""
msgstr "Failed to unpack image \"{}\""
#: src/modules/unpackfs/main.py:431
msgid "No mount point for root partition"
msgstr "No mount point for root partition"
#: src/modules/unpackfs/main.py:432
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
#: src/modules/unpackfs/main.py:437
msgid "Bad mount point for root partition"
msgstr "Bad mount point for root partition"
#: src/modules/unpackfs/main.py:438
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr "rootMountPoint is \"{}\", which does not exist, doing nothing"
#: src/modules/unpackfs/main.py:454 src/modules/unpackfs/main.py:458
#: src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr "Bad unsquash configuration"
#: src/modules/unpackfs/main.py:455
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr "The filesystem for \"{}\" ({}) is not supported by your current kernel"
#: src/modules/unpackfs/main.py:459
msgid "The source filesystem \"{}\" does not exist"
msgstr "The source filesystem \"{}\" does not exist"
#: src/modules/unpackfs/main.py:465
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed"
msgstr ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed"
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr "The destination \"{}\" in the target system is not a directory"
#: src/modules/displaymanager/main.py:526 #: src/modules/displaymanager/main.py:526
msgid "Cannot write KDM configuration file" msgid "Cannot write KDM configuration file"
@ -206,26 +144,6 @@ msgstr ""
msgid "Display manager configuration was incomplete" msgid "Display manager configuration was incomplete"
msgstr "Display manager configuration was incomplete" msgstr "Display manager configuration was incomplete"
#: src/modules/initcpiocfg/main.py:28
msgid "Configuring mkinitcpio."
msgstr "Configuring mkinitcpio."
#: src/modules/initcpiocfg/main.py:232
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/fstab/main.py:362 src/modules/localecfg/main.py:136
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr "No root mount point is given for <pre>{!s}</pre> to use."
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "Configuring encrypted swap."
#: src/modules/rawfs/main.py:26
msgid "Installing data."
msgstr "Installing data."
#: src/modules/services-openrc/main.py:29 #: src/modules/services-openrc/main.py:29
msgid "Configure OpenRC services" msgid "Configure OpenRC services"
msgstr "Configure OpenRC services" msgstr "Configure OpenRC services"
@ -246,6 +164,11 @@ msgstr ""
"Unknown service-action <code>{arg!s}</code> for service {name!s} in run-" "Unknown service-action <code>{arg!s}</code> for service {name!s} in run-"
"level {level!s}." "level {level!s}."
#: src/modules/services-openrc/main.py:93
#: src/modules/services-systemd/main.py:59
msgid "Cannot modify service"
msgstr "Cannot modify service"
#: src/modules/services-openrc/main.py:94 #: src/modules/services-openrc/main.py:94
msgid "" msgid ""
"<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}." "<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}."
@ -276,9 +199,9 @@ msgstr ""
"The path for service {name!s} is <code>{path!s}</code>, which does not " "The path for service {name!s} is <code>{path!s}</code>, which does not "
"exist." "exist."
#: src/modules/plymouthcfg/main.py:27 #: src/modules/networkcfg/main.py:29
msgid "Configure Plymouth theme" msgid "Saving network configuration."
msgstr "Configure Plymouth theme" msgstr "Saving network configuration."
#: src/modules/packages/main.py:50 src/modules/packages/main.py:59 #: src/modules/packages/main.py:50 src/modules/packages/main.py:59
#: src/modules/packages/main.py:69 #: src/modules/packages/main.py:69
@ -333,61 +256,25 @@ msgstr ""
"The package manager could not make changes to the installed system. The " "The package manager could not make changes to the installed system. The "
"command <pre>{!s}</pre> returned error code {!s}." "command <pre>{!s}</pre> returned error code {!s}."
#: src/modules/bootloader/main.py:43 #: src/modules/plymouthcfg/main.py:27
msgid "Install bootloader." msgid "Configure Plymouth theme"
msgstr "Install bootloader." msgstr "Configure Plymouth theme"
#: src/modules/bootloader/main.py:508 #: src/modules/initcpiocfg/main.py:28
msgid "Bootloader installation error" msgid "Configuring mkinitcpio."
msgstr "Bootloader installation error" msgstr "Configuring mkinitcpio."
#: src/modules/bootloader/main.py:509 #: src/modules/localecfg/main.py:30
msgid "" msgid "Configuring locales."
"The bootloader could not be installed. The installation command " msgstr "Configuring locales."
"<pre>{!s}</pre> returned error code {!s}."
msgstr ""
"The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
#: src/modules/hwclock/main.py:26 #: src/modules/mount/main.py:30
msgid "Setting hardware clock." msgid "Mounting partitions."
msgstr "Setting hardware clock." msgstr "Mounting partitions."
#: src/modules/mkinitfs/main.py:27 #: src/modules/rawfs/main.py:26
msgid "Creating initramfs with mkinitfs." msgid "Installing data."
msgstr "Creating initramfs with mkinitfs." msgstr "Installing data."
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr "Failed to run mkinitfs on the target"
#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50
msgid "The exit code was {}"
msgstr "The exit code was {}"
#: src/modules/dracut/main.py:27
msgid "Creating initramfs with dracut."
msgstr "Creating initramfs with dracut."
#: src/modules/dracut/main.py:49
msgid "Failed to run dracut on the target"
msgstr "Failed to run dracut on the target"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr "Configuring initramfs."
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr "Configuring OpenRC dmcrypt service."
#: src/modules/fstab/main.py:29
msgid "Writing fstab."
msgstr "Writing fstab."
#: src/modules/fstab/main.py:389
msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
#: src/modules/dummypython/main.py:35 #: src/modules/dummypython/main.py:35
msgid "Dummy python job." msgid "Dummy python job."
@ -398,10 +285,126 @@ msgstr "Dummy python job."
msgid "Dummy python step {}" msgid "Dummy python step {}"
msgstr "Dummy python step {}" msgstr "Dummy python step {}"
#: src/modules/localecfg/main.py:30 #: src/modules/hwclock/main.py:26
msgid "Configuring locales." msgid "Setting hardware clock."
msgstr "Configuring locales." msgstr "Setting hardware clock."
#: src/modules/networkcfg/main.py:29 #: src/modules/umount/main.py:31
msgid "Saving network configuration." msgid "Unmount file systems."
msgstr "Saving network configuration." msgstr "Unmount file systems."
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr "Configuring OpenRC dmcrypt service."
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr "Configure systemd services"
#: src/modules/services-systemd/main.py:60
msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}."
msgstr ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}."
#: src/modules/services-systemd/main.py:63
#: src/modules/services-systemd/main.py:69
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr "Cannot enable systemd service <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:65
msgid "Cannot enable systemd target <code>{name!s}</code>."
msgstr "Cannot enable systemd target <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:67
msgid "Cannot enable systemd timer <code>{name!s}</code>."
msgstr "Cannot enable systemd timer <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:71
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr "Cannot disable systemd target <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:73
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr "Cannot mask systemd unit <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:75
msgid ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
#: src/modules/mkinitfs/main.py:27
msgid "Creating initramfs with mkinitfs."
msgstr "Creating initramfs with mkinitfs."
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr "Failed to run mkinitfs on the target"
#: src/modules/unpackfs/main.py:34
msgid "Filling up filesystems."
msgstr "Filling up filesystems."
#: src/modules/unpackfs/main.py:254
msgid "rsync failed with error code {}."
msgstr "rsync failed with error code {}."
#: src/modules/unpackfs/main.py:299
msgid "Unpacking image {}/{}, file {}/{}"
msgstr "Unpacking image {}/{}, file {}/{}"
#: src/modules/unpackfs/main.py:314
msgid "Starting to unpack {}"
msgstr "Starting to unpack {}"
#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465
msgid "Failed to unpack image \"{}\""
msgstr "Failed to unpack image \"{}\""
#: src/modules/unpackfs/main.py:430
msgid "No mount point for root partition"
msgstr "No mount point for root partition"
#: src/modules/unpackfs/main.py:431
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
#: src/modules/unpackfs/main.py:436
msgid "Bad mount point for root partition"
msgstr "Bad mount point for root partition"
#: src/modules/unpackfs/main.py:437
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr "rootMountPoint is \"{}\", which does not exist, doing nothing"
#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457
#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr "Bad unsquash configuration"
#: src/modules/unpackfs/main.py:454
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr "The filesystem for \"{}\" ({}) is not supported by your current kernel"
#: src/modules/unpackfs/main.py:458
msgid "The source filesystem \"{}\" does not exist"
msgstr "The source filesystem \"{}\" does not exist"
#: src/modules/unpackfs/main.py:464
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed."
msgstr ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed."
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr "The destination \"{}\" in the target system is not a directory"
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "Configuring encrypted swap."

View File

@ -12,7 +12,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-22 11:02+0200\n" "POT-Creation-Date: 2021-11-02 15:45+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: aboodilankaboot, 2019\n" "Last-Translator: aboodilankaboot, 2019\n"
"Language-Team: Arabic (https://www.transifex.com/calamares/teams/20061/ar/)\n" "Language-Team: Arabic (https://www.transifex.com/calamares/teams/20061/ar/)\n"
@ -22,132 +22,73 @@ msgstr ""
"Language: ar\n" "Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr ""
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361
#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105
#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231
#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144
#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76
#: src/modules/luksopenswaphookcfg/main.py:86
#: src/modules/luksopenswaphookcfg/main.py:90
msgid "Configuration Error"
msgstr "خطأ في الضبط"
#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356
#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145
#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/luksopenswaphookcfg/main.py:87
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362
#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232
#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/luksopenswaphookcfg/main.py:91
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/grubcfg/main.py:28 #: src/modules/grubcfg/main.py:28
msgid "Configure GRUB." msgid "Configure GRUB."
msgstr "" msgstr ""
#: src/modules/mount/main.py:30 #: src/modules/bootloader/main.py:43
msgid "Mounting partitions." msgid "Install bootloader."
msgstr "جاري تركيب الأقسام" msgstr "تثبيت محمل الإقلاع"
#: src/modules/mount/main.py:144 src/modules/initcpiocfg/main.py:227 #: src/modules/bootloader/main.py:508
#: src/modules/initcpiocfg/main.py:231 msgid "Bootloader installation error"
#: src/modules/luksopenswaphookcfg/main.py:86
#: src/modules/luksopenswaphookcfg/main.py:90 src/modules/rawfs/main.py:164
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/fstab/main.py:355
#: src/modules/fstab/main.py:361 src/modules/fstab/main.py:388
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "خطأ في الضبط"
#: src/modules/mount/main.py:145 src/modules/initcpiocfg/main.py:228
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/fstab/main.py:356
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:26 #: src/modules/bootloader/main.py:509
msgid "Configure systemd services"
msgstr "تعديل خدمات systemd"
#: src/modules/services-systemd/main.py:59
#: src/modules/services-openrc/main.py:93
msgid "Cannot modify service"
msgstr "لا يمكن تعديل الخدمة"
#: src/modules/services-systemd/main.py:60
msgid "" msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}." "The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:63 #: src/modules/fstab/main.py:29
#: src/modules/services-systemd/main.py:67 msgid "Writing fstab."
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:65 #: src/modules/fstab/main.py:389
msgid "Cannot enable systemd target <code>{name!s}</code>." msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:69 #: src/modules/dracut/main.py:27
msgid "Cannot disable systemd target <code>{name!s}</code>." msgid "Creating initramfs with dracut."
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:71 #: src/modules/dracut/main.py:49
msgid "Cannot mask systemd unit <code>{name!s}</code>." msgid "Failed to run dracut on the target"
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:73 #: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50
msgid "" msgid "The exit code was {}"
"Unknown systemd commands <code>{command!s}</code> and " msgstr "كود الخروج كان {}"
"<code>{suffix!s}</code> for unit {name!s}."
msgstr ""
#: src/modules/umount/main.py:31
msgid "Unmount file systems."
msgstr "الغاء تحميل ملف النظام"
#: src/modules/unpackfs/main.py:35
msgid "Filling up filesystems."
msgstr "جاري ملئ أنظمة الملفات"
#: src/modules/unpackfs/main.py:255
msgid "rsync failed with error code {}."
msgstr "فشل rsync مع رمز الخطأ {}."
#: src/modules/unpackfs/main.py:300
msgid "Unpacking image {}/{}, file {}/{}"
msgstr ""
#: src/modules/unpackfs/main.py:315
msgid "Starting to unpack {}"
msgstr ""
#: src/modules/unpackfs/main.py:324 src/modules/unpackfs/main.py:464
msgid "Failed to unpack image \"{}\""
msgstr ""
#: src/modules/unpackfs/main.py:431
msgid "No mount point for root partition"
msgstr ""
#: src/modules/unpackfs/main.py:432
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr ""
#: src/modules/unpackfs/main.py:437
msgid "Bad mount point for root partition"
msgstr ""
#: src/modules/unpackfs/main.py:438
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr ""
#: src/modules/unpackfs/main.py:454 src/modules/unpackfs/main.py:458
#: src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr ""
#: src/modules/unpackfs/main.py:455
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr ""
#: src/modules/unpackfs/main.py:459
msgid "The source filesystem \"{}\" does not exist"
msgstr ""
#: src/modules/unpackfs/main.py:465
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed"
msgstr ""
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr ""
#: src/modules/displaymanager/main.py:526 #: src/modules/displaymanager/main.py:526
msgid "Cannot write KDM configuration file" msgid "Cannot write KDM configuration file"
@ -203,26 +144,6 @@ msgstr ""
msgid "Display manager configuration was incomplete" msgid "Display manager configuration was incomplete"
msgstr "إعداد مدير العرض لم يكتمل" msgstr "إعداد مدير العرض لم يكتمل"
#: src/modules/initcpiocfg/main.py:28
msgid "Configuring mkinitcpio."
msgstr ""
#: src/modules/initcpiocfg/main.py:232
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/fstab/main.py:362 src/modules/localecfg/main.py:136
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr ""
#: src/modules/rawfs/main.py:26
msgid "Installing data."
msgstr ""
#: src/modules/services-openrc/main.py:29 #: src/modules/services-openrc/main.py:29
msgid "Configure OpenRC services" msgid "Configure OpenRC services"
msgstr "" msgstr ""
@ -241,6 +162,11 @@ msgid ""
"level {level!s}." "level {level!s}."
msgstr "" msgstr ""
#: src/modules/services-openrc/main.py:93
#: src/modules/services-systemd/main.py:59
msgid "Cannot modify service"
msgstr "لا يمكن تعديل الخدمة"
#: src/modules/services-openrc/main.py:94 #: src/modules/services-openrc/main.py:94
msgid "" msgid ""
"<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}." "<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}."
@ -266,9 +192,9 @@ msgid ""
"exist." "exist."
msgstr "" msgstr ""
#: src/modules/plymouthcfg/main.py:27 #: src/modules/networkcfg/main.py:29
msgid "Configure Plymouth theme" msgid "Saving network configuration."
msgstr "" msgstr "جاري حفظ الإعدادات"
#: src/modules/packages/main.py:50 src/modules/packages/main.py:59 #: src/modules/packages/main.py:50 src/modules/packages/main.py:59
#: src/modules/packages/main.py:69 #: src/modules/packages/main.py:69
@ -325,58 +251,24 @@ msgid ""
"command <pre>{!s}</pre> returned error code {!s}." "command <pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
#: src/modules/bootloader/main.py:43 #: src/modules/plymouthcfg/main.py:27
msgid "Install bootloader." msgid "Configure Plymouth theme"
msgstr "تثبيت محمل الإقلاع"
#: src/modules/bootloader/main.py:508
msgid "Bootloader installation error"
msgstr "" msgstr ""
#: src/modules/bootloader/main.py:509 #: src/modules/initcpiocfg/main.py:28
msgid "" msgid "Configuring mkinitcpio."
"The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
#: src/modules/hwclock/main.py:26 #: src/modules/localecfg/main.py:30
msgid "Setting hardware clock." msgid "Configuring locales."
msgstr "جاري إعداد ساعة الهاردوير"
#: src/modules/mkinitfs/main.py:27
msgid "Creating initramfs with mkinitfs."
msgstr "" msgstr ""
#: src/modules/mkinitfs/main.py:49 #: src/modules/mount/main.py:30
msgid "Failed to run mkinitfs on the target" msgid "Mounting partitions."
msgstr "" msgstr "جاري تركيب الأقسام"
#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 #: src/modules/rawfs/main.py:26
msgid "The exit code was {}" msgid "Installing data."
msgstr "كود الخروج كان {}"
#: src/modules/dracut/main.py:27
msgid "Creating initramfs with dracut."
msgstr ""
#: src/modules/dracut/main.py:49
msgid "Failed to run dracut on the target"
msgstr ""
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr ""
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr ""
#: src/modules/fstab/main.py:29
msgid "Writing fstab."
msgstr ""
#: src/modules/fstab/main.py:389
msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr "" msgstr ""
#: src/modules/dummypython/main.py:35 #: src/modules/dummypython/main.py:35
@ -388,10 +280,121 @@ msgstr "عملية بايثون دميه"
msgid "Dummy python step {}" msgid "Dummy python step {}"
msgstr "عملية دميه خطوه بايثون {}" msgstr "عملية دميه خطوه بايثون {}"
#: src/modules/localecfg/main.py:30 #: src/modules/hwclock/main.py:26
msgid "Configuring locales." msgid "Setting hardware clock."
msgstr "جاري إعداد ساعة الهاردوير"
#: src/modules/umount/main.py:31
msgid "Unmount file systems."
msgstr "الغاء تحميل ملف النظام"
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr "" msgstr ""
#: src/modules/networkcfg/main.py:29 #: src/modules/services-systemd/main.py:26
msgid "Saving network configuration." msgid "Configure systemd services"
msgstr "جاري حفظ الإعدادات" msgstr "تعديل خدمات systemd"
#: src/modules/services-systemd/main.py:60
msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}."
msgstr ""
#: src/modules/services-systemd/main.py:63
#: src/modules/services-systemd/main.py:69
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:65
msgid "Cannot enable systemd target <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:67
msgid "Cannot enable systemd timer <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:71
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:73
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:75
msgid ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr ""
#: src/modules/mkinitfs/main.py:27
msgid "Creating initramfs with mkinitfs."
msgstr ""
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr ""
#: src/modules/unpackfs/main.py:34
msgid "Filling up filesystems."
msgstr "جاري ملئ أنظمة الملفات"
#: src/modules/unpackfs/main.py:254
msgid "rsync failed with error code {}."
msgstr "فشل rsync مع رمز الخطأ {}."
#: src/modules/unpackfs/main.py:299
msgid "Unpacking image {}/{}, file {}/{}"
msgstr ""
#: src/modules/unpackfs/main.py:314
msgid "Starting to unpack {}"
msgstr ""
#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465
msgid "Failed to unpack image \"{}\""
msgstr ""
#: src/modules/unpackfs/main.py:430
msgid "No mount point for root partition"
msgstr ""
#: src/modules/unpackfs/main.py:431
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr ""
#: src/modules/unpackfs/main.py:436
msgid "Bad mount point for root partition"
msgstr ""
#: src/modules/unpackfs/main.py:437
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr ""
#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457
#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr ""
#: src/modules/unpackfs/main.py:454
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr ""
#: src/modules/unpackfs/main.py:458
msgid "The source filesystem \"{}\" does not exist"
msgstr ""
#: src/modules/unpackfs/main.py:464
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed."
msgstr ""
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr ""
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr ""

View File

@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-22 11:02+0200\n" "POT-Creation-Date: 2021-11-02 15:45+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Deep Jyoti Choudhury <deep.choudhury@libresoft.in>, 2020\n" "Last-Translator: Deep Jyoti Choudhury <deep.choudhury@libresoft.in>, 2020\n"
"Language-Team: Assamese (https://www.transifex.com/calamares/teams/20061/as/)\n" "Language-Team: Assamese (https://www.transifex.com/calamares/teams/20061/as/)\n"
@ -21,136 +21,73 @@ msgstr ""
"Language: as\n" "Language: as\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr "initramfs কন্ফিগাৰ কৰি আছে।"
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361
#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105
#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231
#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144
#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76
#: src/modules/luksopenswaphookcfg/main.py:86
#: src/modules/luksopenswaphookcfg/main.py:90
msgid "Configuration Error"
msgstr "কনফিগাৰেচন ত্ৰুটি"
#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356
#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145
#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/luksopenswaphookcfg/main.py:87
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr "<pre>{!s}</pre>ৰ ব্যৱহাৰৰ বাবে কোনো বিভাজনৰ বৰ্ণনা দিয়া হোৱা নাই।"
#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362
#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232
#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/luksopenswaphookcfg/main.py:91
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr "ব্যৱহাৰৰ বাবে <pre>{!s}</pre>ৰ কোনো মাউন্ট্ পাইন্ট্ দিয়া হোৱা নাই।"
#: src/modules/grubcfg/main.py:28 #: src/modules/grubcfg/main.py:28
msgid "Configure GRUB." msgid "Configure GRUB."
msgstr "GRUB কনফিগাৰ কৰক।" msgstr "GRUB কনফিগাৰ কৰক।"
#: src/modules/mount/main.py:30 #: src/modules/bootloader/main.py:43
msgid "Mounting partitions." msgid "Install bootloader."
msgstr "বিভাজন মাউন্ট্ কৰা।" msgstr "বুতলোডাৰ ইন্স্তল কৰক।"
#: src/modules/mount/main.py:144 src/modules/initcpiocfg/main.py:227 #: src/modules/bootloader/main.py:508
#: src/modules/initcpiocfg/main.py:231 msgid "Bootloader installation error"
#: src/modules/luksopenswaphookcfg/main.py:86 msgstr ""
#: src/modules/luksopenswaphookcfg/main.py:90 src/modules/rawfs/main.py:164
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/fstab/main.py:355
#: src/modules/fstab/main.py:361 src/modules/fstab/main.py:388
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "কনফিগাৰেচন ত্ৰুটি"
#: src/modules/mount/main.py:145 src/modules/initcpiocfg/main.py:228 #: src/modules/bootloader/main.py:509
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/fstab/main.py:356
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr "<pre>{!s}</pre>ৰ ব্যৱহাৰৰ বাবে কোনো বিভাজনৰ বৰ্ণনা দিয়া হোৱা নাই।"
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr "systemd সেৱা সমুহ কনফিগাৰ কৰক"
#: src/modules/services-systemd/main.py:59
#: src/modules/services-openrc/main.py:93
msgid "Cannot modify service"
msgstr "সেৱা সমুহৰ সংশোধন কৰিব নোৱাৰি"
#: src/modules/services-systemd/main.py:60
msgid "" msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}." "The bootloader could not be installed. The installation command "
msgstr "chrootত systemctl <code>{arg!s}</code>ৰ call ক্ৰুটি কোড {num!s}।" "<pre>{!s}</pre> returned error code {!s}."
#: src/modules/services-systemd/main.py:63
#: src/modules/services-systemd/main.py:67
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr "systemd সেৱা <code>{name!s}</code> সক্ৰিয় কৰিব নোৱাৰি।"
#: src/modules/services-systemd/main.py:65
msgid "Cannot enable systemd target <code>{name!s}</code>."
msgstr "systemd গন্তব্য স্থান <code>{name!s}</code> সক্ৰিয় কৰিব নোৱাৰি।"
#: src/modules/services-systemd/main.py:69
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr "systemd গন্তব্য স্থান <code>{name!s}</code> নিষ্ক্ৰিয় কৰিব নোৱাৰি।"
#: src/modules/services-systemd/main.py:71
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr "systemd একক <code>{name!s}</code> মাস্ক্ কৰিব নোৱাৰি।"
#: src/modules/services-systemd/main.py:73
msgid ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr ""
"একক {name!s}ৰ বাবে <code>{command!s}</code> আৰু <code>{suffix!s}</code> "
"অজ্ঞাত systemd কমাণ্ড্।"
#: src/modules/umount/main.py:31
msgid "Unmount file systems."
msgstr "ফাইল চিছটেম​বোৰ মাউণ্টৰ পৰা আতৰাওক।"
#: src/modules/unpackfs/main.py:35
msgid "Filling up filesystems."
msgstr "ফাইল চিছটেম​বোৰ পূৰণ কৰা হৈ আছে।"
#: src/modules/unpackfs/main.py:255
msgid "rsync failed with error code {}."
msgstr "rsync ক্ৰুটি কোড {}ৰ সৈতে বিফল হ'ল।"
#: src/modules/unpackfs/main.py:300
msgid "Unpacking image {}/{}, file {}/{}"
msgstr "" msgstr ""
#: src/modules/unpackfs/main.py:315 #: src/modules/fstab/main.py:29
msgid "Starting to unpack {}" msgid "Writing fstab."
msgstr "fstab লিখি আছে।"
#: src/modules/fstab/main.py:389
msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr "" msgstr ""
#: src/modules/unpackfs/main.py:324 src/modules/unpackfs/main.py:464 #: src/modules/dracut/main.py:27
msgid "Failed to unpack image \"{}\"" msgid "Creating initramfs with dracut."
msgstr "ইমেজ \"{}\" খোলাত ব্যৰ্থ হ'ল" msgstr "dracutৰ সৈতে initramfs বনাই আছে।"
#: src/modules/unpackfs/main.py:431 #: src/modules/dracut/main.py:49
msgid "No mount point for root partition" msgid "Failed to run dracut on the target"
msgstr "ৰুট বিভাজনত কোনো মাউণ্ট পইণ্ট্ নাই" msgstr "গন্তব্য স্থানত dracut চলোৱাত বিফল হ'ল"
#: src/modules/unpackfs/main.py:432 #: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" msgid "The exit code was {}"
msgstr "globalstorage ত rootMountPoint key নাই, একো কৰিব পৰা নাযায়" msgstr "এক্সিড্ কোড্ আছিল {}"
#: src/modules/unpackfs/main.py:437
msgid "Bad mount point for root partition"
msgstr "মুল বিভাজনৰ বাবে বেয়া মাউন্ট্ পইন্ট্"
#: src/modules/unpackfs/main.py:438
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr "rootMountPoint হ'ল \"{}\", যিটো উপস্থিত নাই, একো কৰিব পৰা নাযায়"
#: src/modules/unpackfs/main.py:454 src/modules/unpackfs/main.py:458
#: src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr "বেয়া unsquash কনফিগাৰেচন"
#: src/modules/unpackfs/main.py:455
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr ""
#: src/modules/unpackfs/main.py:459
msgid "The source filesystem \"{}\" does not exist"
msgstr "\"{}\" ফাইল চিছটেম উপস্থিত নাই"
#: src/modules/unpackfs/main.py:465
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed"
msgstr ""
"unsquashfs বিচৰাত ব্যৰ্থ হ'ল, নিশ্চিত কৰক যে আপুনি squashfs-tools ইন্স্তল "
"কৰিছে"
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr "লক্ষ্যৰ চিছটেম গন্তব্য স্থান \"{}\" এটা ডিৰেক্টৰী নহয়"
#: src/modules/displaymanager/main.py:526 #: src/modules/displaymanager/main.py:526
msgid "Cannot write KDM configuration file" msgid "Cannot write KDM configuration file"
@ -206,26 +143,6 @@ msgstr ""
msgid "Display manager configuration was incomplete" msgid "Display manager configuration was incomplete"
msgstr "ডিস্প্লে প্ৰবন্ধক কন্ফিগাৰেচন অসমাপ্ত" msgstr "ডিস্প্লে প্ৰবন্ধক কন্ফিগাৰেচন অসমাপ্ত"
#: src/modules/initcpiocfg/main.py:28
msgid "Configuring mkinitcpio."
msgstr "mkinitcpio কনফিগাৰ কৰি আছে।"
#: src/modules/initcpiocfg/main.py:232
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/fstab/main.py:362 src/modules/localecfg/main.py:136
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr "ব্যৱহাৰৰ বাবে <pre>{!s}</pre>ৰ কোনো মাউন্ট্ পাইন্ট্ দিয়া হোৱা নাই।"
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "এন্ক্ৰিপ্টেড স্ৱেপ কন্ফিগাৰ কৰি আছে।"
#: src/modules/rawfs/main.py:26
msgid "Installing data."
msgstr "ডাটা ইন্স্তল কৰি আছে।"
#: src/modules/services-openrc/main.py:29 #: src/modules/services-openrc/main.py:29
msgid "Configure OpenRC services" msgid "Configure OpenRC services"
msgstr "OpenRC সেৱা সমুহ কনফিগাৰ কৰক" msgstr "OpenRC সেৱা সমুহ কনফিগাৰ কৰক"
@ -246,6 +163,11 @@ msgstr ""
"ৰান-লেভেল {level!s}ত সেৱা {name!s}ৰ বাবে অজ্ঞাত সেৱা কাৰ্য্য " "ৰান-লেভেল {level!s}ত সেৱা {name!s}ৰ বাবে অজ্ঞাত সেৱা কাৰ্য্য "
"<code>{arg!s}</code> ।" "<code>{arg!s}</code> ।"
#: src/modules/services-openrc/main.py:93
#: src/modules/services-systemd/main.py:59
msgid "Cannot modify service"
msgstr "সেৱা সমুহৰ সংশোধন কৰিব নোৱাৰি"
#: src/modules/services-openrc/main.py:94 #: src/modules/services-openrc/main.py:94
msgid "" msgid ""
"<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}." "<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}."
@ -272,9 +194,9 @@ msgid ""
"exist." "exist."
msgstr "{name!s}ৰ বাবে পথ হ'ল <code>{path!s}</code> যিটো উপস্থিত নাই।" msgstr "{name!s}ৰ বাবে পথ হ'ল <code>{path!s}</code> যিটো উপস্থিত নাই।"
#: src/modules/plymouthcfg/main.py:27 #: src/modules/networkcfg/main.py:29
msgid "Configure Plymouth theme" msgid "Saving network configuration."
msgstr "Plymouth theme কন্ফিগাৰ কৰি আছে।​" msgstr "নেটৱৰ্ক কন্ফিগাৰ জমা কৰি আছে।"
#: src/modules/packages/main.py:50 src/modules/packages/main.py:59 #: src/modules/packages/main.py:50 src/modules/packages/main.py:59
#: src/modules/packages/main.py:69 #: src/modules/packages/main.py:69
@ -323,59 +245,25 @@ msgid ""
"command <pre>{!s}</pre> returned error code {!s}." "command <pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
#: src/modules/bootloader/main.py:43 #: src/modules/plymouthcfg/main.py:27
msgid "Install bootloader." msgid "Configure Plymouth theme"
msgstr "বুতলোডাৰ ইন্স্তল কৰক।" msgstr "Plymouth theme কন্ফিগাৰ কৰি আছে।​"
#: src/modules/bootloader/main.py:508 #: src/modules/initcpiocfg/main.py:28
msgid "Bootloader installation error" msgid "Configuring mkinitcpio."
msgstr "" msgstr "mkinitcpio কনফিগাৰ কৰি আছে।"
#: src/modules/bootloader/main.py:509 #: src/modules/localecfg/main.py:30
msgid "" msgid "Configuring locales."
"The bootloader could not be installed. The installation command " msgstr "স্থানীয়বোৰ কন্ফিগাৰ কৰি আছে।"
"<pre>{!s}</pre> returned error code {!s}."
msgstr ""
#: src/modules/hwclock/main.py:26 #: src/modules/mount/main.py:30
msgid "Setting hardware clock." msgid "Mounting partitions."
msgstr "হাৰ্ডৱেৰৰ ঘড়ী চেত্ কৰি আছে।" msgstr "বিভাজন মাউন্ট্ কৰা।"
#: src/modules/mkinitfs/main.py:27 #: src/modules/rawfs/main.py:26
msgid "Creating initramfs with mkinitfs." msgid "Installing data."
msgstr "" msgstr "ডাটা ইন্স্তল কৰি আছে।"
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr ""
#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50
msgid "The exit code was {}"
msgstr "এক্সিড্ কোড্ আছিল {}"
#: src/modules/dracut/main.py:27
msgid "Creating initramfs with dracut."
msgstr "dracutৰ সৈতে initramfs বনাই আছে।"
#: src/modules/dracut/main.py:49
msgid "Failed to run dracut on the target"
msgstr "গন্তব্য স্থানত dracut চলোৱাত বিফল হ'ল"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr "initramfs কন্ফিগাৰ কৰি আছে।"
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr "OpenRC dmcrypt সেৱা কন্ফিগাৰ কৰি আছে।"
#: src/modules/fstab/main.py:29
msgid "Writing fstab."
msgstr "fstab লিখি আছে।"
#: src/modules/fstab/main.py:389
msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/dummypython/main.py:35 #: src/modules/dummypython/main.py:35
msgid "Dummy python job." msgid "Dummy python job."
@ -386,10 +274,123 @@ msgstr "ডামী Pythonৰ কায্য"
msgid "Dummy python step {}" msgid "Dummy python step {}"
msgstr "ডামী Pythonৰ পদক্ষেপ {}" msgstr "ডামী Pythonৰ পদক্ষেপ {}"
#: src/modules/localecfg/main.py:30 #: src/modules/hwclock/main.py:26
msgid "Configuring locales." msgid "Setting hardware clock."
msgstr "স্থানীয়বোৰ কন্ফিগাৰ কৰি আছে।" msgstr "হাৰ্ডৱেৰৰ ঘড়ী চেত্ কৰি আছে।"
#: src/modules/networkcfg/main.py:29 #: src/modules/umount/main.py:31
msgid "Saving network configuration." msgid "Unmount file systems."
msgstr "নেটৱৰ্ক কন্ফিগাৰ জমা কৰি আছে।" msgstr "ফাইল চিছটেম​বোৰ মাউণ্টৰ পৰা আতৰাওক।"
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr "OpenRC dmcrypt সেৱা কন্ফিগাৰ কৰি আছে।"
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr "systemd সেৱা সমুহ কনফিগাৰ কৰক"
#: src/modules/services-systemd/main.py:60
msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}."
msgstr "chrootত systemctl <code>{arg!s}</code>ৰ call ক্ৰুটি কোড {num!s}।"
#: src/modules/services-systemd/main.py:63
#: src/modules/services-systemd/main.py:69
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr "systemd সেৱা <code>{name!s}</code> সক্ৰিয় কৰিব নোৱাৰি।"
#: src/modules/services-systemd/main.py:65
msgid "Cannot enable systemd target <code>{name!s}</code>."
msgstr "systemd গন্তব্য স্থান <code>{name!s}</code> সক্ৰিয় কৰিব নোৱাৰি।"
#: src/modules/services-systemd/main.py:67
msgid "Cannot enable systemd timer <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:71
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr "systemd গন্তব্য স্থান <code>{name!s}</code> নিষ্ক্ৰিয় কৰিব নোৱাৰি।"
#: src/modules/services-systemd/main.py:73
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr "systemd একক <code>{name!s}</code> মাস্ক্ কৰিব নোৱাৰি।"
#: src/modules/services-systemd/main.py:75
msgid ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr ""
"একক {name!s}ৰ বাবে <code>{command!s}</code> আৰু <code>{suffix!s}</code> "
"অজ্ঞাত systemd কমাণ্ড্।"
#: src/modules/mkinitfs/main.py:27
msgid "Creating initramfs with mkinitfs."
msgstr ""
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr ""
#: src/modules/unpackfs/main.py:34
msgid "Filling up filesystems."
msgstr "ফাইল চিছটেম​বোৰ পূৰণ কৰা হৈ আছে।"
#: src/modules/unpackfs/main.py:254
msgid "rsync failed with error code {}."
msgstr "rsync ক্ৰুটি কোড {}ৰ সৈতে বিফল হ'ল।"
#: src/modules/unpackfs/main.py:299
msgid "Unpacking image {}/{}, file {}/{}"
msgstr ""
#: src/modules/unpackfs/main.py:314
msgid "Starting to unpack {}"
msgstr ""
#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465
msgid "Failed to unpack image \"{}\""
msgstr "ইমেজ \"{}\" খোলাত ব্যৰ্থ হ'ল"
#: src/modules/unpackfs/main.py:430
msgid "No mount point for root partition"
msgstr "ৰুট বিভাজনত কোনো মাউণ্ট পইণ্ট্ নাই"
#: src/modules/unpackfs/main.py:431
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr "globalstorage ত rootMountPoint key নাই, একো কৰিব পৰা নাযায়"
#: src/modules/unpackfs/main.py:436
msgid "Bad mount point for root partition"
msgstr "মুল বিভাজনৰ বাবে বেয়া মাউন্ট্ পইন্ট্"
#: src/modules/unpackfs/main.py:437
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr "rootMountPoint হ'ল \"{}\", যিটো উপস্থিত নাই, একো কৰিব পৰা নাযায়"
#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457
#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr "বেয়া unsquash কনফিগাৰেচন"
#: src/modules/unpackfs/main.py:454
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr ""
#: src/modules/unpackfs/main.py:458
msgid "The source filesystem \"{}\" does not exist"
msgstr "\"{}\" ফাইল চিছটেম উপস্থিত নাই"
#: src/modules/unpackfs/main.py:464
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed."
msgstr ""
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr "লক্ষ্যৰ চিছটেম গন্তব্য স্থান \"{}\" এটা ডিৰেক্টৰী নহয়"
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "এন্ক্ৰিপ্টেড স্ৱেপ কন্ফিগাৰ কৰি আছে।"

View File

@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-22 11:02+0200\n" "POT-Creation-Date: 2021-11-02 15:45+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: enolp <enolp@softastur.org>, 2020\n" "Last-Translator: enolp <enolp@softastur.org>, 2020\n"
"Language-Team: Asturian (https://www.transifex.com/calamares/teams/20061/ast/)\n" "Language-Team: Asturian (https://www.transifex.com/calamares/teams/20061/ast/)\n"
@ -21,135 +21,73 @@ msgstr ""
"Language: ast\n" "Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr ""
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361
#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105
#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231
#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144
#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76
#: src/modules/luksopenswaphookcfg/main.py:86
#: src/modules/luksopenswaphookcfg/main.py:90
msgid "Configuration Error"
msgstr ""
#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356
#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145
#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/luksopenswaphookcfg/main.py:87
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362
#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232
#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/luksopenswaphookcfg/main.py:91
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/grubcfg/main.py:28 #: src/modules/grubcfg/main.py:28
msgid "Configure GRUB." msgid "Configure GRUB."
msgstr "" msgstr ""
#: src/modules/mount/main.py:30 #: src/modules/bootloader/main.py:43
msgid "Mounting partitions." msgid "Install bootloader."
msgstr "Instalando'l xestor d'arrinque."
#: src/modules/bootloader/main.py:508
msgid "Bootloader installation error"
msgstr "" msgstr ""
#: src/modules/mount/main.py:144 src/modules/initcpiocfg/main.py:227 #: src/modules/bootloader/main.py:509
#: src/modules/initcpiocfg/main.py:231
#: src/modules/luksopenswaphookcfg/main.py:86
#: src/modules/luksopenswaphookcfg/main.py:90 src/modules/rawfs/main.py:164
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/fstab/main.py:355
#: src/modules/fstab/main.py:361 src/modules/fstab/main.py:388
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr ""
#: src/modules/mount/main.py:145 src/modules/initcpiocfg/main.py:228
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/fstab/main.py:356
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr ""
#: src/modules/services-systemd/main.py:59
#: src/modules/services-openrc/main.py:93
msgid "Cannot modify service"
msgstr "Nun pue modificase'l serviciu"
#: src/modules/services-systemd/main.py:60
msgid "" msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}." "The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:63 #: src/modules/fstab/main.py:29
#: src/modules/services-systemd/main.py:67 msgid "Writing fstab."
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:65 #: src/modules/fstab/main.py:389
msgid "Cannot enable systemd target <code>{name!s}</code>." msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:69 #: src/modules/dracut/main.py:27
msgid "Cannot disable systemd target <code>{name!s}</code>." msgid "Creating initramfs with dracut."
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:71 #: src/modules/dracut/main.py:49
msgid "Cannot mask systemd unit <code>{name!s}</code>." msgid "Failed to run dracut on the target"
msgstr "" msgstr "Fallu al executar dracut nel destín"
#: src/modules/services-systemd/main.py:73 #: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50
msgid "" msgid "The exit code was {}"
"Unknown systemd commands <code>{command!s}</code> and " msgstr "El códigu de salida foi {}"
"<code>{suffix!s}</code> for unit {name!s}."
msgstr ""
#: src/modules/umount/main.py:31
msgid "Unmount file systems."
msgstr "Desmontaxe de sistemes de ficheros."
#: src/modules/unpackfs/main.py:35
msgid "Filling up filesystems."
msgstr "Rellenando los sistemes de ficheros."
#: src/modules/unpackfs/main.py:255
msgid "rsync failed with error code {}."
msgstr "rsync falló col códigu de fallu {}."
#: src/modules/unpackfs/main.py:300
msgid "Unpacking image {}/{}, file {}/{}"
msgstr ""
#: src/modules/unpackfs/main.py:315
msgid "Starting to unpack {}"
msgstr ""
#: src/modules/unpackfs/main.py:324 src/modules/unpackfs/main.py:464
msgid "Failed to unpack image \"{}\""
msgstr "Fallu al desempaquetar la imaxe «{}»"
#: src/modules/unpackfs/main.py:431
msgid "No mount point for root partition"
msgstr "Nun hai un puntu de montaxe pa la partición del raigañu"
#: src/modules/unpackfs/main.py:432
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr ""
"globalstorage nun contién una clave «rootMountPoint». Nun va facese nada"
#: src/modules/unpackfs/main.py:437
msgid "Bad mount point for root partition"
msgstr "El puntu de montaxe ye incorreutu pa la partición del raigañu"
#: src/modules/unpackfs/main.py:438
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr "rootMountPoint ye «{}» que nun esiste. Nun va facese nada"
#: src/modules/unpackfs/main.py:454 src/modules/unpackfs/main.py:458
#: src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr "La configuración d'espardimientu ye incorreuta"
#: src/modules/unpackfs/main.py:455
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr ""
#: src/modules/unpackfs/main.py:459
msgid "The source filesystem \"{}\" does not exist"
msgstr "El sistema de ficheros d'orixe «{}» nun esiste"
#: src/modules/unpackfs/main.py:465
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed"
msgstr ""
"Fallu al alcontrar unsquashfs, asegúrate que tienes instaláu'l paquete "
"squashfs-tools"
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr "El destín «{}» nel sistema de destín nun ye un direutoriu"
#: src/modules/displaymanager/main.py:526 #: src/modules/displaymanager/main.py:526
msgid "Cannot write KDM configuration file" msgid "Cannot write KDM configuration file"
@ -205,26 +143,6 @@ msgstr ""
msgid "Display manager configuration was incomplete" msgid "Display manager configuration was incomplete"
msgstr "La configuración del xestor de pantalles nun se completó" msgstr "La configuración del xestor de pantalles nun se completó"
#: src/modules/initcpiocfg/main.py:28
msgid "Configuring mkinitcpio."
msgstr "Configurando mkinitcpio."
#: src/modules/initcpiocfg/main.py:232
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/fstab/main.py:362 src/modules/localecfg/main.py:136
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "Configurando l'intercambéu cifráu."
#: src/modules/rawfs/main.py:26
msgid "Installing data."
msgstr "Instalando datos."
#: src/modules/services-openrc/main.py:29 #: src/modules/services-openrc/main.py:29
msgid "Configure OpenRC services" msgid "Configure OpenRC services"
msgstr "" msgstr ""
@ -244,6 +162,11 @@ msgid ""
"level {level!s}." "level {level!s}."
msgstr "" msgstr ""
#: src/modules/services-openrc/main.py:93
#: src/modules/services-systemd/main.py:59
msgid "Cannot modify service"
msgstr "Nun pue modificase'l serviciu"
#: src/modules/services-openrc/main.py:94 #: src/modules/services-openrc/main.py:94
msgid "" msgid ""
"<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}." "<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}."
@ -269,8 +192,8 @@ msgid ""
"exist." "exist."
msgstr "" msgstr ""
#: src/modules/plymouthcfg/main.py:27 #: src/modules/networkcfg/main.py:29
msgid "Configure Plymouth theme" msgid "Saving network configuration."
msgstr "" msgstr ""
#: src/modules/packages/main.py:50 src/modules/packages/main.py:59 #: src/modules/packages/main.py:50 src/modules/packages/main.py:59
@ -320,59 +243,25 @@ msgid ""
"command <pre>{!s}</pre> returned error code {!s}." "command <pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
#: src/modules/bootloader/main.py:43 #: src/modules/plymouthcfg/main.py:27
msgid "Install bootloader." msgid "Configure Plymouth theme"
msgstr "Instalando'l xestor d'arrinque."
#: src/modules/bootloader/main.py:508
msgid "Bootloader installation error"
msgstr "" msgstr ""
#: src/modules/bootloader/main.py:509 #: src/modules/initcpiocfg/main.py:28
msgid "" msgid "Configuring mkinitcpio."
"The bootloader could not be installed. The installation command " msgstr "Configurando mkinitcpio."
"<pre>{!s}</pre> returned error code {!s}."
#: src/modules/localecfg/main.py:30
msgid "Configuring locales."
msgstr "Configurando locales."
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr "" msgstr ""
#: src/modules/hwclock/main.py:26 #: src/modules/rawfs/main.py:26
msgid "Setting hardware clock." msgid "Installing data."
msgstr "Configurando'l reló de hardware." msgstr "Instalando datos."
#: src/modules/mkinitfs/main.py:27
msgid "Creating initramfs with mkinitfs."
msgstr ""
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr ""
#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50
msgid "The exit code was {}"
msgstr "El códigu de salida foi {}"
#: src/modules/dracut/main.py:27
msgid "Creating initramfs with dracut."
msgstr ""
#: src/modules/dracut/main.py:49
msgid "Failed to run dracut on the target"
msgstr "Fallu al executar dracut nel destín"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr ""
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr "Configurando'l serviciu dmcrypt d'OpenRC."
#: src/modules/fstab/main.py:29
msgid "Writing fstab."
msgstr ""
#: src/modules/fstab/main.py:389
msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/dummypython/main.py:35 #: src/modules/dummypython/main.py:35
msgid "Dummy python job." msgid "Dummy python job."
@ -383,10 +272,122 @@ msgstr "Trabayu maniquín en Python."
msgid "Dummy python step {}" msgid "Dummy python step {}"
msgstr "Pasu maniquín {} en Python" msgstr "Pasu maniquín {} en Python"
#: src/modules/localecfg/main.py:30 #: src/modules/hwclock/main.py:26
msgid "Configuring locales." msgid "Setting hardware clock."
msgstr "Configurando locales." msgstr "Configurando'l reló de hardware."
#: src/modules/networkcfg/main.py:29 #: src/modules/umount/main.py:31
msgid "Saving network configuration." msgid "Unmount file systems."
msgstr "Desmontaxe de sistemes de ficheros."
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr "Configurando'l serviciu dmcrypt d'OpenRC."
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:60
msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}."
msgstr ""
#: src/modules/services-systemd/main.py:63
#: src/modules/services-systemd/main.py:69
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:65
msgid "Cannot enable systemd target <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:67
msgid "Cannot enable systemd timer <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:71
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:73
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:75
msgid ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr ""
#: src/modules/mkinitfs/main.py:27
msgid "Creating initramfs with mkinitfs."
msgstr ""
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr ""
#: src/modules/unpackfs/main.py:34
msgid "Filling up filesystems."
msgstr "Rellenando los sistemes de ficheros."
#: src/modules/unpackfs/main.py:254
msgid "rsync failed with error code {}."
msgstr "rsync falló col códigu de fallu {}."
#: src/modules/unpackfs/main.py:299
msgid "Unpacking image {}/{}, file {}/{}"
msgstr ""
#: src/modules/unpackfs/main.py:314
msgid "Starting to unpack {}"
msgstr ""
#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465
msgid "Failed to unpack image \"{}\""
msgstr "Fallu al desempaquetar la imaxe «{}»"
#: src/modules/unpackfs/main.py:430
msgid "No mount point for root partition"
msgstr "Nun hai un puntu de montaxe pa la partición del raigañu"
#: src/modules/unpackfs/main.py:431
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr ""
"globalstorage nun contién una clave «rootMountPoint». Nun va facese nada"
#: src/modules/unpackfs/main.py:436
msgid "Bad mount point for root partition"
msgstr "El puntu de montaxe ye incorreutu pa la partición del raigañu"
#: src/modules/unpackfs/main.py:437
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr "rootMountPoint ye «{}» que nun esiste. Nun va facese nada"
#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457
#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr "La configuración d'espardimientu ye incorreuta"
#: src/modules/unpackfs/main.py:454
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr ""
#: src/modules/unpackfs/main.py:458
msgid "The source filesystem \"{}\" does not exist"
msgstr "El sistema de ficheros d'orixe «{}» nun esiste"
#: src/modules/unpackfs/main.py:464
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed."
msgstr ""
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr "El destín «{}» nel sistema de destín nun ye un direutoriu"
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "Configurando l'intercambéu cifráu."

View File

@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-22 11:02+0200\n" "POT-Creation-Date: 2021-11-02 15:45+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Xəyyam Qocayev <xxmn77@gmail.com>, 2021\n" "Last-Translator: Xəyyam Qocayev <xxmn77@gmail.com>, 2021\n"
"Language-Team: Azerbaijani (https://www.transifex.com/calamares/teams/20061/az/)\n" "Language-Team: Azerbaijani (https://www.transifex.com/calamares/teams/20061/az/)\n"
@ -21,141 +21,78 @@ msgstr ""
"Language: az\n" "Language: az\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr "initramfs tənzimlənir."
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361
#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105
#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231
#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144
#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76
#: src/modules/luksopenswaphookcfg/main.py:86
#: src/modules/luksopenswaphookcfg/main.py:90
msgid "Configuration Error"
msgstr "Tənzimləmə xətası"
#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356
#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145
#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/luksopenswaphookcfg/main.py:87
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr "<pre>{!s}</pre> istifadə etmək üçün bölmələr təyin edilməyib"
#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362
#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232
#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/luksopenswaphookcfg/main.py:91
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
"<pre>{!s}</pre> istifadə etmək üçün kök qoşulma nöqtəsi təyin edilməyib."
#: src/modules/grubcfg/main.py:28 #: src/modules/grubcfg/main.py:28
msgid "Configure GRUB." msgid "Configure GRUB."
msgstr "GRUB tənzimləmələri" msgstr "GRUB tənzimləmələri"
#: src/modules/mount/main.py:30 #: src/modules/bootloader/main.py:43
msgid "Mounting partitions." msgid "Install bootloader."
msgstr "Disk bölmələri qoşulur." msgstr "Önyükləyici qurulur."
#: src/modules/mount/main.py:144 src/modules/initcpiocfg/main.py:227 #: src/modules/bootloader/main.py:508
#: src/modules/initcpiocfg/main.py:231 msgid "Bootloader installation error"
#: src/modules/luksopenswaphookcfg/main.py:86 msgstr "Önyükləyicinin quraşdırılmasında xəta"
#: src/modules/luksopenswaphookcfg/main.py:90 src/modules/rawfs/main.py:164
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/fstab/main.py:355
#: src/modules/fstab/main.py:361 src/modules/fstab/main.py:388
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "Tənzimləmə xətası"
#: src/modules/mount/main.py:145 src/modules/initcpiocfg/main.py:228 #: src/modules/bootloader/main.py:509
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/fstab/main.py:356
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr "<pre>{!s}</pre> istifadə etmək üçün bölmələr təyin edilməyib"
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr "Systemd xidmətini tənzimləmək"
#: src/modules/services-systemd/main.py:59
#: src/modules/services-openrc/main.py:93
msgid "Cannot modify service"
msgstr "Xidmətdə dəyişiklik etmək mümkün olmadı"
#: src/modules/services-systemd/main.py:60
msgid "" msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}." "The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
"<code>systemctl {arg!s}</code> chroot çağırışına xəta kodu ilə cavab verdi " "Önyükləyici quraşdırıla bilmədi. Quraşdırma əmri <pre>{!s}</pre>, xəta kodu "
"{num!s}." "{!s} ilə cavab verdi."
#: src/modules/services-systemd/main.py:63 #: src/modules/fstab/main.py:29
#: src/modules/services-systemd/main.py:67 msgid "Writing fstab."
msgid "Cannot enable systemd service <code>{name!s}</code>." msgstr "fstab yazılır."
msgstr "<code>{name!s}</code> systemd xidməti aktiv edilmədi."
#: src/modules/services-systemd/main.py:65 #: src/modules/fstab/main.py:389
msgid "Cannot enable systemd target <code>{name!s}</code>." msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr "<code>{name!s}</code> systemd hədəfi aktiv edilmədi"
#: src/modules/services-systemd/main.py:69
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr "<code>{name!s}</code> systemd hədfi sönsürülmədi."
#: src/modules/services-systemd/main.py:71
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr "<code>{name!s}</code> systemd vahidi maskalanmır."
#: src/modules/services-systemd/main.py:73
msgid ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr "" msgstr ""
"Naməlum systemd əmrləri <code>{command!s}</code> və <code>{suffix!s}</code> " "İstifadə etmək üçün, <pre>{!s}</pre> tənzimləməsi, <pre>{!s}</pre> üçün "
"{name!s} vahidi üçün." "göstərilməyib."
#: src/modules/umount/main.py:31 #: src/modules/dracut/main.py:27
msgid "Unmount file systems." msgid "Creating initramfs with dracut."
msgstr "Fayl sistemini ayırmaq." msgstr "Dracut ilə initramfs yaratmaq."
#: src/modules/unpackfs/main.py:35 #: src/modules/dracut/main.py:49
msgid "Filling up filesystems." msgid "Failed to run dracut on the target"
msgstr "Fayl sistemlərini doldurmaq." msgstr "Hədəfdə dracut başladılmadı"
#: src/modules/unpackfs/main.py:255 #: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50
msgid "rsync failed with error code {}." msgid "The exit code was {}"
msgstr "rsync uğursuz oldu, xəta kodu: {}." msgstr "Çıxış kodu {} idi"
#: src/modules/unpackfs/main.py:300
msgid "Unpacking image {}/{}, file {}/{}"
msgstr ""
"Tərkibi çıxarılan quraşdırma faylı - image {}/{}, çıxarılan faylların sayı "
"{}/{}"
#: src/modules/unpackfs/main.py:315
msgid "Starting to unpack {}"
msgstr "Tərkiblərini açmağa başladılır {}"
#: src/modules/unpackfs/main.py:324 src/modules/unpackfs/main.py:464
msgid "Failed to unpack image \"{}\""
msgstr "\"{}\" quraşdırma faylının tərkibini çıxarmaq alınmadı"
#: src/modules/unpackfs/main.py:431
msgid "No mount point for root partition"
msgstr "Kök bölməsi üçün qoşulma nöqtəsi yoxdur"
#: src/modules/unpackfs/main.py:432
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr ""
"globalstorage tərkibində bir \"rootMountPoint\" açarı yoxdur, heç bir "
"əməliyyat getmir"
#: src/modules/unpackfs/main.py:437
msgid "Bad mount point for root partition"
msgstr "Kök bölməsi üçün xətalı qoşulma nöqtəsi"
#: src/modules/unpackfs/main.py:438
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr "rootMountPoint \"{}\" mövcud deyil, heç bir əməliyyat getmir"
#: src/modules/unpackfs/main.py:454 src/modules/unpackfs/main.py:458
#: src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr "Unsquash xətalı tənzimlənməsi"
#: src/modules/unpackfs/main.py:455
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr "\"{}\" ({}) fayl sistemi sizin nüvəniz tərəfindən dəstəklənmir"
#: src/modules/unpackfs/main.py:459
msgid "The source filesystem \"{}\" does not exist"
msgstr "\"{}\" mənbə fayl sistemi mövcud deyil"
#: src/modules/unpackfs/main.py:465
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed"
msgstr ""
"unsquashfs tapılmadı, squashfs-tools paketinin quraşdırıldığına əmin olun"
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr "Hədəf sistemində təyin edilən \"{}\", qovluq deyil"
#: src/modules/displaymanager/main.py:526 #: src/modules/displaymanager/main.py:526
msgid "Cannot write KDM configuration file" msgid "Cannot write KDM configuration file"
@ -213,27 +150,6 @@ msgstr ""
msgid "Display manager configuration was incomplete" msgid "Display manager configuration was incomplete"
msgstr "Ekran meneceri tənzimləmələri başa çatmadı" msgstr "Ekran meneceri tənzimləmələri başa çatmadı"
#: src/modules/initcpiocfg/main.py:28
msgid "Configuring mkinitcpio."
msgstr "mkinitcpio tənzimlənir."
#: src/modules/initcpiocfg/main.py:232
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/fstab/main.py:362 src/modules/localecfg/main.py:136
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
"<pre>{!s}</pre> istifadə etmək üçün kök qoşulma nöqtəsi təyin edilməyib."
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "Çifrələnmiş mübadilə sahəsi - swap tənzimlənir."
#: src/modules/rawfs/main.py:26
msgid "Installing data."
msgstr "Quraşdırılma tarixi."
#: src/modules/services-openrc/main.py:29 #: src/modules/services-openrc/main.py:29
msgid "Configure OpenRC services" msgid "Configure OpenRC services"
msgstr "OpenRC xidmətlərini tənzimləmək" msgstr "OpenRC xidmətlərini tənzimləmək"
@ -254,6 +170,11 @@ msgstr ""
"{level!s} işləmə səviyyəsindəki {name!s} xidməti üçün naməlum " "{level!s} işləmə səviyyəsindəki {name!s} xidməti üçün naməlum "
"<code>{arg!s}</code> xidmət fəaliyyəti." "<code>{arg!s}</code> xidmət fəaliyyəti."
#: src/modules/services-openrc/main.py:93
#: src/modules/services-systemd/main.py:59
msgid "Cannot modify service"
msgstr "Xidmətdə dəyişiklik etmək mümkün olmadı"
#: src/modules/services-openrc/main.py:94 #: src/modules/services-openrc/main.py:94
msgid "" msgid ""
"<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}." "<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}."
@ -282,9 +203,9 @@ msgid ""
"exist." "exist."
msgstr "{name!s} üçün <code>{path!s}</code> yolu mövcud deyil." msgstr "{name!s} üçün <code>{path!s}</code> yolu mövcud deyil."
#: src/modules/plymouthcfg/main.py:27 #: src/modules/networkcfg/main.py:29
msgid "Configure Plymouth theme" msgid "Saving network configuration."
msgstr "Plymouth mövzusu tənzimlənməsi" msgstr "Şəbəkə ayarları saxlanılır."
#: src/modules/packages/main.py:50 src/modules/packages/main.py:59 #: src/modules/packages/main.py:50 src/modules/packages/main.py:59
#: src/modules/packages/main.py:69 #: src/modules/packages/main.py:69
@ -339,63 +260,25 @@ msgstr ""
"Paket meneceri dəyişiklikləri sistemə tətbiq edə bilmədi. <pre>{!s}</pre> " "Paket meneceri dəyişiklikləri sistemə tətbiq edə bilmədi. <pre>{!s}</pre> "
"əmri xəta kodu {!s} ilə cavab verdi." "əmri xəta kodu {!s} ilə cavab verdi."
#: src/modules/bootloader/main.py:43 #: src/modules/plymouthcfg/main.py:27
msgid "Install bootloader." msgid "Configure Plymouth theme"
msgstr "Önyükləyici qurulur." msgstr "Plymouth mövzusu tənzimlənməsi"
#: src/modules/bootloader/main.py:508 #: src/modules/initcpiocfg/main.py:28
msgid "Bootloader installation error" msgid "Configuring mkinitcpio."
msgstr "Önyükləyicinin quraşdırılmasında xəta" msgstr "mkinitcpio tənzimlənir."
#: src/modules/bootloader/main.py:509 #: src/modules/localecfg/main.py:30
msgid "" msgid "Configuring locales."
"The bootloader could not be installed. The installation command " msgstr "Lokallaşma tənzimlənir."
"<pre>{!s}</pre> returned error code {!s}."
msgstr ""
"Önyükləyici quraşdırıla bilmədi. Quraşdırma əmri <pre>{!s}</pre>, xəta kodu "
"{!s} ilə cavab verdi."
#: src/modules/hwclock/main.py:26 #: src/modules/mount/main.py:30
msgid "Setting hardware clock." msgid "Mounting partitions."
msgstr "Aparat saatını ayarlamaq." msgstr "Disk bölmələri qoşulur."
#: src/modules/mkinitfs/main.py:27 #: src/modules/rawfs/main.py:26
msgid "Creating initramfs with mkinitfs." msgid "Installing data."
msgstr "mkinitfs ilə initramfs yaradılır" msgstr "Quraşdırılma tarixi."
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr "Hədəfdə mkinitfs başlatmaq baş tutmadı"
#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50
msgid "The exit code was {}"
msgstr "Çıxış kodu {} idi"
#: src/modules/dracut/main.py:27
msgid "Creating initramfs with dracut."
msgstr "Dracut ilə initramfs yaratmaq."
#: src/modules/dracut/main.py:49
msgid "Failed to run dracut on the target"
msgstr "Hədəfdə dracut başladılmadı"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr "initramfs tənzimlənir."
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr "OpenRC dmcrypt xidməti tənzimlənir."
#: src/modules/fstab/main.py:29
msgid "Writing fstab."
msgstr "fstab yazılır."
#: src/modules/fstab/main.py:389
msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr ""
"İstifadə etmək üçün, <pre>{!s}</pre> tənzimləməsi, <pre>{!s}</pre> üçün "
"göstərilməyib."
#: src/modules/dummypython/main.py:35 #: src/modules/dummypython/main.py:35
msgid "Dummy python job." msgid "Dummy python job."
@ -406,10 +289,129 @@ msgstr "Dummy python işi."
msgid "Dummy python step {}" msgid "Dummy python step {}"
msgstr "{} Dummy python addımı" msgstr "{} Dummy python addımı"
#: src/modules/localecfg/main.py:30 #: src/modules/hwclock/main.py:26
msgid "Configuring locales." msgid "Setting hardware clock."
msgstr "Lokallaşma tənzimlənir." msgstr "Aparat saatını ayarlamaq."
#: src/modules/networkcfg/main.py:29 #: src/modules/umount/main.py:31
msgid "Saving network configuration." msgid "Unmount file systems."
msgstr "Şəbəkə ayarları saxlanılır." msgstr "Fayl sistemini ayırmaq."
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr "OpenRC dmcrypt xidməti tənzimlənir."
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr "Systemd xidmətini tənzimləmək"
#: src/modules/services-systemd/main.py:60
msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}."
msgstr ""
"<code>systemctl {arg!s}</code> chroot çağırışına xəta kodu ilə cavab verdi "
"{num!s}."
#: src/modules/services-systemd/main.py:63
#: src/modules/services-systemd/main.py:69
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr "<code>{name!s}</code> systemd xidməti aktiv edilmədi."
#: src/modules/services-systemd/main.py:65
msgid "Cannot enable systemd target <code>{name!s}</code>."
msgstr "<code>{name!s}</code> systemd hədəfi aktiv edilmədi"
#: src/modules/services-systemd/main.py:67
msgid "Cannot enable systemd timer <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:71
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr "<code>{name!s}</code> systemd hədfi sönsürülmədi."
#: src/modules/services-systemd/main.py:73
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr "<code>{name!s}</code> systemd vahidi maskalanmır."
#: src/modules/services-systemd/main.py:75
msgid ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr ""
"Naməlum systemd əmrləri <code>{command!s}</code> və <code>{suffix!s}</code> "
"{name!s} vahidi üçün."
#: src/modules/mkinitfs/main.py:27
msgid "Creating initramfs with mkinitfs."
msgstr "mkinitfs ilə initramfs yaradılır"
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr "Hədəfdə mkinitfs başlatmaq baş tutmadı"
#: src/modules/unpackfs/main.py:34
msgid "Filling up filesystems."
msgstr "Fayl sistemlərini doldurmaq."
#: src/modules/unpackfs/main.py:254
msgid "rsync failed with error code {}."
msgstr "rsync uğursuz oldu, xəta kodu: {}."
#: src/modules/unpackfs/main.py:299
msgid "Unpacking image {}/{}, file {}/{}"
msgstr ""
"Tərkibi çıxarılan quraşdırma faylı - image {}/{}, çıxarılan faylların sayı "
"{}/{}"
#: src/modules/unpackfs/main.py:314
msgid "Starting to unpack {}"
msgstr "Tərkiblərini açmağa başladılır {}"
#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465
msgid "Failed to unpack image \"{}\""
msgstr "\"{}\" quraşdırma faylının tərkibini çıxarmaq alınmadı"
#: src/modules/unpackfs/main.py:430
msgid "No mount point for root partition"
msgstr "Kök bölməsi üçün qoşulma nöqtəsi yoxdur"
#: src/modules/unpackfs/main.py:431
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr ""
"globalstorage tərkibində bir \"rootMountPoint\" açarı yoxdur, heç bir "
"əməliyyat getmir"
#: src/modules/unpackfs/main.py:436
msgid "Bad mount point for root partition"
msgstr "Kök bölməsi üçün xətalı qoşulma nöqtəsi"
#: src/modules/unpackfs/main.py:437
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr "rootMountPoint \"{}\" mövcud deyil, heç bir əməliyyat getmir"
#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457
#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr "Unsquash xətalı tənzimlənməsi"
#: src/modules/unpackfs/main.py:454
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr "\"{}\" ({}) fayl sistemi sizin nüvəniz tərəfindən dəstəklənmir"
#: src/modules/unpackfs/main.py:458
msgid "The source filesystem \"{}\" does not exist"
msgstr "\"{}\" mənbə fayl sistemi mövcud deyil"
#: src/modules/unpackfs/main.py:464
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed."
msgstr ""
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr "Hədəf sistemində təyin edilən \"{}\", qovluq deyil"
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "Çifrələnmiş mübadilə sahəsi - swap tənzimlənir."

View File

@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-22 11:02+0200\n" "POT-Creation-Date: 2021-11-02 15:45+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Xəyyam Qocayev <xxmn77@gmail.com>, 2021\n" "Last-Translator: Xəyyam Qocayev <xxmn77@gmail.com>, 2021\n"
"Language-Team: Azerbaijani (Azerbaijan) (https://www.transifex.com/calamares/teams/20061/az_AZ/)\n" "Language-Team: Azerbaijani (Azerbaijan) (https://www.transifex.com/calamares/teams/20061/az_AZ/)\n"
@ -21,141 +21,78 @@ msgstr ""
"Language: az_AZ\n" "Language: az_AZ\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr "initramfs tənzimlənir."
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361
#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105
#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231
#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144
#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76
#: src/modules/luksopenswaphookcfg/main.py:86
#: src/modules/luksopenswaphookcfg/main.py:90
msgid "Configuration Error"
msgstr "Tənzimləmə xətası"
#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356
#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145
#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/luksopenswaphookcfg/main.py:87
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr "<pre>{!s}</pre> istifadə etmək üçün bölmələr təyin edilməyib"
#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362
#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232
#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/luksopenswaphookcfg/main.py:91
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
"<pre>{!s}</pre> istifadə etmək üçün kök qoşulma nöqtəsi təyin edilməyib."
#: src/modules/grubcfg/main.py:28 #: src/modules/grubcfg/main.py:28
msgid "Configure GRUB." msgid "Configure GRUB."
msgstr "GRUB tənzimləmələri" msgstr "GRUB tənzimləmələri"
#: src/modules/mount/main.py:30 #: src/modules/bootloader/main.py:43
msgid "Mounting partitions." msgid "Install bootloader."
msgstr "Disk bölmələri qoşulur." msgstr "Önyükləyici qurulur."
#: src/modules/mount/main.py:144 src/modules/initcpiocfg/main.py:227 #: src/modules/bootloader/main.py:508
#: src/modules/initcpiocfg/main.py:231 msgid "Bootloader installation error"
#: src/modules/luksopenswaphookcfg/main.py:86 msgstr "Önyükləyicinin quraşdırılmasında xəta"
#: src/modules/luksopenswaphookcfg/main.py:90 src/modules/rawfs/main.py:164
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/fstab/main.py:355
#: src/modules/fstab/main.py:361 src/modules/fstab/main.py:388
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "Tənzimləmə xətası"
#: src/modules/mount/main.py:145 src/modules/initcpiocfg/main.py:228 #: src/modules/bootloader/main.py:509
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/fstab/main.py:356
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr "<pre>{!s}</pre> istifadə etmək üçün bölmələr təyin edilməyib"
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr "Systemd xidmətini tənzimləmək"
#: src/modules/services-systemd/main.py:59
#: src/modules/services-openrc/main.py:93
msgid "Cannot modify service"
msgstr "Xidmətdə dəyişiklik etmək mümkün olmadı"
#: src/modules/services-systemd/main.py:60
msgid "" msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}." "The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
"<code>systemctl {arg!s}</code> chroot çağırışına xəta kodu ilə cavab verdi " "Önyükləyici quraşdırıla bilmədi. Quraşdırma əmri <pre>{!s}</pre>, xəta kodu "
"{num!s}." "{!s} ilə cavab verdi."
#: src/modules/services-systemd/main.py:63 #: src/modules/fstab/main.py:29
#: src/modules/services-systemd/main.py:67 msgid "Writing fstab."
msgid "Cannot enable systemd service <code>{name!s}</code>." msgstr "fstab yazılır."
msgstr "<code>{name!s}</code> systemd xidməti aktiv edilmədi."
#: src/modules/services-systemd/main.py:65 #: src/modules/fstab/main.py:389
msgid "Cannot enable systemd target <code>{name!s}</code>." msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr "<code>{name!s}</code> systemd hədəfi aktiv edilmədi"
#: src/modules/services-systemd/main.py:69
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr "<code>{name!s}</code> systemd hədfi sönsürülmədi."
#: src/modules/services-systemd/main.py:71
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr "<code>{name!s}</code> systemd vahidi maskalanmır."
#: src/modules/services-systemd/main.py:73
msgid ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr "" msgstr ""
"Naməlum systemd əmrləri <code>{command!s}</code> və <code>{suffix!s}</code> " "İstifadə etmək üçün, <pre>{!s}</pre> tənzimləməsi, <pre>{!s}</pre> üçün "
"{name!s} vahidi üçün." "göstərilməyib."
#: src/modules/umount/main.py:31 #: src/modules/dracut/main.py:27
msgid "Unmount file systems." msgid "Creating initramfs with dracut."
msgstr "Fayl sistemini ayırmaq." msgstr "Dracut ilə initramfs yaratmaq."
#: src/modules/unpackfs/main.py:35 #: src/modules/dracut/main.py:49
msgid "Filling up filesystems." msgid "Failed to run dracut on the target"
msgstr "Fayl sistemlərini doldurmaq." msgstr "Hədəfdə dracut başladılmadı"
#: src/modules/unpackfs/main.py:255 #: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50
msgid "rsync failed with error code {}." msgid "The exit code was {}"
msgstr "rsync uğursuz oldu, xəta kodu: {}." msgstr "Çıxış kodu {} idi"
#: src/modules/unpackfs/main.py:300
msgid "Unpacking image {}/{}, file {}/{}"
msgstr ""
"Tərkibi çıxarılan quraşdırma faylı - image {}/{}, çıxarılan faylların sayı "
"{}/{}"
#: src/modules/unpackfs/main.py:315
msgid "Starting to unpack {}"
msgstr "Tərkiblərini açmağa başladılır {}"
#: src/modules/unpackfs/main.py:324 src/modules/unpackfs/main.py:464
msgid "Failed to unpack image \"{}\""
msgstr "\"{}\" quraşdırma faylının tərkibini çıxarmaq alınmadı"
#: src/modules/unpackfs/main.py:431
msgid "No mount point for root partition"
msgstr "Kök bölməsi üçün qoşulma nöqtəsi yoxdur"
#: src/modules/unpackfs/main.py:432
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr ""
"globalstorage tərkibində bir \"rootMountPoint\" açarı yoxdur, heç bir "
"əməliyyat getmir"
#: src/modules/unpackfs/main.py:437
msgid "Bad mount point for root partition"
msgstr "Kök bölməsi üçün xətalı qoşulma nöqtəsi"
#: src/modules/unpackfs/main.py:438
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr "rootMountPoint \"{}\" mövcud deyil, heç bir əməliyyat getmir"
#: src/modules/unpackfs/main.py:454 src/modules/unpackfs/main.py:458
#: src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr "Unsquash xətalı tənzimlənməsi"
#: src/modules/unpackfs/main.py:455
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr "\"{}\" ({}) fayl sistemi sizin nüvəniz tərəfindən dəstəklənmir"
#: src/modules/unpackfs/main.py:459
msgid "The source filesystem \"{}\" does not exist"
msgstr "\"{}\" mənbə fayl sistemi mövcud deyil"
#: src/modules/unpackfs/main.py:465
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed"
msgstr ""
"unsquashfs tapılmadı, squashfs-tools paketinin quraşdırıldığına əmin olun"
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr "Hədəf sistemində təyin edilən \"{}\", qovluq deyil"
#: src/modules/displaymanager/main.py:526 #: src/modules/displaymanager/main.py:526
msgid "Cannot write KDM configuration file" msgid "Cannot write KDM configuration file"
@ -213,27 +150,6 @@ msgstr ""
msgid "Display manager configuration was incomplete" msgid "Display manager configuration was incomplete"
msgstr "Ekran meneceri tənzimləmələri başa çatmadı" msgstr "Ekran meneceri tənzimləmələri başa çatmadı"
#: src/modules/initcpiocfg/main.py:28
msgid "Configuring mkinitcpio."
msgstr "mkinitcpio tənzimlənir."
#: src/modules/initcpiocfg/main.py:232
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/fstab/main.py:362 src/modules/localecfg/main.py:136
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
"<pre>{!s}</pre> istifadə etmək üçün kök qoşulma nöqtəsi təyin edilməyib."
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "Çifrələnmiş mübadilə sahəsi - swap tənzimlənir."
#: src/modules/rawfs/main.py:26
msgid "Installing data."
msgstr "Quraşdırılma tarixi."
#: src/modules/services-openrc/main.py:29 #: src/modules/services-openrc/main.py:29
msgid "Configure OpenRC services" msgid "Configure OpenRC services"
msgstr "OpenRC xidmətlərini tənzimləmək" msgstr "OpenRC xidmətlərini tənzimləmək"
@ -254,6 +170,11 @@ msgstr ""
"{level!s} işləmə səviyyəsindəki {name!s} xidməti üçün naməlum " "{level!s} işləmə səviyyəsindəki {name!s} xidməti üçün naməlum "
"<code>{arg!s}</code> xidmət fəaliyyəti." "<code>{arg!s}</code> xidmət fəaliyyəti."
#: src/modules/services-openrc/main.py:93
#: src/modules/services-systemd/main.py:59
msgid "Cannot modify service"
msgstr "Xidmətdə dəyişiklik etmək mümkün olmadı"
#: src/modules/services-openrc/main.py:94 #: src/modules/services-openrc/main.py:94
msgid "" msgid ""
"<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}." "<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}."
@ -282,9 +203,9 @@ msgid ""
"exist." "exist."
msgstr "{name!s} üçün <code>{path!s}</code> yolu mövcud deyil." msgstr "{name!s} üçün <code>{path!s}</code> yolu mövcud deyil."
#: src/modules/plymouthcfg/main.py:27 #: src/modules/networkcfg/main.py:29
msgid "Configure Plymouth theme" msgid "Saving network configuration."
msgstr "Plymouth mövzusu tənzimlənməsi" msgstr "Şəbəkə ayarları saxlanılır."
#: src/modules/packages/main.py:50 src/modules/packages/main.py:59 #: src/modules/packages/main.py:50 src/modules/packages/main.py:59
#: src/modules/packages/main.py:69 #: src/modules/packages/main.py:69
@ -339,63 +260,25 @@ msgstr ""
"Paket meneceri dəyişiklikləri sistemə tətbiq edə bilmədi. <pre>{!s}</pre> " "Paket meneceri dəyişiklikləri sistemə tətbiq edə bilmədi. <pre>{!s}</pre> "
"əmri xəta kodu {!s} ilə cavab verdi." "əmri xəta kodu {!s} ilə cavab verdi."
#: src/modules/bootloader/main.py:43 #: src/modules/plymouthcfg/main.py:27
msgid "Install bootloader." msgid "Configure Plymouth theme"
msgstr "Önyükləyici qurulur." msgstr "Plymouth mövzusu tənzimlənməsi"
#: src/modules/bootloader/main.py:508 #: src/modules/initcpiocfg/main.py:28
msgid "Bootloader installation error" msgid "Configuring mkinitcpio."
msgstr "Önyükləyicinin quraşdırılmasında xəta" msgstr "mkinitcpio tənzimlənir."
#: src/modules/bootloader/main.py:509 #: src/modules/localecfg/main.py:30
msgid "" msgid "Configuring locales."
"The bootloader could not be installed. The installation command " msgstr "Lokallaşma tənzimlənir."
"<pre>{!s}</pre> returned error code {!s}."
msgstr ""
"Önyükləyici quraşdırıla bilmədi. Quraşdırma əmri <pre>{!s}</pre>, xəta kodu "
"{!s} ilə cavab verdi."
#: src/modules/hwclock/main.py:26 #: src/modules/mount/main.py:30
msgid "Setting hardware clock." msgid "Mounting partitions."
msgstr "Aparat saatını ayarlamaq." msgstr "Disk bölmələri qoşulur."
#: src/modules/mkinitfs/main.py:27 #: src/modules/rawfs/main.py:26
msgid "Creating initramfs with mkinitfs." msgid "Installing data."
msgstr "mkinitfs ilə initramfs yaradılır" msgstr "Quraşdırılma tarixi."
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr "Hədəfdə mkinitfs başlatmaq baş tutmadı"
#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50
msgid "The exit code was {}"
msgstr "Çıxış kodu {} idi"
#: src/modules/dracut/main.py:27
msgid "Creating initramfs with dracut."
msgstr "Dracut ilə initramfs yaratmaq."
#: src/modules/dracut/main.py:49
msgid "Failed to run dracut on the target"
msgstr "Hədəfdə dracut başladılmadı"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr "initramfs tənzimlənir."
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr "OpenRC dmcrypt xidməti tənzimlənir."
#: src/modules/fstab/main.py:29
msgid "Writing fstab."
msgstr "fstab yazılır."
#: src/modules/fstab/main.py:389
msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr ""
"İstifadə etmək üçün, <pre>{!s}</pre> tənzimləməsi, <pre>{!s}</pre> üçün "
"göstərilməyib."
#: src/modules/dummypython/main.py:35 #: src/modules/dummypython/main.py:35
msgid "Dummy python job." msgid "Dummy python job."
@ -406,10 +289,129 @@ msgstr "Dummy python işi."
msgid "Dummy python step {}" msgid "Dummy python step {}"
msgstr "{} Dummy python addımı" msgstr "{} Dummy python addımı"
#: src/modules/localecfg/main.py:30 #: src/modules/hwclock/main.py:26
msgid "Configuring locales." msgid "Setting hardware clock."
msgstr "Lokallaşma tənzimlənir." msgstr "Aparat saatını ayarlamaq."
#: src/modules/networkcfg/main.py:29 #: src/modules/umount/main.py:31
msgid "Saving network configuration." msgid "Unmount file systems."
msgstr "Şəbəkə ayarları saxlanılır." msgstr "Fayl sistemini ayırmaq."
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr "OpenRC dmcrypt xidməti tənzimlənir."
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr "Systemd xidmətini tənzimləmək"
#: src/modules/services-systemd/main.py:60
msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}."
msgstr ""
"<code>systemctl {arg!s}</code> chroot çağırışına xəta kodu ilə cavab verdi "
"{num!s}."
#: src/modules/services-systemd/main.py:63
#: src/modules/services-systemd/main.py:69
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr "<code>{name!s}</code> systemd xidməti aktiv edilmədi."
#: src/modules/services-systemd/main.py:65
msgid "Cannot enable systemd target <code>{name!s}</code>."
msgstr "<code>{name!s}</code> systemd hədəfi aktiv edilmədi"
#: src/modules/services-systemd/main.py:67
msgid "Cannot enable systemd timer <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:71
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr "<code>{name!s}</code> systemd hədfi sönsürülmədi."
#: src/modules/services-systemd/main.py:73
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr "<code>{name!s}</code> systemd vahidi maskalanmır."
#: src/modules/services-systemd/main.py:75
msgid ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr ""
"Naməlum systemd əmrləri <code>{command!s}</code> və <code>{suffix!s}</code> "
"{name!s} vahidi üçün."
#: src/modules/mkinitfs/main.py:27
msgid "Creating initramfs with mkinitfs."
msgstr "mkinitfs ilə initramfs yaradılır"
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr "Hədəfdə mkinitfs başlatmaq baş tutmadı"
#: src/modules/unpackfs/main.py:34
msgid "Filling up filesystems."
msgstr "Fayl sistemlərini doldurmaq."
#: src/modules/unpackfs/main.py:254
msgid "rsync failed with error code {}."
msgstr "rsync uğursuz oldu, xəta kodu: {}."
#: src/modules/unpackfs/main.py:299
msgid "Unpacking image {}/{}, file {}/{}"
msgstr ""
"Tərkibi çıxarılan quraşdırma faylı - image {}/{}, çıxarılan faylların sayı "
"{}/{}"
#: src/modules/unpackfs/main.py:314
msgid "Starting to unpack {}"
msgstr "Tərkiblərini açmağa başladılır {}"
#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465
msgid "Failed to unpack image \"{}\""
msgstr "\"{}\" quraşdırma faylının tərkibini çıxarmaq alınmadı"
#: src/modules/unpackfs/main.py:430
msgid "No mount point for root partition"
msgstr "Kök bölməsi üçün qoşulma nöqtəsi yoxdur"
#: src/modules/unpackfs/main.py:431
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr ""
"globalstorage tərkibində bir \"rootMountPoint\" açarı yoxdur, heç bir "
"əməliyyat getmir"
#: src/modules/unpackfs/main.py:436
msgid "Bad mount point for root partition"
msgstr "Kök bölməsi üçün xətalı qoşulma nöqtəsi"
#: src/modules/unpackfs/main.py:437
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr "rootMountPoint \"{}\" mövcud deyil, heç bir əməliyyat getmir"
#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457
#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr "Unsquash xətalı tənzimlənməsi"
#: src/modules/unpackfs/main.py:454
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr "\"{}\" ({}) fayl sistemi sizin nüvəniz tərəfindən dəstəklənmir"
#: src/modules/unpackfs/main.py:458
msgid "The source filesystem \"{}\" does not exist"
msgstr "\"{}\" mənbə fayl sistemi mövcud deyil"
#: src/modules/unpackfs/main.py:464
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed."
msgstr ""
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr "Hədəf sistemində təyin edilən \"{}\", qovluq deyil"
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "Çifrələnmiş mübadilə sahəsi - swap tənzimlənir."

View File

@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-22 11:02+0200\n" "POT-Creation-Date: 2021-11-02 15:45+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Źmicier Turok <nashtlumach@gmail.com>, 2020\n" "Last-Translator: Źmicier Turok <nashtlumach@gmail.com>, 2020\n"
"Language-Team: Belarusian (https://www.transifex.com/calamares/teams/20061/be/)\n" "Language-Team: Belarusian (https://www.transifex.com/calamares/teams/20061/be/)\n"
@ -21,136 +21,73 @@ msgstr ""
"Language: be\n" "Language: be\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr "Наладка initramfs."
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361
#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105
#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231
#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144
#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76
#: src/modules/luksopenswaphookcfg/main.py:86
#: src/modules/luksopenswaphookcfg/main.py:90
msgid "Configuration Error"
msgstr "Памылка канфігурацыі"
#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356
#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145
#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/luksopenswaphookcfg/main.py:87
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr "Раздзелы для <pre>{!s}</pre> не вызначаныя."
#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362
#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232
#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/luksopenswaphookcfg/main.py:91
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr "Каранёвы пункт мантавання для<pre>{!s}</pre> не пададзены."
#: src/modules/grubcfg/main.py:28 #: src/modules/grubcfg/main.py:28
msgid "Configure GRUB." msgid "Configure GRUB."
msgstr "Наладзіць GRUB." msgstr "Наладзіць GRUB."
#: src/modules/mount/main.py:30 #: src/modules/bootloader/main.py:43
msgid "Mounting partitions." msgid "Install bootloader."
msgstr "Мантаванне раздзелаў." msgstr "Усталяваць загрузчык."
#: src/modules/mount/main.py:144 src/modules/initcpiocfg/main.py:227 #: src/modules/bootloader/main.py:508
#: src/modules/initcpiocfg/main.py:231 msgid "Bootloader installation error"
#: src/modules/luksopenswaphookcfg/main.py:86
#: src/modules/luksopenswaphookcfg/main.py:90 src/modules/rawfs/main.py:164
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/fstab/main.py:355
#: src/modules/fstab/main.py:361 src/modules/fstab/main.py:388
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "Памылка канфігурацыі"
#: src/modules/mount/main.py:145 src/modules/initcpiocfg/main.py:228
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/fstab/main.py:356
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr "Раздзелы для <pre>{!s}</pre> не вызначаныя."
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr "Наладзіць службы systemd"
#: src/modules/services-systemd/main.py:59
#: src/modules/services-openrc/main.py:93
msgid "Cannot modify service"
msgstr "Немагчыма наладзіць службу"
#: src/modules/services-systemd/main.py:60
msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}."
msgstr "<code>systemctl {arg!s}</code> у chroot вярнуў код памылкі {num!s}."
#: src/modules/services-systemd/main.py:63
#: src/modules/services-systemd/main.py:67
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr "Немагчыма ўключыць службу systemd <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:65
msgid "Cannot enable systemd target <code>{name!s}</code>."
msgstr "Немагчыма ўключыць мэту systemd <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:69
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr "Немагчыма выключыць мэту systemd <code>{name!s}."
#: src/modules/services-systemd/main.py:71
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr "Немагчыма замаскаваць адзінку systemd <code>{name!s}</code>. "
#: src/modules/services-systemd/main.py:73
msgid ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr "" msgstr ""
"Невядомыя systemd загады <code>{command!s}</code> і <code>{suffix!s}</code> "
"для адзінкі {name!s}."
#: src/modules/umount/main.py:31 #: src/modules/bootloader/main.py:509
msgid "Unmount file systems."
msgstr "Адмантаваць файлавыя сістэмы."
#: src/modules/unpackfs/main.py:35
msgid "Filling up filesystems."
msgstr "Запаўненне файлавых сістэм."
#: src/modules/unpackfs/main.py:255
msgid "rsync failed with error code {}."
msgstr "памылка rsync з кодам {}."
#: src/modules/unpackfs/main.py:300
msgid "Unpacking image {}/{}, file {}/{}"
msgstr "Распакоўванне вобраза {}/{}, файл {}/{}"
#: src/modules/unpackfs/main.py:315
msgid "Starting to unpack {}"
msgstr "Запуск распакоўвання {}"
#: src/modules/unpackfs/main.py:324 src/modules/unpackfs/main.py:464
msgid "Failed to unpack image \"{}\""
msgstr "Не атрымалася распакаваць вобраз \"{}\""
#: src/modules/unpackfs/main.py:431
msgid "No mount point for root partition"
msgstr "Для каранёвага раздзела няма пункта мантавання"
#: src/modules/unpackfs/main.py:432
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr "globalstorage не змяшчае ключа \"rootMountPoint\", нічога не выконваецца"
#: src/modules/unpackfs/main.py:437
msgid "Bad mount point for root partition"
msgstr "Хібны пункт мантавання для каранёвага раздзела"
#: src/modules/unpackfs/main.py:438
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr "rootMountPoint \"{}\" не існуе, нічога не выконваецца"
#: src/modules/unpackfs/main.py:454 src/modules/unpackfs/main.py:458
#: src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr "Хібная канфігурацыя unsquash"
#: src/modules/unpackfs/main.py:455
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr "Файлавая сістэма для \"{}\" ({}) не падтрымліваецца вашым бягучым ядром"
#: src/modules/unpackfs/main.py:459
msgid "The source filesystem \"{}\" does not exist"
msgstr "Зыходная файлавая сістэма \"{}\" не існуе"
#: src/modules/unpackfs/main.py:465
msgid "" msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package " "The bootloader could not be installed. The installation command "
"installed" "<pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
"Не атрымалася знайсці unsquashfs, праверце ці ўсталяваны ў вас пакунак "
"squashfs-tools"
#: src/modules/unpackfs/main.py:479 #: src/modules/fstab/main.py:29
msgid "The destination \"{}\" in the target system is not a directory" msgid "Writing fstab."
msgstr "Пункт прызначэння \"{}\" у мэтавай сістэме не з’яўляецца каталогам" msgstr "Запіс fstab."
#: src/modules/fstab/main.py:389
msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/dracut/main.py:27
msgid "Creating initramfs with dracut."
msgstr "Стварэнне initramfs з dracut."
#: src/modules/dracut/main.py:49
msgid "Failed to run dracut on the target"
msgstr "Не атрымалася запусціць dracut у пункце прызначэння"
#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50
msgid "The exit code was {}"
msgstr "Код выхаду {}"
#: src/modules/displaymanager/main.py:526 #: src/modules/displaymanager/main.py:526
msgid "Cannot write KDM configuration file" msgid "Cannot write KDM configuration file"
@ -208,26 +145,6 @@ msgstr ""
msgid "Display manager configuration was incomplete" msgid "Display manager configuration was incomplete"
msgstr "Наладка дысплейнага кіраўніка не завершаная." msgstr "Наладка дысплейнага кіраўніка не завершаная."
#: src/modules/initcpiocfg/main.py:28
msgid "Configuring mkinitcpio."
msgstr "Наладка mkinitcpio."
#: src/modules/initcpiocfg/main.py:232
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/fstab/main.py:362 src/modules/localecfg/main.py:136
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr "Каранёвы пункт мантавання для<pre>{!s}</pre> не пададзены."
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "Наладка зашыфраванага swap."
#: src/modules/rawfs/main.py:26
msgid "Installing data."
msgstr "Усталёўка даных."
#: src/modules/services-openrc/main.py:29 #: src/modules/services-openrc/main.py:29
msgid "Configure OpenRC services" msgid "Configure OpenRC services"
msgstr "Наладзіць службы OpenRC" msgstr "Наладзіць службы OpenRC"
@ -248,6 +165,11 @@ msgstr ""
"Невядомае дзеянне <code>{arg!s}</code> для службы {name!s} на ўзроўні " "Невядомае дзеянне <code>{arg!s}</code> для службы {name!s} на ўзроўні "
"запуску {level!s}." "запуску {level!s}."
#: src/modules/services-openrc/main.py:93
#: src/modules/services-systemd/main.py:59
msgid "Cannot modify service"
msgstr "Немагчыма наладзіць службу"
#: src/modules/services-openrc/main.py:94 #: src/modules/services-openrc/main.py:94
msgid "" msgid ""
"<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}." "<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}."
@ -274,9 +196,9 @@ msgid ""
"exist." "exist."
msgstr "Шлях <code>{path!s}</code> да службы {level!s} не існуе." msgstr "Шлях <code>{path!s}</code> да службы {level!s} не існуе."
#: src/modules/plymouthcfg/main.py:27 #: src/modules/networkcfg/main.py:29
msgid "Configure Plymouth theme" msgid "Saving network configuration."
msgstr "Наладзіць тэму Plymouth" msgstr "Захаванне сеткавай канфігурацыі."
#: src/modules/packages/main.py:50 src/modules/packages/main.py:59 #: src/modules/packages/main.py:50 src/modules/packages/main.py:59
#: src/modules/packages/main.py:69 #: src/modules/packages/main.py:69
@ -329,59 +251,25 @@ msgid ""
"command <pre>{!s}</pre> returned error code {!s}." "command <pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
#: src/modules/bootloader/main.py:43 #: src/modules/plymouthcfg/main.py:27
msgid "Install bootloader." msgid "Configure Plymouth theme"
msgstr "Усталяваць загрузчык." msgstr "Наладзіць тэму Plymouth"
#: src/modules/bootloader/main.py:508 #: src/modules/initcpiocfg/main.py:28
msgid "Bootloader installation error" msgid "Configuring mkinitcpio."
msgstr "" msgstr "Наладка mkinitcpio."
#: src/modules/bootloader/main.py:509 #: src/modules/localecfg/main.py:30
msgid "" msgid "Configuring locales."
"The bootloader could not be installed. The installation command " msgstr "Наладка лакаляў."
"<pre>{!s}</pre> returned error code {!s}."
msgstr ""
#: src/modules/hwclock/main.py:26 #: src/modules/mount/main.py:30
msgid "Setting hardware clock." msgid "Mounting partitions."
msgstr "Наладка апаратнага гадзінніка." msgstr "Мантаванне раздзелаў."
#: src/modules/mkinitfs/main.py:27 #: src/modules/rawfs/main.py:26
msgid "Creating initramfs with mkinitfs." msgid "Installing data."
msgstr "Стварэнне initramfs праз mkinitfs." msgstr "Усталёўка даных."
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr "Не атрымалася запусціць mkinitfs у пункце прызначэння"
#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50
msgid "The exit code was {}"
msgstr "Код выхаду {}"
#: src/modules/dracut/main.py:27
msgid "Creating initramfs with dracut."
msgstr "Стварэнне initramfs з dracut."
#: src/modules/dracut/main.py:49
msgid "Failed to run dracut on the target"
msgstr "Не атрымалася запусціць dracut у пункце прызначэння"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr "Наладка initramfs."
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr "Наладка OpenRC dmcrypt."
#: src/modules/fstab/main.py:29
msgid "Writing fstab."
msgstr "Запіс fstab."
#: src/modules/fstab/main.py:389
msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/dummypython/main.py:35 #: src/modules/dummypython/main.py:35
msgid "Dummy python job." msgid "Dummy python job."
@ -392,10 +280,123 @@ msgstr "Задача Dummy python."
msgid "Dummy python step {}" msgid "Dummy python step {}"
msgstr "Крок Dummy python {}" msgstr "Крок Dummy python {}"
#: src/modules/localecfg/main.py:30 #: src/modules/hwclock/main.py:26
msgid "Configuring locales." msgid "Setting hardware clock."
msgstr "Наладка лакаляў." msgstr "Наладка апаратнага гадзінніка."
#: src/modules/networkcfg/main.py:29 #: src/modules/umount/main.py:31
msgid "Saving network configuration." msgid "Unmount file systems."
msgstr "Захаванне сеткавай канфігурацыі." msgstr "Адмантаваць файлавыя сістэмы."
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr "Наладка OpenRC dmcrypt."
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr "Наладзіць службы systemd"
#: src/modules/services-systemd/main.py:60
msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}."
msgstr "<code>systemctl {arg!s}</code> у chroot вярнуў код памылкі {num!s}."
#: src/modules/services-systemd/main.py:63
#: src/modules/services-systemd/main.py:69
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr "Немагчыма ўключыць службу systemd <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:65
msgid "Cannot enable systemd target <code>{name!s}</code>."
msgstr "Немагчыма ўключыць мэту systemd <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:67
msgid "Cannot enable systemd timer <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:71
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr "Немагчыма выключыць мэту systemd <code>{name!s}."
#: src/modules/services-systemd/main.py:73
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr "Немагчыма замаскаваць адзінку systemd <code>{name!s}</code>. "
#: src/modules/services-systemd/main.py:75
msgid ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr ""
"Невядомыя systemd загады <code>{command!s}</code> і <code>{suffix!s}</code> "
"для адзінкі {name!s}."
#: src/modules/mkinitfs/main.py:27
msgid "Creating initramfs with mkinitfs."
msgstr "Стварэнне initramfs праз mkinitfs."
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr "Не атрымалася запусціць mkinitfs у пункце прызначэння"
#: src/modules/unpackfs/main.py:34
msgid "Filling up filesystems."
msgstr "Запаўненне файлавых сістэм."
#: src/modules/unpackfs/main.py:254
msgid "rsync failed with error code {}."
msgstr "памылка rsync з кодам {}."
#: src/modules/unpackfs/main.py:299
msgid "Unpacking image {}/{}, file {}/{}"
msgstr "Распакоўванне вобраза {}/{}, файл {}/{}"
#: src/modules/unpackfs/main.py:314
msgid "Starting to unpack {}"
msgstr "Запуск распакоўвання {}"
#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465
msgid "Failed to unpack image \"{}\""
msgstr "Не атрымалася распакаваць вобраз \"{}\""
#: src/modules/unpackfs/main.py:430
msgid "No mount point for root partition"
msgstr "Для каранёвага раздзела няма пункта мантавання"
#: src/modules/unpackfs/main.py:431
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr "globalstorage не змяшчае ключа \"rootMountPoint\", нічога не выконваецца"
#: src/modules/unpackfs/main.py:436
msgid "Bad mount point for root partition"
msgstr "Хібны пункт мантавання для каранёвага раздзела"
#: src/modules/unpackfs/main.py:437
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr "rootMountPoint \"{}\" не існуе, нічога не выконваецца"
#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457
#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr "Хібная канфігурацыя unsquash"
#: src/modules/unpackfs/main.py:454
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr "Файлавая сістэма для \"{}\" ({}) не падтрымліваецца вашым бягучым ядром"
#: src/modules/unpackfs/main.py:458
msgid "The source filesystem \"{}\" does not exist"
msgstr "Зыходная файлавая сістэма \"{}\" не існуе"
#: src/modules/unpackfs/main.py:464
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed."
msgstr ""
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr "Пункт прызначэння \"{}\" у мэтавай сістэме не з’яўляецца каталогам"
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "Наладка зашыфраванага swap."

View File

@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-22 11:02+0200\n" "POT-Creation-Date: 2021-11-02 15:45+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Georgi Georgiev (Жоро) <g.georgiev.shumen@gmail.com>, 2020\n" "Last-Translator: Georgi Georgiev (Жоро) <g.georgiev.shumen@gmail.com>, 2020\n"
"Language-Team: Bulgarian (https://www.transifex.com/calamares/teams/20061/bg/)\n" "Language-Team: Bulgarian (https://www.transifex.com/calamares/teams/20061/bg/)\n"
@ -21,131 +21,72 @@ msgstr ""
"Language: bg\n" "Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr ""
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361
#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105
#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231
#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144
#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76
#: src/modules/luksopenswaphookcfg/main.py:86
#: src/modules/luksopenswaphookcfg/main.py:90
msgid "Configuration Error"
msgstr ""
#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356
#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145
#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/luksopenswaphookcfg/main.py:87
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362
#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232
#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/luksopenswaphookcfg/main.py:91
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/grubcfg/main.py:28 #: src/modules/grubcfg/main.py:28
msgid "Configure GRUB." msgid "Configure GRUB."
msgstr "" msgstr ""
#: src/modules/mount/main.py:30 #: src/modules/bootloader/main.py:43
msgid "Mounting partitions." msgid "Install bootloader."
msgstr "" msgstr ""
#: src/modules/mount/main.py:144 src/modules/initcpiocfg/main.py:227 #: src/modules/bootloader/main.py:508
#: src/modules/initcpiocfg/main.py:231 msgid "Bootloader installation error"
#: src/modules/luksopenswaphookcfg/main.py:86
#: src/modules/luksopenswaphookcfg/main.py:90 src/modules/rawfs/main.py:164
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/fstab/main.py:355
#: src/modules/fstab/main.py:361 src/modules/fstab/main.py:388
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "" msgstr ""
#: src/modules/mount/main.py:145 src/modules/initcpiocfg/main.py:228 #: src/modules/bootloader/main.py:509
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/fstab/main.py:356
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr ""
#: src/modules/services-systemd/main.py:59
#: src/modules/services-openrc/main.py:93
msgid "Cannot modify service"
msgstr ""
#: src/modules/services-systemd/main.py:60
msgid "" msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}." "The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:63 #: src/modules/fstab/main.py:29
#: src/modules/services-systemd/main.py:67 msgid "Writing fstab."
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:65 #: src/modules/fstab/main.py:389
msgid "Cannot enable systemd target <code>{name!s}</code>." msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:69 #: src/modules/dracut/main.py:27
msgid "Cannot disable systemd target <code>{name!s}</code>." msgid "Creating initramfs with dracut."
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:71 #: src/modules/dracut/main.py:49
msgid "Cannot mask systemd unit <code>{name!s}</code>." msgid "Failed to run dracut on the target"
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:73 #: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50
msgid "" msgid "The exit code was {}"
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr ""
#: src/modules/umount/main.py:31
msgid "Unmount file systems."
msgstr "Демонтирай файловите системи."
#: src/modules/unpackfs/main.py:35
msgid "Filling up filesystems."
msgstr ""
#: src/modules/unpackfs/main.py:255
msgid "rsync failed with error code {}."
msgstr ""
#: src/modules/unpackfs/main.py:300
msgid "Unpacking image {}/{}, file {}/{}"
msgstr ""
#: src/modules/unpackfs/main.py:315
msgid "Starting to unpack {}"
msgstr ""
#: src/modules/unpackfs/main.py:324 src/modules/unpackfs/main.py:464
msgid "Failed to unpack image \"{}\""
msgstr ""
#: src/modules/unpackfs/main.py:431
msgid "No mount point for root partition"
msgstr ""
#: src/modules/unpackfs/main.py:432
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr ""
#: src/modules/unpackfs/main.py:437
msgid "Bad mount point for root partition"
msgstr ""
#: src/modules/unpackfs/main.py:438
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr ""
#: src/modules/unpackfs/main.py:454 src/modules/unpackfs/main.py:458
#: src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr ""
#: src/modules/unpackfs/main.py:455
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr ""
#: src/modules/unpackfs/main.py:459
msgid "The source filesystem \"{}\" does not exist"
msgstr ""
#: src/modules/unpackfs/main.py:465
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed"
msgstr ""
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr "" msgstr ""
#: src/modules/displaymanager/main.py:526 #: src/modules/displaymanager/main.py:526
@ -202,26 +143,6 @@ msgstr ""
msgid "Display manager configuration was incomplete" msgid "Display manager configuration was incomplete"
msgstr "" msgstr ""
#: src/modules/initcpiocfg/main.py:28
msgid "Configuring mkinitcpio."
msgstr ""
#: src/modules/initcpiocfg/main.py:232
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/fstab/main.py:362 src/modules/localecfg/main.py:136
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr ""
#: src/modules/rawfs/main.py:26
msgid "Installing data."
msgstr ""
#: src/modules/services-openrc/main.py:29 #: src/modules/services-openrc/main.py:29
msgid "Configure OpenRC services" msgid "Configure OpenRC services"
msgstr "" msgstr ""
@ -240,6 +161,11 @@ msgid ""
"level {level!s}." "level {level!s}."
msgstr "" msgstr ""
#: src/modules/services-openrc/main.py:93
#: src/modules/services-systemd/main.py:59
msgid "Cannot modify service"
msgstr ""
#: src/modules/services-openrc/main.py:94 #: src/modules/services-openrc/main.py:94
msgid "" msgid ""
"<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}." "<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}."
@ -265,8 +191,8 @@ msgid ""
"exist." "exist."
msgstr "" msgstr ""
#: src/modules/plymouthcfg/main.py:27 #: src/modules/networkcfg/main.py:29
msgid "Configure Plymouth theme" msgid "Saving network configuration."
msgstr "" msgstr ""
#: src/modules/packages/main.py:50 src/modules/packages/main.py:59 #: src/modules/packages/main.py:50 src/modules/packages/main.py:59
@ -316,58 +242,24 @@ msgid ""
"command <pre>{!s}</pre> returned error code {!s}." "command <pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
#: src/modules/bootloader/main.py:43 #: src/modules/plymouthcfg/main.py:27
msgid "Install bootloader." msgid "Configure Plymouth theme"
msgstr "" msgstr ""
#: src/modules/bootloader/main.py:508 #: src/modules/initcpiocfg/main.py:28
msgid "Bootloader installation error" msgid "Configuring mkinitcpio."
msgstr "" msgstr ""
#: src/modules/bootloader/main.py:509 #: src/modules/localecfg/main.py:30
msgid "" msgid "Configuring locales."
"The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
#: src/modules/hwclock/main.py:26 #: src/modules/mount/main.py:30
msgid "Setting hardware clock." msgid "Mounting partitions."
msgstr "" msgstr ""
#: src/modules/mkinitfs/main.py:27 #: src/modules/rawfs/main.py:26
msgid "Creating initramfs with mkinitfs." msgid "Installing data."
msgstr ""
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr ""
#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50
msgid "The exit code was {}"
msgstr ""
#: src/modules/dracut/main.py:27
msgid "Creating initramfs with dracut."
msgstr ""
#: src/modules/dracut/main.py:49
msgid "Failed to run dracut on the target"
msgstr ""
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr ""
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr ""
#: src/modules/fstab/main.py:29
msgid "Writing fstab."
msgstr ""
#: src/modules/fstab/main.py:389
msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr "" msgstr ""
#: src/modules/dummypython/main.py:35 #: src/modules/dummypython/main.py:35
@ -379,10 +271,121 @@ msgstr "Фиктивна задача на python."
msgid "Dummy python step {}" msgid "Dummy python step {}"
msgstr "Фиктивна стъпка на python {}" msgstr "Фиктивна стъпка на python {}"
#: src/modules/localecfg/main.py:30 #: src/modules/hwclock/main.py:26
msgid "Configuring locales." msgid "Setting hardware clock."
msgstr "" msgstr ""
#: src/modules/networkcfg/main.py:29 #: src/modules/umount/main.py:31
msgid "Saving network configuration." msgid "Unmount file systems."
msgstr "Демонтирай файловите системи."
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr ""
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr ""
#: src/modules/services-systemd/main.py:60
msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}."
msgstr ""
#: src/modules/services-systemd/main.py:63
#: src/modules/services-systemd/main.py:69
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:65
msgid "Cannot enable systemd target <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:67
msgid "Cannot enable systemd timer <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:71
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:73
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:75
msgid ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr ""
#: src/modules/mkinitfs/main.py:27
msgid "Creating initramfs with mkinitfs."
msgstr ""
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr ""
#: src/modules/unpackfs/main.py:34
msgid "Filling up filesystems."
msgstr ""
#: src/modules/unpackfs/main.py:254
msgid "rsync failed with error code {}."
msgstr ""
#: src/modules/unpackfs/main.py:299
msgid "Unpacking image {}/{}, file {}/{}"
msgstr ""
#: src/modules/unpackfs/main.py:314
msgid "Starting to unpack {}"
msgstr ""
#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465
msgid "Failed to unpack image \"{}\""
msgstr ""
#: src/modules/unpackfs/main.py:430
msgid "No mount point for root partition"
msgstr ""
#: src/modules/unpackfs/main.py:431
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr ""
#: src/modules/unpackfs/main.py:436
msgid "Bad mount point for root partition"
msgstr ""
#: src/modules/unpackfs/main.py:437
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr ""
#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457
#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr ""
#: src/modules/unpackfs/main.py:454
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr ""
#: src/modules/unpackfs/main.py:458
msgid "The source filesystem \"{}\" does not exist"
msgstr ""
#: src/modules/unpackfs/main.py:464
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed."
msgstr ""
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr ""
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "" msgstr ""

View File

@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-22 11:02+0200\n" "POT-Creation-Date: 2021-11-02 15:45+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: 508a8b0ef95404aa3dc5178f0ccada5e_017b8a4 <d0ef5d977ab7abf012ef53891f8ca2b5_900530>, 2020\n" "Last-Translator: 508a8b0ef95404aa3dc5178f0ccada5e_017b8a4 <d0ef5d977ab7abf012ef53891f8ca2b5_900530>, 2020\n"
"Language-Team: Bengali (https://www.transifex.com/calamares/teams/20061/bn/)\n" "Language-Team: Bengali (https://www.transifex.com/calamares/teams/20061/bn/)\n"
@ -21,132 +21,72 @@ msgstr ""
"Language: bn\n" "Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr ""
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361
#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105
#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231
#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144
#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76
#: src/modules/luksopenswaphookcfg/main.py:86
#: src/modules/luksopenswaphookcfg/main.py:90
msgid "Configuration Error"
msgstr "কনফিগারেশন ত্রুটি"
#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356
#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145
#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/luksopenswaphookcfg/main.py:87
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr "কোন পার্টিশন নির্দিষ্ট করা হয়নি<pre>{!এস}</pre> ব্যবহার করার জন্য।"
#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362
#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232
#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/luksopenswaphookcfg/main.py:91
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/grubcfg/main.py:28 #: src/modules/grubcfg/main.py:28
msgid "Configure GRUB." msgid "Configure GRUB."
msgstr "কনফিগার করুন জিআরইউবি।" msgstr "কনফিগার করুন জিআরইউবি।"
#: src/modules/mount/main.py:30 #: src/modules/bootloader/main.py:43
msgid "Mounting partitions." msgid "Install bootloader."
msgstr "মাউন্ট করছে পার্টিশনগুলো।" msgstr ""
#: src/modules/mount/main.py:144 src/modules/initcpiocfg/main.py:227 #: src/modules/bootloader/main.py:508
#: src/modules/initcpiocfg/main.py:231 msgid "Bootloader installation error"
#: src/modules/luksopenswaphookcfg/main.py:86 msgstr ""
#: src/modules/luksopenswaphookcfg/main.py:90 src/modules/rawfs/main.py:164
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/fstab/main.py:355
#: src/modules/fstab/main.py:361 src/modules/fstab/main.py:388
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "কনফিগারেশন ত্রুটি"
#: src/modules/mount/main.py:145 src/modules/initcpiocfg/main.py:228 #: src/modules/bootloader/main.py:509
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/fstab/main.py:356
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr "কোন পার্টিশন নির্দিষ্ট করা হয়নি<pre>{!এস}</pre> ব্যবহার করার জন্য।"
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr "কনফিগার করুন সিস্টেমডি সেবাগুলি"
#: src/modules/services-systemd/main.py:59
#: src/modules/services-openrc/main.py:93
msgid "Cannot modify service"
msgstr "সেবা পরিবর্তন করতে পারে না"
#: src/modules/services-systemd/main.py:60
msgid "" msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}." "The bootloader could not be installed. The installation command "
msgstr "" "<pre>{!s}</pre> returned error code {!s}."
"<code>সিস্টেমসিটিএল {এআরজি!এস}</code>সিএইচরুট ফেরত ত্রুটি কোড দে{NUM! গুলি}।"
#: src/modules/services-systemd/main.py:63
#: src/modules/services-systemd/main.py:67
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:65 #: src/modules/fstab/main.py:29
msgid "Cannot enable systemd target <code>{name!s}</code>." msgid "Writing fstab."
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:69 #: src/modules/fstab/main.py:389
msgid "Cannot disable systemd target <code>{name!s}</code>." msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:71 #: src/modules/dracut/main.py:27
msgid "Cannot mask systemd unit <code>{name!s}</code>." msgid "Creating initramfs with dracut."
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:73 #: src/modules/dracut/main.py:49
msgid "" msgid "Failed to run dracut on the target"
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr "" msgstr ""
#: src/modules/umount/main.py:31 #: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50
msgid "Unmount file systems." msgid "The exit code was {}"
msgstr "আনমাউন্ট ফাইল সিস্টেমগুলি করুন।"
#: src/modules/unpackfs/main.py:35
msgid "Filling up filesystems."
msgstr "ফাইলসিস্টেমগুলিপূরণ করছে।"
#: src/modules/unpackfs/main.py:255
msgid "rsync failed with error code {}."
msgstr "ত্রুটি কোড সহ আরসিঙ্ক ব্যর্থ হয়েছে {}।"
#: src/modules/unpackfs/main.py:300
msgid "Unpacking image {}/{}, file {}/{}"
msgstr "চিত্র আনপ্যাক করছে {} / {}, ফাইল {} / {}"
#: src/modules/unpackfs/main.py:315
msgid "Starting to unpack {}"
msgstr "আনপ্যাক করা শুরু করছে {}"
#: src/modules/unpackfs/main.py:324 src/modules/unpackfs/main.py:464
msgid "Failed to unpack image \"{}\""
msgstr "চিত্র আনপ্যাক করতে ব্যর্থ হয়েছে \"{}\""
#: src/modules/unpackfs/main.py:431
msgid "No mount point for root partition"
msgstr ""
#: src/modules/unpackfs/main.py:432
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr ""
#: src/modules/unpackfs/main.py:437
msgid "Bad mount point for root partition"
msgstr ""
#: src/modules/unpackfs/main.py:438
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr ""
#: src/modules/unpackfs/main.py:454 src/modules/unpackfs/main.py:458
#: src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr ""
#: src/modules/unpackfs/main.py:455
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr ""
#: src/modules/unpackfs/main.py:459
msgid "The source filesystem \"{}\" does not exist"
msgstr ""
#: src/modules/unpackfs/main.py:465
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed"
msgstr ""
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr "" msgstr ""
#: src/modules/displaymanager/main.py:526 #: src/modules/displaymanager/main.py:526
@ -203,26 +143,6 @@ msgstr ""
msgid "Display manager configuration was incomplete" msgid "Display manager configuration was incomplete"
msgstr "" msgstr ""
#: src/modules/initcpiocfg/main.py:28
msgid "Configuring mkinitcpio."
msgstr ""
#: src/modules/initcpiocfg/main.py:232
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/fstab/main.py:362 src/modules/localecfg/main.py:136
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr ""
#: src/modules/rawfs/main.py:26
msgid "Installing data."
msgstr ""
#: src/modules/services-openrc/main.py:29 #: src/modules/services-openrc/main.py:29
msgid "Configure OpenRC services" msgid "Configure OpenRC services"
msgstr "" msgstr ""
@ -241,6 +161,11 @@ msgid ""
"level {level!s}." "level {level!s}."
msgstr "" msgstr ""
#: src/modules/services-openrc/main.py:93
#: src/modules/services-systemd/main.py:59
msgid "Cannot modify service"
msgstr "সেবা পরিবর্তন করতে পারে না"
#: src/modules/services-openrc/main.py:94 #: src/modules/services-openrc/main.py:94
msgid "" msgid ""
"<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}." "<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}."
@ -266,8 +191,8 @@ msgid ""
"exist." "exist."
msgstr "" msgstr ""
#: src/modules/plymouthcfg/main.py:27 #: src/modules/networkcfg/main.py:29
msgid "Configure Plymouth theme" msgid "Saving network configuration."
msgstr "" msgstr ""
#: src/modules/packages/main.py:50 src/modules/packages/main.py:59 #: src/modules/packages/main.py:50 src/modules/packages/main.py:59
@ -317,58 +242,24 @@ msgid ""
"command <pre>{!s}</pre> returned error code {!s}." "command <pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
#: src/modules/bootloader/main.py:43 #: src/modules/plymouthcfg/main.py:27
msgid "Install bootloader." msgid "Configure Plymouth theme"
msgstr "" msgstr ""
#: src/modules/bootloader/main.py:508 #: src/modules/initcpiocfg/main.py:28
msgid "Bootloader installation error" msgid "Configuring mkinitcpio."
msgstr "" msgstr ""
#: src/modules/bootloader/main.py:509 #: src/modules/localecfg/main.py:30
msgid "" msgid "Configuring locales."
"The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
#: src/modules/hwclock/main.py:26 #: src/modules/mount/main.py:30
msgid "Setting hardware clock." msgid "Mounting partitions."
msgstr "" msgstr "মাউন্ট করছে পার্টিশনগুলো।"
#: src/modules/mkinitfs/main.py:27 #: src/modules/rawfs/main.py:26
msgid "Creating initramfs with mkinitfs." msgid "Installing data."
msgstr ""
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr ""
#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50
msgid "The exit code was {}"
msgstr ""
#: src/modules/dracut/main.py:27
msgid "Creating initramfs with dracut."
msgstr ""
#: src/modules/dracut/main.py:49
msgid "Failed to run dracut on the target"
msgstr ""
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr ""
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr ""
#: src/modules/fstab/main.py:29
msgid "Writing fstab."
msgstr ""
#: src/modules/fstab/main.py:389
msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr "" msgstr ""
#: src/modules/dummypython/main.py:35 #: src/modules/dummypython/main.py:35
@ -380,10 +271,122 @@ msgstr ""
msgid "Dummy python step {}" msgid "Dummy python step {}"
msgstr "" msgstr ""
#: src/modules/localecfg/main.py:30 #: src/modules/hwclock/main.py:26
msgid "Configuring locales." msgid "Setting hardware clock."
msgstr "" msgstr ""
#: src/modules/networkcfg/main.py:29 #: src/modules/umount/main.py:31
msgid "Saving network configuration." msgid "Unmount file systems."
msgstr "আনমাউন্ট ফাইল সিস্টেমগুলি করুন।"
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr ""
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr "কনফিগার করুন সিস্টেমডি সেবাগুলি"
#: src/modules/services-systemd/main.py:60
msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}."
msgstr ""
"<code>সিস্টেমসিটিএল {এআরজি!এস}</code>সিএইচরুট ফেরত ত্রুটি কোড দে{NUM! গুলি}।"
#: src/modules/services-systemd/main.py:63
#: src/modules/services-systemd/main.py:69
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:65
msgid "Cannot enable systemd target <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:67
msgid "Cannot enable systemd timer <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:71
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:73
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:75
msgid ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr ""
#: src/modules/mkinitfs/main.py:27
msgid "Creating initramfs with mkinitfs."
msgstr ""
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr ""
#: src/modules/unpackfs/main.py:34
msgid "Filling up filesystems."
msgstr "ফাইলসিস্টেমগুলিপূরণ করছে।"
#: src/modules/unpackfs/main.py:254
msgid "rsync failed with error code {}."
msgstr "ত্রুটি কোড সহ আরসিঙ্ক ব্যর্থ হয়েছে {}।"
#: src/modules/unpackfs/main.py:299
msgid "Unpacking image {}/{}, file {}/{}"
msgstr "চিত্র আনপ্যাক করছে {} / {}, ফাইল {} / {}"
#: src/modules/unpackfs/main.py:314
msgid "Starting to unpack {}"
msgstr "আনপ্যাক করা শুরু করছে {}"
#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465
msgid "Failed to unpack image \"{}\""
msgstr "চিত্র আনপ্যাক করতে ব্যর্থ হয়েছে \"{}\""
#: src/modules/unpackfs/main.py:430
msgid "No mount point for root partition"
msgstr ""
#: src/modules/unpackfs/main.py:431
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr ""
#: src/modules/unpackfs/main.py:436
msgid "Bad mount point for root partition"
msgstr ""
#: src/modules/unpackfs/main.py:437
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr ""
#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457
#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr ""
#: src/modules/unpackfs/main.py:454
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr ""
#: src/modules/unpackfs/main.py:458
msgid "The source filesystem \"{}\" does not exist"
msgstr ""
#: src/modules/unpackfs/main.py:464
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed."
msgstr ""
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr ""
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "" msgstr ""

View File

@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-22 11:02+0200\n" "POT-Creation-Date: 2021-11-02 15:45+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Davidmp <medipas@gmail.com>, 2021\n" "Last-Translator: Davidmp <medipas@gmail.com>, 2021\n"
"Language-Team: Catalan (https://www.transifex.com/calamares/teams/20061/ca/)\n" "Language-Team: Catalan (https://www.transifex.com/calamares/teams/20061/ca/)\n"
@ -21,138 +21,77 @@ msgstr ""
"Language: ca\n" "Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr "Es configuren initramfs."
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361
#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105
#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231
#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144
#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76
#: src/modules/luksopenswaphookcfg/main.py:86
#: src/modules/luksopenswaphookcfg/main.py:90
msgid "Configuration Error"
msgstr "Error de configuració"
#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356
#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145
#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/luksopenswaphookcfg/main.py:87
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr "No s'han definit particions perquè les usi <pre>{!s}</pre>."
#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362
#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232
#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/luksopenswaphookcfg/main.py:91
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
"No s'ha proporcionat el punt de muntatge perquè l'usi <pre>{!s}</pre>."
#: src/modules/grubcfg/main.py:28 #: src/modules/grubcfg/main.py:28
msgid "Configure GRUB." msgid "Configure GRUB."
msgstr "Configura el GRUB." msgstr "Configura el GRUB."
#: src/modules/mount/main.py:30 #: src/modules/bootloader/main.py:43
msgid "Mounting partitions." msgid "Install bootloader."
msgstr "Es munten les particions." msgstr "S'instal·la el carregador d'arrencada."
#: src/modules/mount/main.py:144 src/modules/initcpiocfg/main.py:227 #: src/modules/bootloader/main.py:508
#: src/modules/initcpiocfg/main.py:231 msgid "Bootloader installation error"
#: src/modules/luksopenswaphookcfg/main.py:86 msgstr "Error d'instal·lació del carregador d'arrencada"
#: src/modules/luksopenswaphookcfg/main.py:90 src/modules/rawfs/main.py:164
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/fstab/main.py:355
#: src/modules/fstab/main.py:361 src/modules/fstab/main.py:388
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "Error de configuració"
#: src/modules/mount/main.py:145 src/modules/initcpiocfg/main.py:228 #: src/modules/bootloader/main.py:509
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/fstab/main.py:356
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr "No s'han definit particions perquè les usi <pre>{!s}</pre>."
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr "Configura els serveis de systemd"
#: src/modules/services-systemd/main.py:59
#: src/modules/services-openrc/main.py:93
msgid "Cannot modify service"
msgstr "No es pot modificar el servei."
#: src/modules/services-systemd/main.py:60
msgid "" msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}." "The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
"La crida de <code>systemctl {arg!s}</code> a chroot ha retornat el codi " "No s'ha pogut instal·lar el carregador d'arrencada. L'ordre d'instal·lació "
"d'error {num!s}." "<pre>{!s}</pre>ha retornat el codi d'error {!s}."
#: src/modules/services-systemd/main.py:63 #: src/modules/fstab/main.py:29
#: src/modules/services-systemd/main.py:67 msgid "Writing fstab."
msgid "Cannot enable systemd service <code>{name!s}</code>." msgstr "S'escriu fstab."
msgstr "No es pot habilitar el servei de systemd <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:65 #: src/modules/fstab/main.py:389
msgid "Cannot enable systemd target <code>{name!s}</code>." msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr "No es pot habilitar la destinació de systemd <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:69
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr "No es pot inhabilitar la destinació de systemd <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:71
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr "No es pot emmascarar la unitat de systemd <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:73
msgid ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr "" msgstr ""
"Ordres desconegudes de systemd: <code>{command!s}</code> i " "No hi ha cap configuració de <pre>{!s}</pre> perquè la usi <pre>{!s}</pre>."
"<code>{suffix!s}</code>, per a la unitat {name!s}."
#: src/modules/umount/main.py:31 #: src/modules/dracut/main.py:27
msgid "Unmount file systems." msgid "Creating initramfs with dracut."
msgstr "Desmunta els sistemes de fitxers." msgstr "Es creen initramfs amb dracut."
#: src/modules/unpackfs/main.py:35 #: src/modules/dracut/main.py:49
msgid "Filling up filesystems." msgid "Failed to run dracut on the target"
msgstr "S'omplen els sistemes de fitxers." msgstr "Ha fallat executar dracut a la destinació."
#: src/modules/unpackfs/main.py:255 #: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50
msgid "rsync failed with error code {}." msgid "The exit code was {}"
msgstr "Ha fallat rsync amb el codi d'error {}." msgstr "El codi de sortida ha estat {}"
#: src/modules/unpackfs/main.py:300
msgid "Unpacking image {}/{}, file {}/{}"
msgstr "Es desempaqueta la imatge {}/{}, fitxer {}/{}"
#: src/modules/unpackfs/main.py:315
msgid "Starting to unpack {}"
msgstr "Es comença a desempaquetar {}"
#: src/modules/unpackfs/main.py:324 src/modules/unpackfs/main.py:464
msgid "Failed to unpack image \"{}\""
msgstr "Ha fallat desempaquetar la imatge \"{}\"."
#: src/modules/unpackfs/main.py:431
msgid "No mount point for root partition"
msgstr "No hi ha punt de muntatge per a la partició d'arrel."
#: src/modules/unpackfs/main.py:432
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr "globalstorage no conté cap clau de \"rootMountPoint\". No es fa res."
#: src/modules/unpackfs/main.py:437
msgid "Bad mount point for root partition"
msgstr "Punt de muntatge incorrecte per a la partició d'arrel"
#: src/modules/unpackfs/main.py:438
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr "El punt de muntatge d'arrel és \"{}\", que no existeix. No es fa res."
#: src/modules/unpackfs/main.py:454 src/modules/unpackfs/main.py:458
#: src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr "Configuració incorrecta d'unsquash."
#: src/modules/unpackfs/main.py:455
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr "El sistema de fitxers per a {} ({}) no és admès pel nucli actual."
#: src/modules/unpackfs/main.py:459
msgid "The source filesystem \"{}\" does not exist"
msgstr "El sistema de fitxers font \"{}\" no existeix."
#: src/modules/unpackfs/main.py:465
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed"
msgstr ""
"Ha fallat trobar unsquashfs, assegureu-vos que tingueu el paquet squashfs-"
"tools instal·lat."
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr "La destinació \"{}\" al sistema de destinació no és un directori."
#: src/modules/displaymanager/main.py:526 #: src/modules/displaymanager/main.py:526
msgid "Cannot write KDM configuration file" msgid "Cannot write KDM configuration file"
@ -211,27 +150,6 @@ msgstr ""
msgid "Display manager configuration was incomplete" msgid "Display manager configuration was incomplete"
msgstr "La configuració del gestor de pantalla no era completa." msgstr "La configuració del gestor de pantalla no era completa."
#: src/modules/initcpiocfg/main.py:28
msgid "Configuring mkinitcpio."
msgstr "Es configura mkinitcpio."
#: src/modules/initcpiocfg/main.py:232
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/fstab/main.py:362 src/modules/localecfg/main.py:136
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
"No s'ha proporcionat el punt de muntatge perquè l'usi <pre>{!s}</pre>."
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "Es configura l'intercanvi encriptat."
#: src/modules/rawfs/main.py:26
msgid "Installing data."
msgstr "S'instal·len dades."
#: src/modules/services-openrc/main.py:29 #: src/modules/services-openrc/main.py:29
msgid "Configure OpenRC services" msgid "Configure OpenRC services"
msgstr "Configura els serveis d'OpenRC" msgstr "Configura els serveis d'OpenRC"
@ -253,6 +171,11 @@ msgstr ""
"Servei - acció desconeguda <code>{arg!s}</code> per al servei {name!s} al " "Servei - acció desconeguda <code>{arg!s}</code> per al servei {name!s} al "
"nivell d'execució {level!s}." "nivell d'execució {level!s}."
#: src/modules/services-openrc/main.py:93
#: src/modules/services-systemd/main.py:59
msgid "Cannot modify service"
msgstr "No es pot modificar el servei."
#: src/modules/services-openrc/main.py:94 #: src/modules/services-openrc/main.py:94
msgid "" msgid ""
"<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}." "<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}."
@ -283,9 +206,9 @@ msgid ""
msgstr "" msgstr ""
"El camí per al servei {name!s} és <code>{path!s}</code>, però no existeix." "El camí per al servei {name!s} és <code>{path!s}</code>, però no existeix."
#: src/modules/plymouthcfg/main.py:27 #: src/modules/networkcfg/main.py:29
msgid "Configure Plymouth theme" msgid "Saving network configuration."
msgstr "Configura el tema del Plymouth" msgstr "Es desa la configuració de la xarxa."
#: src/modules/packages/main.py:50 src/modules/packages/main.py:59 #: src/modules/packages/main.py:50 src/modules/packages/main.py:59
#: src/modules/packages/main.py:69 #: src/modules/packages/main.py:69
@ -340,62 +263,25 @@ msgstr ""
"El gestor de paquets no ha pogut fer canvis al sistema instal·lat. L'ordre " "El gestor de paquets no ha pogut fer canvis al sistema instal·lat. L'ordre "
"<pre>{!s}</pre> ha retornat el codi d'error {!s}." "<pre>{!s}</pre> ha retornat el codi d'error {!s}."
#: src/modules/bootloader/main.py:43 #: src/modules/plymouthcfg/main.py:27
msgid "Install bootloader." msgid "Configure Plymouth theme"
msgstr "S'instal·la el carregador d'arrencada." msgstr "Configura el tema del Plymouth"
#: src/modules/bootloader/main.py:508 #: src/modules/initcpiocfg/main.py:28
msgid "Bootloader installation error" msgid "Configuring mkinitcpio."
msgstr "Error d'instal·lació del carregador d'arrencada" msgstr "Es configura mkinitcpio."
#: src/modules/bootloader/main.py:509 #: src/modules/localecfg/main.py:30
msgid "" msgid "Configuring locales."
"The bootloader could not be installed. The installation command " msgstr "Es configuren les llengües."
"<pre>{!s}</pre> returned error code {!s}."
msgstr ""
"No s'ha pogut instal·lar el carregador d'arrencada. L'ordre d'instal·lació "
"<pre>{!s}</pre>ha retornat el codi d'error {!s}."
#: src/modules/hwclock/main.py:26 #: src/modules/mount/main.py:30
msgid "Setting hardware clock." msgid "Mounting partitions."
msgstr "S'estableix el rellotge del maquinari." msgstr "Es munten les particions."
#: src/modules/mkinitfs/main.py:27 #: src/modules/rawfs/main.py:26
msgid "Creating initramfs with mkinitfs." msgid "Installing data."
msgstr "Es creen initramfs amb mkinitfs." msgstr "S'instal·len dades."
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr "Ha fallat executar mkinitfs a la destinació."
#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50
msgid "The exit code was {}"
msgstr "El codi de sortida ha estat {}"
#: src/modules/dracut/main.py:27
msgid "Creating initramfs with dracut."
msgstr "Es creen initramfs amb dracut."
#: src/modules/dracut/main.py:49
msgid "Failed to run dracut on the target"
msgstr "Ha fallat executar dracut a la destinació."
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr "Es configuren initramfs."
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr "Es configura el sevei OpenRC dmcrypt."
#: src/modules/fstab/main.py:29
msgid "Writing fstab."
msgstr "S'escriu fstab."
#: src/modules/fstab/main.py:389
msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr ""
"No hi ha cap configuració de <pre>{!s}</pre> perquè la usi <pre>{!s}</pre>."
#: src/modules/dummypython/main.py:35 #: src/modules/dummypython/main.py:35
msgid "Dummy python job." msgid "Dummy python job."
@ -406,10 +292,125 @@ msgstr "Tasca de python fictícia."
msgid "Dummy python step {}" msgid "Dummy python step {}"
msgstr "Pas de python fitctici {}" msgstr "Pas de python fitctici {}"
#: src/modules/localecfg/main.py:30 #: src/modules/hwclock/main.py:26
msgid "Configuring locales." msgid "Setting hardware clock."
msgstr "Es configuren les llengües." msgstr "S'estableix el rellotge del maquinari."
#: src/modules/networkcfg/main.py:29 #: src/modules/umount/main.py:31
msgid "Saving network configuration." msgid "Unmount file systems."
msgstr "Es desa la configuració de la xarxa." msgstr "Desmunta els sistemes de fitxers."
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr "Es configura el sevei OpenRC dmcrypt."
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr "Configura els serveis de systemd"
#: src/modules/services-systemd/main.py:60
msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}."
msgstr ""
"La crida de <code>systemctl {arg!s}</code> a chroot ha retornat el codi "
"d'error {num!s}."
#: src/modules/services-systemd/main.py:63
#: src/modules/services-systemd/main.py:69
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr "No es pot habilitar el servei de systemd <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:65
msgid "Cannot enable systemd target <code>{name!s}</code>."
msgstr "No es pot habilitar la destinació de systemd <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:67
msgid "Cannot enable systemd timer <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:71
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr "No es pot inhabilitar la destinació de systemd <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:73
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr "No es pot emmascarar la unitat de systemd <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:75
msgid ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr ""
"Ordres desconegudes de systemd: <code>{command!s}</code> i "
"<code>{suffix!s}</code>, per a la unitat {name!s}."
#: src/modules/mkinitfs/main.py:27
msgid "Creating initramfs with mkinitfs."
msgstr "Es creen initramfs amb mkinitfs."
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr "Ha fallat executar mkinitfs a la destinació."
#: src/modules/unpackfs/main.py:34
msgid "Filling up filesystems."
msgstr "S'omplen els sistemes de fitxers."
#: src/modules/unpackfs/main.py:254
msgid "rsync failed with error code {}."
msgstr "Ha fallat rsync amb el codi d'error {}."
#: src/modules/unpackfs/main.py:299
msgid "Unpacking image {}/{}, file {}/{}"
msgstr "Es desempaqueta la imatge {}/{}, fitxer {}/{}"
#: src/modules/unpackfs/main.py:314
msgid "Starting to unpack {}"
msgstr "Es comença a desempaquetar {}"
#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465
msgid "Failed to unpack image \"{}\""
msgstr "Ha fallat desempaquetar la imatge \"{}\"."
#: src/modules/unpackfs/main.py:430
msgid "No mount point for root partition"
msgstr "No hi ha punt de muntatge per a la partició d'arrel."
#: src/modules/unpackfs/main.py:431
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr "globalstorage no conté cap clau de \"rootMountPoint\". No es fa res."
#: src/modules/unpackfs/main.py:436
msgid "Bad mount point for root partition"
msgstr "Punt de muntatge incorrecte per a la partició d'arrel"
#: src/modules/unpackfs/main.py:437
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr "El punt de muntatge d'arrel és \"{}\", que no existeix. No es fa res."
#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457
#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr "Configuració incorrecta d'unsquash."
#: src/modules/unpackfs/main.py:454
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr "El sistema de fitxers per a {} ({}) no és admès pel nucli actual."
#: src/modules/unpackfs/main.py:458
msgid "The source filesystem \"{}\" does not exist"
msgstr "El sistema de fitxers font \"{}\" no existeix."
#: src/modules/unpackfs/main.py:464
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed."
msgstr ""
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr "La destinació \"{}\" al sistema de destinació no és un directori."
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "Es configura l'intercanvi encriptat."

View File

@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-22 11:02+0200\n" "POT-Creation-Date: 2021-11-02 15:45+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Raul <raurodse@gmail.com>, 2021\n" "Last-Translator: Raul <raurodse@gmail.com>, 2021\n"
"Language-Team: Catalan (Valencian) (https://www.transifex.com/calamares/teams/20061/ca@valencia/)\n" "Language-Team: Catalan (Valencian) (https://www.transifex.com/calamares/teams/20061/ca@valencia/)\n"
@ -21,140 +21,74 @@ msgstr ""
"Language: ca@valencia\n" "Language: ca@valencia\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr "Es configuren initramfs."
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361
#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105
#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231
#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144
#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76
#: src/modules/luksopenswaphookcfg/main.py:86
#: src/modules/luksopenswaphookcfg/main.py:90
msgid "Configuration Error"
msgstr "S'ha produït un error en la configuració."
#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356
#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145
#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/luksopenswaphookcfg/main.py:87
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr "No s'han definit particions perquè les use <pre>{!s}</pre>."
#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362
#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232
#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/luksopenswaphookcfg/main.py:91
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
"No s'ha proporcionat el punt de muntatge perquè l'use <pre>{!s}</pre>."
#: src/modules/grubcfg/main.py:28 #: src/modules/grubcfg/main.py:28
msgid "Configure GRUB." msgid "Configure GRUB."
msgstr "Configura el GRUB" msgstr "Configura el GRUB"
#: src/modules/mount/main.py:30 #: src/modules/bootloader/main.py:43
msgid "Mounting partitions." msgid "Install bootloader."
msgstr "S'estan muntant les particions." msgstr "Instal·la el carregador d'arrancada."
#: src/modules/mount/main.py:144 src/modules/initcpiocfg/main.py:227 #: src/modules/bootloader/main.py:508
#: src/modules/initcpiocfg/main.py:231 msgid "Bootloader installation error"
#: src/modules/luksopenswaphookcfg/main.py:86 msgstr ""
#: src/modules/luksopenswaphookcfg/main.py:90 src/modules/rawfs/main.py:164
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/fstab/main.py:355
#: src/modules/fstab/main.py:361 src/modules/fstab/main.py:388
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "S'ha produït un error en la configuració."
#: src/modules/mount/main.py:145 src/modules/initcpiocfg/main.py:228 #: src/modules/bootloader/main.py:509
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/fstab/main.py:356
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr "No s'han definit particions perquè les use <pre>{!s}</pre>."
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr "Configura els serveis de systemd"
#: src/modules/services-systemd/main.py:59
#: src/modules/services-openrc/main.py:93
msgid "Cannot modify service"
msgstr "No es pot modificar el servei."
#: src/modules/services-systemd/main.py:60
msgid "" msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}." "The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
"La crida de <code>systemctl {arg!s}</code> a chroot ha retornat el codi "
"d'error {num!s}."
#: src/modules/services-systemd/main.py:63 #: src/modules/fstab/main.py:29
#: src/modules/services-systemd/main.py:67 msgid "Writing fstab."
msgid "Cannot enable systemd service <code>{name!s}</code>." msgstr "Escriptura dfstab."
msgstr "No es pot habilitar el servei de systemd <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:65 #: src/modules/fstab/main.py:389
msgid "Cannot enable systemd target <code>{name!s}</code>." msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr "No es pot habilitar la destinació de systemd <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:69
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr "No es pot inhabilitar la destinació de systemd <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:71
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr "No es pot emmascarar la unitat de systemd <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:73
msgid ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr "" msgstr ""
"Es desconeixen les ordres de systemd: <code>{command!s}</code> i "
"<code>{suffix!s}</code>, per a la unitat {name!s}."
#: src/modules/umount/main.py:31 #: src/modules/dracut/main.py:27
msgid "Unmount file systems." msgid "Creating initramfs with dracut."
msgstr "Desmunta els sistemes de fitxers." msgstr "Creació dinitramfs amb dracut."
#: src/modules/unpackfs/main.py:35 #: src/modules/dracut/main.py:49
msgid "Filling up filesystems." msgid "Failed to run dracut on the target"
msgstr "S'estan emplenant els sistemes de fitxers." msgstr "No sha pogut executar dracut en la destinació."
#: src/modules/unpackfs/main.py:255 #: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50
msgid "rsync failed with error code {}." msgid "The exit code was {}"
msgstr "Ha fallat rsync amb el codi d'error {}." msgstr "El codi d'eixida ha estat {}"
#: src/modules/unpackfs/main.py:300
msgid "Unpacking image {}/{}, file {}/{}"
msgstr "Sestà desempaquetant la imatge {}/{}, fitxer {}/{}"
#: src/modules/unpackfs/main.py:315
msgid "Starting to unpack {}"
msgstr "Sestà començant a desempaquetar {}"
#: src/modules/unpackfs/main.py:324 src/modules/unpackfs/main.py:464
msgid "Failed to unpack image \"{}\""
msgstr "No sha pogut desempaquetar la imatge \"{}\"."
#: src/modules/unpackfs/main.py:431
msgid "No mount point for root partition"
msgstr "No hi ha cap punt de muntatge per a la partició d'arrel."
#: src/modules/unpackfs/main.py:432
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr ""
"globalstorage no conté cap clau de \"rootMountPoint\". No s'està fent res."
#: src/modules/unpackfs/main.py:437
msgid "Bad mount point for root partition"
msgstr "El punt de muntatge per a la partició d'arrel és incorrecte."
#: src/modules/unpackfs/main.py:438
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr ""
"El punt de muntatge d'arrel és \"{}\", que no existeix. No sestà fent res."
#: src/modules/unpackfs/main.py:454 src/modules/unpackfs/main.py:458
#: src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr "La configuració d'unsquash és incorrecta."
#: src/modules/unpackfs/main.py:455
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr "El nucli actual no admet el sistema de fitxers per a \"{}\" ({})."
#: src/modules/unpackfs/main.py:459
msgid "The source filesystem \"{}\" does not exist"
msgstr "El sistema de fitxers font \"{}\" no existeix."
#: src/modules/unpackfs/main.py:465
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed"
msgstr ""
"No sha pogut trobar unsquashfs. Assegureu-vos que teniu el paquet squashfs-"
"tools instal·lat."
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr "La destinació \"{}\" en el sistema de destinació no és un directori."
#: src/modules/displaymanager/main.py:526 #: src/modules/displaymanager/main.py:526
msgid "Cannot write KDM configuration file" msgid "Cannot write KDM configuration file"
@ -213,27 +147,6 @@ msgstr ""
msgid "Display manager configuration was incomplete" msgid "Display manager configuration was incomplete"
msgstr "La configuració del gestor de pantalla no era completa." msgstr "La configuració del gestor de pantalla no era completa."
#: src/modules/initcpiocfg/main.py:28
msgid "Configuring mkinitcpio."
msgstr "S'està configurant mkinitcpio."
#: src/modules/initcpiocfg/main.py:232
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/fstab/main.py:362 src/modules/localecfg/main.py:136
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
"No s'ha proporcionat el punt de muntatge perquè l'use <pre>{!s}</pre>."
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "Sestà configurant l'intercanvi encriptat."
#: src/modules/rawfs/main.py:26
msgid "Installing data."
msgstr "S'estan instal·lant les dades."
#: src/modules/services-openrc/main.py:29 #: src/modules/services-openrc/main.py:29
msgid "Configure OpenRC services" msgid "Configure OpenRC services"
msgstr "Configura els serveis d'OpenRC" msgstr "Configura els serveis d'OpenRC"
@ -255,6 +168,11 @@ msgstr ""
"Servei - acció desconeguda <code>{arg!s}</code> per al servei {name!s} al " "Servei - acció desconeguda <code>{arg!s}</code> per al servei {name!s} al "
"nivell d'execució {level!s}." "nivell d'execució {level!s}."
#: src/modules/services-openrc/main.py:93
#: src/modules/services-systemd/main.py:59
msgid "Cannot modify service"
msgstr "No es pot modificar el servei."
#: src/modules/services-openrc/main.py:94 #: src/modules/services-openrc/main.py:94
msgid "" msgid ""
"<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}." "<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}."
@ -285,9 +203,9 @@ msgid ""
msgstr "" msgstr ""
"El camí per al servei {name!s} és <code>{path!s}</code>, però no existeix." "El camí per al servei {name!s} és <code>{path!s}</code>, però no existeix."
#: src/modules/plymouthcfg/main.py:27 #: src/modules/networkcfg/main.py:29
msgid "Configure Plymouth theme" msgid "Saving network configuration."
msgstr "Configura el tema del Plymouth" msgstr "S'està guardant la configuració de la xarxa."
#: src/modules/packages/main.py:50 src/modules/packages/main.py:59 #: src/modules/packages/main.py:50 src/modules/packages/main.py:59
#: src/modules/packages/main.py:69 #: src/modules/packages/main.py:69
@ -336,59 +254,25 @@ msgid ""
"command <pre>{!s}</pre> returned error code {!s}." "command <pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
#: src/modules/bootloader/main.py:43 #: src/modules/plymouthcfg/main.py:27
msgid "Install bootloader." msgid "Configure Plymouth theme"
msgstr "Instal·la el carregador d'arrancada." msgstr "Configura el tema del Plymouth"
#: src/modules/bootloader/main.py:508 #: src/modules/initcpiocfg/main.py:28
msgid "Bootloader installation error" msgid "Configuring mkinitcpio."
msgstr "" msgstr "S'està configurant mkinitcpio."
#: src/modules/bootloader/main.py:509 #: src/modules/localecfg/main.py:30
msgid "" msgid "Configuring locales."
"The bootloader could not be installed. The installation command " msgstr "Configuració didioma."
"<pre>{!s}</pre> returned error code {!s}."
msgstr ""
#: src/modules/hwclock/main.py:26 #: src/modules/mount/main.py:30
msgid "Setting hardware clock." msgid "Mounting partitions."
msgstr "Configuració del rellotge del maquinari." msgstr "S'estan muntant les particions."
#: src/modules/mkinitfs/main.py:27 #: src/modules/rawfs/main.py:26
msgid "Creating initramfs with mkinitfs." msgid "Installing data."
msgstr "Creació dinitramfs amb mkinitfs." msgstr "S'estan instal·lant les dades."
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr "No sha pogut executar mkinitfs en la destinació."
#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50
msgid "The exit code was {}"
msgstr "El codi d'eixida ha estat {}"
#: src/modules/dracut/main.py:27
msgid "Creating initramfs with dracut."
msgstr "Creació dinitramfs amb dracut."
#: src/modules/dracut/main.py:49
msgid "Failed to run dracut on the target"
msgstr "No sha pogut executar dracut en la destinació."
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr "Es configuren initramfs."
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr "Configuració del servei OpenRC dmcrypt."
#: src/modules/fstab/main.py:29
msgid "Writing fstab."
msgstr "Escriptura dfstab."
#: src/modules/fstab/main.py:389
msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/dummypython/main.py:35 #: src/modules/dummypython/main.py:35
msgid "Dummy python job." msgid "Dummy python job."
@ -399,10 +283,127 @@ msgstr "Tasca de python de proves."
msgid "Dummy python step {}" msgid "Dummy python step {}"
msgstr "Pas de python de proves {}" msgstr "Pas de python de proves {}"
#: src/modules/localecfg/main.py:30 #: src/modules/hwclock/main.py:26
msgid "Configuring locales." msgid "Setting hardware clock."
msgstr "Configuració didioma." msgstr "Configuració del rellotge del maquinari."
#: src/modules/networkcfg/main.py:29 #: src/modules/umount/main.py:31
msgid "Saving network configuration." msgid "Unmount file systems."
msgstr "S'està guardant la configuració de la xarxa." msgstr "Desmunta els sistemes de fitxers."
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr "Configuració del servei OpenRC dmcrypt."
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr "Configura els serveis de systemd"
#: src/modules/services-systemd/main.py:60
msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}."
msgstr ""
"La crida de <code>systemctl {arg!s}</code> a chroot ha retornat el codi "
"d'error {num!s}."
#: src/modules/services-systemd/main.py:63
#: src/modules/services-systemd/main.py:69
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr "No es pot habilitar el servei de systemd <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:65
msgid "Cannot enable systemd target <code>{name!s}</code>."
msgstr "No es pot habilitar la destinació de systemd <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:67
msgid "Cannot enable systemd timer <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:71
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr "No es pot inhabilitar la destinació de systemd <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:73
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr "No es pot emmascarar la unitat de systemd <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:75
msgid ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr ""
"Es desconeixen les ordres de systemd: <code>{command!s}</code> i "
"<code>{suffix!s}</code>, per a la unitat {name!s}."
#: src/modules/mkinitfs/main.py:27
msgid "Creating initramfs with mkinitfs."
msgstr "Creació dinitramfs amb mkinitfs."
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr "No sha pogut executar mkinitfs en la destinació."
#: src/modules/unpackfs/main.py:34
msgid "Filling up filesystems."
msgstr "S'estan emplenant els sistemes de fitxers."
#: src/modules/unpackfs/main.py:254
msgid "rsync failed with error code {}."
msgstr "Ha fallat rsync amb el codi d'error {}."
#: src/modules/unpackfs/main.py:299
msgid "Unpacking image {}/{}, file {}/{}"
msgstr "Sestà desempaquetant la imatge {}/{}, fitxer {}/{}"
#: src/modules/unpackfs/main.py:314
msgid "Starting to unpack {}"
msgstr "Sestà començant a desempaquetar {}"
#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465
msgid "Failed to unpack image \"{}\""
msgstr "No sha pogut desempaquetar la imatge \"{}\"."
#: src/modules/unpackfs/main.py:430
msgid "No mount point for root partition"
msgstr "No hi ha cap punt de muntatge per a la partició d'arrel."
#: src/modules/unpackfs/main.py:431
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr ""
"globalstorage no conté cap clau de \"rootMountPoint\". No s'està fent res."
#: src/modules/unpackfs/main.py:436
msgid "Bad mount point for root partition"
msgstr "El punt de muntatge per a la partició d'arrel és incorrecte."
#: src/modules/unpackfs/main.py:437
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr ""
"El punt de muntatge d'arrel és \"{}\", que no existeix. No sestà fent res."
#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457
#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr "La configuració d'unsquash és incorrecta."
#: src/modules/unpackfs/main.py:454
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr "El nucli actual no admet el sistema de fitxers per a \"{}\" ({})."
#: src/modules/unpackfs/main.py:458
msgid "The source filesystem \"{}\" does not exist"
msgstr "El sistema de fitxers font \"{}\" no existeix."
#: src/modules/unpackfs/main.py:464
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed."
msgstr ""
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr "La destinació \"{}\" en el sistema de destinació no és un directori."
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "Sestà configurant l'intercanvi encriptat."

View File

@ -13,7 +13,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-22 11:02+0200\n" "POT-Creation-Date: 2021-11-02 15:45+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2021\n" "Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2021\n"
"Language-Team: Czech (Czech Republic) (https://www.transifex.com/calamares/teams/20061/cs_CZ/)\n" "Language-Team: Czech (Czech Republic) (https://www.transifex.com/calamares/teams/20061/cs_CZ/)\n"
@ -23,139 +23,77 @@ msgstr ""
"Language: cs_CZ\n" "Language: cs_CZ\n"
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr "Nastavování initramfs."
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361
#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105
#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231
#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144
#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76
#: src/modules/luksopenswaphookcfg/main.py:86
#: src/modules/luksopenswaphookcfg/main.py:90
msgid "Configuration Error"
msgstr "Chyba nastavení"
#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356
#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145
#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/luksopenswaphookcfg/main.py:87
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr "Pro <pre>{!s}</pre> nejsou zadány žádné oddíly."
#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362
#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232
#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/luksopenswaphookcfg/main.py:91
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr "Pro <pre>{!s}</pre> není zadán žádný přípojný bod."
#: src/modules/grubcfg/main.py:28 #: src/modules/grubcfg/main.py:28
msgid "Configure GRUB." msgid "Configure GRUB."
msgstr "Nastavování zavaděče GRUB." msgstr "Nastavování zavaděče GRUB."
#: src/modules/mount/main.py:30 #: src/modules/bootloader/main.py:43
msgid "Mounting partitions." msgid "Install bootloader."
msgstr "Připojování oddílů." msgstr "Instalace zavaděče systému."
#: src/modules/mount/main.py:144 src/modules/initcpiocfg/main.py:227 #: src/modules/bootloader/main.py:508
#: src/modules/initcpiocfg/main.py:231 msgid "Bootloader installation error"
#: src/modules/luksopenswaphookcfg/main.py:86 msgstr "Chyba při instalaci zavaděče systému"
#: src/modules/luksopenswaphookcfg/main.py:90 src/modules/rawfs/main.py:164
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/fstab/main.py:355
#: src/modules/fstab/main.py:361 src/modules/fstab/main.py:388
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "Chyba nastavení"
#: src/modules/mount/main.py:145 src/modules/initcpiocfg/main.py:228 #: src/modules/bootloader/main.py:509
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/fstab/main.py:356
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr "Pro <pre>{!s}</pre> nejsou zadány žádné oddíly."
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr "Nastavit služby systemd"
#: src/modules/services-systemd/main.py:59
#: src/modules/services-openrc/main.py:93
msgid "Cannot modify service"
msgstr "Službu se nedaří upravit"
#: src/modules/services-systemd/main.py:60
msgid "" msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}." "The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
"Volání <code>systemctl {arg!s}</code> v chroot vrátilo chybový kód {num!s}." "Zavaděč systému se nepodařilo nainstalovat. Instalační příkaz <pre>{!s} "
"vrátil chybový kód {!s}."
#: src/modules/services-systemd/main.py:63 #: src/modules/fstab/main.py:29
#: src/modules/services-systemd/main.py:67 msgid "Writing fstab."
msgid "Cannot enable systemd service <code>{name!s}</code>." msgstr "Zapisování fstab."
msgstr "Nedaří se zapnout systemd službu <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:65 #: src/modules/fstab/main.py:389
msgid "Cannot enable systemd target <code>{name!s}</code>." msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr "Nedaří se zapnout systemd službu <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:69
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr "Nedaří se vypnout systemd cíl <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:71
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr "Nedaří se maskovat systemd jednotku <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:73
msgid ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr "" msgstr ""
"Neznámé systemd příkazy <code>{command!s}</code> a <code>{suffix!s}</code> " "Pro <pre>{!s}</pre> není zadáno žádné nastavení <pre>{!s}</pre>, které "
"pro jednotku {name!s}." "použít. "
#: src/modules/umount/main.py:31 #: src/modules/dracut/main.py:27
msgid "Unmount file systems." msgid "Creating initramfs with dracut."
msgstr "Odpojit souborové systémy." msgstr "Vytváření initramfs s dracut."
#: src/modules/unpackfs/main.py:35 #: src/modules/dracut/main.py:49
msgid "Filling up filesystems." msgid "Failed to run dracut on the target"
msgstr "Naplňování souborových systémů." msgstr "Na cíli se nepodařilo spustit dracut"
#: src/modules/unpackfs/main.py:255 #: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50
msgid "rsync failed with error code {}." msgid "The exit code was {}"
msgstr "rsync se nezdařilo s chybových kódem {}." msgstr "Návratový kód byl {}"
#: src/modules/unpackfs/main.py:300
msgid "Unpacking image {}/{}, file {}/{}"
msgstr "Rozbalování obrazu {}/{}, soubor {}/{}"
#: src/modules/unpackfs/main.py:315
msgid "Starting to unpack {}"
msgstr "Zahajování rozbalení {}"
#: src/modules/unpackfs/main.py:324 src/modules/unpackfs/main.py:464
msgid "Failed to unpack image \"{}\""
msgstr "Nepodařilo se rozbalit obraz „{}“"
#: src/modules/unpackfs/main.py:431
msgid "No mount point for root partition"
msgstr "Žádný přípojný bot pro kořenový oddíl"
#: src/modules/unpackfs/main.py:432
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr "globalstorage neobsahuje klíč „rootMountPoint“ nic se nebude dělat"
#: src/modules/unpackfs/main.py:437
msgid "Bad mount point for root partition"
msgstr "Chybný přípojný bod pro kořenový oddíl"
#: src/modules/unpackfs/main.py:438
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr "kořenovýPřípojnýBod je „{}“, který neexistuje nic se nebude dělat"
#: src/modules/unpackfs/main.py:454 src/modules/unpackfs/main.py:458
#: src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr "Chybná nastavení unsquash"
#: src/modules/unpackfs/main.py:455
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr ""
"Souborový systém „{}“ ({}) není jádrem systému, které právě používáte, "
"podporován"
#: src/modules/unpackfs/main.py:459
msgid "The source filesystem \"{}\" does not exist"
msgstr "Zdrojový souborový systém „{}“ neexistuje"
#: src/modules/unpackfs/main.py:465
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed"
msgstr ""
"Nepodařilo se nalézt unsquashfs ověřte, že máte nainstalovaný balíček "
"squashfs-tools"
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr "Cíl „{}“ v cílovém systému není složka"
#: src/modules/displaymanager/main.py:526 #: src/modules/displaymanager/main.py:526
msgid "Cannot write KDM configuration file" msgid "Cannot write KDM configuration file"
@ -213,26 +151,6 @@ msgstr ""
msgid "Display manager configuration was incomplete" msgid "Display manager configuration was incomplete"
msgstr "Nastavení správce displeje nebylo úplné" msgstr "Nastavení správce displeje nebylo úplné"
#: src/modules/initcpiocfg/main.py:28
msgid "Configuring mkinitcpio."
msgstr "Nastavování mkinitcpio."
#: src/modules/initcpiocfg/main.py:232
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/fstab/main.py:362 src/modules/localecfg/main.py:136
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr "Pro <pre>{!s}</pre> není zadán žádný přípojný bod."
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "Nastavování šifrovaného prostoru pro odkládání stránek paměti."
#: src/modules/rawfs/main.py:26
msgid "Installing data."
msgstr "Instalace dat."
#: src/modules/services-openrc/main.py:29 #: src/modules/services-openrc/main.py:29
msgid "Configure OpenRC services" msgid "Configure OpenRC services"
msgstr "Nastavit OpenRC služby" msgstr "Nastavit OpenRC služby"
@ -255,6 +173,11 @@ msgstr ""
"Neznámá akce služby <code>{arg!s}</code> pro službu {name!s} v úrovni chodu " "Neznámá akce služby <code>{arg!s}</code> pro službu {name!s} v úrovni chodu "
"(runlevel) {level!s}." "(runlevel) {level!s}."
#: src/modules/services-openrc/main.py:93
#: src/modules/services-systemd/main.py:59
msgid "Cannot modify service"
msgstr "Službu se nedaří upravit"
#: src/modules/services-openrc/main.py:94 #: src/modules/services-openrc/main.py:94
msgid "" msgid ""
"<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}." "<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}."
@ -285,9 +208,9 @@ msgstr ""
"Popis umístění pro službu {name!s} je <code>{path!s}</code>, která " "Popis umístění pro službu {name!s} je <code>{path!s}</code>, která "
"neexistuje." "neexistuje."
#: src/modules/plymouthcfg/main.py:27 #: src/modules/networkcfg/main.py:29
msgid "Configure Plymouth theme" msgid "Saving network configuration."
msgstr "Nastavit téma vzhledu pro Plymouth" msgstr "Ukládání nastavení sítě."
#: src/modules/packages/main.py:50 src/modules/packages/main.py:59 #: src/modules/packages/main.py:50 src/modules/packages/main.py:59
#: src/modules/packages/main.py:69 #: src/modules/packages/main.py:69
@ -346,63 +269,25 @@ msgstr ""
"Nástroji pro správu balíčků se nepodařilo udělat změny v instalovaném " "Nástroji pro správu balíčků se nepodařilo udělat změny v instalovaném "
"systému. Příkaz <pre>{!s}</pre> vrátil chybový kód {!s}." "systému. Příkaz <pre>{!s}</pre> vrátil chybový kód {!s}."
#: src/modules/bootloader/main.py:43 #: src/modules/plymouthcfg/main.py:27
msgid "Install bootloader." msgid "Configure Plymouth theme"
msgstr "Instalace zavaděče systému." msgstr "Nastavit téma vzhledu pro Plymouth"
#: src/modules/bootloader/main.py:508 #: src/modules/initcpiocfg/main.py:28
msgid "Bootloader installation error" msgid "Configuring mkinitcpio."
msgstr "Chyba při instalaci zavaděče systému" msgstr "Nastavování mkinitcpio."
#: src/modules/bootloader/main.py:509 #: src/modules/localecfg/main.py:30
msgid "" msgid "Configuring locales."
"The bootloader could not be installed. The installation command " msgstr "Nastavování místních a jazykových nastavení."
"<pre>{!s}</pre> returned error code {!s}."
msgstr ""
"Zavaděč systému se nepodařilo nainstalovat. Instalační příkaz <pre>{!s} "
"vrátil chybový kód {!s}."
#: src/modules/hwclock/main.py:26 #: src/modules/mount/main.py:30
msgid "Setting hardware clock." msgid "Mounting partitions."
msgstr "Nastavování hardwarových hodin." msgstr "Připojování oddílů."
#: src/modules/mkinitfs/main.py:27 #: src/modules/rawfs/main.py:26
msgid "Creating initramfs with mkinitfs." msgid "Installing data."
msgstr "Vytváření initramfs nástrojem mkinitfs." msgstr "Instalace dat."
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr "Na cíli se nepodařilo spustit mkinitfs"
#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50
msgid "The exit code was {}"
msgstr "Návratový kód byl {}"
#: src/modules/dracut/main.py:27
msgid "Creating initramfs with dracut."
msgstr "Vytváření initramfs s dracut."
#: src/modules/dracut/main.py:49
msgid "Failed to run dracut on the target"
msgstr "Na cíli se nepodařilo spustit dracut"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr "Nastavování initramfs."
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr "Nastavování služby OpenRC dmcrypt."
#: src/modules/fstab/main.py:29
msgid "Writing fstab."
msgstr "Zapisování fstab."
#: src/modules/fstab/main.py:389
msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr ""
"Pro <pre>{!s}</pre> není zadáno žádné nastavení <pre>{!s}</pre>, které "
"použít. "
#: src/modules/dummypython/main.py:35 #: src/modules/dummypython/main.py:35
msgid "Dummy python job." msgid "Dummy python job."
@ -413,10 +298,126 @@ msgstr "Testovací úloha python."
msgid "Dummy python step {}" msgid "Dummy python step {}"
msgstr "Testovací krok {} python." msgstr "Testovací krok {} python."
#: src/modules/localecfg/main.py:30 #: src/modules/hwclock/main.py:26
msgid "Configuring locales." msgid "Setting hardware clock."
msgstr "Nastavování místních a jazykových nastavení." msgstr "Nastavování hardwarových hodin."
#: src/modules/networkcfg/main.py:29 #: src/modules/umount/main.py:31
msgid "Saving network configuration." msgid "Unmount file systems."
msgstr "Ukládání nastavení sítě." msgstr "Odpojit souborové systémy."
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr "Nastavování služby OpenRC dmcrypt."
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr "Nastavit služby systemd"
#: src/modules/services-systemd/main.py:60
msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}."
msgstr ""
"Volání <code>systemctl {arg!s}</code> v chroot vrátilo chybový kód {num!s}."
#: src/modules/services-systemd/main.py:63
#: src/modules/services-systemd/main.py:69
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr "Nedaří se zapnout systemd službu <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:65
msgid "Cannot enable systemd target <code>{name!s}</code>."
msgstr "Nedaří se zapnout systemd službu <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:67
msgid "Cannot enable systemd timer <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:71
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr "Nedaří se vypnout systemd cíl <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:73
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr "Nedaří se maskovat systemd jednotku <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:75
msgid ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr ""
"Neznámé systemd příkazy <code>{command!s}</code> a <code>{suffix!s}</code> "
"pro jednotku {name!s}."
#: src/modules/mkinitfs/main.py:27
msgid "Creating initramfs with mkinitfs."
msgstr "Vytváření initramfs nástrojem mkinitfs."
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr "Na cíli se nepodařilo spustit mkinitfs"
#: src/modules/unpackfs/main.py:34
msgid "Filling up filesystems."
msgstr "Naplňování souborových systémů."
#: src/modules/unpackfs/main.py:254
msgid "rsync failed with error code {}."
msgstr "rsync se nezdařilo s chybových kódem {}."
#: src/modules/unpackfs/main.py:299
msgid "Unpacking image {}/{}, file {}/{}"
msgstr "Rozbalování obrazu {}/{}, soubor {}/{}"
#: src/modules/unpackfs/main.py:314
msgid "Starting to unpack {}"
msgstr "Zahajování rozbalení {}"
#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465
msgid "Failed to unpack image \"{}\""
msgstr "Nepodařilo se rozbalit obraz „{}“"
#: src/modules/unpackfs/main.py:430
msgid "No mount point for root partition"
msgstr "Žádný přípojný bot pro kořenový oddíl"
#: src/modules/unpackfs/main.py:431
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr "globalstorage neobsahuje klíč „rootMountPoint“ nic se nebude dělat"
#: src/modules/unpackfs/main.py:436
msgid "Bad mount point for root partition"
msgstr "Chybný přípojný bod pro kořenový oddíl"
#: src/modules/unpackfs/main.py:437
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr "kořenovýPřípojnýBod je „{}“, který neexistuje nic se nebude dělat"
#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457
#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr "Chybná nastavení unsquash"
#: src/modules/unpackfs/main.py:454
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr ""
"Souborový systém „{}“ ({}) není jádrem systému, které právě používáte, "
"podporován"
#: src/modules/unpackfs/main.py:458
msgid "The source filesystem \"{}\" does not exist"
msgstr "Zdrojový souborový systém „{}“ neexistuje"
#: src/modules/unpackfs/main.py:464
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed."
msgstr ""
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr "Cíl „{}“ v cílovém systému není složka"
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "Nastavování šifrovaného prostoru pro odkládání stránek paměti."

View File

@ -12,7 +12,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-22 11:02+0200\n" "POT-Creation-Date: 2021-11-02 15:45+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: scootergrisen, 2020\n" "Last-Translator: scootergrisen, 2020\n"
"Language-Team: Danish (https://www.transifex.com/calamares/teams/20061/da/)\n" "Language-Team: Danish (https://www.transifex.com/calamares/teams/20061/da/)\n"
@ -22,137 +22,74 @@ msgstr ""
"Language: da\n" "Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr "Konfigurerer initramfs."
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361
#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105
#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231
#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144
#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76
#: src/modules/luksopenswaphookcfg/main.py:86
#: src/modules/luksopenswaphookcfg/main.py:90
msgid "Configuration Error"
msgstr "Fejl ved konfiguration"
#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356
#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145
#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/luksopenswaphookcfg/main.py:87
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr "Der er ikke angivet nogle partitioner som <pre>{!s}</pre> kan bruge."
#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362
#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232
#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/luksopenswaphookcfg/main.py:91
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
"Der er ikke angivet noget rodmonteringspunkt som <pre>{!s}</pre> kan bruge."
#: src/modules/grubcfg/main.py:28 #: src/modules/grubcfg/main.py:28
msgid "Configure GRUB." msgid "Configure GRUB."
msgstr "Konfigurer GRUB." msgstr "Konfigurer GRUB."
#: src/modules/mount/main.py:30 #: src/modules/bootloader/main.py:43
msgid "Mounting partitions." msgid "Install bootloader."
msgstr "Monterer partitioner." msgstr "Installér bootloader."
#: src/modules/mount/main.py:144 src/modules/initcpiocfg/main.py:227 #: src/modules/bootloader/main.py:508
#: src/modules/initcpiocfg/main.py:231 msgid "Bootloader installation error"
#: src/modules/luksopenswaphookcfg/main.py:86
#: src/modules/luksopenswaphookcfg/main.py:90 src/modules/rawfs/main.py:164
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/fstab/main.py:355
#: src/modules/fstab/main.py:361 src/modules/fstab/main.py:388
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "Fejl ved konfiguration"
#: src/modules/mount/main.py:145 src/modules/initcpiocfg/main.py:228
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/fstab/main.py:356
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr "Der er ikke angivet nogle partitioner som <pre>{!s}</pre> kan bruge."
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr "Konfigurer systemd-tjenester"
#: src/modules/services-systemd/main.py:59
#: src/modules/services-openrc/main.py:93
msgid "Cannot modify service"
msgstr "Kan ikke redigere tjeneste"
#: src/modules/services-systemd/main.py:60
msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}."
msgstr "" msgstr ""
"<code>systemctl {arg!s}</code>-kald i chroot returnerede fejlkoden {num!s}."
#: src/modules/services-systemd/main.py:63 #: src/modules/bootloader/main.py:509
#: src/modules/services-systemd/main.py:67
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr "Kan ikke aktivere systemd-tjenesten <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:65
msgid "Cannot enable systemd target <code>{name!s}</code>."
msgstr "Kan ikke aktivere systemd-målet <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:69
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr "Kan ikke deaktivere systemd-målet <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:71
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr "Kan ikke maskere systemd-enheden <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:73
msgid "" msgid ""
"Unknown systemd commands <code>{command!s}</code> and " "The bootloader could not be installed. The installation command "
"<code>{suffix!s}</code> for unit {name!s}." "<pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
"Ukendte systemd-kommandoer <code>{command!s}</code> og "
"<code>{suffix!s}</code> til enheden {name!s}."
#: src/modules/umount/main.py:31 #: src/modules/fstab/main.py:29
msgid "Unmount file systems." msgid "Writing fstab."
msgstr "Afmonter filsystemer." msgstr "Skriver fstab."
#: src/modules/unpackfs/main.py:35 #: src/modules/fstab/main.py:389
msgid "Filling up filesystems." msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr "Udfylder filsystemer."
#: src/modules/unpackfs/main.py:255
msgid "rsync failed with error code {}."
msgstr "rsync mislykkede med fejlkoden {}."
#: src/modules/unpackfs/main.py:300
msgid "Unpacking image {}/{}, file {}/{}"
msgstr "Udpakker aftrykket {}/{}, filen {}/{}"
#: src/modules/unpackfs/main.py:315
msgid "Starting to unpack {}"
msgstr "Begynder at udpakke {}"
#: src/modules/unpackfs/main.py:324 src/modules/unpackfs/main.py:464
msgid "Failed to unpack image \"{}\""
msgstr "Kunne ikke udpakke aftrykket \"{}\""
#: src/modules/unpackfs/main.py:431
msgid "No mount point for root partition"
msgstr "Intet monteringspunkt til rodpartition"
#: src/modules/unpackfs/main.py:432
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr "globalstorage indeholder ikke en \"rootMountPoint\"-nøgle, gør intet"
#: src/modules/unpackfs/main.py:437
msgid "Bad mount point for root partition"
msgstr "Dårligt monteringspunkt til rodpartition"
#: src/modules/unpackfs/main.py:438
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr "rootMountPoint er \"{}\", hvilket ikke findes, gør intet"
#: src/modules/unpackfs/main.py:454 src/modules/unpackfs/main.py:458
#: src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr "Dårlig unsquash-konfiguration"
#: src/modules/unpackfs/main.py:455
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr "Filsystemet til \"{}\" ({}) understøttes ikke af din nuværende kerne"
#: src/modules/unpackfs/main.py:459
msgid "The source filesystem \"{}\" does not exist"
msgstr "Kildefilsystemet \"{}\" findes ikke"
#: src/modules/unpackfs/main.py:465
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed"
msgstr "" msgstr ""
"Kunne ikke finde unsquashfs, sørg for at pakken squashfs-tools er "
"installeret"
#: src/modules/unpackfs/main.py:479 #: src/modules/dracut/main.py:27
msgid "The destination \"{}\" in the target system is not a directory" msgid "Creating initramfs with dracut."
msgstr "Destinationen \"{}\" i målsystemet er ikke en mappe" msgstr "Opretter initramfs med dracut."
#: src/modules/dracut/main.py:49
msgid "Failed to run dracut on the target"
msgstr "Kunne ikke køre dracut på målet"
#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50
msgid "The exit code was {}"
msgstr "Afslutningskoden var {}"
#: src/modules/displaymanager/main.py:526 #: src/modules/displaymanager/main.py:526
msgid "Cannot write KDM configuration file" msgid "Cannot write KDM configuration file"
@ -211,27 +148,6 @@ msgstr ""
msgid "Display manager configuration was incomplete" msgid "Display manager configuration was incomplete"
msgstr "Displayhåndtering-konfiguration er ikke komplet" msgstr "Displayhåndtering-konfiguration er ikke komplet"
#: src/modules/initcpiocfg/main.py:28
msgid "Configuring mkinitcpio."
msgstr "Konfigurerer mkinitcpio."
#: src/modules/initcpiocfg/main.py:232
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/fstab/main.py:362 src/modules/localecfg/main.py:136
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
"Der er ikke angivet noget rodmonteringspunkt som <pre>{!s}</pre> kan bruge."
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "Konfigurerer krypteret swap."
#: src/modules/rawfs/main.py:26
msgid "Installing data."
msgstr "Installerer data."
#: src/modules/services-openrc/main.py:29 #: src/modules/services-openrc/main.py:29
msgid "Configure OpenRC services" msgid "Configure OpenRC services"
msgstr "Konfigurer OpenRC-tjenester" msgstr "Konfigurer OpenRC-tjenester"
@ -252,6 +168,11 @@ msgstr ""
"Ukendt tjenestehandling <code>{arg!s}</code> til tjenesten {name!s} i " "Ukendt tjenestehandling <code>{arg!s}</code> til tjenesten {name!s} i "
"kørselsniveauet {level!s}." "kørselsniveauet {level!s}."
#: src/modules/services-openrc/main.py:93
#: src/modules/services-systemd/main.py:59
msgid "Cannot modify service"
msgstr "Kan ikke redigere tjeneste"
#: src/modules/services-openrc/main.py:94 #: src/modules/services-openrc/main.py:94
msgid "" msgid ""
"<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}." "<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}."
@ -281,9 +202,9 @@ msgid ""
msgstr "" msgstr ""
"Stien til tjenesten {name!s} er <code>{path!s}</code>, som ikke findes." "Stien til tjenesten {name!s} er <code>{path!s}</code>, som ikke findes."
#: src/modules/plymouthcfg/main.py:27 #: src/modules/networkcfg/main.py:29
msgid "Configure Plymouth theme" msgid "Saving network configuration."
msgstr "Konfigurer Plymouth-tema" msgstr "Gemmer netværkskonfiguration."
#: src/modules/packages/main.py:50 src/modules/packages/main.py:59 #: src/modules/packages/main.py:50 src/modules/packages/main.py:59
#: src/modules/packages/main.py:69 #: src/modules/packages/main.py:69
@ -332,59 +253,25 @@ msgid ""
"command <pre>{!s}</pre> returned error code {!s}." "command <pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
#: src/modules/bootloader/main.py:43 #: src/modules/plymouthcfg/main.py:27
msgid "Install bootloader." msgid "Configure Plymouth theme"
msgstr "Installér bootloader." msgstr "Konfigurer Plymouth-tema"
#: src/modules/bootloader/main.py:508 #: src/modules/initcpiocfg/main.py:28
msgid "Bootloader installation error" msgid "Configuring mkinitcpio."
msgstr "" msgstr "Konfigurerer mkinitcpio."
#: src/modules/bootloader/main.py:509 #: src/modules/localecfg/main.py:30
msgid "" msgid "Configuring locales."
"The bootloader could not be installed. The installation command " msgstr "Konfigurerer lokaliteter."
"<pre>{!s}</pre> returned error code {!s}."
msgstr ""
#: src/modules/hwclock/main.py:26 #: src/modules/mount/main.py:30
msgid "Setting hardware clock." msgid "Mounting partitions."
msgstr "Indstiller hardwareur." msgstr "Monterer partitioner."
#: src/modules/mkinitfs/main.py:27 #: src/modules/rawfs/main.py:26
msgid "Creating initramfs with mkinitfs." msgid "Installing data."
msgstr "Opretter initramfs med mkinitfs." msgstr "Installerer data."
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr "Kunne ikke køre mkinitfs på målet"
#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50
msgid "The exit code was {}"
msgstr "Afslutningskoden var {}"
#: src/modules/dracut/main.py:27
msgid "Creating initramfs with dracut."
msgstr "Opretter initramfs med dracut."
#: src/modules/dracut/main.py:49
msgid "Failed to run dracut on the target"
msgstr "Kunne ikke køre dracut på målet"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr "Konfigurerer initramfs."
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr "Konfigurerer OpenRC dmcrypt-tjeneste."
#: src/modules/fstab/main.py:29
msgid "Writing fstab."
msgstr "Skriver fstab."
#: src/modules/fstab/main.py:389
msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/dummypython/main.py:35 #: src/modules/dummypython/main.py:35
msgid "Dummy python job." msgid "Dummy python job."
@ -395,10 +282,124 @@ msgstr "Dummy python-job."
msgid "Dummy python step {}" msgid "Dummy python step {}"
msgstr "Dummy python-trin {}" msgstr "Dummy python-trin {}"
#: src/modules/localecfg/main.py:30 #: src/modules/hwclock/main.py:26
msgid "Configuring locales." msgid "Setting hardware clock."
msgstr "Konfigurerer lokaliteter." msgstr "Indstiller hardwareur."
#: src/modules/networkcfg/main.py:29 #: src/modules/umount/main.py:31
msgid "Saving network configuration." msgid "Unmount file systems."
msgstr "Gemmer netværkskonfiguration." msgstr "Afmonter filsystemer."
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr "Konfigurerer OpenRC dmcrypt-tjeneste."
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr "Konfigurer systemd-tjenester"
#: src/modules/services-systemd/main.py:60
msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}."
msgstr ""
"<code>systemctl {arg!s}</code>-kald i chroot returnerede fejlkoden {num!s}."
#: src/modules/services-systemd/main.py:63
#: src/modules/services-systemd/main.py:69
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr "Kan ikke aktivere systemd-tjenesten <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:65
msgid "Cannot enable systemd target <code>{name!s}</code>."
msgstr "Kan ikke aktivere systemd-målet <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:67
msgid "Cannot enable systemd timer <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:71
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr "Kan ikke deaktivere systemd-målet <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:73
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr "Kan ikke maskere systemd-enheden <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:75
msgid ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr ""
"Ukendte systemd-kommandoer <code>{command!s}</code> og "
"<code>{suffix!s}</code> til enheden {name!s}."
#: src/modules/mkinitfs/main.py:27
msgid "Creating initramfs with mkinitfs."
msgstr "Opretter initramfs med mkinitfs."
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr "Kunne ikke køre mkinitfs på målet"
#: src/modules/unpackfs/main.py:34
msgid "Filling up filesystems."
msgstr "Udfylder filsystemer."
#: src/modules/unpackfs/main.py:254
msgid "rsync failed with error code {}."
msgstr "rsync mislykkede med fejlkoden {}."
#: src/modules/unpackfs/main.py:299
msgid "Unpacking image {}/{}, file {}/{}"
msgstr "Udpakker aftrykket {}/{}, filen {}/{}"
#: src/modules/unpackfs/main.py:314
msgid "Starting to unpack {}"
msgstr "Begynder at udpakke {}"
#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465
msgid "Failed to unpack image \"{}\""
msgstr "Kunne ikke udpakke aftrykket \"{}\""
#: src/modules/unpackfs/main.py:430
msgid "No mount point for root partition"
msgstr "Intet monteringspunkt til rodpartition"
#: src/modules/unpackfs/main.py:431
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr "globalstorage indeholder ikke en \"rootMountPoint\"-nøgle, gør intet"
#: src/modules/unpackfs/main.py:436
msgid "Bad mount point for root partition"
msgstr "Dårligt monteringspunkt til rodpartition"
#: src/modules/unpackfs/main.py:437
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr "rootMountPoint er \"{}\", hvilket ikke findes, gør intet"
#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457
#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr "Dårlig unsquash-konfiguration"
#: src/modules/unpackfs/main.py:454
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr "Filsystemet til \"{}\" ({}) understøttes ikke af din nuværende kerne"
#: src/modules/unpackfs/main.py:458
msgid "The source filesystem \"{}\" does not exist"
msgstr "Kildefilsystemet \"{}\" findes ikke"
#: src/modules/unpackfs/main.py:464
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed."
msgstr ""
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr "Destinationen \"{}\" i målsystemet er ikke en mappe"
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "Konfigurerer krypteret swap."

View File

@ -13,7 +13,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-22 11:02+0200\n" "POT-Creation-Date: 2021-11-02 15:45+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Gustav Gyges, 2021\n" "Last-Translator: Gustav Gyges, 2021\n"
"Language-Team: German (https://www.transifex.com/calamares/teams/20061/de/)\n" "Language-Team: German (https://www.transifex.com/calamares/teams/20061/de/)\n"
@ -23,141 +23,79 @@ msgstr ""
"Language: de\n" "Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr "Konfiguriere initramfs."
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361
#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105
#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231
#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144
#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76
#: src/modules/luksopenswaphookcfg/main.py:86
#: src/modules/luksopenswaphookcfg/main.py:90
msgid "Configuration Error"
msgstr "Konfigurationsfehler"
#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356
#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145
#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/luksopenswaphookcfg/main.py:87
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr "Für <pre>{!s}</pre> sind keine zu verwendenden Partitionen definiert."
#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362
#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232
#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/luksopenswaphookcfg/main.py:91
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
"Für <pre>{!s}</pre> wurde kein Einhängepunkt für die Root-Partition "
"angegeben."
#: src/modules/grubcfg/main.py:28 #: src/modules/grubcfg/main.py:28
msgid "Configure GRUB." msgid "Configure GRUB."
msgstr "GRUB konfigurieren." msgstr "GRUB konfigurieren."
#: src/modules/mount/main.py:30 #: src/modules/bootloader/main.py:43
msgid "Mounting partitions." msgid "Install bootloader."
msgstr "Hänge Partitionen ein." msgstr "Installiere Bootloader."
#: src/modules/mount/main.py:144 src/modules/initcpiocfg/main.py:227 #: src/modules/bootloader/main.py:508
#: src/modules/initcpiocfg/main.py:231 msgid "Bootloader installation error"
#: src/modules/luksopenswaphookcfg/main.py:86 msgstr "Fehler beim Installieren des Bootloaders"
#: src/modules/luksopenswaphookcfg/main.py:90 src/modules/rawfs/main.py:164
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/fstab/main.py:355
#: src/modules/fstab/main.py:361 src/modules/fstab/main.py:388
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "Konfigurationsfehler"
#: src/modules/mount/main.py:145 src/modules/initcpiocfg/main.py:228 #: src/modules/bootloader/main.py:509
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/fstab/main.py:356
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr "Für <pre>{!s}</pre> sind keine zu verwendenden Partitionen definiert."
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr "Konfiguriere systemd-Dienste"
#: src/modules/services-systemd/main.py:59
#: src/modules/services-openrc/main.py:93
msgid "Cannot modify service"
msgstr "Der Dienst kann nicht geändert werden."
#: src/modules/services-systemd/main.py:60
msgid "" msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}." "The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
"<code>systemctl {arg!s}</code> Aufruf in chroot lieferte Fehlercode {num!s} " "Der Bootloader konnte nicht installiert werden. Der Installationsbefehl "
"zurück." "<pre>{!s}</pre> erzeugte Fehlercode {!s}."
#: src/modules/services-systemd/main.py:63 #: src/modules/fstab/main.py:29
#: src/modules/services-systemd/main.py:67 msgid "Writing fstab."
msgid "Cannot enable systemd service <code>{name!s}</code>." msgstr "Schreibe fstab."
msgstr "Der systemd-Dienst <code>{name!s}</code> kann nicht aktiviert werden."
#: src/modules/services-systemd/main.py:65 #: src/modules/fstab/main.py:389
msgid "Cannot enable systemd target <code>{name!s}</code>." msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr "Das systemd-Ziel <code>{name!s}</code> kann nicht aktiviert werden."
#: src/modules/services-systemd/main.py:69
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr "Das systemd-Ziel <code>{name!s}</code> kann nicht deaktiviert werden."
#: src/modules/services-systemd/main.py:71
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr "Die systemd-Einheit <code>{name!s}</code> kann nicht maskiert werden."
#: src/modules/services-systemd/main.py:73
msgid ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr "" msgstr ""
"Unbekannte systemd-Befehle <code>{command!s}</code> und " "Keine <pre>{!s}</pre> Konfiguration gegeben die <pre>{!s}</pre> benutzen "
"<code>{suffix!s}</code> für Einheit {name!s}." "könnte."
#: src/modules/umount/main.py:31 #: src/modules/dracut/main.py:27
msgid "Unmount file systems." msgid "Creating initramfs with dracut."
msgstr "Dateisysteme aushängen." msgstr "Erstelle initramfs mit dracut."
#: src/modules/unpackfs/main.py:35 #: src/modules/dracut/main.py:49
msgid "Filling up filesystems." msgid "Failed to run dracut on the target"
msgstr "Befüllen von Dateisystemen." msgstr "Ausführen von dracut auf dem Ziel schlug fehl"
#: src/modules/unpackfs/main.py:255 #: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50
msgid "rsync failed with error code {}." msgid "The exit code was {}"
msgstr "rsync fehlgeschlagen mit Fehlercode {}." msgstr "Der Exit-Code war {}"
#: src/modules/unpackfs/main.py:300
msgid "Unpacking image {}/{}, file {}/{}"
msgstr "Abbilddatei Entpacken {}/{}, Datei {}/{}"
#: src/modules/unpackfs/main.py:315
msgid "Starting to unpack {}"
msgstr "Beginn des Entpackens {}"
#: src/modules/unpackfs/main.py:324 src/modules/unpackfs/main.py:464
msgid "Failed to unpack image \"{}\""
msgstr "Entpacken der Abbilddatei \"{}\" fehlgeschlagen"
#: src/modules/unpackfs/main.py:431
msgid "No mount point for root partition"
msgstr "Kein Einhängepunkt für die Root-Partition"
#: src/modules/unpackfs/main.py:432
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr ""
"globalstorage enthält keinen Schlüssel namens \"rootMountPoint\", tue nichts"
#: src/modules/unpackfs/main.py:437
msgid "Bad mount point for root partition"
msgstr "Ungültiger Einhängepunkt für die Root-Partition"
#: src/modules/unpackfs/main.py:438
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr "rootMountPoint ist \"{}\", welcher nicht existiert, tue nichts"
#: src/modules/unpackfs/main.py:454 src/modules/unpackfs/main.py:458
#: src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr "Ungültige unsquash-Konfiguration"
#: src/modules/unpackfs/main.py:455
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr ""
"Das Dateisystem für \"{}\" ({}) wird von Ihrem aktuellen Kernel nicht "
"unterstützt"
#: src/modules/unpackfs/main.py:459
msgid "The source filesystem \"{}\" does not exist"
msgstr "Das Quelldateisystem \"{}\" existiert nicht"
#: src/modules/unpackfs/main.py:465
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed"
msgstr ""
"Konnte unsquashfs nicht finden, stellen Sie sicher, dass Sie das Paket "
"namens squashfs-tools installiert haben"
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr "Das Ziel \"{}\" im Zielsystem ist kein Verzeichnis"
#: src/modules/displaymanager/main.py:526 #: src/modules/displaymanager/main.py:526
msgid "Cannot write KDM configuration file" msgid "Cannot write KDM configuration file"
@ -215,28 +153,6 @@ msgstr ""
msgid "Display manager configuration was incomplete" msgid "Display manager configuration was incomplete"
msgstr "Die Konfiguration des Displaymanager war unvollständig." msgstr "Die Konfiguration des Displaymanager war unvollständig."
#: src/modules/initcpiocfg/main.py:28
msgid "Configuring mkinitcpio."
msgstr "Konfiguriere mkinitcpio. "
#: src/modules/initcpiocfg/main.py:232
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/fstab/main.py:362 src/modules/localecfg/main.py:136
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
"Für <pre>{!s}</pre> wurde kein Einhängepunkt für die Root-Partition "
"angegeben."
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "Konfiguriere verschlüsselten Auslagerungsspeicher."
#: src/modules/rawfs/main.py:26
msgid "Installing data."
msgstr "Installiere Daten."
#: src/modules/services-openrc/main.py:29 #: src/modules/services-openrc/main.py:29
msgid "Configure OpenRC services" msgid "Configure OpenRC services"
msgstr "Konfiguriere OpenRC-Dienste" msgstr "Konfiguriere OpenRC-Dienste"
@ -257,6 +173,11 @@ msgstr ""
"Unbekannte Aktion <code>{arg!s}</code> für Dienst {name!s} in Runlevel " "Unbekannte Aktion <code>{arg!s}</code> für Dienst {name!s} in Runlevel "
"{level!s}." "{level!s}."
#: src/modules/services-openrc/main.py:93
#: src/modules/services-systemd/main.py:59
msgid "Cannot modify service"
msgstr "Der Dienst kann nicht geändert werden."
#: src/modules/services-openrc/main.py:94 #: src/modules/services-openrc/main.py:94
msgid "" msgid ""
"<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}." "<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}."
@ -288,9 +209,9 @@ msgstr ""
"Der Pfad für den Dienst {name!s} is <code>{path!s}</code>, welcher nicht " "Der Pfad für den Dienst {name!s} is <code>{path!s}</code>, welcher nicht "
"existiert." "existiert."
#: src/modules/plymouthcfg/main.py:27 #: src/modules/networkcfg/main.py:29
msgid "Configure Plymouth theme" msgid "Saving network configuration."
msgstr "Konfiguriere Plymouth-Thema" msgstr "Speichere Netzwerkkonfiguration."
#: src/modules/packages/main.py:50 src/modules/packages/main.py:59 #: src/modules/packages/main.py:50 src/modules/packages/main.py:59
#: src/modules/packages/main.py:69 #: src/modules/packages/main.py:69
@ -345,63 +266,25 @@ msgstr ""
"Der Paketmanager konnte das installierte System nicht verändern. Der Befehl " "Der Paketmanager konnte das installierte System nicht verändern. Der Befehl "
"<pre>{!s}</pre> erzeugte Fehlercode {!s}." "<pre>{!s}</pre> erzeugte Fehlercode {!s}."
#: src/modules/bootloader/main.py:43 #: src/modules/plymouthcfg/main.py:27
msgid "Install bootloader." msgid "Configure Plymouth theme"
msgstr "Installiere Bootloader." msgstr "Konfiguriere Plymouth-Thema"
#: src/modules/bootloader/main.py:508 #: src/modules/initcpiocfg/main.py:28
msgid "Bootloader installation error" msgid "Configuring mkinitcpio."
msgstr "Fehler beim Installieren des Bootloaders" msgstr "Konfiguriere mkinitcpio. "
#: src/modules/bootloader/main.py:509 #: src/modules/localecfg/main.py:30
msgid "" msgid "Configuring locales."
"The bootloader could not be installed. The installation command " msgstr "Konfiguriere Lokalisierungen."
"<pre>{!s}</pre> returned error code {!s}."
msgstr ""
"Der Bootloader konnte nicht installiert werden. Der Installationsbefehl "
"<pre>{!s}</pre> erzeugte Fehlercode {!s}."
#: src/modules/hwclock/main.py:26 #: src/modules/mount/main.py:30
msgid "Setting hardware clock." msgid "Mounting partitions."
msgstr "Einstellen der Hardware-Uhr." msgstr "Hänge Partitionen ein."
#: src/modules/mkinitfs/main.py:27 #: src/modules/rawfs/main.py:26
msgid "Creating initramfs with mkinitfs." msgid "Installing data."
msgstr "Erstelle initramfs mit mkinitfs." msgstr "Installiere Daten."
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr "Ausführung von mkinitfs auf dem Ziel fehlgeschlagen."
#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50
msgid "The exit code was {}"
msgstr "Der Exit-Code war {}"
#: src/modules/dracut/main.py:27
msgid "Creating initramfs with dracut."
msgstr "Erstelle initramfs mit dracut."
#: src/modules/dracut/main.py:49
msgid "Failed to run dracut on the target"
msgstr "Ausführen von dracut auf dem Ziel schlug fehl"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr "Konfiguriere initramfs."
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr "Konfiguriere den dmcrypt-Dienst von OpenRC."
#: src/modules/fstab/main.py:29
msgid "Writing fstab."
msgstr "Schreibe fstab."
#: src/modules/fstab/main.py:389
msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr ""
"Keine <pre>{!s}</pre> Konfiguration gegeben die <pre>{!s}</pre> benutzen "
"könnte."
#: src/modules/dummypython/main.py:35 #: src/modules/dummypython/main.py:35
msgid "Dummy python job." msgid "Dummy python job."
@ -412,10 +295,128 @@ msgstr "Dummy Python-Job"
msgid "Dummy python step {}" msgid "Dummy python step {}"
msgstr "Dummy Python-Schritt {}" msgstr "Dummy Python-Schritt {}"
#: src/modules/localecfg/main.py:30 #: src/modules/hwclock/main.py:26
msgid "Configuring locales." msgid "Setting hardware clock."
msgstr "Konfiguriere Lokalisierungen." msgstr "Einstellen der Hardware-Uhr."
#: src/modules/networkcfg/main.py:29 #: src/modules/umount/main.py:31
msgid "Saving network configuration." msgid "Unmount file systems."
msgstr "Speichere Netzwerkkonfiguration." msgstr "Dateisysteme aushängen."
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr "Konfiguriere den dmcrypt-Dienst von OpenRC."
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr "Konfiguriere systemd-Dienste"
#: src/modules/services-systemd/main.py:60
msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}."
msgstr ""
"<code>systemctl {arg!s}</code> Aufruf in chroot lieferte Fehlercode {num!s} "
"zurück."
#: src/modules/services-systemd/main.py:63
#: src/modules/services-systemd/main.py:69
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr "Der systemd-Dienst <code>{name!s}</code> kann nicht aktiviert werden."
#: src/modules/services-systemd/main.py:65
msgid "Cannot enable systemd target <code>{name!s}</code>."
msgstr "Das systemd-Ziel <code>{name!s}</code> kann nicht aktiviert werden."
#: src/modules/services-systemd/main.py:67
msgid "Cannot enable systemd timer <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:71
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr "Das systemd-Ziel <code>{name!s}</code> kann nicht deaktiviert werden."
#: src/modules/services-systemd/main.py:73
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr "Die systemd-Einheit <code>{name!s}</code> kann nicht maskiert werden."
#: src/modules/services-systemd/main.py:75
msgid ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr ""
"Unbekannte systemd-Befehle <code>{command!s}</code> und "
"<code>{suffix!s}</code> für Einheit {name!s}."
#: src/modules/mkinitfs/main.py:27
msgid "Creating initramfs with mkinitfs."
msgstr "Erstelle initramfs mit mkinitfs."
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr "Ausführung von mkinitfs auf dem Ziel fehlgeschlagen."
#: src/modules/unpackfs/main.py:34
msgid "Filling up filesystems."
msgstr "Befüllen von Dateisystemen."
#: src/modules/unpackfs/main.py:254
msgid "rsync failed with error code {}."
msgstr "rsync fehlgeschlagen mit Fehlercode {}."
#: src/modules/unpackfs/main.py:299
msgid "Unpacking image {}/{}, file {}/{}"
msgstr "Abbilddatei Entpacken {}/{}, Datei {}/{}"
#: src/modules/unpackfs/main.py:314
msgid "Starting to unpack {}"
msgstr "Beginn des Entpackens {}"
#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465
msgid "Failed to unpack image \"{}\""
msgstr "Entpacken der Abbilddatei \"{}\" fehlgeschlagen"
#: src/modules/unpackfs/main.py:430
msgid "No mount point for root partition"
msgstr "Kein Einhängepunkt für die Root-Partition"
#: src/modules/unpackfs/main.py:431
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr ""
"globalstorage enthält keinen Schlüssel namens \"rootMountPoint\", tue nichts"
#: src/modules/unpackfs/main.py:436
msgid "Bad mount point for root partition"
msgstr "Ungültiger Einhängepunkt für die Root-Partition"
#: src/modules/unpackfs/main.py:437
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr "rootMountPoint ist \"{}\", welcher nicht existiert, tue nichts"
#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457
#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr "Ungültige unsquash-Konfiguration"
#: src/modules/unpackfs/main.py:454
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr ""
"Das Dateisystem für \"{}\" ({}) wird von Ihrem aktuellen Kernel nicht "
"unterstützt"
#: src/modules/unpackfs/main.py:458
msgid "The source filesystem \"{}\" does not exist"
msgstr "Das Quelldateisystem \"{}\" existiert nicht"
#: src/modules/unpackfs/main.py:464
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed."
msgstr ""
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr "Das Ziel \"{}\" im Zielsystem ist kein Verzeichnis"
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "Konfiguriere verschlüsselten Auslagerungsspeicher."

View File

@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-22 11:02+0200\n" "POT-Creation-Date: 2021-11-02 15:45+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Efstathios Iosifidis <iefstathios@gmail.com>, 2017\n" "Last-Translator: Efstathios Iosifidis <iefstathios@gmail.com>, 2017\n"
"Language-Team: Greek (https://www.transifex.com/calamares/teams/20061/el/)\n" "Language-Team: Greek (https://www.transifex.com/calamares/teams/20061/el/)\n"
@ -21,131 +21,72 @@ msgstr ""
"Language: el\n" "Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr ""
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361
#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105
#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231
#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144
#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76
#: src/modules/luksopenswaphookcfg/main.py:86
#: src/modules/luksopenswaphookcfg/main.py:90
msgid "Configuration Error"
msgstr ""
#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356
#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145
#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/luksopenswaphookcfg/main.py:87
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362
#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232
#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/luksopenswaphookcfg/main.py:91
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/grubcfg/main.py:28 #: src/modules/grubcfg/main.py:28
msgid "Configure GRUB." msgid "Configure GRUB."
msgstr "" msgstr ""
#: src/modules/mount/main.py:30 #: src/modules/bootloader/main.py:43
msgid "Mounting partitions." msgid "Install bootloader."
msgstr "" msgstr ""
#: src/modules/mount/main.py:144 src/modules/initcpiocfg/main.py:227 #: src/modules/bootloader/main.py:508
#: src/modules/initcpiocfg/main.py:231 msgid "Bootloader installation error"
#: src/modules/luksopenswaphookcfg/main.py:86
#: src/modules/luksopenswaphookcfg/main.py:90 src/modules/rawfs/main.py:164
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/fstab/main.py:355
#: src/modules/fstab/main.py:361 src/modules/fstab/main.py:388
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "" msgstr ""
#: src/modules/mount/main.py:145 src/modules/initcpiocfg/main.py:228 #: src/modules/bootloader/main.py:509
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/fstab/main.py:356
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr ""
#: src/modules/services-systemd/main.py:59
#: src/modules/services-openrc/main.py:93
msgid "Cannot modify service"
msgstr ""
#: src/modules/services-systemd/main.py:60
msgid "" msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}." "The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:63 #: src/modules/fstab/main.py:29
#: src/modules/services-systemd/main.py:67 msgid "Writing fstab."
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:65 #: src/modules/fstab/main.py:389
msgid "Cannot enable systemd target <code>{name!s}</code>." msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:69 #: src/modules/dracut/main.py:27
msgid "Cannot disable systemd target <code>{name!s}</code>." msgid "Creating initramfs with dracut."
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:71 #: src/modules/dracut/main.py:49
msgid "Cannot mask systemd unit <code>{name!s}</code>." msgid "Failed to run dracut on the target"
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:73 #: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50
msgid "" msgid "The exit code was {}"
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr ""
#: src/modules/umount/main.py:31
msgid "Unmount file systems."
msgstr ""
#: src/modules/unpackfs/main.py:35
msgid "Filling up filesystems."
msgstr ""
#: src/modules/unpackfs/main.py:255
msgid "rsync failed with error code {}."
msgstr ""
#: src/modules/unpackfs/main.py:300
msgid "Unpacking image {}/{}, file {}/{}"
msgstr ""
#: src/modules/unpackfs/main.py:315
msgid "Starting to unpack {}"
msgstr ""
#: src/modules/unpackfs/main.py:324 src/modules/unpackfs/main.py:464
msgid "Failed to unpack image \"{}\""
msgstr ""
#: src/modules/unpackfs/main.py:431
msgid "No mount point for root partition"
msgstr ""
#: src/modules/unpackfs/main.py:432
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr ""
#: src/modules/unpackfs/main.py:437
msgid "Bad mount point for root partition"
msgstr ""
#: src/modules/unpackfs/main.py:438
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr ""
#: src/modules/unpackfs/main.py:454 src/modules/unpackfs/main.py:458
#: src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr ""
#: src/modules/unpackfs/main.py:455
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr ""
#: src/modules/unpackfs/main.py:459
msgid "The source filesystem \"{}\" does not exist"
msgstr ""
#: src/modules/unpackfs/main.py:465
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed"
msgstr ""
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr "" msgstr ""
#: src/modules/displaymanager/main.py:526 #: src/modules/displaymanager/main.py:526
@ -202,26 +143,6 @@ msgstr ""
msgid "Display manager configuration was incomplete" msgid "Display manager configuration was incomplete"
msgstr "" msgstr ""
#: src/modules/initcpiocfg/main.py:28
msgid "Configuring mkinitcpio."
msgstr ""
#: src/modules/initcpiocfg/main.py:232
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/fstab/main.py:362 src/modules/localecfg/main.py:136
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr ""
#: src/modules/rawfs/main.py:26
msgid "Installing data."
msgstr ""
#: src/modules/services-openrc/main.py:29 #: src/modules/services-openrc/main.py:29
msgid "Configure OpenRC services" msgid "Configure OpenRC services"
msgstr "" msgstr ""
@ -240,6 +161,11 @@ msgid ""
"level {level!s}." "level {level!s}."
msgstr "" msgstr ""
#: src/modules/services-openrc/main.py:93
#: src/modules/services-systemd/main.py:59
msgid "Cannot modify service"
msgstr ""
#: src/modules/services-openrc/main.py:94 #: src/modules/services-openrc/main.py:94
msgid "" msgid ""
"<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}." "<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}."
@ -265,8 +191,8 @@ msgid ""
"exist." "exist."
msgstr "" msgstr ""
#: src/modules/plymouthcfg/main.py:27 #: src/modules/networkcfg/main.py:29
msgid "Configure Plymouth theme" msgid "Saving network configuration."
msgstr "" msgstr ""
#: src/modules/packages/main.py:50 src/modules/packages/main.py:59 #: src/modules/packages/main.py:50 src/modules/packages/main.py:59
@ -316,58 +242,24 @@ msgid ""
"command <pre>{!s}</pre> returned error code {!s}." "command <pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
#: src/modules/bootloader/main.py:43 #: src/modules/plymouthcfg/main.py:27
msgid "Install bootloader." msgid "Configure Plymouth theme"
msgstr "" msgstr ""
#: src/modules/bootloader/main.py:508 #: src/modules/initcpiocfg/main.py:28
msgid "Bootloader installation error" msgid "Configuring mkinitcpio."
msgstr "" msgstr ""
#: src/modules/bootloader/main.py:509 #: src/modules/localecfg/main.py:30
msgid "" msgid "Configuring locales."
"The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
#: src/modules/hwclock/main.py:26 #: src/modules/mount/main.py:30
msgid "Setting hardware clock." msgid "Mounting partitions."
msgstr "" msgstr ""
#: src/modules/mkinitfs/main.py:27 #: src/modules/rawfs/main.py:26
msgid "Creating initramfs with mkinitfs." msgid "Installing data."
msgstr ""
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr ""
#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50
msgid "The exit code was {}"
msgstr ""
#: src/modules/dracut/main.py:27
msgid "Creating initramfs with dracut."
msgstr ""
#: src/modules/dracut/main.py:49
msgid "Failed to run dracut on the target"
msgstr ""
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr ""
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr ""
#: src/modules/fstab/main.py:29
msgid "Writing fstab."
msgstr ""
#: src/modules/fstab/main.py:389
msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr "" msgstr ""
#: src/modules/dummypython/main.py:35 #: src/modules/dummypython/main.py:35
@ -379,10 +271,121 @@ msgstr ""
msgid "Dummy python step {}" msgid "Dummy python step {}"
msgstr "" msgstr ""
#: src/modules/localecfg/main.py:30 #: src/modules/hwclock/main.py:26
msgid "Configuring locales." msgid "Setting hardware clock."
msgstr "" msgstr ""
#: src/modules/networkcfg/main.py:29 #: src/modules/umount/main.py:31
msgid "Saving network configuration." msgid "Unmount file systems."
msgstr ""
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr ""
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr ""
#: src/modules/services-systemd/main.py:60
msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}."
msgstr ""
#: src/modules/services-systemd/main.py:63
#: src/modules/services-systemd/main.py:69
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:65
msgid "Cannot enable systemd target <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:67
msgid "Cannot enable systemd timer <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:71
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:73
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:75
msgid ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr ""
#: src/modules/mkinitfs/main.py:27
msgid "Creating initramfs with mkinitfs."
msgstr ""
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr ""
#: src/modules/unpackfs/main.py:34
msgid "Filling up filesystems."
msgstr ""
#: src/modules/unpackfs/main.py:254
msgid "rsync failed with error code {}."
msgstr ""
#: src/modules/unpackfs/main.py:299
msgid "Unpacking image {}/{}, file {}/{}"
msgstr ""
#: src/modules/unpackfs/main.py:314
msgid "Starting to unpack {}"
msgstr ""
#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465
msgid "Failed to unpack image \"{}\""
msgstr ""
#: src/modules/unpackfs/main.py:430
msgid "No mount point for root partition"
msgstr ""
#: src/modules/unpackfs/main.py:431
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr ""
#: src/modules/unpackfs/main.py:436
msgid "Bad mount point for root partition"
msgstr ""
#: src/modules/unpackfs/main.py:437
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr ""
#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457
#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr ""
#: src/modules/unpackfs/main.py:454
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr ""
#: src/modules/unpackfs/main.py:458
msgid "The source filesystem \"{}\" does not exist"
msgstr ""
#: src/modules/unpackfs/main.py:464
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed."
msgstr ""
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr ""
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "" msgstr ""

View File

@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-22 11:02+0200\n" "POT-Creation-Date: 2021-11-02 15:45+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Jason Collins <JasonPCollins@protonmail.com>, 2018\n" "Last-Translator: Jason Collins <JasonPCollins@protonmail.com>, 2018\n"
"Language-Team: English (United Kingdom) (https://www.transifex.com/calamares/teams/20061/en_GB/)\n" "Language-Team: English (United Kingdom) (https://www.transifex.com/calamares/teams/20061/en_GB/)\n"
@ -21,131 +21,72 @@ msgstr ""
"Language: en_GB\n" "Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr ""
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361
#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105
#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231
#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144
#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76
#: src/modules/luksopenswaphookcfg/main.py:86
#: src/modules/luksopenswaphookcfg/main.py:90
msgid "Configuration Error"
msgstr ""
#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356
#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145
#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/luksopenswaphookcfg/main.py:87
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362
#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232
#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/luksopenswaphookcfg/main.py:91
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/grubcfg/main.py:28 #: src/modules/grubcfg/main.py:28
msgid "Configure GRUB." msgid "Configure GRUB."
msgstr "" msgstr ""
#: src/modules/mount/main.py:30 #: src/modules/bootloader/main.py:43
msgid "Mounting partitions." msgid "Install bootloader."
msgstr "" msgstr ""
#: src/modules/mount/main.py:144 src/modules/initcpiocfg/main.py:227 #: src/modules/bootloader/main.py:508
#: src/modules/initcpiocfg/main.py:231 msgid "Bootloader installation error"
#: src/modules/luksopenswaphookcfg/main.py:86
#: src/modules/luksopenswaphookcfg/main.py:90 src/modules/rawfs/main.py:164
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/fstab/main.py:355
#: src/modules/fstab/main.py:361 src/modules/fstab/main.py:388
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "" msgstr ""
#: src/modules/mount/main.py:145 src/modules/initcpiocfg/main.py:228 #: src/modules/bootloader/main.py:509
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/fstab/main.py:356
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr ""
#: src/modules/services-systemd/main.py:59
#: src/modules/services-openrc/main.py:93
msgid "Cannot modify service"
msgstr ""
#: src/modules/services-systemd/main.py:60
msgid "" msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}." "The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:63 #: src/modules/fstab/main.py:29
#: src/modules/services-systemd/main.py:67 msgid "Writing fstab."
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:65 #: src/modules/fstab/main.py:389
msgid "Cannot enable systemd target <code>{name!s}</code>." msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:69 #: src/modules/dracut/main.py:27
msgid "Cannot disable systemd target <code>{name!s}</code>." msgid "Creating initramfs with dracut."
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:71 #: src/modules/dracut/main.py:49
msgid "Cannot mask systemd unit <code>{name!s}</code>." msgid "Failed to run dracut on the target"
msgstr "" msgstr ""
#: src/modules/services-systemd/main.py:73 #: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50
msgid "" msgid "The exit code was {}"
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr ""
#: src/modules/umount/main.py:31
msgid "Unmount file systems."
msgstr "Unmount file systems."
#: src/modules/unpackfs/main.py:35
msgid "Filling up filesystems."
msgstr ""
#: src/modules/unpackfs/main.py:255
msgid "rsync failed with error code {}."
msgstr ""
#: src/modules/unpackfs/main.py:300
msgid "Unpacking image {}/{}, file {}/{}"
msgstr ""
#: src/modules/unpackfs/main.py:315
msgid "Starting to unpack {}"
msgstr ""
#: src/modules/unpackfs/main.py:324 src/modules/unpackfs/main.py:464
msgid "Failed to unpack image \"{}\""
msgstr ""
#: src/modules/unpackfs/main.py:431
msgid "No mount point for root partition"
msgstr ""
#: src/modules/unpackfs/main.py:432
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr ""
#: src/modules/unpackfs/main.py:437
msgid "Bad mount point for root partition"
msgstr ""
#: src/modules/unpackfs/main.py:438
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr ""
#: src/modules/unpackfs/main.py:454 src/modules/unpackfs/main.py:458
#: src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr ""
#: src/modules/unpackfs/main.py:455
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr ""
#: src/modules/unpackfs/main.py:459
msgid "The source filesystem \"{}\" does not exist"
msgstr ""
#: src/modules/unpackfs/main.py:465
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed"
msgstr ""
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr "" msgstr ""
#: src/modules/displaymanager/main.py:526 #: src/modules/displaymanager/main.py:526
@ -202,26 +143,6 @@ msgstr ""
msgid "Display manager configuration was incomplete" msgid "Display manager configuration was incomplete"
msgstr "" msgstr ""
#: src/modules/initcpiocfg/main.py:28
msgid "Configuring mkinitcpio."
msgstr ""
#: src/modules/initcpiocfg/main.py:232
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/fstab/main.py:362 src/modules/localecfg/main.py:136
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr ""
#: src/modules/rawfs/main.py:26
msgid "Installing data."
msgstr ""
#: src/modules/services-openrc/main.py:29 #: src/modules/services-openrc/main.py:29
msgid "Configure OpenRC services" msgid "Configure OpenRC services"
msgstr "" msgstr ""
@ -240,6 +161,11 @@ msgid ""
"level {level!s}." "level {level!s}."
msgstr "" msgstr ""
#: src/modules/services-openrc/main.py:93
#: src/modules/services-systemd/main.py:59
msgid "Cannot modify service"
msgstr ""
#: src/modules/services-openrc/main.py:94 #: src/modules/services-openrc/main.py:94
msgid "" msgid ""
"<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}." "<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}."
@ -265,8 +191,8 @@ msgid ""
"exist." "exist."
msgstr "" msgstr ""
#: src/modules/plymouthcfg/main.py:27 #: src/modules/networkcfg/main.py:29
msgid "Configure Plymouth theme" msgid "Saving network configuration."
msgstr "" msgstr ""
#: src/modules/packages/main.py:50 src/modules/packages/main.py:59 #: src/modules/packages/main.py:50 src/modules/packages/main.py:59
@ -316,58 +242,24 @@ msgid ""
"command <pre>{!s}</pre> returned error code {!s}." "command <pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
#: src/modules/bootloader/main.py:43 #: src/modules/plymouthcfg/main.py:27
msgid "Install bootloader." msgid "Configure Plymouth theme"
msgstr "" msgstr ""
#: src/modules/bootloader/main.py:508 #: src/modules/initcpiocfg/main.py:28
msgid "Bootloader installation error" msgid "Configuring mkinitcpio."
msgstr "" msgstr ""
#: src/modules/bootloader/main.py:509 #: src/modules/localecfg/main.py:30
msgid "" msgid "Configuring locales."
"The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
msgstr "" msgstr ""
#: src/modules/hwclock/main.py:26 #: src/modules/mount/main.py:30
msgid "Setting hardware clock." msgid "Mounting partitions."
msgstr "" msgstr ""
#: src/modules/mkinitfs/main.py:27 #: src/modules/rawfs/main.py:26
msgid "Creating initramfs with mkinitfs." msgid "Installing data."
msgstr ""
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr ""
#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50
msgid "The exit code was {}"
msgstr ""
#: src/modules/dracut/main.py:27
msgid "Creating initramfs with dracut."
msgstr ""
#: src/modules/dracut/main.py:49
msgid "Failed to run dracut on the target"
msgstr ""
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr ""
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr ""
#: src/modules/fstab/main.py:29
msgid "Writing fstab."
msgstr ""
#: src/modules/fstab/main.py:389
msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr "" msgstr ""
#: src/modules/dummypython/main.py:35 #: src/modules/dummypython/main.py:35
@ -379,10 +271,121 @@ msgstr "Dummy python job."
msgid "Dummy python step {}" msgid "Dummy python step {}"
msgstr "Dummy python step {}" msgstr "Dummy python step {}"
#: src/modules/localecfg/main.py:30 #: src/modules/hwclock/main.py:26
msgid "Configuring locales." msgid "Setting hardware clock."
msgstr "" msgstr ""
#: src/modules/networkcfg/main.py:29 #: src/modules/umount/main.py:31
msgid "Saving network configuration." msgid "Unmount file systems."
msgstr "Unmount file systems."
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr ""
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr ""
#: src/modules/services-systemd/main.py:60
msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}."
msgstr ""
#: src/modules/services-systemd/main.py:63
#: src/modules/services-systemd/main.py:69
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:65
msgid "Cannot enable systemd target <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:67
msgid "Cannot enable systemd timer <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:71
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:73
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr ""
#: src/modules/services-systemd/main.py:75
msgid ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr ""
#: src/modules/mkinitfs/main.py:27
msgid "Creating initramfs with mkinitfs."
msgstr ""
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr ""
#: src/modules/unpackfs/main.py:34
msgid "Filling up filesystems."
msgstr ""
#: src/modules/unpackfs/main.py:254
msgid "rsync failed with error code {}."
msgstr ""
#: src/modules/unpackfs/main.py:299
msgid "Unpacking image {}/{}, file {}/{}"
msgstr ""
#: src/modules/unpackfs/main.py:314
msgid "Starting to unpack {}"
msgstr ""
#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465
msgid "Failed to unpack image \"{}\""
msgstr ""
#: src/modules/unpackfs/main.py:430
msgid "No mount point for root partition"
msgstr ""
#: src/modules/unpackfs/main.py:431
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr ""
#: src/modules/unpackfs/main.py:436
msgid "Bad mount point for root partition"
msgstr ""
#: src/modules/unpackfs/main.py:437
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr ""
#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457
#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr ""
#: src/modules/unpackfs/main.py:454
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr ""
#: src/modules/unpackfs/main.py:458
msgid "The source filesystem \"{}\" does not exist"
msgstr ""
#: src/modules/unpackfs/main.py:464
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed."
msgstr ""
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr ""
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "" msgstr ""

Some files were not shown because too many files have changed in this diff Show More