Merge branch 'development' into 3.2.x-stable

This commit is contained in:
Philip Müller 2020-11-18 09:21:57 +01:00
commit 76c0af7080
147 changed files with 19206 additions and 15095 deletions

21
CHANGES
View File

@ -7,15 +7,32 @@ 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
website will have to do for older versions.
# 3.2.34 (unreleased) #
# 3.2.35(unreleased) #
This release contains contributions from (alphabetically by first name):
- Artem Grinev
- No external contributors yet
## Core ##
- No core changes yet
## Modules ##
- No module changes yet
# 3.2.34 (2020-11-16) #
This release contains contributions from (alphabetically by first name):
- Artem Grinev
- Gaël PORTAY
## Core ##
- No core changes yet
## Modules ##
- The *keyboard* module had a regression in which it no-longer painted
the keycaps in the keyboard preview. (reported by Vinnie)
- The *plasmalnf* module did not set all of the look-and-feel values
in the target system. (reported by Bluestar Linux)
- In the *users* module, warnings about the strength of the password
are now correctly pluralized when possible.
- In the *users* module, if ICU is installed, the user's full name is

View File

@ -41,7 +41,7 @@
# TODO:3.3: Require CMake 3.12
cmake_minimum_required( VERSION 3.3 FATAL_ERROR )
project( CALAMARES
VERSION 3.2.34
VERSION 3.2.35
LANGUAGES C CXX )
set( CALAMARES_VERSION_RC 1 ) # Set to 0 during release cycle, 1 during development

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1035,22 +1035,22 @@ The installer will quit and all changes will be lost.</translation>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="126"/>
<source>Preserving home directory</source>
<translation type="unfinished"/>
<translation>Preserving home directory</translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="143"/>
<source>Creating user %1</source>
<translation type="unfinished">Creating user %1. {1?}</translation>
<translation>Creating user %1. {1?}</translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="151"/>
<source>Configuring user %1</source>
<translation type="unfinished"/>
<translation>Configuring user %1</translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="159"/>
<source>Setting file permissions</source>
<translation type="unfinished"/>
<translation>Setting file permissions</translation>
</message>
</context>
<context>
@ -2005,259 +2005,259 @@ The installer will quit and all changes will be lost.</translation>
<translation>Password is too long</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="143"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="188"/>
<source>Password is too weak</source>
<translation>Password is too weak</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="151"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="196"/>
<source>Memory allocation error when setting '%1'</source>
<translation>Memory allocation error when setting '%1'</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="156"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="199"/>
<source>Memory allocation error</source>
<translation>Memory allocation error</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="158"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="201"/>
<source>The password is the same as the old one</source>
<translation>The password is the same as the old one</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="160"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="203"/>
<source>The password is a palindrome</source>
<translation>The password is a palindrome</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="162"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="205"/>
<source>The password differs with case changes only</source>
<translation>The password differs with case changes only</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="164"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="207"/>
<source>The password is too similar to the old one</source>
<translation>The password is too similar to the old one</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="166"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="209"/>
<source>The password contains the user name in some form</source>
<translation>The password contains the user name in some form</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="168"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="211"/>
<source>The password contains words from the real name of the user in some form</source>
<translation>The password contains words from the real name of the user in some form</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="171"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="214"/>
<source>The password contains forbidden words in some form</source>
<translation>The password contains forbidden words in some form</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="178"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="221"/>
<source>The password contains too few digits</source>
<translation>The password contains too few digits</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="185"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="228"/>
<source>The password contains too few uppercase letters</source>
<translation>The password contains too few uppercase letters</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="192"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="235"/>
<source>The password contains too few lowercase letters</source>
<translation>The password contains too few lowercase letters</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="201"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="242"/>
<source>The password contains too few non-alphanumeric characters</source>
<translation>The password contains too few non-alphanumeric characters</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="208"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="249"/>
<source>The password is too short</source>
<translation>The password is too short</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="217"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="258"/>
<source>The password does not contain enough character classes</source>
<translation>The password does not contain enough character classes</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="226"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="265"/>
<source>The password contains too many same characters consecutively</source>
<translation>The password contains too many same characters consecutively</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="236"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="275"/>
<source>The password contains too many characters of the same class consecutively</source>
<translation>The password contains too many characters of the same class consecutively</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="175"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="218"/>
<source>The password contains fewer than %n digits</source>
<translation type="unfinished">
<numerusform/>
<numerusform/>
<translation>
<numerusform>The password contains fewer than %n digits</numerusform>
<numerusform>The password contains fewer than %n digits</numerusform>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="182"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="225"/>
<source>The password contains fewer than %n uppercase letters</source>
<translation type="unfinished">
<numerusform/>
<numerusform/>
<translation>
<numerusform>The password contains fewer than %n uppercase letters</numerusform>
<numerusform>The password contains fewer than %n uppercase letters</numerusform>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="189"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="232"/>
<source>The password contains fewer than %n lowercase letters</source>
<translation type="unfinished">
<numerusform/>
<numerusform/>
<translation>
<numerusform>The password contains fewer than %n lowercase letters</numerusform>
<numerusform>The password contains fewer than %n lowercase letters</numerusform>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="196"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="239"/>
<source>The password contains fewer than %n non-alphanumeric characters</source>
<translation type="unfinished">
<numerusform/>
<numerusform/>
<translation>
<numerusform>The password contains fewer than %n non-alphanumeric characters</numerusform>
<numerusform>The password contains fewer than %n non-alphanumeric characters</numerusform>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="205"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="246"/>
<source>The password is shorter than %n characters</source>
<translation type="unfinished">
<numerusform/>
<numerusform/>
<translation>
<numerusform>The password is shorter than %n characters</numerusform>
<numerusform>The password is shorter than %n characters</numerusform>
</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="210"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="251"/>
<source>The password is a rotated version of the previous one</source>
<translation type="unfinished"/>
<translation>The password is a rotated version of the previous one</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="214"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="255"/>
<source>The password contains fewer than %n character classes</source>
<translation type="unfinished">
<numerusform/>
<numerusform/>
<translation>
<numerusform>The password contains fewer than %n character classes</numerusform>
<numerusform>The password contains fewer than %n character classes</numerusform>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="221"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="262"/>
<source>The password contains more than %n same characters consecutively</source>
<translation type="unfinished">
<numerusform/>
<numerusform/>
<translation>
<numerusform>The password contains more than %n same characters consecutively</numerusform>
<numerusform>The password contains more than %n same characters consecutively</numerusform>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="230"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="269"/>
<source>The password contains more than %n characters of the same class consecutively</source>
<translation type="unfinished">
<numerusform/>
<numerusform/>
<translation>
<numerusform>The password contains more than %n characters of the same class consecutively</numerusform>
<numerusform>The password contains more than %n characters of the same class consecutively</numerusform>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="241"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="280"/>
<source>The password contains monotonic sequence longer than %n characters</source>
<translation type="unfinished">
<numerusform/>
<numerusform/>
<translation>
<numerusform>The password contains monotonic sequence longer than %n characters</numerusform>
<numerusform>The password contains monotonic sequence longer than %n characters</numerusform>
</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="247"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="286"/>
<source>The password contains too long of a monotonic character sequence</source>
<translation>The password contains too long of a monotonic character sequence</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="250"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="289"/>
<source>No password supplied</source>
<translation>No password supplied</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="252"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="291"/>
<source>Cannot obtain random numbers from the RNG device</source>
<translation>Cannot obtain random numbers from the RNG device</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="254"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="293"/>
<source>Password generation failed - required entropy too low for settings</source>
<translation>Password generation failed - required entropy too low for settings</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="260"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="298"/>
<source>The password fails the dictionary check - %1</source>
<translation>The password fails the dictionary check - %1</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="263"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="301"/>
<source>The password fails the dictionary check</source>
<translation>The password fails the dictionary check</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="267"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="305"/>
<source>Unknown setting - %1</source>
<translation>Unknown setting - %1</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="271"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="307"/>
<source>Unknown setting</source>
<translation>Unknown setting</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="275"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="311"/>
<source>Bad integer value of setting - %1</source>
<translation>Bad integer value of setting - %1</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="280"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="313"/>
<source>Bad integer value</source>
<translation>Bad integer value</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="284"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="317"/>
<source>Setting %1 is not of integer type</source>
<translation>Setting %1 is not of integer type</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="289"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="319"/>
<source>Setting is not of integer type</source>
<translation>Setting is not of integer type</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="293"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="323"/>
<source>Setting %1 is not of string type</source>
<translation>Setting %1 is not of string type</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="298"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="325"/>
<source>Setting is not of string type</source>
<translation>Setting is not of string type</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="300"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="327"/>
<source>Opening the configuration file failed</source>
<translation>Opening the configuration file failed</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="302"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="329"/>
<source>The configuration file is malformed</source>
<translation>The configuration file is malformed</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="304"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="331"/>
<source>Fatal failure</source>
<translation>Fatal failure</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="306"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="333"/>
<source>Unknown error</source>
<translation>Unknown error</translation>
</message>
@ -3447,18 +3447,18 @@ Output:
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="166"/>
<source>Preparing groups.</source>
<translation type="unfinished"/>
<translation>Preparing groups.</translation>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="178"/>
<location filename="../src/modules/users/MiscJobs.cpp" line="183"/>
<source>Could not create groups in target system</source>
<translation type="unfinished"/>
<translation>Could not create groups in target system</translation>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="184"/>
<source>These groups are missing in the target system: %1</source>
<translation type="unfinished"/>
<translation>These groups are missing in the target system: %1</translation>
</message>
</context>
<context>
@ -3466,17 +3466,17 @@ Output:
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="33"/>
<source>Configure &lt;pre&gt;sudo&lt;/pre&gt; users.</source>
<translation type="unfinished"/>
<translation>Configure &lt;pre&gt;sudo&lt;/pre&gt; users.</translation>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="55"/>
<source>Cannot chmod sudoers file.</source>
<translation type="unfinished">Cannot chmod sudoers file.</translation>
<translation>Cannot chmod sudoers file.</translation>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="60"/>
<source>Cannot create sudoers file for writing.</source>
<translation type="unfinished">Cannot create sudoers file for writing.</translation>
<translation>Cannot create sudoers file for writing.</translation>
</message>
</context>
<context>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -4,17 +4,17 @@
<context>
<name>BootInfoWidget</name>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="61"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="62"/>
<source>The &lt;strong&gt;boot environment&lt;/strong&gt; of this system.&lt;br&gt;&lt;br&gt;Older x86 systems only support &lt;strong&gt;BIOS&lt;/strong&gt;.&lt;br&gt;Modern systems usually use &lt;strong&gt;EFI&lt;/strong&gt;, but may also show up as BIOS if started in compatibility mode.</source>
<translation>&lt;strong&gt;Lingkungan boot&lt;/strong&gt; pada sistem ini.&lt;br&gt;&lt;br&gt;Sistem x86 kuno hanya mendukung &lt;strong&gt;BIOS&lt;/strong&gt;.&lt;br&gt;Sistem moderen biasanya menggunakan &lt;strong&gt;EFI&lt;/strong&gt;, tapi mungkin juga tampak sebagai BIOS jika dimulai dalam mode kompatibilitas.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="71"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="72"/>
<source>This system was started with an &lt;strong&gt;EFI&lt;/strong&gt; boot environment.&lt;br&gt;&lt;br&gt;To configure startup from an EFI environment, this installer must deploy a boot loader application, like &lt;strong&gt;GRUB&lt;/strong&gt; or &lt;strong&gt;systemd-boot&lt;/strong&gt; on an &lt;strong&gt;EFI System Partition&lt;/strong&gt;. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own.</source>
<translation>Sistem ini telah dimulai dengan lingkungan boot &lt;strong&gt;EFI&lt;/strong&gt;.&lt;br&gt;&lt;br&gt;Untuk mengkonfigurasi startup dari lingkungan EFI, installer ini seharusnya memaparkan sebuah aplikasi boot loader, seperti &lt;strong&gt;GRUB&lt;/strong&gt; atau &lt;strong&gt;systemd-boot&lt;/strong&gt; pada sebuah &lt;strong&gt;EFI System Partition&lt;/strong&gt;. Ini adalah otomatis, kecuali kalau kamu memilih pemartisian manual, dalam beberapa kasus kamu harus memilihnya atau menciptakannya pada milikmu.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="83"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="84"/>
<source>This system was started with a &lt;strong&gt;BIOS&lt;/strong&gt; boot environment.&lt;br&gt;&lt;br&gt;To configure startup from a BIOS environment, this installer must install a boot loader, like &lt;strong&gt;GRUB&lt;/strong&gt;, either at the beginning of a partition or on the &lt;strong&gt;Master Boot Record&lt;/strong&gt; near the beginning of the partition table (preferred). This is automatic, unless you choose manual partitioning, in which case you must set it up on your own.</source>
<translation>Sistem ini dimulai dengan sebuah lingkungan boot &lt;strong&gt;BIOS&lt;/strong&gt;.&lt;br&gt;&lt;br&gt;Untuk mengkonfigurasi startup dari sebuah lingkungan BIOS, installer ini seharusnya memasang sebuah boot loader, seperti &lt;strong&gt;GRUB&lt;/strong&gt;, baik di awal partisi atau pada &lt;strong&gt;Master Boot Record&lt;/strong&gt; di dekat awalan tabel partisi (yang disukai). Ini adalah otomatis, kecuali kalau kamu memilih pemartisian manual, dalam beberapa kasus kamu harus menyetelnya pada milikmu.</translation>
</message>
@ -529,7 +529,7 @@ Instalasi akan ditutup dan semua perubahan akan hilang.</translation>
<translation>&lt;strong&gt;Pemartisian manual&lt;/strong&gt;&lt;br/&gt;Anda bisa membuat atau mengubah ukuran partisi.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="831"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="828"/>
<source>Reuse %1 as home partition for %2.</source>
<translation>Gunakan kembali %1 sebagai partisi home untuk %2.</translation>
</message>
@ -554,101 +554,101 @@ Instalasi akan ditutup dan semua perubahan akan hilang.</translation>
<translation>&lt;strong&gt;Pilih sebuah partisi untuk memasang&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1146"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1148"/>
<source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source>
<translation>Sebuah partisi sistem EFI tidak ditemukan pada sistem ini. Silakan kembali dan gunakan pemartisian manual untuk mengeset %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1154"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1156"/>
<source>The EFI system partition at %1 will be used for starting %2.</source>
<translation>Partisi sistem EFI di %1 akan digunakan untuk memulai %2.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1162"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1164"/>
<source>EFI system partition:</source>
<translation>Partisi sistem EFI:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1296"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1297"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>Tampaknya media penyimpanan ini tidak mengandung sistem operasi. Apa yang hendak Anda lakukan?&lt;br/&gt;Anda dapat menelaah dan mengkonfirmasi pilihan Anda sebelum dilakukan perubahan pada media penyimpanan.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1301"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1338"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1360"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1385"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1302"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1339"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1361"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1386"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color="red"&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;Hapus disk&lt;/strong&gt;&lt;br/&gt;Aksi ini akan &lt;font color="red"&gt;menghapus&lt;/font&gt; semua berkas yang ada pada media penyimpanan terpilih.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1305"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1334"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1356"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1381"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1306"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1335"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1357"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1382"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;Instal berdampingan dengan&lt;/strong&gt;&lt;br/&gt;Installer akan mengiris sebuah partisi untuk memberi ruang bagi %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1309"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1343"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1364"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1389"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1310"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1344"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1365"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1390"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;Ganti sebuah partisi&lt;/strong&gt;&lt;br/&gt; Ganti partisi dengan %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1328"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1329"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>Media penyimpanan ini mengandung %1. Apa yang hendak Anda lakukan?&lt;br/&gt;Anda dapat menelaah dan mengkonfirmasi pilihan Anda sebelum dilakukan perubahan pada media penyimpanan.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1351"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1352"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>Media penyimpanan ini telah mengandung sistem operasi. Apa yang hendak Anda lakukan?&lt;br/&gt;Anda dapat menelaah dan mengkonfirmasi pilihan Anda sebelum dilakukan perubahan pada media penyimpanan.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1376"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1377"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>Media penyimpanan ini telah mengandung beberapa sistem operasi. Apa yang hendak Anda lakukan?&lt;br/&gt;Anda dapat menelaah dan mengkonfirmasi pilihan Anda sebelum dilakukan perubahan pada media penyimpanan.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1448"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1449"/>
<source>This storage device already has an operating system on it, but the partition table &lt;strong&gt;%1&lt;/strong&gt; is different from the needed &lt;strong&gt;%2&lt;/strong&gt;.&lt;br/&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1471"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1472"/>
<source>This storage device has one of its partitions &lt;strong&gt;mounted&lt;/strong&gt;.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1476"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1477"/>
<source>This storage device is a part of an &lt;strong&gt;inactive RAID&lt;/strong&gt; device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1603"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1604"/>
<source>No Swap</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1611"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1612"/>
<source>Reuse Swap</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1614"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1615"/>
<source>Swap (no Hibernate)</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1617"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1618"/>
<source>Swap (with Hibernate)</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1620"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1621"/>
<source>Swap to file</source>
<translation type="unfinished"/>
</message>
@ -716,12 +716,12 @@ Instalasi akan ditutup dan semua perubahan akan hilang.</translation>
<context>
<name>Config</name>
<message>
<location filename="../src/modules/keyboard/Config.cpp" line="340"/>
<location filename="../src/modules/keyboard/Config.cpp" line="326"/>
<source>Set keyboard model to %1.&lt;br/&gt;</source>
<translation>Setel model papan ketik ke %1.&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/keyboard/Config.cpp" line="347"/>
<location filename="../src/modules/keyboard/Config.cpp" line="333"/>
<source>Set keyboard layout to %1/%2.</source>
<translation>Setel tata letak papan ketik ke %1/%2.</translation>
</message>
@ -808,47 +808,47 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.</translat
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="164"/>
<location filename="../src/modules/users/Config.cpp" line="200"/>
<source>Your username is too long.</source>
<translation>Nama pengguna Anda terlalu panjang.</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="170"/>
<location filename="../src/modules/users/Config.cpp" line="206"/>
<source>'%1' is not allowed as username.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="177"/>
<location filename="../src/modules/users/Config.cpp" line="213"/>
<source>Your username must start with a lowercase letter or underscore.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="181"/>
<location filename="../src/modules/users/Config.cpp" line="217"/>
<source>Only lowercase letters, numbers, underscore and hyphen are allowed.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="227"/>
<location filename="../src/modules/users/Config.cpp" line="262"/>
<source>Your hostname is too short.</source>
<translation>Hostname Anda terlalu pendek.</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="231"/>
<location filename="../src/modules/users/Config.cpp" line="266"/>
<source>Your hostname is too long.</source>
<translation>Hostname Anda terlalu panjang.</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="237"/>
<location filename="../src/modules/users/Config.cpp" line="272"/>
<source>'%1' is not allowed as hostname.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="243"/>
<location filename="../src/modules/users/Config.cpp" line="278"/>
<source>Only letters, numbers, underscore and hyphen are allowed.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="446"/>
<location filename="../src/modules/users/Config.cpp" line="481"/>
<source>Your passwords do not match!</source>
<translation>Sandi Anda tidak sama!</translation>
</message>
@ -1016,29 +1016,39 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.</translat
<context>
<name>CreateUserJob</name>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="40"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="36"/>
<source>Create user %1</source>
<translation>Buat pengguna %1</translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="47"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="43"/>
<source>Create user &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Buat pengguna &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="54"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="50"/>
<source>Creating user %1.</source>
<translation>Membuat pengguna %1.</translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="186"/>
<source>Cannot create sudoers file for writing.</source>
<translation>Tidak dapat membuat berkas sudoers untuk ditulis.</translation>
<location filename="../src/modules/users/CreateUserJob.cpp" line="126"/>
<source>Preserving home directory</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="181"/>
<source>Cannot chmod sudoers file.</source>
<translation>Tidak dapat chmod berkas sudoers.</translation>
<location filename="../src/modules/users/CreateUserJob.cpp" line="143"/>
<source>Creating user %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="151"/>
<source>Configuring user %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="159"/>
<source>Setting file permissions</source>
<translation type="unfinished"/>
</message>
</context>
<context>
@ -1241,7 +1251,7 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.</translat
<translation>Bendera:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="272"/>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="275"/>
<source>Mountpoint already in use. Please select another one.</source>
<translation>Titik-kait sudah digunakan. Silakan pilih yang lainnya.</translation>
</message>
@ -1556,23 +1566,10 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.</translat
<translation>Skrip</translation>
</message>
</context>
<context>
<name>KeyboardPage</name>
<message>
<location filename="../src/modules/keyboard/KeyboardPage.cpp" line="204"/>
<source>Set keyboard model to %1.&lt;br/&gt;</source>
<translation>Setel model papan ketik ke %1.&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/keyboard/KeyboardPage.cpp" line="208"/>
<source>Set keyboard layout to %1/%2.</source>
<translation>Setel tata letak papan ketik ke %1/%2.</translation>
</message>
</context>
<context>
<name>KeyboardQmlViewStep</name>
<message>
<location filename="../src/modules/keyboardq/KeyboardQmlViewStep.cpp" line="33"/>
<location filename="../src/modules/keyboardq/KeyboardQmlViewStep.cpp" line="32"/>
<source>Keyboard</source>
<translation>Papan Ketik</translation>
</message>
@ -1580,7 +1577,7 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.</translat
<context>
<name>KeyboardViewStep</name>
<message>
<location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="45"/>
<location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="42"/>
<source>Keyboard</source>
<translation>Papan Ketik</translation>
</message>
@ -1662,59 +1659,59 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.</translat
<context>
<name>LicenseWidget</name>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="87"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="88"/>
<source>URL: %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="108"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="109"/>
<source>&lt;strong&gt;%1 driver&lt;/strong&gt;&lt;br/&gt;by %2</source>
<extracomment>%1 is an untranslatable product name, example: Creative Audigy driver</extracomment>
<translation>&lt;strong&gt;%1 driver&lt;/strong&gt;&lt;br/&gt;by %2</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="115"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="116"/>
<source>&lt;strong&gt;%1 graphics driver&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<extracomment>%1 is usually a vendor name, example: Nvidia graphics driver</extracomment>
<translation>&lt;strong&gt;%1 driver grafis&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="121"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="122"/>
<source>&lt;strong&gt;%1 browser plugin&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation>&lt;strong&gt;%1 plugin peramban&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="127"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="128"/>
<source>&lt;strong&gt;%1 codec&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation>&lt;strong&gt;%1 codec&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="133"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="134"/>
<source>&lt;strong&gt;%1 package&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation>&lt;strong&gt;%1 paket&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="139"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="140"/>
<source>&lt;strong&gt;%1&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation>&lt;strong&gt;%1&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="162"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="163"/>
<source>File: %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="185"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="186"/>
<source>Hide license text</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="185"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="186"/>
<source>Show the license text</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="189"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="190"/>
<source>Open license agreement in browser.</source>
<translation type="unfinished"/>
</message>
@ -1722,18 +1719,18 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.</translat
<context>
<name>LocalePage</name>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="124"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="130"/>
<source>Region:</source>
<translation>Wilayah:</translation>
</message>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="125"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="131"/>
<source>Zone:</source>
<translation>Zona:</translation>
</message>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="126"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="127"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="132"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="133"/>
<source>&amp;Change...</source>
<translation>&amp;Ubah...</translation>
</message>
@ -2004,237 +2001,255 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.</translat
<translation>Kata sandi terlalu panjang</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="143"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="188"/>
<source>Password is too weak</source>
<translation>kata sandi terlalu lemah</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="151"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="196"/>
<source>Memory allocation error when setting '%1'</source>
<translation>Kesalahan alokasi memori saat menyetel '%1'</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="156"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="199"/>
<source>Memory allocation error</source>
<translation>Kesalahan alokasi memori</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="158"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="201"/>
<source>The password is the same as the old one</source>
<translation>Kata sandi sama dengan yang lama</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="160"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="203"/>
<source>The password is a palindrome</source>
<translation>Kata sandi palindrom</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="162"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="205"/>
<source>The password differs with case changes only</source>
<translation>Kata sandi berbeda hanya dengan perubahan huruf saja</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="164"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="207"/>
<source>The password is too similar to the old one</source>
<translation>Kata sandi terlalu mirip dengan yang lama</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="166"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="209"/>
<source>The password contains the user name in some form</source>
<translation>Kata sandi berisi nama pengguna dalam beberapa form</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="168"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="211"/>
<source>The password contains words from the real name of the user in some form</source>
<translation>Kata sandi berisi kata-kata dari nama asli pengguna dalam beberapa form</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="171"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="214"/>
<source>The password contains forbidden words in some form</source>
<translation>Password mengandung kata yang dilarang pada beberapa bagian form</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="175"/>
<source>The password contains less than %1 digits</source>
<translation>Password setidaknya berisi 1 digit karakter</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="178"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="221"/>
<source>The password contains too few digits</source>
<translation>Kata sandi terkandung terlalu sedikit digit</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="182"/>
<source>The password contains less than %1 uppercase letters</source>
<translation>Kata sandi terkandung kurang dari %1 huruf besar</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="185"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="228"/>
<source>The password contains too few uppercase letters</source>
<translation>Kata sandi terkandung terlalu sedikit huruf besar</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="189"/>
<source>The password contains less than %1 lowercase letters</source>
<translation>Kata sandi terkandung kurang dari %1 huruf kecil</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="192"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="235"/>
<source>The password contains too few lowercase letters</source>
<translation>Kata sandi terkandung terlalu sedikit huruf kecil</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="196"/>
<source>The password contains less than %1 non-alphanumeric characters</source>
<translation>Kata sandi terkandung kurang dari %1 karakter non-alfanumerik</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="200"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="242"/>
<source>The password contains too few non-alphanumeric characters</source>
<translation>Kata sandi terkandung terlalu sedikit non-alfanumerik</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="204"/>
<source>The password is shorter than %1 characters</source>
<translation>Kata sandi terlalu pendek dari %1 karakter</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="207"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="249"/>
<source>The password is too short</source>
<translation>Password terlalu pendek</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="209"/>
<source>The password is just rotated old one</source>
<translation>Kata sandi hanya terotasi satu kali</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="213"/>
<source>The password contains less than %1 character classes</source>
<translation>Kata sandi terkandung kurang dari %1 kelas karakter</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="216"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="258"/>
<source>The password does not contain enough character classes</source>
<translation>Kata sandi tidak terkandung kelas karakter yang cukup</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="220"/>
<source>The password contains more than %1 same characters consecutively</source>
<translation>Kata sandi terkandung lebih dari %1 karakter berurutan yang sama</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="224"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="265"/>
<source>The password contains too many same characters consecutively</source>
<translation>Kata sandi terkandung terlalu banyak karakter berurutan yang sama</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="228"/>
<source>The password contains more than %1 characters of the same class consecutively</source>
<translation>Kata sandi terkandung lebih dari %1 karakter dari kelas berurutan yang sama</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="232"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="275"/>
<source>The password contains too many characters of the same class consecutively</source>
<translation>Kata sandi terkandung terlalu banyak karakter dari kelas berurutan yang sama</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="237"/>
<source>The password contains monotonic sequence longer than %1 characters</source>
<translation>Kata sandi terkandung rangkaian monoton yang lebih panjang dari %1 karakter</translation>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="218"/>
<source>The password contains fewer than %n digits</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="225"/>
<source>The password contains fewer than %n uppercase letters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="232"/>
<source>The password contains fewer than %n lowercase letters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="239"/>
<source>The password contains fewer than %n non-alphanumeric characters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="246"/>
<source>The password is shorter than %n characters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="241"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="251"/>
<source>The password is a rotated version of the previous one</source>
<translation type="unfinished"/>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="255"/>
<source>The password contains fewer than %n character classes</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="262"/>
<source>The password contains more than %n same characters consecutively</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="269"/>
<source>The password contains more than %n characters of the same class consecutively</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="280"/>
<source>The password contains monotonic sequence longer than %n characters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="286"/>
<source>The password contains too long of a monotonic character sequence</source>
<translation>Kata sandi terkandung rangkaian karakter monoton yang panjang</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="244"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="289"/>
<source>No password supplied</source>
<translation>Tidak ada kata sandi yang dipasok</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="246"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="291"/>
<source>Cannot obtain random numbers from the RNG device</source>
<translation>Tidak dapat memperoleh angka acak dari piranti RNG</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="248"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="293"/>
<source>Password generation failed - required entropy too low for settings</source>
<translation>Penghasilan kata sandi gagal - entropi yang diperlukan terlalu rendah untuk pengaturan</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="254"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="298"/>
<source>The password fails the dictionary check - %1</source>
<translation>Kata sandi gagal memeriksa kamus - %1</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="257"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="301"/>
<source>The password fails the dictionary check</source>
<translation>Kata sandi gagal memeriksa kamus</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="261"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="305"/>
<source>Unknown setting - %1</source>
<translation>Pengaturan tidak diketahui - %1</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="265"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="307"/>
<source>Unknown setting</source>
<translation>pengaturan tidak diketahui</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="269"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="311"/>
<source>Bad integer value of setting - %1</source>
<translation>Nilai bilangan bulat buruk dari pengaturan - %1</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="274"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="313"/>
<source>Bad integer value</source>
<translation>Nilai integer jelek</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="278"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="317"/>
<source>Setting %1 is not of integer type</source>
<translation>Pengaturan %1 tidak termasuk tipe integer</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="283"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="319"/>
<source>Setting is not of integer type</source>
<translation>Pengaturan tidak termasuk tipe integer</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="287"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="323"/>
<source>Setting %1 is not of string type</source>
<translation>Pengaturan %1 tidak termasuk tipe string</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="292"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="325"/>
<source>Setting is not of string type</source>
<translation>Pengaturan tidak termasuk tipe string</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="294"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="327"/>
<source>Opening the configuration file failed</source>
<translation>Ada kesalahan saat membuka berkas konfigurasi</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="296"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="329"/>
<source>The configuration file is malformed</source>
<translation>Kesalahan format pada berkas konfigurasi</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="298"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="331"/>
<source>Fatal failure</source>
<translation>Kegagalan fatal</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="300"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="333"/>
<source>Unknown error</source>
<translation>Ada kesalahan yang tidak diketahui</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="651"/>
<location filename="../src/modules/users/Config.cpp" line="729"/>
<source>Password is empty</source>
<translation type="unfinished"/>
</message>
@ -2568,117 +2583,117 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.</translat
<context>
<name>PartitionViewStep</name>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="69"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="70"/>
<source>Gathering system information...</source>
<translation>Mengumpulkan informasi sistem...</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="124"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="125"/>
<source>Partitions</source>
<translation>Partisi</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="162"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="163"/>
<source>Install %1 &lt;strong&gt;alongside&lt;/strong&gt; another operating system.</source>
<translation>Instal %1 &lt;strong&gt;berdampingan&lt;/strong&gt; dengan sistem operasi lain.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="166"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="167"/>
<source>&lt;strong&gt;Erase&lt;/strong&gt; disk and install %1.</source>
<translation>&lt;strong&gt;Hapus&lt;/strong&gt; diska dan instal %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="169"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="170"/>
<source>&lt;strong&gt;Replace&lt;/strong&gt; a partition with %1.</source>
<translation>&lt;strong&gt;Ganti&lt;/strong&gt; partisi dengan %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="173"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="174"/>
<source>&lt;strong&gt;Manual&lt;/strong&gt; partitioning.</source>
<translation>Partisi &lt;strong&gt;manual&lt;/strong&gt;.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="186"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="187"/>
<source>Install %1 &lt;strong&gt;alongside&lt;/strong&gt; another operating system on disk &lt;strong&gt;%2&lt;/strong&gt; (%3).</source>
<translation>Instal %1 &lt;strong&gt;berdampingan&lt;/strong&gt; dengan sistem operasi lain di disk &lt;strong&gt;%2&lt;/strong&gt; (%3).</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="193"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="194"/>
<source>&lt;strong&gt;Erase&lt;/strong&gt; disk &lt;strong&gt;%2&lt;/strong&gt; (%3) and install %1.</source>
<translation>&lt;strong&gt;Hapus&lt;/strong&gt; diska &lt;strong&gt;%2&lt;/strong&gt; (%3) dan instal %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="199"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="200"/>
<source>&lt;strong&gt;Replace&lt;/strong&gt; a partition on disk &lt;strong&gt;%2&lt;/strong&gt; (%3) with %1.</source>
<translation>&lt;strong&gt;Ganti&lt;/strong&gt; partisi pada diska &lt;strong&gt;%2&lt;/strong&gt; (%3) dengan %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="206"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="207"/>
<source>&lt;strong&gt;Manual&lt;/strong&gt; partitioning on disk &lt;strong&gt;%1&lt;/strong&gt; (%2).</source>
<translation>&lt;strong&gt;Partisi Manual&lt;/strong&gt; pada diska &lt;strong&gt;%1&lt;/strong&gt; (%2).</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="215"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="216"/>
<source>Disk &lt;strong&gt;%1&lt;/strong&gt; (%2)</source>
<translation>Disk &lt;strong&gt;%1&lt;/strong&gt; (%2)</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="241"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="242"/>
<source>Current:</source>
<translation>Saat ini:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="259"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="260"/>
<source>After:</source>
<translation>Sesudah:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="426"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="427"/>
<source>No EFI system partition configured</source>
<translation>Tiada partisi sistem EFI terkonfigurasi</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="427"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="428"/>
<source>An EFI system partition is necessary to start %1.&lt;br/&gt;&lt;br/&gt;To configure an EFI system partition, go back and select or create a FAT32 filesystem with the &lt;strong&gt;%3&lt;/strong&gt; flag enabled and mount point &lt;strong&gt;%2&lt;/strong&gt;.&lt;br/&gt;&lt;br/&gt;You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="441"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="442"/>
<source>An EFI system partition is necessary to start %1.&lt;br/&gt;&lt;br/&gt;A partition was configured with mount point &lt;strong&gt;%2&lt;/strong&gt; but its &lt;strong&gt;%3&lt;/strong&gt; flag is not set.&lt;br/&gt;To set the flag, go back and edit the partition.&lt;br/&gt;&lt;br/&gt;You can continue without setting the flag but your system may fail to start.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="440"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="441"/>
<source>EFI system partition flag not set</source>
<translation>Bendera partisi sistem EFI tidak disetel</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="467"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="468"/>
<source>Option to use GPT on BIOS</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="468"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="469"/>
<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"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="496"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="497"/>
<source>Boot partition not encrypted</source>
<translation>Partisi boot tidak dienkripsi</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="497"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="498"/>
<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>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="626"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="627"/>
<source>has at least one disk device available.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="627"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="628"/>
<source>There are no partitions to install on.</source>
<translation type="unfinished"/>
</message>
@ -2838,13 +2853,8 @@ Keluaran:
<translation>swap</translation>
</message>
<message>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="90"/>
<source>Default Keyboard Model</source>
<translation>Model Papan Ketik Standar</translation>
</message>
<message>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="136"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="173"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="130"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="167"/>
<source>Default</source>
<translation>Standar</translation>
</message>
@ -3227,29 +3237,29 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.</translat
<context>
<name>SetKeyboardLayoutJob</name>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="53"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="55"/>
<source>Set keyboard model to %1, layout to %2-%3</source>
<translation>Model papan ketik ditetapkan ke %1, tata letak ke %2-%3</translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="356"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="368"/>
<source>Failed to write keyboard configuration for the virtual console.</source>
<translation>Gagal menulis konfigurasi keyboard untuk virtual console.</translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="357"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="361"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="368"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="369"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="397"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="414"/>
<source>Failed to write to %1</source>
<translation>Gagal menulis ke %1.</translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="360"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="396"/>
<source>Failed to write keyboard configuration for X11.</source>
<translation>Gagal menulis konfigurasi keyboard untuk X11.</translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="367"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="413"/>
<source>Failed to write keyboard configuration to existing /etc/default directory.</source>
<translation>Gagal menulis konfigurasi keyboard ke direktori /etc/default yang ada.</translation>
</message>
@ -3418,6 +3428,43 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.</translat
<translation>Tidak bisa membuka /etc/timezone untuk penulisan</translation>
</message>
</context>
<context>
<name>SetupGroupsJob</name>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="166"/>
<source>Preparing groups.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="178"/>
<location filename="../src/modules/users/MiscJobs.cpp" line="183"/>
<source>Could not create groups in target system</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="184"/>
<source>These groups are missing in the target system: %1</source>
<translation type="unfinished"/>
</message>
</context>
<context>
<name>SetupSudoJob</name>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="33"/>
<source>Configure &lt;pre&gt;sudo&lt;/pre&gt; users.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="55"/>
<source>Cannot chmod sudoers file.</source>
<translation>Tidak dapat chmod berkas sudoers.</translation>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="60"/>
<source>Cannot create sudoers file for writing.</source>
<translation>Tidak dapat membuat berkas sudoers untuk ditulis.</translation>
</message>
</context>
<context>
<name>ShellProcessJob</name>
<message>
@ -3438,12 +3485,12 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.</translat
<context>
<name>SummaryPage</name>
<message>
<location filename="../src/modules/summary/SummaryPage.cpp" line="47"/>
<location filename="../src/modules/summary/SummaryPage.cpp" line="48"/>
<source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/summary/SummaryPage.cpp" line="49"/>
<location filename="../src/modules/summary/SummaryPage.cpp" line="50"/>
<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>
</message>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -4,17 +4,17 @@
<context>
<name>BootInfoWidget</name>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="61"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="62"/>
<source>The &lt;strong&gt;boot environment&lt;/strong&gt; of this system.&lt;br&gt;&lt;br&gt;Older x86 systems only support &lt;strong&gt;BIOS&lt;/strong&gt;.&lt;br&gt;Modern systems usually use &lt;strong&gt;EFI&lt;/strong&gt;, but may also show up as BIOS if started in compatibility mode.</source>
<translation> &lt;strong&gt;&lt;/strong&gt;&lt;br&gt;&lt;br&gt;x86&lt;strong&gt;BIOS&lt;/strong&gt;&lt;br&gt;&lt;strong&gt;EFI&lt;/strong&gt;使BIOS</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="71"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="72"/>
<source>This system was started with an &lt;strong&gt;EFI&lt;/strong&gt; boot environment.&lt;br&gt;&lt;br&gt;To configure startup from an EFI environment, this installer must deploy a boot loader application, like &lt;strong&gt;GRUB&lt;/strong&gt; or &lt;strong&gt;systemd-boot&lt;/strong&gt; on an &lt;strong&gt;EFI System Partition&lt;/strong&gt;. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own.</source>
<translation>&lt;strong&gt;EFI&lt;/strong&gt; &lt;br&gt;&lt;br&gt;EFI&lt;strong&gt;EFI &lt;/strong&gt; &lt;strong&gt;GRUB&lt;/strong&gt; &lt;strong&gt;systemd-boot&lt;/strong&gt; EFI </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="83"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="84"/>
<source>This system was started with a &lt;strong&gt;BIOS&lt;/strong&gt; boot environment.&lt;br&gt;&lt;br&gt;To configure startup from a BIOS environment, this installer must install a boot loader, like &lt;strong&gt;GRUB&lt;/strong&gt;, either at the beginning of a partition or on the &lt;strong&gt;Master Boot Record&lt;/strong&gt; near the beginning of the partition table (preferred). This is automatic, unless you choose manual partitioning, in which case you must set it up on your own.</source>
<translation> &lt;strong&gt;BIOS&lt;/strong&gt; &lt;br&gt;&lt;br&gt; BIOS () &lt;strong&gt;&lt;/strong&gt; &lt;strong&gt;GRUB&lt;/strong&gt; </translation>
</message>
@ -531,7 +531,7 @@ The installer will quit and all changes will be lost.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="831"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="828"/>
<source>Reuse %1 as home partition for %2.</source>
<translation>%1 %2 </translation>
</message>
@ -556,101 +556,101 @@ The installer will quit and all changes will be lost.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1146"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1148"/>
<source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source>
<translation>EFIシステムパーティションが存在しません%1 使</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1154"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1156"/>
<source>The EFI system partition at %1 will be used for starting %2.</source>
<translation>%1 EFIシステムパーテイションは %2 使</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1162"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1164"/>
<source>EFI system partition:</source>
<translation>EFI :</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1296"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1297"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1301"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1338"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1360"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1385"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1302"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1339"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1361"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1386"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color="red"&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt; &lt;font color="red"&gt;&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1305"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1334"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1356"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1381"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1306"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1335"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1357"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1382"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt; %1 </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1309"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1343"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1364"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1389"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1310"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1344"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1365"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1390"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt; %1 </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1328"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1329"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation> %1 &lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1351"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1352"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1376"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1377"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>&lt;br /&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1448"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1449"/>
<source>This storage device already has an operating system on it, but the partition table &lt;strong&gt;%1&lt;/strong&gt; is different from the needed &lt;strong&gt;%2&lt;/strong&gt;.&lt;br/&gt;</source>
<translation> &lt;strong&gt;%1&lt;/strong&gt; &lt;strong&gt;%2&lt;/strong&gt; &lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1471"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1472"/>
<source>This storage device has one of its partitions &lt;strong&gt;mounted&lt;/strong&gt;.</source>
<translation>1&lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1476"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1477"/>
<source>This storage device is a part of an &lt;strong&gt;inactive RAID&lt;/strong&gt; device.</source>
<translation>&lt;strong&gt;RAID&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1603"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1604"/>
<source>No Swap</source>
<translation>使</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1611"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1612"/>
<source>Reuse Swap</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1614"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1615"/>
<source>Swap (no Hibernate)</source>
<translation>()</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1617"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1618"/>
<source>Swap (with Hibernate)</source>
<translation>()</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1620"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1621"/>
<source>Swap to file</source>
<translation></translation>
</message>
@ -718,12 +718,12 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>Config</name>
<message>
<location filename="../src/modules/keyboard/Config.cpp" line="340"/>
<location filename="../src/modules/keyboard/Config.cpp" line="326"/>
<source>Set keyboard model to %1.&lt;br/&gt;</source>
<translation> %1 &lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/keyboard/Config.cpp" line="347"/>
<location filename="../src/modules/keyboard/Config.cpp" line="333"/>
<source>Set keyboard layout to %1/%2.</source>
<translation> %1/%2 </translation>
</message>
@ -808,47 +808,47 @@ The installer will quit and all changes will be lost.</source>
<translation>&lt;h1&gt;%1 &lt;/h1&gt;</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="164"/>
<location filename="../src/modules/users/Config.cpp" line="200"/>
<source>Your username is too long.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="170"/>
<location filename="../src/modules/users/Config.cpp" line="206"/>
<source>'%1' is not allowed as username.</source>
<translation>'%1' </translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="177"/>
<location filename="../src/modules/users/Config.cpp" line="213"/>
<source>Your username must start with a lowercase letter or underscore.</source>
<translation> _ </translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="181"/>
<location filename="../src/modules/users/Config.cpp" line="217"/>
<source>Only lowercase letters, numbers, underscore and hyphen are allowed.</source>
<translation>使 _ - </translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="227"/>
<location filename="../src/modules/users/Config.cpp" line="262"/>
<source>Your hostname is too short.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="231"/>
<location filename="../src/modules/users/Config.cpp" line="266"/>
<source>Your hostname is too long.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="237"/>
<location filename="../src/modules/users/Config.cpp" line="272"/>
<source>'%1' is not allowed as hostname.</source>
<translation>'%1' </translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="243"/>
<location filename="../src/modules/users/Config.cpp" line="278"/>
<source>Only letters, numbers, underscore and hyphen are allowed.</source>
<translation>使 _ - </translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="446"/>
<location filename="../src/modules/users/Config.cpp" line="481"/>
<source>Your passwords do not match!</source>
<translation></translation>
</message>
@ -1016,29 +1016,39 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>CreateUserJob</name>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="40"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="36"/>
<source>Create user %1</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="47"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="43"/>
<source>Create user &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation> &lt;strong&gt;%1&lt;/strong&gt; </translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="54"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="50"/>
<source>Creating user %1.</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="186"/>
<source>Cannot create sudoers file for writing.</source>
<translation>sudoersファイルを作成できません</translation>
<location filename="../src/modules/users/CreateUserJob.cpp" line="126"/>
<source>Preserving home directory</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="181"/>
<source>Cannot chmod sudoers file.</source>
<translation>sudoersファイルの権限を変更できません</translation>
<location filename="../src/modules/users/CreateUserJob.cpp" line="143"/>
<source>Creating user %1</source>
<translation> %1 {1?}</translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="151"/>
<source>Configuring user %1</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="159"/>
<source>Setting file permissions</source>
<translation></translation>
</message>
</context>
<context>
@ -1241,7 +1251,7 @@ The installer will quit and all changes will be lost.</source>
<translation>:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="272"/>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="275"/>
<source>Mountpoint already in use. Please select another one.</source>
<translation>使</translation>
</message>
@ -1557,23 +1567,10 @@ The installer will quit and all changes will be lost.</source>
<translation></translation>
</message>
</context>
<context>
<name>KeyboardPage</name>
<message>
<location filename="../src/modules/keyboard/KeyboardPage.cpp" line="204"/>
<source>Set keyboard model to %1.&lt;br/&gt;</source>
<translation> %1 &lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/keyboard/KeyboardPage.cpp" line="208"/>
<source>Set keyboard layout to %1/%2.</source>
<translation> %1/%2 </translation>
</message>
</context>
<context>
<name>KeyboardQmlViewStep</name>
<message>
<location filename="../src/modules/keyboardq/KeyboardQmlViewStep.cpp" line="33"/>
<location filename="../src/modules/keyboardq/KeyboardQmlViewStep.cpp" line="32"/>
<source>Keyboard</source>
<translation></translation>
</message>
@ -1581,7 +1578,7 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>KeyboardViewStep</name>
<message>
<location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="45"/>
<location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="42"/>
<source>Keyboard</source>
<translation></translation>
</message>
@ -1663,59 +1660,59 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>LicenseWidget</name>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="87"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="88"/>
<source>URL: %1</source>
<translation>URL: %1</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="108"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="109"/>
<source>&lt;strong&gt;%1 driver&lt;/strong&gt;&lt;br/&gt;by %2</source>
<extracomment>%1 is an untranslatable product name, example: Creative Audigy driver</extracomment>
<translation>&lt;strong&gt;%1 &lt;/strong&gt;&lt;br/&gt;by %2</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="115"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="116"/>
<source>&lt;strong&gt;%1 graphics driver&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<extracomment>%1 is usually a vendor name, example: Nvidia graphics driver</extracomment>
<translation>&lt;strong&gt;%1 &lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="121"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="122"/>
<source>&lt;strong&gt;%1 browser plugin&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation>&lt;strong&gt;%1 &lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="127"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="128"/>
<source>&lt;strong&gt;%1 codec&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation>&lt;strong&gt;%1 codec&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="133"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="134"/>
<source>&lt;strong&gt;%1 package&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation>&lt;strong&gt;%1 &lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="139"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="140"/>
<source>&lt;strong&gt;%1&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation>&lt;strong&gt;%1&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="162"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="163"/>
<source>File: %1</source>
<translation>: %1</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="185"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="186"/>
<source>Hide license text</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="185"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="186"/>
<source>Show the license text</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="189"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="190"/>
<source>Open license agreement in browser.</source>
<translation></translation>
</message>
@ -1723,18 +1720,18 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>LocalePage</name>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="124"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="130"/>
<source>Region:</source>
<translation>:</translation>
</message>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="125"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="131"/>
<source>Zone:</source>
<translation>:</translation>
</message>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="126"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="127"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="132"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="133"/>
<source>&amp;Change...</source>
<translation> (&amp;C)...</translation>
</message>
@ -2008,237 +2005,255 @@ The installer will quit and all changes will be lost.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="143"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="188"/>
<source>Password is too weak</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="151"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="196"/>
<source>Memory allocation error when setting '%1'</source>
<translation> '%1' </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="156"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="199"/>
<source>Memory allocation error</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="158"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="201"/>
<source>The password is the same as the old one</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="160"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="203"/>
<source>The password is a palindrome</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="162"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="205"/>
<source>The password differs with case changes only</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="164"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="207"/>
<source>The password is too similar to the old one</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="166"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="209"/>
<source>The password contains the user name in some form</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="168"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="211"/>
<source>The password contains words from the real name of the user in some form</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="171"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="214"/>
<source>The password contains forbidden words in some form</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="175"/>
<source>The password contains less than %1 digits</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="178"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="221"/>
<source>The password contains too few digits</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="182"/>
<source>The password contains less than %1 uppercase letters</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="185"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="228"/>
<source>The password contains too few uppercase letters</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="189"/>
<source>The password contains less than %1 lowercase letters</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="192"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="235"/>
<source>The password contains too few lowercase letters</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="196"/>
<source>The password contains less than %1 non-alphanumeric characters</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="200"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="242"/>
<source>The password contains too few non-alphanumeric characters</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="204"/>
<source>The password is shorter than %1 characters</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="207"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="249"/>
<source>The password is too short</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="209"/>
<source>The password is just rotated old one</source>
<translation>使</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="213"/>
<source>The password contains less than %1 character classes</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="216"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="258"/>
<source>The password does not contain enough character classes</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="220"/>
<source>The password contains more than %1 same characters consecutively</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="224"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="265"/>
<source>The password contains too many same characters consecutively</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="228"/>
<source>The password contains more than %1 characters of the same class consecutively</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="232"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="275"/>
<source>The password contains too many characters of the same class consecutively</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="237"/>
<source>The password contains monotonic sequence longer than %1 characters</source>
<translation> %1 調</translation>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="218"/>
<source>The password contains fewer than %n digits</source>
<translation>
<numerusform> %n </numerusform>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="225"/>
<source>The password contains fewer than %n uppercase letters</source>
<translation>
<numerusform> %n </numerusform>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="232"/>
<source>The password contains fewer than %n lowercase letters</source>
<translation>
<numerusform> %n </numerusform>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="239"/>
<source>The password contains fewer than %n non-alphanumeric characters</source>
<translation>
<numerusform> %n </numerusform>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="246"/>
<source>The password is shorter than %n characters</source>
<translation>
<numerusform> %n </numerusform>
</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="241"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="251"/>
<source>The password is a rotated version of the previous one</source>
<translation></translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="255"/>
<source>The password contains fewer than %n character classes</source>
<translation>
<numerusform> %n </numerusform>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="262"/>
<source>The password contains more than %n same characters consecutively</source>
<translation>
<numerusform> %n </numerusform>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="269"/>
<source>The password contains more than %n characters of the same class consecutively</source>
<translation>
<numerusform> %n </numerusform>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="280"/>
<source>The password contains monotonic sequence longer than %n characters</source>
<translation>
<numerusform>調 %n </numerusform>
</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="286"/>
<source>The password contains too long of a monotonic character sequence</source>
<translation>調</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="244"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="289"/>
<source>No password supplied</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="246"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="291"/>
<source>Cannot obtain random numbers from the RNG device</source>
<translation>RNGデバイスから乱数を取得できません</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="248"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="293"/>
<source>Password generation failed - required entropy too low for settings</source>
<translation> - </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="254"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="298"/>
<source>The password fails the dictionary check - %1</source>
<translation> - %1</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="257"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="301"/>
<source>The password fails the dictionary check</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="261"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="305"/>
<source>Unknown setting - %1</source>
<translation>- %1</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="265"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="307"/>
<source>Unknown setting</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="269"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="311"/>
<source>Bad integer value of setting - %1</source>
<translation> - %1</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="274"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="313"/>
<source>Bad integer value</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="278"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="317"/>
<source>Setting %1 is not of integer type</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="283"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="319"/>
<source>Setting is not of integer type</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="287"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="323"/>
<source>Setting %1 is not of string type</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="292"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="325"/>
<source>Setting is not of string type</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="294"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="327"/>
<source>Opening the configuration file failed</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="296"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="329"/>
<source>The configuration file is malformed</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="298"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="331"/>
<source>Fatal failure</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="300"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="333"/>
<source>Unknown error</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="651"/>
<location filename="../src/modules/users/Config.cpp" line="729"/>
<source>Password is empty</source>
<translation></translation>
</message>
@ -2572,117 +2587,117 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>PartitionViewStep</name>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="69"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="70"/>
<source>Gathering system information...</source>
<translation>...</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="124"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="125"/>
<source>Partitions</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="162"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="163"/>
<source>Install %1 &lt;strong&gt;alongside&lt;/strong&gt; another operating system.</source>
<translation>&lt;strong&gt;&lt;/strong&gt; %1 </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="166"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="167"/>
<source>&lt;strong&gt;Erase&lt;/strong&gt; disk and install %1.</source>
<translation>&lt;strong&gt;&lt;/strong&gt; %1 </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="169"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="170"/>
<source>&lt;strong&gt;Replace&lt;/strong&gt; a partition with %1.</source>
<translation> %1 &lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="173"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="174"/>
<source>&lt;strong&gt;Manual&lt;/strong&gt; partitioning.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="186"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="187"/>
<source>Install %1 &lt;strong&gt;alongside&lt;/strong&gt; another operating system on disk &lt;strong&gt;%2&lt;/strong&gt; (%3).</source>
<translation> &lt;strong&gt;%2&lt;/strong&gt; (%3) &lt;strong&gt;&lt;/strong&gt; %1 </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="193"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="194"/>
<source>&lt;strong&gt;Erase&lt;/strong&gt; disk &lt;strong&gt;%2&lt;/strong&gt; (%3) and install %1.</source>
<translation> &lt;strong&gt;%2&lt;/strong&gt; (%3) &lt;strong&gt;&lt;/strong&gt; %1 </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="199"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="200"/>
<source>&lt;strong&gt;Replace&lt;/strong&gt; a partition on disk &lt;strong&gt;%2&lt;/strong&gt; (%3) with %1.</source>
<translation> &lt;strong&gt;%2&lt;/strong&gt; (%3) %1 &lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="206"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="207"/>
<source>&lt;strong&gt;Manual&lt;/strong&gt; partitioning on disk &lt;strong&gt;%1&lt;/strong&gt; (%2).</source>
<translation> &lt;strong&gt;%1&lt;/strong&gt; (%2) &lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="215"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="216"/>
<source>Disk &lt;strong&gt;%1&lt;/strong&gt; (%2)</source>
<translation> &lt;strong&gt;%1&lt;/strong&gt; (%2)</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="241"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="242"/>
<source>Current:</source>
<translation>:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="259"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="260"/>
<source>After:</source>
<translation>:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="426"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="427"/>
<source>No EFI system partition configured</source>
<translation>EFI </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="427"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="428"/>
<source>An EFI system partition is necessary to start %1.&lt;br/&gt;&lt;br/&gt;To configure an EFI system partition, go back and select or create a FAT32 filesystem with the &lt;strong&gt;%3&lt;/strong&gt; flag enabled and mount point &lt;strong&gt;%2&lt;/strong&gt;.&lt;br/&gt;&lt;br/&gt;You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation>%1 EFIシステムパーティションが必要です&lt;br/&gt; &lt;br/&gt; EFIシステムパーティションを設定するには&lt;strong&gt;%3&lt;/strong&gt; FAT32 &lt;strong&gt;%2&lt;/strong&gt; &lt;br/&gt; &lt;br/&gt;EFI </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="441"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="442"/>
<source>An EFI system partition is necessary to start %1.&lt;br/&gt;&lt;br/&gt;A partition was configured with mount point &lt;strong&gt;%2&lt;/strong&gt; but its &lt;strong&gt;%3&lt;/strong&gt; flag is not set.&lt;br/&gt;To set the flag, go back and edit the partition.&lt;br/&gt;&lt;br/&gt;You can continue without setting the flag but your system may fail to start.</source>
<translation>1 EFIシステムパーティションが必要です&lt;br/&gt; &lt;br/&gt; &lt;strong&gt;%2&lt;/strong&gt; &lt;strong&gt;%3&lt;/strong&gt; </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="440"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="441"/>
<source>EFI system partition flag not set</source>
<translation>EFI </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="467"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="468"/>
<source>Option to use GPT on BIOS</source>
<translation>BIOSでGPTを使用するためのオプション</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="468"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="469"/>
<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 GPTBIOS %1 8 MB </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="496"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="497"/>
<source>Boot partition not encrypted</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="497"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="498"/>
<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>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="626"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="627"/>
<source>has at least one disk device available.</source>
<translation>1使</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="627"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="628"/>
<source>There are no partitions to install on.</source>
<translation></translation>
</message>
@ -2842,13 +2857,8 @@ Output:
<translation></translation>
</message>
<message>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="90"/>
<source>Default Keyboard Model</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="136"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="173"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="130"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="167"/>
<source>Default</source>
<translation></translation>
</message>
@ -3232,29 +3242,29 @@ Output:
<context>
<name>SetKeyboardLayoutJob</name>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="53"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="55"/>
<source>Set keyboard model to %1, layout to %2-%3</source>
<translation> %1 %2-%3</translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="356"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="368"/>
<source>Failed to write keyboard configuration for the virtual console.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="357"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="361"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="368"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="369"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="397"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="414"/>
<source>Failed to write to %1</source>
<translation>%1 </translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="360"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="396"/>
<source>Failed to write keyboard configuration for X11.</source>
<translation>X11 </translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="367"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="413"/>
<source>Failed to write keyboard configuration to existing /etc/default directory.</source>
<translation> /etc/default </translation>
</message>
@ -3423,6 +3433,43 @@ Output:
<translation>/etc/timezone </translation>
</message>
</context>
<context>
<name>SetupGroupsJob</name>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="166"/>
<source>Preparing groups.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="178"/>
<location filename="../src/modules/users/MiscJobs.cpp" line="183"/>
<source>Could not create groups in target system</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="184"/>
<source>These groups are missing in the target system: %1</source>
<translation>: %1</translation>
</message>
</context>
<context>
<name>SetupSudoJob</name>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="33"/>
<source>Configure &lt;pre&gt;sudo&lt;/pre&gt; users.</source>
<translation>&lt;pre&gt;sudo&lt;/pre&gt; </translation>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="55"/>
<source>Cannot chmod sudoers file.</source>
<translation>sudoersファイルの権限を変更できません</translation>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="60"/>
<source>Cannot create sudoers file for writing.</source>
<translation>sudoersファイルを作成できません</translation>
</message>
</context>
<context>
<name>ShellProcessJob</name>
<message>
@ -3443,12 +3490,12 @@ Output:
<context>
<name>SummaryPage</name>
<message>
<location filename="../src/modules/summary/SummaryPage.cpp" line="47"/>
<location filename="../src/modules/summary/SummaryPage.cpp" line="48"/>
<source>This is an overview of what will happen once you start the setup procedure.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/summary/SummaryPage.cpp" line="49"/>
<location filename="../src/modules/summary/SummaryPage.cpp" line="50"/>
<source>This is an overview of what will happen once you start the install procedure.</source>
<translation></translation>
</message>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -4,17 +4,17 @@
<context>
<name>BootInfoWidget</name>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="61"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="62"/>
<source>The &lt;strong&gt;boot environment&lt;/strong&gt; of this system.&lt;br&gt;&lt;br&gt;Older x86 systems only support &lt;strong&gt;BIOS&lt;/strong&gt;.&lt;br&gt;Modern systems usually use &lt;strong&gt;EFI&lt;/strong&gt;, but may also show up as BIOS if started in compatibility mode.</source>
<translation> &lt;strong&gt; &lt;/strong&gt;. &lt;br&gt; &lt;br&gt; x86 &lt;strong&gt;BIOS&lt;/strong&gt; . &lt;br&gt; &lt;strong&gt;EFI&lt;/strong&gt; , BIOS .</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="71"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="72"/>
<source>This system was started with an &lt;strong&gt;EFI&lt;/strong&gt; boot environment.&lt;br&gt;&lt;br&gt;To configure startup from an EFI environment, this installer must deploy a boot loader application, like &lt;strong&gt;GRUB&lt;/strong&gt; or &lt;strong&gt;systemd-boot&lt;/strong&gt; on an &lt;strong&gt;EFI System Partition&lt;/strong&gt;. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own.</source>
<translation> &lt;strong&gt;EFI&lt;/strong&gt; . &lt;br&gt; &lt;br&gt; EFI , &lt;strong&gt;EFI &lt;/strong&gt; &lt;strong&gt;GRUB&lt;/strong&gt; &lt;strong&gt;systemd-boot&lt;/strong&gt; . . , , EFI .</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="83"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="84"/>
<source>This system was started with a &lt;strong&gt;BIOS&lt;/strong&gt; boot environment.&lt;br&gt;&lt;br&gt;To configure startup from a BIOS environment, this installer must install a boot loader, like &lt;strong&gt;GRUB&lt;/strong&gt;, either at the beginning of a partition or on the &lt;strong&gt;Master Boot Record&lt;/strong&gt; near the beginning of the partition table (preferred). This is automatic, unless you choose manual partitioning, in which case you must set it up on your own.</source>
<translation> &lt;strong&gt;BIOS &lt;/strong&gt; . &lt;br&gt; &lt;br&gt; BIOS , () &lt;strong&gt; &lt;/strong&gt; &lt;strong&gt;GRUB&lt;/strong&gt; . . , , .</translation>
</message>
@ -531,7 +531,7 @@ The installer will quit and all changes will be lost.</source>
<translation>&lt;strong&gt; &lt;/strong&gt;&lt;br/&gt; .</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="831"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="828"/>
<source>Reuse %1 as home partition for %2.</source>
<translation>%2 %1 .</translation>
</message>
@ -556,101 +556,101 @@ The installer will quit and all changes will be lost.</source>
<translation>&lt;strong&gt; .&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1146"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1148"/>
<source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source>
<translation> EFI . %1 .</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1154"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1156"/>
<source>The EFI system partition at %1 will be used for starting %2.</source>
<translation>%1 EFI %2 .</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1162"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1164"/>
<source>EFI system partition:</source>
<translation>EFI :</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1296"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1297"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation> . ?&lt;br/&gt; .</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1301"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1338"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1360"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1385"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1302"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1339"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1361"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1386"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color="red"&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt; &lt;/strong&gt;&lt;br/&gt; &lt;font color="red"&gt;&lt;/font&gt;.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1305"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1334"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1356"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1381"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1306"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1335"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1357"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1382"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt; &lt;/strong&gt;&lt;br/&gt; %1 .</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1309"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1343"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1364"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1389"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1310"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1344"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1365"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1390"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt; &lt;/strong&gt;&lt;br/&gt; %1 .</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1328"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1329"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation> %1 . ?&lt;br/&gt; .</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1351"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1352"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation> . ?&lt;br/&gt; .</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1376"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1377"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation> . ?&lt;br/&gt; .</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1448"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1449"/>
<source>This storage device already has an operating system on it, but the partition table &lt;strong&gt;%1&lt;/strong&gt; is different from the needed &lt;strong&gt;%2&lt;/strong&gt;.&lt;br/&gt;</source>
<translation> &lt;strong&gt;%1&lt;/strong&gt; &lt;strong&gt;%2&lt;/strong&gt; .&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1471"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1472"/>
<source>This storage device has one of its partitions &lt;strong&gt;mounted&lt;/strong&gt;.</source>
<translation> &lt;strong&gt;&lt;/strong&gt; .</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1476"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1477"/>
<source>This storage device is a part of an &lt;strong&gt;inactive RAID&lt;/strong&gt; device.</source>
<translation> &lt;strong&gt; RAID&lt;/strong&gt; .</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1603"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1604"/>
<source>No Swap</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1611"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1612"/>
<source>Reuse Swap</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1614"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1615"/>
<source>Swap (no Hibernate)</source>
<translation> ( )</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1617"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1618"/>
<source>Swap (with Hibernate)</source>
<translation> ( )</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1620"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1621"/>
<source>Swap to file</source>
<translation> </translation>
</message>
@ -718,12 +718,12 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>Config</name>
<message>
<location filename="../src/modules/keyboard/Config.cpp" line="340"/>
<location filename="../src/modules/keyboard/Config.cpp" line="326"/>
<source>Set keyboard model to %1.&lt;br/&gt;</source>
<translation> %1 .&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/keyboard/Config.cpp" line="347"/>
<location filename="../src/modules/keyboard/Config.cpp" line="333"/>
<source>Set keyboard layout to %1/%2.</source>
<translation> %1/%2 .</translation>
</message>
@ -808,47 +808,47 @@ The installer will quit and all changes will be lost.</source>
<translation>&lt;h1&gt;%1 &lt;/h1&gt;</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="164"/>
<location filename="../src/modules/users/Config.cpp" line="200"/>
<source>Your username is too long.</source>
<translation> .</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="170"/>
<location filename="../src/modules/users/Config.cpp" line="206"/>
<source>'%1' is not allowed as username.</source>
<translation>'%1' .</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="177"/>
<location filename="../src/modules/users/Config.cpp" line="213"/>
<source>Your username must start with a lowercase letter or underscore.</source>
<translation> .</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="181"/>
<location filename="../src/modules/users/Config.cpp" line="217"/>
<source>Only lowercase letters, numbers, underscore and hyphen are allowed.</source>
<translation>, , .</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="227"/>
<location filename="../src/modules/users/Config.cpp" line="262"/>
<source>Your hostname is too short.</source>
<translation> .</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="231"/>
<location filename="../src/modules/users/Config.cpp" line="266"/>
<source>Your hostname is too long.</source>
<translation> .</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="237"/>
<location filename="../src/modules/users/Config.cpp" line="272"/>
<source>'%1' is not allowed as hostname.</source>
<translation>'%1' .</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="243"/>
<location filename="../src/modules/users/Config.cpp" line="278"/>
<source>Only letters, numbers, underscore and hyphen are allowed.</source>
<translation>, , .</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="446"/>
<location filename="../src/modules/users/Config.cpp" line="481"/>
<source>Your passwords do not match!</source>
<translation> !</translation>
</message>
@ -1016,29 +1016,39 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>CreateUserJob</name>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="40"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="36"/>
<source>Create user %1</source>
<translation>%1 </translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="47"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="43"/>
<source>Create user &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>&lt;strong&gt;%1&lt;/strong&gt; .</translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="54"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="50"/>
<source>Creating user %1.</source>
<translation>%1 .</translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="186"/>
<source>Cannot create sudoers file for writing.</source>
<translation>sudoers .</translation>
<location filename="../src/modules/users/CreateUserJob.cpp" line="126"/>
<source>Preserving home directory</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="181"/>
<source>Cannot chmod sudoers file.</source>
<translation>sudoers .</translation>
<location filename="../src/modules/users/CreateUserJob.cpp" line="143"/>
<source>Creating user %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="151"/>
<source>Configuring user %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="159"/>
<source>Setting file permissions</source>
<translation type="unfinished"/>
</message>
</context>
<context>
@ -1241,7 +1251,7 @@ The installer will quit and all changes will be lost.</source>
<translation>:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="272"/>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="275"/>
<source>Mountpoint already in use. Please select another one.</source>
<translation> . .</translation>
</message>
@ -1556,23 +1566,10 @@ The installer will quit and all changes will be lost.</source>
<translation></translation>
</message>
</context>
<context>
<name>KeyboardPage</name>
<message>
<location filename="../src/modules/keyboard/KeyboardPage.cpp" line="204"/>
<source>Set keyboard model to %1.&lt;br/&gt;</source>
<translation> %1 .&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/keyboard/KeyboardPage.cpp" line="208"/>
<source>Set keyboard layout to %1/%2.</source>
<translation> %1/%2 .</translation>
</message>
</context>
<context>
<name>KeyboardQmlViewStep</name>
<message>
<location filename="../src/modules/keyboardq/KeyboardQmlViewStep.cpp" line="33"/>
<location filename="../src/modules/keyboardq/KeyboardQmlViewStep.cpp" line="32"/>
<source>Keyboard</source>
<translation></translation>
</message>
@ -1580,7 +1577,7 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>KeyboardViewStep</name>
<message>
<location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="45"/>
<location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="42"/>
<source>Keyboard</source>
<translation></translation>
</message>
@ -1662,59 +1659,59 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>LicenseWidget</name>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="87"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="88"/>
<source>URL: %1</source>
<translation>URL: %1</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="108"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="109"/>
<source>&lt;strong&gt;%1 driver&lt;/strong&gt;&lt;br/&gt;by %2</source>
<extracomment>%1 is an untranslatable product name, example: Creative Audigy driver</extracomment>
<translation>&lt;strong&gt;%1 &lt;/strong&gt;&lt;br/&gt;by %2</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="115"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="116"/>
<source>&lt;strong&gt;%1 graphics driver&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<extracomment>%1 is usually a vendor name, example: Nvidia graphics driver</extracomment>
<translation>&lt;strong&gt;%1 &lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="121"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="122"/>
<source>&lt;strong&gt;%1 browser plugin&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation>&lt;strong&gt;%1 &lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="127"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="128"/>
<source>&lt;strong&gt;%1 codec&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation>&lt;strong&gt;%1 &lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="133"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="134"/>
<source>&lt;strong&gt;%1 package&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation>&lt;strong&gt;%1 &lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="139"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="140"/>
<source>&lt;strong&gt;%1&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation>&lt;strong&gt;%1&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="162"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="163"/>
<source>File: %1</source>
<translation>: %1</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="185"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="186"/>
<source>Hide license text</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="185"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="186"/>
<source>Show the license text</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="189"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="190"/>
<source>Open license agreement in browser.</source>
<translation> </translation>
</message>
@ -1722,18 +1719,18 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>LocalePage</name>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="124"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="130"/>
<source>Region:</source>
<translation> :</translation>
</message>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="125"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="131"/>
<source>Zone:</source>
<translation> :</translation>
</message>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="126"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="127"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="132"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="133"/>
<source>&amp;Change...</source>
<translation> (&amp;C)...</translation>
</message>
@ -2004,237 +2001,255 @@ The installer will quit and all changes will be lost.</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="143"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="188"/>
<source>Password is too weak</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="151"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="196"/>
<source>Memory allocation error when setting '%1'</source>
<translation>'%1' </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="156"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="199"/>
<source>Memory allocation error</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="158"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="201"/>
<source>The password is the same as the old one</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="160"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="203"/>
<source>The password is a palindrome</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="162"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="205"/>
<source>The password differs with case changes only</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="164"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="207"/>
<source>The password is too similar to the old one</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="166"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="209"/>
<source>The password contains the user name in some form</source>
<translation> .</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="168"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="211"/>
<source>The password contains words from the real name of the user in some form</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="171"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="214"/>
<source>The password contains forbidden words in some form</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="175"/>
<source>The password contains less than %1 digits</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="178"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="221"/>
<source>The password contains too few digits</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="182"/>
<source>The password contains less than %1 uppercase letters</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="185"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="228"/>
<source>The password contains too few uppercase letters</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="189"/>
<source>The password contains less than %1 lowercase letters</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="192"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="235"/>
<source>The password contains too few lowercase letters</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="196"/>
<source>The password contains less than %1 non-alphanumeric characters</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="200"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="242"/>
<source>The password contains too few non-alphanumeric characters</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="204"/>
<source>The password is shorter than %1 characters</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="207"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="249"/>
<source>The password is too short</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="209"/>
<source>The password is just rotated old one</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="213"/>
<source>The password contains less than %1 character classes</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="216"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="258"/>
<source>The password does not contain enough character classes</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="220"/>
<source>The password contains more than %1 same characters consecutively</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="224"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="265"/>
<source>The password contains too many same characters consecutively</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="228"/>
<source>The password contains more than %1 characters of the same class consecutively</source>
<translation> %1 .</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="232"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="275"/>
<source>The password contains too many characters of the same class consecutively</source>
<translation> .</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="237"/>
<source>The password contains monotonic sequence longer than %1 characters</source>
<translation> %1 </translation>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="218"/>
<source>The password contains fewer than %n digits</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="225"/>
<source>The password contains fewer than %n uppercase letters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="232"/>
<source>The password contains fewer than %n lowercase letters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="239"/>
<source>The password contains fewer than %n non-alphanumeric characters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="246"/>
<source>The password is shorter than %n characters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="241"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="251"/>
<source>The password is a rotated version of the previous one</source>
<translation type="unfinished"/>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="255"/>
<source>The password contains fewer than %n character classes</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="262"/>
<source>The password contains more than %n same characters consecutively</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="269"/>
<source>The password contains more than %n characters of the same class consecutively</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="280"/>
<source>The password contains monotonic sequence longer than %n characters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="286"/>
<source>The password contains too long of a monotonic character sequence</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="244"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="289"/>
<source>No password supplied</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="246"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="291"/>
<source>Cannot obtain random numbers from the RNG device</source>
<translation>RNG .</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="248"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="293"/>
<source>Password generation failed - required entropy too low for settings</source>
<translation> - </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="254"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="298"/>
<source>The password fails the dictionary check - %1</source>
<translation> - %1</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="257"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="301"/>
<source>The password fails the dictionary check</source>
<translation> .</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="261"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="305"/>
<source>Unknown setting - %1</source>
<translation> - %1</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="265"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="307"/>
<source>Unknown setting</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="269"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="311"/>
<source>Bad integer value of setting - %1</source>
<translation> - %1</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="274"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="313"/>
<source>Bad integer value</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="278"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="317"/>
<source>Setting %1 is not of integer type</source>
<translation> %1 .</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="283"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="319"/>
<source>Setting is not of integer type</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="287"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="323"/>
<source>Setting %1 is not of string type</source>
<translation> %1 .</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="292"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="325"/>
<source>Setting is not of string type</source>
<translation> .</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="294"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="327"/>
<source>Opening the configuration file failed</source>
<translation> .</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="296"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="329"/>
<source>The configuration file is malformed</source>
<translation> .</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="298"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="331"/>
<source>Fatal failure</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="300"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="333"/>
<source>Unknown error</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="651"/>
<location filename="../src/modules/users/Config.cpp" line="729"/>
<source>Password is empty</source>
<translation> </translation>
</message>
@ -2568,117 +2583,117 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>PartitionViewStep</name>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="69"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="70"/>
<source>Gathering system information...</source>
<translation> ...</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="124"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="125"/>
<source>Partitions</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="162"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="163"/>
<source>Install %1 &lt;strong&gt;alongside&lt;/strong&gt; another operating system.</source>
<translation>%1 &lt;strong&gt;&lt;/strong&gt; .</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="166"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="167"/>
<source>&lt;strong&gt;Erase&lt;/strong&gt; disk and install %1.</source>
<translation> &lt;strong&gt;&lt;/strong&gt; %1 .</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="169"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="170"/>
<source>&lt;strong&gt;Replace&lt;/strong&gt; a partition with %1.</source>
<translation> %1 &lt;strong&gt;&lt;/strong&gt;.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="173"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="174"/>
<source>&lt;strong&gt;Manual&lt;/strong&gt; partitioning.</source>
<translation>&lt;strong&gt;&lt;/strong&gt; </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="186"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="187"/>
<source>Install %1 &lt;strong&gt;alongside&lt;/strong&gt; another operating system on disk &lt;strong&gt;%2&lt;/strong&gt; (%3).</source>
<translation> &lt;strong&gt;%2&lt;/strong&gt; (%3) &lt;strong&gt;&lt;/strong&gt; %1 .</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="193"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="194"/>
<source>&lt;strong&gt;Erase&lt;/strong&gt; disk &lt;strong&gt;%2&lt;/strong&gt; (%3) and install %1.</source>
<translation> &lt;strong&gt;%2&lt;/strong&gt; (%3) &lt;strong&gt;&lt;/strong&gt; %1 .</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="199"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="200"/>
<source>&lt;strong&gt;Replace&lt;/strong&gt; a partition on disk &lt;strong&gt;%2&lt;/strong&gt; (%3) with %1.</source>
<translation> &lt;strong&gt;%2&lt;/strong&gt; (%3) %1 &lt;strong&gt;&lt;/strong&gt;.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="206"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="207"/>
<source>&lt;strong&gt;Manual&lt;/strong&gt; partitioning on disk &lt;strong&gt;%1&lt;/strong&gt; (%2).</source>
<translation> &lt;strong&gt;%1&lt;/strong&gt; (%2) &lt;strong&gt;&lt;/strong&gt; .</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="215"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="216"/>
<source>Disk &lt;strong&gt;%1&lt;/strong&gt; (%2)</source>
<translation> &lt;strong&gt;%1&lt;/strong&gt; (%2)</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="241"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="242"/>
<source>Current:</source>
<translation>:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="259"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="260"/>
<source>After:</source>
<translation>:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="426"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="427"/>
<source>No EFI system partition configured</source>
<translation>EFI </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="427"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="428"/>
<source>An EFI system partition is necessary to start %1.&lt;br/&gt;&lt;br/&gt;To configure an EFI system partition, go back and select or create a FAT32 filesystem with the &lt;strong&gt;%3&lt;/strong&gt; flag enabled and mount point &lt;strong&gt;%2&lt;/strong&gt;.&lt;br/&gt;&lt;br/&gt;You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="441"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="442"/>
<source>An EFI system partition is necessary to start %1.&lt;br/&gt;&lt;br/&gt;A partition was configured with mount point &lt;strong&gt;%2&lt;/strong&gt; but its &lt;strong&gt;%3&lt;/strong&gt; flag is not set.&lt;br/&gt;To set the flag, go back and edit the partition.&lt;br/&gt;&lt;br/&gt;You can continue without setting the flag but your system may fail to start.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="440"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="441"/>
<source>EFI system partition flag not set</source>
<translation>EFI </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="467"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="468"/>
<source>Option to use GPT on BIOS</source>
<translation>BIOS에서 GPT를 </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="468"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="469"/>
<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>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="496"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="497"/>
<source>Boot partition not encrypted</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="497"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="498"/>
<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>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="626"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="627"/>
<source>has at least one disk device available.</source>
<translation> .</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="627"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="628"/>
<source>There are no partitions to install on.</source>
<translation> .</translation>
</message>
@ -2838,13 +2853,8 @@ Output:
<translation></translation>
</message>
<message>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="90"/>
<source>Default Keyboard Model</source>
<translation> </translation>
</message>
<message>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="136"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="173"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="130"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="167"/>
<source>Default</source>
<translation></translation>
</message>
@ -3225,29 +3235,29 @@ Output:
<context>
<name>SetKeyboardLayoutJob</name>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="53"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="55"/>
<source>Set keyboard model to %1, layout to %2-%3</source>
<translation> %1 , %2-%3 </translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="356"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="368"/>
<source>Failed to write keyboard configuration for the virtual console.</source>
<translation> .</translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="357"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="361"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="368"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="369"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="397"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="414"/>
<source>Failed to write to %1</source>
<translation>%1 </translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="360"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="396"/>
<source>Failed to write keyboard configuration for X11.</source>
<translation>X11에 .</translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="367"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="413"/>
<source>Failed to write keyboard configuration to existing /etc/default directory.</source>
<translation>/etc/default .</translation>
</message>
@ -3416,6 +3426,43 @@ Output:
<translation>/etc/timezone을 .</translation>
</message>
</context>
<context>
<name>SetupGroupsJob</name>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="166"/>
<source>Preparing groups.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="178"/>
<location filename="../src/modules/users/MiscJobs.cpp" line="183"/>
<source>Could not create groups in target system</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="184"/>
<source>These groups are missing in the target system: %1</source>
<translation type="unfinished"/>
</message>
</context>
<context>
<name>SetupSudoJob</name>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="33"/>
<source>Configure &lt;pre&gt;sudo&lt;/pre&gt; users.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="55"/>
<source>Cannot chmod sudoers file.</source>
<translation>sudoers .</translation>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="60"/>
<source>Cannot create sudoers file for writing.</source>
<translation>sudoers .</translation>
</message>
</context>
<context>
<name>ShellProcessJob</name>
<message>
@ -3436,12 +3483,12 @@ Output:
<context>
<name>SummaryPage</name>
<message>
<location filename="../src/modules/summary/SummaryPage.cpp" line="47"/>
<location filename="../src/modules/summary/SummaryPage.cpp" line="48"/>
<source>This is an overview of what will happen once you start the setup procedure.</source>
<translation> .</translation>
</message>
<message>
<location filename="../src/modules/summary/SummaryPage.cpp" line="49"/>
<location filename="../src/modules/summary/SummaryPage.cpp" line="50"/>
<source>This is an overview of what will happen once you start the install procedure.</source>
<translation> .</translation>
</message>

View File

@ -4,17 +4,17 @@
<context>
<name>BootInfoWidget</name>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="61"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="62"/>
<source>The &lt;strong&gt;boot environment&lt;/strong&gt; of this system.&lt;br&gt;&lt;br&gt;Older x86 systems only support &lt;strong&gt;BIOS&lt;/strong&gt;.&lt;br&gt;Modern systems usually use &lt;strong&gt;EFI&lt;/strong&gt;, but may also show up as BIOS if started in compatibility mode.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="71"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="72"/>
<source>This system was started with an &lt;strong&gt;EFI&lt;/strong&gt; boot environment.&lt;br&gt;&lt;br&gt;To configure startup from an EFI environment, this installer must deploy a boot loader application, like &lt;strong&gt;GRUB&lt;/strong&gt; or &lt;strong&gt;systemd-boot&lt;/strong&gt; on an &lt;strong&gt;EFI System Partition&lt;/strong&gt;. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="83"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="84"/>
<source>This system was started with a &lt;strong&gt;BIOS&lt;/strong&gt; boot environment.&lt;br&gt;&lt;br&gt;To configure startup from a BIOS environment, this installer must install a boot loader, like &lt;strong&gt;GRUB&lt;/strong&gt;, either at the beginning of a partition or on the &lt;strong&gt;Master Boot Record&lt;/strong&gt; near the beginning of the partition table (preferred). This is automatic, unless you choose manual partitioning, in which case you must set it up on your own.</source>
<translation type="unfinished"/>
</message>
@ -528,7 +528,7 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="831"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="828"/>
<source>Reuse %1 as home partition for %2.</source>
<translation type="unfinished"/>
</message>
@ -553,101 +553,101 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1146"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1148"/>
<source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1154"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1156"/>
<source>The EFI system partition at %1 will be used for starting %2.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1162"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1164"/>
<source>EFI system partition:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1296"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1297"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1301"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1338"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1360"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1385"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1302"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1339"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1361"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1386"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color="red"&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1305"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1334"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1356"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1381"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1306"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1335"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1357"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1382"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1309"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1343"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1364"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1389"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1310"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1344"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1365"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1390"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1328"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1329"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1351"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1352"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1376"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1377"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1448"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1449"/>
<source>This storage device already has an operating system on it, but the partition table &lt;strong&gt;%1&lt;/strong&gt; is different from the needed &lt;strong&gt;%2&lt;/strong&gt;.&lt;br/&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1471"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1472"/>
<source>This storage device has one of its partitions &lt;strong&gt;mounted&lt;/strong&gt;.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1476"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1477"/>
<source>This storage device is a part of an &lt;strong&gt;inactive RAID&lt;/strong&gt; device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1603"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1604"/>
<source>No Swap</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1611"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1612"/>
<source>Reuse Swap</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1614"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1615"/>
<source>Swap (no Hibernate)</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1617"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1618"/>
<source>Swap (with Hibernate)</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1620"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1621"/>
<source>Swap to file</source>
<translation type="unfinished"/>
</message>
@ -715,12 +715,12 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>Config</name>
<message>
<location filename="../src/modules/keyboard/Config.cpp" line="340"/>
<location filename="../src/modules/keyboard/Config.cpp" line="326"/>
<source>Set keyboard model to %1.&lt;br/&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/keyboard/Config.cpp" line="347"/>
<location filename="../src/modules/keyboard/Config.cpp" line="333"/>
<source>Set keyboard layout to %1/%2.</source>
<translation type="unfinished"/>
</message>
@ -805,47 +805,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="164"/>
<location filename="../src/modules/users/Config.cpp" line="200"/>
<source>Your username is too long.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="170"/>
<location filename="../src/modules/users/Config.cpp" line="206"/>
<source>'%1' is not allowed as username.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="177"/>
<location filename="../src/modules/users/Config.cpp" line="213"/>
<source>Your username must start with a lowercase letter or underscore.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="181"/>
<location filename="../src/modules/users/Config.cpp" line="217"/>
<source>Only lowercase letters, numbers, underscore and hyphen are allowed.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="227"/>
<location filename="../src/modules/users/Config.cpp" line="262"/>
<source>Your hostname is too short.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="231"/>
<location filename="../src/modules/users/Config.cpp" line="266"/>
<source>Your hostname is too long.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="237"/>
<location filename="../src/modules/users/Config.cpp" line="272"/>
<source>'%1' is not allowed as hostname.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="243"/>
<location filename="../src/modules/users/Config.cpp" line="278"/>
<source>Only letters, numbers, underscore and hyphen are allowed.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="446"/>
<location filename="../src/modules/users/Config.cpp" line="481"/>
<source>Your passwords do not match!</source>
<translation type="unfinished"/>
</message>
@ -1013,28 +1013,38 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>CreateUserJob</name>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="40"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="36"/>
<source>Create user %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="47"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="43"/>
<source>Create user &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="54"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="50"/>
<source>Creating user %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="186"/>
<source>Cannot create sudoers file for writing.</source>
<location filename="../src/modules/users/CreateUserJob.cpp" line="126"/>
<source>Preserving home directory</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="181"/>
<source>Cannot chmod sudoers file.</source>
<location filename="../src/modules/users/CreateUserJob.cpp" line="143"/>
<source>Creating user %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="151"/>
<source>Configuring user %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="159"/>
<source>Setting file permissions</source>
<translation type="unfinished"/>
</message>
</context>
@ -1238,7 +1248,7 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="272"/>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="275"/>
<source>Mountpoint already in use. Please select another one.</source>
<translation type="unfinished"/>
</message>
@ -1553,23 +1563,10 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/>
</message>
</context>
<context>
<name>KeyboardPage</name>
<message>
<location filename="../src/modules/keyboard/KeyboardPage.cpp" line="204"/>
<source>Set keyboard model to %1.&lt;br/&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/keyboard/KeyboardPage.cpp" line="208"/>
<source>Set keyboard layout to %1/%2.</source>
<translation type="unfinished"/>
</message>
</context>
<context>
<name>KeyboardQmlViewStep</name>
<message>
<location filename="../src/modules/keyboardq/KeyboardQmlViewStep.cpp" line="33"/>
<location filename="../src/modules/keyboardq/KeyboardQmlViewStep.cpp" line="32"/>
<source>Keyboard</source>
<translation type="unfinished"/>
</message>
@ -1577,7 +1574,7 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>KeyboardViewStep</name>
<message>
<location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="45"/>
<location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="42"/>
<source>Keyboard</source>
<translation type="unfinished"/>
</message>
@ -1659,59 +1656,59 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>LicenseWidget</name>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="87"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="88"/>
<source>URL: %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="108"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="109"/>
<source>&lt;strong&gt;%1 driver&lt;/strong&gt;&lt;br/&gt;by %2</source>
<extracomment>%1 is an untranslatable product name, example: Creative Audigy driver</extracomment>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="115"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="116"/>
<source>&lt;strong&gt;%1 graphics driver&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<extracomment>%1 is usually a vendor name, example: Nvidia graphics driver</extracomment>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="121"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="122"/>
<source>&lt;strong&gt;%1 browser plugin&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="127"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="128"/>
<source>&lt;strong&gt;%1 codec&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="133"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="134"/>
<source>&lt;strong&gt;%1 package&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="139"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="140"/>
<source>&lt;strong&gt;%1&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="162"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="163"/>
<source>File: %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="185"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="186"/>
<source>Hide license text</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="185"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="186"/>
<source>Show the license text</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="189"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="190"/>
<source>Open license agreement in browser.</source>
<translation type="unfinished"/>
</message>
@ -1719,18 +1716,18 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>LocalePage</name>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="124"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="130"/>
<source>Region:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="125"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="131"/>
<source>Zone:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="126"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="127"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="132"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="133"/>
<source>&amp;Change...</source>
<translation type="unfinished"/>
</message>
@ -2001,237 +1998,255 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="143"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="188"/>
<source>Password is too weak</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="151"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="196"/>
<source>Memory allocation error when setting '%1'</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="156"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="199"/>
<source>Memory allocation error</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="158"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="201"/>
<source>The password is the same as the old one</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="160"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="203"/>
<source>The password is a palindrome</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="162"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="205"/>
<source>The password differs with case changes only</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="164"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="207"/>
<source>The password is too similar to the old one</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="166"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="209"/>
<source>The password contains the user name in some form</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="168"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="211"/>
<source>The password contains words from the real name of the user in some form</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="171"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="214"/>
<source>The password contains forbidden words in some form</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="175"/>
<source>The password contains less than %1 digits</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="178"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="221"/>
<source>The password contains too few digits</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="182"/>
<source>The password contains less than %1 uppercase letters</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="185"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="228"/>
<source>The password contains too few uppercase letters</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="189"/>
<source>The password contains less than %1 lowercase letters</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="192"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="235"/>
<source>The password contains too few lowercase letters</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="196"/>
<source>The password contains less than %1 non-alphanumeric characters</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="200"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="242"/>
<source>The password contains too few non-alphanumeric characters</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="204"/>
<source>The password is shorter than %1 characters</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="207"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="249"/>
<source>The password is too short</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="209"/>
<source>The password is just rotated old one</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="213"/>
<source>The password contains less than %1 character classes</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="216"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="258"/>
<source>The password does not contain enough character classes</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="220"/>
<source>The password contains more than %1 same characters consecutively</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="224"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="265"/>
<source>The password contains too many same characters consecutively</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="228"/>
<source>The password contains more than %1 characters of the same class consecutively</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="232"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="275"/>
<source>The password contains too many characters of the same class consecutively</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="237"/>
<source>The password contains monotonic sequence longer than %1 characters</source>
<translation type="unfinished"/>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="218"/>
<source>The password contains fewer than %n digits</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="225"/>
<source>The password contains fewer than %n uppercase letters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="232"/>
<source>The password contains fewer than %n lowercase letters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="239"/>
<source>The password contains fewer than %n non-alphanumeric characters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="246"/>
<source>The password is shorter than %n characters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="241"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="251"/>
<source>The password is a rotated version of the previous one</source>
<translation type="unfinished"/>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="255"/>
<source>The password contains fewer than %n character classes</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="262"/>
<source>The password contains more than %n same characters consecutively</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="269"/>
<source>The password contains more than %n characters of the same class consecutively</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="280"/>
<source>The password contains monotonic sequence longer than %n characters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="286"/>
<source>The password contains too long of a monotonic character sequence</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="244"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="289"/>
<source>No password supplied</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="246"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="291"/>
<source>Cannot obtain random numbers from the RNG device</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="248"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="293"/>
<source>Password generation failed - required entropy too low for settings</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="254"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="298"/>
<source>The password fails the dictionary check - %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="257"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="301"/>
<source>The password fails the dictionary check</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="261"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="305"/>
<source>Unknown setting - %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="265"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="307"/>
<source>Unknown setting</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="269"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="311"/>
<source>Bad integer value of setting - %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="274"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="313"/>
<source>Bad integer value</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="278"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="317"/>
<source>Setting %1 is not of integer type</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="283"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="319"/>
<source>Setting is not of integer type</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="287"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="323"/>
<source>Setting %1 is not of string type</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="292"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="325"/>
<source>Setting is not of string type</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="294"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="327"/>
<source>Opening the configuration file failed</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="296"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="329"/>
<source>The configuration file is malformed</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="298"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="331"/>
<source>Fatal failure</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="300"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="333"/>
<source>Unknown error</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="651"/>
<location filename="../src/modules/users/Config.cpp" line="729"/>
<source>Password is empty</source>
<translation type="unfinished"/>
</message>
@ -2565,117 +2580,117 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>PartitionViewStep</name>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="69"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="70"/>
<source>Gathering system information...</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="124"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="125"/>
<source>Partitions</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="162"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="163"/>
<source>Install %1 &lt;strong&gt;alongside&lt;/strong&gt; another operating system.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="166"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="167"/>
<source>&lt;strong&gt;Erase&lt;/strong&gt; disk and install %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="169"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="170"/>
<source>&lt;strong&gt;Replace&lt;/strong&gt; a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="173"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="174"/>
<source>&lt;strong&gt;Manual&lt;/strong&gt; partitioning.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="186"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="187"/>
<source>Install %1 &lt;strong&gt;alongside&lt;/strong&gt; another operating system on disk &lt;strong&gt;%2&lt;/strong&gt; (%3).</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="193"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="194"/>
<source>&lt;strong&gt;Erase&lt;/strong&gt; disk &lt;strong&gt;%2&lt;/strong&gt; (%3) and install %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="199"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="200"/>
<source>&lt;strong&gt;Replace&lt;/strong&gt; a partition on disk &lt;strong&gt;%2&lt;/strong&gt; (%3) with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="206"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="207"/>
<source>&lt;strong&gt;Manual&lt;/strong&gt; partitioning on disk &lt;strong&gt;%1&lt;/strong&gt; (%2).</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="215"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="216"/>
<source>Disk &lt;strong&gt;%1&lt;/strong&gt; (%2)</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="241"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="242"/>
<source>Current:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="259"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="260"/>
<source>After:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="426"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="427"/>
<source>No EFI system partition configured</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="427"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="428"/>
<source>An EFI system partition is necessary to start %1.&lt;br/&gt;&lt;br/&gt;To configure an EFI system partition, go back and select or create a FAT32 filesystem with the &lt;strong&gt;%3&lt;/strong&gt; flag enabled and mount point &lt;strong&gt;%2&lt;/strong&gt;.&lt;br/&gt;&lt;br/&gt;You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="441"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="442"/>
<source>An EFI system partition is necessary to start %1.&lt;br/&gt;&lt;br/&gt;A partition was configured with mount point &lt;strong&gt;%2&lt;/strong&gt; but its &lt;strong&gt;%3&lt;/strong&gt; flag is not set.&lt;br/&gt;To set the flag, go back and edit the partition.&lt;br/&gt;&lt;br/&gt;You can continue without setting the flag but your system may fail to start.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="440"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="441"/>
<source>EFI system partition flag not set</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="467"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="468"/>
<source>Option to use GPT on BIOS</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="468"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="469"/>
<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"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="496"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="497"/>
<source>Boot partition not encrypted</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="497"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="498"/>
<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"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="626"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="627"/>
<source>has at least one disk device available.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="627"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="628"/>
<source>There are no partitions to install on.</source>
<translation type="unfinished"/>
</message>
@ -2832,13 +2847,8 @@ Output:
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="90"/>
<source>Default Keyboard Model</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="136"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="173"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="130"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="167"/>
<source>Default</source>
<translation type="unfinished"/>
</message>
@ -3219,29 +3229,29 @@ Output:
<context>
<name>SetKeyboardLayoutJob</name>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="53"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="55"/>
<source>Set keyboard model to %1, layout to %2-%3</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="356"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="368"/>
<source>Failed to write keyboard configuration for the virtual console.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="357"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="361"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="368"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="369"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="397"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="414"/>
<source>Failed to write to %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="360"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="396"/>
<source>Failed to write keyboard configuration for X11.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="367"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="413"/>
<source>Failed to write keyboard configuration to existing /etc/default directory.</source>
<translation type="unfinished"/>
</message>
@ -3410,6 +3420,43 @@ Output:
<translation type="unfinished"/>
</message>
</context>
<context>
<name>SetupGroupsJob</name>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="166"/>
<source>Preparing groups.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="178"/>
<location filename="../src/modules/users/MiscJobs.cpp" line="183"/>
<source>Could not create groups in target system</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="184"/>
<source>These groups are missing in the target system: %1</source>
<translation type="unfinished"/>
</message>
</context>
<context>
<name>SetupSudoJob</name>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="33"/>
<source>Configure &lt;pre&gt;sudo&lt;/pre&gt; users.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="55"/>
<source>Cannot chmod sudoers file.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="60"/>
<source>Cannot create sudoers file for writing.</source>
<translation type="unfinished"/>
</message>
</context>
<context>
<name>ShellProcessJob</name>
<message>
@ -3430,12 +3477,12 @@ Output:
<context>
<name>SummaryPage</name>
<message>
<location filename="../src/modules/summary/SummaryPage.cpp" line="47"/>
<location filename="../src/modules/summary/SummaryPage.cpp" line="48"/>
<source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/summary/SummaryPage.cpp" line="49"/>
<location filename="../src/modules/summary/SummaryPage.cpp" line="50"/>
<source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/>
</message>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -4,17 +4,17 @@
<context>
<name>BootInfoWidget</name>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="61"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="62"/>
<source>The &lt;strong&gt;boot environment&lt;/strong&gt; of this system.&lt;br&gt;&lt;br&gt;Older x86 systems only support &lt;strong&gt;BIOS&lt;/strong&gt;.&lt;br&gt;Modern systems usually use &lt;strong&gt;EFI&lt;/strong&gt;, but may also show up as BIOS if started in compatibility mode.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="71"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="72"/>
<source>This system was started with an &lt;strong&gt;EFI&lt;/strong&gt; boot environment.&lt;br&gt;&lt;br&gt;To configure startup from an EFI environment, this installer must deploy a boot loader application, like &lt;strong&gt;GRUB&lt;/strong&gt; or &lt;strong&gt;systemd-boot&lt;/strong&gt; on an &lt;strong&gt;EFI System Partition&lt;/strong&gt;. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="83"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="84"/>
<source>This system was started with a &lt;strong&gt;BIOS&lt;/strong&gt; boot environment.&lt;br&gt;&lt;br&gt;To configure startup from a BIOS environment, this installer must install a boot loader, like &lt;strong&gt;GRUB&lt;/strong&gt;, either at the beginning of a partition or on the &lt;strong&gt;Master Boot Record&lt;/strong&gt; near the beginning of the partition table (preferred). This is automatic, unless you choose manual partitioning, in which case you must set it up on your own.</source>
<translation type="unfinished"/>
</message>
@ -529,7 +529,7 @@ The installer will quit and all changes will be lost.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="831"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="828"/>
<source>Reuse %1 as home partition for %2.</source>
<translation type="unfinished"/>
</message>
@ -554,101 +554,101 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1146"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1148"/>
<source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source>
<translation> EFI %1</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1154"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1156"/>
<source>The EFI system partition at %1 will be used for starting %2.</source>
<translation> EFI %1 %2</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1162"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1164"/>
<source>EFI system partition:</source>
<translation> EFI:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1296"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1297"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1301"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1338"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1360"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1385"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1302"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1339"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1361"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1386"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color="red"&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1305"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1334"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1356"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1381"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1306"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1335"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1357"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1382"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt; %1</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1309"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1343"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1364"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1389"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1310"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1344"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1365"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1390"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt; %1</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1328"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1329"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation> %1 ?&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1351"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1352"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation> ?&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1376"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1377"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation> ?&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1448"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1449"/>
<source>This storage device already has an operating system on it, but the partition table &lt;strong&gt;%1&lt;/strong&gt; is different from the needed &lt;strong&gt;%2&lt;/strong&gt;.&lt;br/&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1471"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1472"/>
<source>This storage device has one of its partitions &lt;strong&gt;mounted&lt;/strong&gt;.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1476"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1477"/>
<source>This storage device is a part of an &lt;strong&gt;inactive RAID&lt;/strong&gt; device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1603"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1604"/>
<source>No Swap</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1611"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1612"/>
<source>Reuse Swap</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1614"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1615"/>
<source>Swap (no Hibernate)</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1617"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1618"/>
<source>Swap (with Hibernate)</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1620"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1621"/>
<source>Swap to file</source>
<translation type="unfinished"/>
</message>
@ -716,12 +716,12 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>Config</name>
<message>
<location filename="../src/modules/keyboard/Config.cpp" line="340"/>
<location filename="../src/modules/keyboard/Config.cpp" line="326"/>
<source>Set keyboard model to %1.&lt;br/&gt;</source>
<translation> %1&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/keyboard/Config.cpp" line="347"/>
<location filename="../src/modules/keyboard/Config.cpp" line="333"/>
<source>Set keyboard layout to %1/%2.</source>
<translation> %1/%2</translation>
</message>
@ -806,47 +806,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="164"/>
<location filename="../src/modules/users/Config.cpp" line="200"/>
<source>Your username is too long.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="170"/>
<location filename="../src/modules/users/Config.cpp" line="206"/>
<source>'%1' is not allowed as username.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="177"/>
<location filename="../src/modules/users/Config.cpp" line="213"/>
<source>Your username must start with a lowercase letter or underscore.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="181"/>
<location filename="../src/modules/users/Config.cpp" line="217"/>
<source>Only lowercase letters, numbers, underscore and hyphen are allowed.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="227"/>
<location filename="../src/modules/users/Config.cpp" line="262"/>
<source>Your hostname is too short.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="231"/>
<location filename="../src/modules/users/Config.cpp" line="266"/>
<source>Your hostname is too long.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="237"/>
<location filename="../src/modules/users/Config.cpp" line="272"/>
<source>'%1' is not allowed as hostname.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="243"/>
<location filename="../src/modules/users/Config.cpp" line="278"/>
<source>Only letters, numbers, underscore and hyphen are allowed.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="446"/>
<location filename="../src/modules/users/Config.cpp" line="481"/>
<source>Your passwords do not match!</source>
<translation>!</translation>
</message>
@ -1014,29 +1014,39 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>CreateUserJob</name>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="40"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="36"/>
<source>Create user %1</source>
<translation> %1</translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="47"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="43"/>
<source>Create user &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="54"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="50"/>
<source>Creating user %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="186"/>
<source>Cannot create sudoers file for writing.</source>
<translation> sudoers </translation>
<location filename="../src/modules/users/CreateUserJob.cpp" line="126"/>
<source>Preserving home directory</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="181"/>
<source>Cannot chmod sudoers file.</source>
<translation> chmod sudoers</translation>
<location filename="../src/modules/users/CreateUserJob.cpp" line="143"/>
<source>Creating user %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="151"/>
<source>Configuring user %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="159"/>
<source>Setting file permissions</source>
<translation type="unfinished"/>
</message>
</context>
<context>
@ -1239,7 +1249,7 @@ The installer will quit and all changes will be lost.</source>
<translation>Flags:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="272"/>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="275"/>
<source>Mountpoint already in use. Please select another one.</source>
<translation type="unfinished"/>
</message>
@ -1554,23 +1564,10 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/>
</message>
</context>
<context>
<name>KeyboardPage</name>
<message>
<location filename="../src/modules/keyboard/KeyboardPage.cpp" line="204"/>
<source>Set keyboard model to %1.&lt;br/&gt;</source>
<translation> %1&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/keyboard/KeyboardPage.cpp" line="208"/>
<source>Set keyboard layout to %1/%2.</source>
<translation> %1/%2</translation>
</message>
</context>
<context>
<name>KeyboardQmlViewStep</name>
<message>
<location filename="../src/modules/keyboardq/KeyboardQmlViewStep.cpp" line="33"/>
<location filename="../src/modules/keyboardq/KeyboardQmlViewStep.cpp" line="32"/>
<source>Keyboard</source>
<translation></translation>
</message>
@ -1578,7 +1575,7 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>KeyboardViewStep</name>
<message>
<location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="45"/>
<location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="42"/>
<source>Keyboard</source>
<translation></translation>
</message>
@ -1660,59 +1657,59 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>LicenseWidget</name>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="87"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="88"/>
<source>URL: %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="108"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="109"/>
<source>&lt;strong&gt;%1 driver&lt;/strong&gt;&lt;br/&gt;by %2</source>
<extracomment>%1 is an untranslatable product name, example: Creative Audigy driver</extracomment>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="115"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="116"/>
<source>&lt;strong&gt;%1 graphics driver&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<extracomment>%1 is usually a vendor name, example: Nvidia graphics driver</extracomment>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="121"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="122"/>
<source>&lt;strong&gt;%1 browser plugin&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="127"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="128"/>
<source>&lt;strong&gt;%1 codec&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="133"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="134"/>
<source>&lt;strong&gt;%1 package&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="139"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="140"/>
<source>&lt;strong&gt;%1&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="162"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="163"/>
<source>File: %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="185"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="186"/>
<source>Hide license text</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="185"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="186"/>
<source>Show the license text</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="189"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="190"/>
<source>Open license agreement in browser.</source>
<translation type="unfinished"/>
</message>
@ -1720,18 +1717,18 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>LocalePage</name>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="124"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="130"/>
<source>Region:</source>
<translation>:</translation>
</message>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="125"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="131"/>
<source>Zone:</source>
<translation>:</translation>
</message>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="126"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="127"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="132"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="133"/>
<source>&amp;Change...</source>
<translation>&amp;C ...</translation>
</message>
@ -2002,237 +1999,255 @@ The installer will quit and all changes will be lost.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="143"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="188"/>
<source>Password is too weak</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="151"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="196"/>
<source>Memory allocation error when setting '%1'</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="156"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="199"/>
<source>Memory allocation error</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="158"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="201"/>
<source>The password is the same as the old one</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="160"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="203"/>
<source>The password is a palindrome</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="162"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="205"/>
<source>The password differs with case changes only</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="164"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="207"/>
<source>The password is too similar to the old one</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="166"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="209"/>
<source>The password contains the user name in some form</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="168"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="211"/>
<source>The password contains words from the real name of the user in some form</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="171"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="214"/>
<source>The password contains forbidden words in some form</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="175"/>
<source>The password contains less than %1 digits</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="178"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="221"/>
<source>The password contains too few digits</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="182"/>
<source>The password contains less than %1 uppercase letters</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="185"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="228"/>
<source>The password contains too few uppercase letters</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="189"/>
<source>The password contains less than %1 lowercase letters</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="192"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="235"/>
<source>The password contains too few lowercase letters</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="196"/>
<source>The password contains less than %1 non-alphanumeric characters</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="200"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="242"/>
<source>The password contains too few non-alphanumeric characters</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="204"/>
<source>The password is shorter than %1 characters</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="207"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="249"/>
<source>The password is too short</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="209"/>
<source>The password is just rotated old one</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="213"/>
<source>The password contains less than %1 character classes</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="216"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="258"/>
<source>The password does not contain enough character classes</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="220"/>
<source>The password contains more than %1 same characters consecutively</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="224"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="265"/>
<source>The password contains too many same characters consecutively</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="228"/>
<source>The password contains more than %1 characters of the same class consecutively</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="232"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="275"/>
<source>The password contains too many characters of the same class consecutively</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="237"/>
<source>The password contains monotonic sequence longer than %1 characters</source>
<translation type="unfinished"/>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="218"/>
<source>The password contains fewer than %n digits</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="225"/>
<source>The password contains fewer than %n uppercase letters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="232"/>
<source>The password contains fewer than %n lowercase letters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="239"/>
<source>The password contains fewer than %n non-alphanumeric characters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="246"/>
<source>The password is shorter than %n characters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="241"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="251"/>
<source>The password is a rotated version of the previous one</source>
<translation type="unfinished"/>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="255"/>
<source>The password contains fewer than %n character classes</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="262"/>
<source>The password contains more than %n same characters consecutively</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="269"/>
<source>The password contains more than %n characters of the same class consecutively</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="280"/>
<source>The password contains monotonic sequence longer than %n characters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="286"/>
<source>The password contains too long of a monotonic character sequence</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="244"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="289"/>
<source>No password supplied</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="246"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="291"/>
<source>Cannot obtain random numbers from the RNG device</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="248"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="293"/>
<source>Password generation failed - required entropy too low for settings</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="254"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="298"/>
<source>The password fails the dictionary check - %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="257"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="301"/>
<source>The password fails the dictionary check</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="261"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="305"/>
<source>Unknown setting - %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="265"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="307"/>
<source>Unknown setting</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="269"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="311"/>
<source>Bad integer value of setting - %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="274"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="313"/>
<source>Bad integer value</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="278"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="317"/>
<source>Setting %1 is not of integer type</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="283"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="319"/>
<source>Setting is not of integer type</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="287"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="323"/>
<source>Setting %1 is not of string type</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="292"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="325"/>
<source>Setting is not of string type</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="294"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="327"/>
<source>Opening the configuration file failed</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="296"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="329"/>
<source>The configuration file is malformed</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="298"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="331"/>
<source>Fatal failure</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="300"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="333"/>
<source>Unknown error</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="651"/>
<location filename="../src/modules/users/Config.cpp" line="729"/>
<source>Password is empty</source>
<translation></translation>
</message>
@ -2566,117 +2581,117 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>PartitionViewStep</name>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="69"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="70"/>
<source>Gathering system information...</source>
<translation>...</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="124"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="125"/>
<source>Partitions</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="162"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="163"/>
<source>Install %1 &lt;strong&gt;alongside&lt;/strong&gt; another operating system.</source>
<translation> %1 &lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="166"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="167"/>
<source>&lt;strong&gt;Erase&lt;/strong&gt; disk and install %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="169"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="170"/>
<source>&lt;strong&gt;Replace&lt;/strong&gt; a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="173"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="174"/>
<source>&lt;strong&gt;Manual&lt;/strong&gt; partitioning.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="186"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="187"/>
<source>Install %1 &lt;strong&gt;alongside&lt;/strong&gt; another operating system on disk &lt;strong&gt;%2&lt;/strong&gt; (%3).</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="193"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="194"/>
<source>&lt;strong&gt;Erase&lt;/strong&gt; disk &lt;strong&gt;%2&lt;/strong&gt; (%3) and install %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="199"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="200"/>
<source>&lt;strong&gt;Replace&lt;/strong&gt; a partition on disk &lt;strong&gt;%2&lt;/strong&gt; (%3) with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="206"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="207"/>
<source>&lt;strong&gt;Manual&lt;/strong&gt; partitioning on disk &lt;strong&gt;%1&lt;/strong&gt; (%2).</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="215"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="216"/>
<source>Disk &lt;strong&gt;%1&lt;/strong&gt; (%2)</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="241"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="242"/>
<source>Current:</source>
<translation>:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="259"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="260"/>
<source>After:</source>
<translation>:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="426"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="427"/>
<source>No EFI system partition configured</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="427"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="428"/>
<source>An EFI system partition is necessary to start %1.&lt;br/&gt;&lt;br/&gt;To configure an EFI system partition, go back and select or create a FAT32 filesystem with the &lt;strong&gt;%3&lt;/strong&gt; flag enabled and mount point &lt;strong&gt;%2&lt;/strong&gt;.&lt;br/&gt;&lt;br/&gt;You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="441"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="442"/>
<source>An EFI system partition is necessary to start %1.&lt;br/&gt;&lt;br/&gt;A partition was configured with mount point &lt;strong&gt;%2&lt;/strong&gt; but its &lt;strong&gt;%3&lt;/strong&gt; flag is not set.&lt;br/&gt;To set the flag, go back and edit the partition.&lt;br/&gt;&lt;br/&gt;You can continue without setting the flag but your system may fail to start.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="440"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="441"/>
<source>EFI system partition flag not set</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="467"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="468"/>
<source>Option to use GPT on BIOS</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="468"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="469"/>
<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"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="496"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="497"/>
<source>Boot partition not encrypted</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="497"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="498"/>
<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"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="626"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="627"/>
<source>has at least one disk device available.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="627"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="628"/>
<source>There are no partitions to install on.</source>
<translation type="unfinished"/>
</message>
@ -2833,13 +2848,8 @@ Output:
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="90"/>
<source>Default Keyboard Model</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="136"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="173"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="130"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="167"/>
<source>Default</source>
<translation></translation>
</message>
@ -3220,29 +3230,29 @@ Output:
<context>
<name>SetKeyboardLayoutJob</name>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="53"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="55"/>
<source>Set keyboard model to %1, layout to %2-%3</source>
<translation> %1 %2-%3</translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="356"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="368"/>
<source>Failed to write keyboard configuration for the virtual console.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="357"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="361"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="368"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="369"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="397"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="414"/>
<source>Failed to write to %1</source>
<translation> %1</translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="360"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="396"/>
<source>Failed to write keyboard configuration for X11.</source>
<translation> X11</translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="367"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="413"/>
<source>Failed to write keyboard configuration to existing /etc/default directory.</source>
<translation type="unfinished"/>
</message>
@ -3411,6 +3421,43 @@ Output:
<translation type="unfinished"/>
</message>
</context>
<context>
<name>SetupGroupsJob</name>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="166"/>
<source>Preparing groups.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="178"/>
<location filename="../src/modules/users/MiscJobs.cpp" line="183"/>
<source>Could not create groups in target system</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="184"/>
<source>These groups are missing in the target system: %1</source>
<translation type="unfinished"/>
</message>
</context>
<context>
<name>SetupSudoJob</name>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="33"/>
<source>Configure &lt;pre&gt;sudo&lt;/pre&gt; users.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="55"/>
<source>Cannot chmod sudoers file.</source>
<translation> chmod sudoers</translation>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="60"/>
<source>Cannot create sudoers file for writing.</source>
<translation> sudoers </translation>
</message>
</context>
<context>
<name>ShellProcessJob</name>
<message>
@ -3431,12 +3478,12 @@ Output:
<context>
<name>SummaryPage</name>
<message>
<location filename="../src/modules/summary/SummaryPage.cpp" line="47"/>
<location filename="../src/modules/summary/SummaryPage.cpp" line="48"/>
<source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/summary/SummaryPage.cpp" line="49"/>
<location filename="../src/modules/summary/SummaryPage.cpp" line="50"/>
<source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/>
</message>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -4,17 +4,17 @@
<context>
<name>BootInfoWidget</name>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="61"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="62"/>
<source>The &lt;strong&gt;boot environment&lt;/strong&gt; of this system.&lt;br&gt;&lt;br&gt;Older x86 systems only support &lt;strong&gt;BIOS&lt;/strong&gt;.&lt;br&gt;Modern systems usually use &lt;strong&gt;EFI&lt;/strong&gt;, but may also show up as BIOS if started in compatibility mode.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="71"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="72"/>
<source>This system was started with an &lt;strong&gt;EFI&lt;/strong&gt; boot environment.&lt;br&gt;&lt;br&gt;To configure startup from an EFI environment, this installer must deploy a boot loader application, like &lt;strong&gt;GRUB&lt;/strong&gt; or &lt;strong&gt;systemd-boot&lt;/strong&gt; on an &lt;strong&gt;EFI System Partition&lt;/strong&gt;. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="83"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="84"/>
<source>This system was started with a &lt;strong&gt;BIOS&lt;/strong&gt; boot environment.&lt;br&gt;&lt;br&gt;To configure startup from a BIOS environment, this installer must install a boot loader, like &lt;strong&gt;GRUB&lt;/strong&gt;, either at the beginning of a partition or on the &lt;strong&gt;Master Boot Record&lt;/strong&gt; near the beginning of the partition table (preferred). This is automatic, unless you choose manual partitioning, in which case you must set it up on your own.</source>
<translation type="unfinished"/>
</message>
@ -528,7 +528,7 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="831"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="828"/>
<source>Reuse %1 as home partition for %2.</source>
<translation type="unfinished"/>
</message>
@ -553,101 +553,101 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1146"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1148"/>
<source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1154"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1156"/>
<source>The EFI system partition at %1 will be used for starting %2.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1162"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1164"/>
<source>EFI system partition:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1296"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1297"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1301"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1338"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1360"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1385"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1302"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1339"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1361"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1386"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color="red"&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1305"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1334"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1356"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1381"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1306"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1335"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1357"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1382"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1309"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1343"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1364"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1389"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1310"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1344"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1365"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1390"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1328"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1329"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1351"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1352"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1376"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1377"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1448"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1449"/>
<source>This storage device already has an operating system on it, but the partition table &lt;strong&gt;%1&lt;/strong&gt; is different from the needed &lt;strong&gt;%2&lt;/strong&gt;.&lt;br/&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1471"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1472"/>
<source>This storage device has one of its partitions &lt;strong&gt;mounted&lt;/strong&gt;.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1476"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1477"/>
<source>This storage device is a part of an &lt;strong&gt;inactive RAID&lt;/strong&gt; device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1603"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1604"/>
<source>No Swap</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1611"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1612"/>
<source>Reuse Swap</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1614"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1615"/>
<source>Swap (no Hibernate)</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1617"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1618"/>
<source>Swap (with Hibernate)</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1620"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1621"/>
<source>Swap to file</source>
<translation type="unfinished"/>
</message>
@ -715,12 +715,12 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>Config</name>
<message>
<location filename="../src/modules/keyboard/Config.cpp" line="340"/>
<location filename="../src/modules/keyboard/Config.cpp" line="326"/>
<source>Set keyboard model to %1.&lt;br/&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/keyboard/Config.cpp" line="347"/>
<location filename="../src/modules/keyboard/Config.cpp" line="333"/>
<source>Set keyboard layout to %1/%2.</source>
<translation type="unfinished"/>
</message>
@ -805,47 +805,47 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="164"/>
<location filename="../src/modules/users/Config.cpp" line="200"/>
<source>Your username is too long.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="170"/>
<location filename="../src/modules/users/Config.cpp" line="206"/>
<source>'%1' is not allowed as username.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="177"/>
<location filename="../src/modules/users/Config.cpp" line="213"/>
<source>Your username must start with a lowercase letter or underscore.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="181"/>
<location filename="../src/modules/users/Config.cpp" line="217"/>
<source>Only lowercase letters, numbers, underscore and hyphen are allowed.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="227"/>
<location filename="../src/modules/users/Config.cpp" line="262"/>
<source>Your hostname is too short.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="231"/>
<location filename="../src/modules/users/Config.cpp" line="266"/>
<source>Your hostname is too long.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="237"/>
<location filename="../src/modules/users/Config.cpp" line="272"/>
<source>'%1' is not allowed as hostname.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="243"/>
<location filename="../src/modules/users/Config.cpp" line="278"/>
<source>Only letters, numbers, underscore and hyphen are allowed.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="446"/>
<location filename="../src/modules/users/Config.cpp" line="481"/>
<source>Your passwords do not match!</source>
<translation type="unfinished"/>
</message>
@ -1013,28 +1013,38 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>CreateUserJob</name>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="40"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="36"/>
<source>Create user %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="47"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="43"/>
<source>Create user &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="54"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="50"/>
<source>Creating user %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="186"/>
<source>Cannot create sudoers file for writing.</source>
<location filename="../src/modules/users/CreateUserJob.cpp" line="126"/>
<source>Preserving home directory</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="181"/>
<source>Cannot chmod sudoers file.</source>
<location filename="../src/modules/users/CreateUserJob.cpp" line="143"/>
<source>Creating user %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="151"/>
<source>Configuring user %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="159"/>
<source>Setting file permissions</source>
<translation type="unfinished"/>
</message>
</context>
@ -1238,7 +1248,7 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="272"/>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="275"/>
<source>Mountpoint already in use. Please select another one.</source>
<translation type="unfinished"/>
</message>
@ -1553,23 +1563,10 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/>
</message>
</context>
<context>
<name>KeyboardPage</name>
<message>
<location filename="../src/modules/keyboard/KeyboardPage.cpp" line="204"/>
<source>Set keyboard model to %1.&lt;br/&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/keyboard/KeyboardPage.cpp" line="208"/>
<source>Set keyboard layout to %1/%2.</source>
<translation type="unfinished"/>
</message>
</context>
<context>
<name>KeyboardQmlViewStep</name>
<message>
<location filename="../src/modules/keyboardq/KeyboardQmlViewStep.cpp" line="33"/>
<location filename="../src/modules/keyboardq/KeyboardQmlViewStep.cpp" line="32"/>
<source>Keyboard</source>
<translation type="unfinished"/>
</message>
@ -1577,7 +1574,7 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>KeyboardViewStep</name>
<message>
<location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="45"/>
<location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="42"/>
<source>Keyboard</source>
<translation type="unfinished"/>
</message>
@ -1659,59 +1656,59 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>LicenseWidget</name>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="87"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="88"/>
<source>URL: %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="108"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="109"/>
<source>&lt;strong&gt;%1 driver&lt;/strong&gt;&lt;br/&gt;by %2</source>
<extracomment>%1 is an untranslatable product name, example: Creative Audigy driver</extracomment>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="115"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="116"/>
<source>&lt;strong&gt;%1 graphics driver&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<extracomment>%1 is usually a vendor name, example: Nvidia graphics driver</extracomment>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="121"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="122"/>
<source>&lt;strong&gt;%1 browser plugin&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="127"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="128"/>
<source>&lt;strong&gt;%1 codec&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="133"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="134"/>
<source>&lt;strong&gt;%1 package&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="139"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="140"/>
<source>&lt;strong&gt;%1&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="162"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="163"/>
<source>File: %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="185"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="186"/>
<source>Hide license text</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="185"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="186"/>
<source>Show the license text</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="189"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="190"/>
<source>Open license agreement in browser.</source>
<translation type="unfinished"/>
</message>
@ -1719,18 +1716,18 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>LocalePage</name>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="124"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="130"/>
<source>Region:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="125"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="131"/>
<source>Zone:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="126"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="127"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="132"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="133"/>
<source>&amp;Change...</source>
<translation type="unfinished"/>
</message>
@ -2001,237 +1998,255 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="143"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="188"/>
<source>Password is too weak</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="151"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="196"/>
<source>Memory allocation error when setting '%1'</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="156"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="199"/>
<source>Memory allocation error</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="158"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="201"/>
<source>The password is the same as the old one</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="160"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="203"/>
<source>The password is a palindrome</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="162"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="205"/>
<source>The password differs with case changes only</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="164"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="207"/>
<source>The password is too similar to the old one</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="166"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="209"/>
<source>The password contains the user name in some form</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="168"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="211"/>
<source>The password contains words from the real name of the user in some form</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="171"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="214"/>
<source>The password contains forbidden words in some form</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="175"/>
<source>The password contains less than %1 digits</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="178"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="221"/>
<source>The password contains too few digits</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="182"/>
<source>The password contains less than %1 uppercase letters</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="185"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="228"/>
<source>The password contains too few uppercase letters</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="189"/>
<source>The password contains less than %1 lowercase letters</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="192"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="235"/>
<source>The password contains too few lowercase letters</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="196"/>
<source>The password contains less than %1 non-alphanumeric characters</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="200"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="242"/>
<source>The password contains too few non-alphanumeric characters</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="204"/>
<source>The password is shorter than %1 characters</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="207"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="249"/>
<source>The password is too short</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="209"/>
<source>The password is just rotated old one</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="213"/>
<source>The password contains less than %1 character classes</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="216"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="258"/>
<source>The password does not contain enough character classes</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="220"/>
<source>The password contains more than %1 same characters consecutively</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="224"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="265"/>
<source>The password contains too many same characters consecutively</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="228"/>
<source>The password contains more than %1 characters of the same class consecutively</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="232"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="275"/>
<source>The password contains too many characters of the same class consecutively</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="237"/>
<source>The password contains monotonic sequence longer than %1 characters</source>
<translation type="unfinished"/>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="218"/>
<source>The password contains fewer than %n digits</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="225"/>
<source>The password contains fewer than %n uppercase letters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="232"/>
<source>The password contains fewer than %n lowercase letters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="239"/>
<source>The password contains fewer than %n non-alphanumeric characters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="246"/>
<source>The password is shorter than %n characters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="241"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="251"/>
<source>The password is a rotated version of the previous one</source>
<translation type="unfinished"/>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="255"/>
<source>The password contains fewer than %n character classes</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="262"/>
<source>The password contains more than %n same characters consecutively</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="269"/>
<source>The password contains more than %n characters of the same class consecutively</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="280"/>
<source>The password contains monotonic sequence longer than %n characters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="286"/>
<source>The password contains too long of a monotonic character sequence</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="244"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="289"/>
<source>No password supplied</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="246"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="291"/>
<source>Cannot obtain random numbers from the RNG device</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="248"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="293"/>
<source>Password generation failed - required entropy too low for settings</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="254"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="298"/>
<source>The password fails the dictionary check - %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="257"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="301"/>
<source>The password fails the dictionary check</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="261"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="305"/>
<source>Unknown setting - %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="265"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="307"/>
<source>Unknown setting</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="269"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="311"/>
<source>Bad integer value of setting - %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="274"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="313"/>
<source>Bad integer value</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="278"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="317"/>
<source>Setting %1 is not of integer type</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="283"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="319"/>
<source>Setting is not of integer type</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="287"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="323"/>
<source>Setting %1 is not of string type</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="292"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="325"/>
<source>Setting is not of string type</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="294"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="327"/>
<source>Opening the configuration file failed</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="296"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="329"/>
<source>The configuration file is malformed</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="298"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="331"/>
<source>Fatal failure</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="300"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="333"/>
<source>Unknown error</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="651"/>
<location filename="../src/modules/users/Config.cpp" line="729"/>
<source>Password is empty</source>
<translation type="unfinished"/>
</message>
@ -2565,117 +2580,117 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>PartitionViewStep</name>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="69"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="70"/>
<source>Gathering system information...</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="124"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="125"/>
<source>Partitions</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="162"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="163"/>
<source>Install %1 &lt;strong&gt;alongside&lt;/strong&gt; another operating system.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="166"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="167"/>
<source>&lt;strong&gt;Erase&lt;/strong&gt; disk and install %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="169"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="170"/>
<source>&lt;strong&gt;Replace&lt;/strong&gt; a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="173"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="174"/>
<source>&lt;strong&gt;Manual&lt;/strong&gt; partitioning.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="186"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="187"/>
<source>Install %1 &lt;strong&gt;alongside&lt;/strong&gt; another operating system on disk &lt;strong&gt;%2&lt;/strong&gt; (%3).</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="193"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="194"/>
<source>&lt;strong&gt;Erase&lt;/strong&gt; disk &lt;strong&gt;%2&lt;/strong&gt; (%3) and install %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="199"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="200"/>
<source>&lt;strong&gt;Replace&lt;/strong&gt; a partition on disk &lt;strong&gt;%2&lt;/strong&gt; (%3) with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="206"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="207"/>
<source>&lt;strong&gt;Manual&lt;/strong&gt; partitioning on disk &lt;strong&gt;%1&lt;/strong&gt; (%2).</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="215"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="216"/>
<source>Disk &lt;strong&gt;%1&lt;/strong&gt; (%2)</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="241"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="242"/>
<source>Current:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="259"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="260"/>
<source>After:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="426"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="427"/>
<source>No EFI system partition configured</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="427"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="428"/>
<source>An EFI system partition is necessary to start %1.&lt;br/&gt;&lt;br/&gt;To configure an EFI system partition, go back and select or create a FAT32 filesystem with the &lt;strong&gt;%3&lt;/strong&gt; flag enabled and mount point &lt;strong&gt;%2&lt;/strong&gt;.&lt;br/&gt;&lt;br/&gt;You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="441"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="442"/>
<source>An EFI system partition is necessary to start %1.&lt;br/&gt;&lt;br/&gt;A partition was configured with mount point &lt;strong&gt;%2&lt;/strong&gt; but its &lt;strong&gt;%3&lt;/strong&gt; flag is not set.&lt;br/&gt;To set the flag, go back and edit the partition.&lt;br/&gt;&lt;br/&gt;You can continue without setting the flag but your system may fail to start.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="440"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="441"/>
<source>EFI system partition flag not set</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="467"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="468"/>
<source>Option to use GPT on BIOS</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="468"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="469"/>
<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"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="496"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="497"/>
<source>Boot partition not encrypted</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="497"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="498"/>
<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"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="626"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="627"/>
<source>has at least one disk device available.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="627"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="628"/>
<source>There are no partitions to install on.</source>
<translation type="unfinished"/>
</message>
@ -2832,13 +2847,8 @@ Output:
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="90"/>
<source>Default Keyboard Model</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="136"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="173"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="130"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="167"/>
<source>Default</source>
<translation type="unfinished"/>
</message>
@ -3219,29 +3229,29 @@ Output:
<context>
<name>SetKeyboardLayoutJob</name>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="53"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="55"/>
<source>Set keyboard model to %1, layout to %2-%3</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="356"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="368"/>
<source>Failed to write keyboard configuration for the virtual console.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="357"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="361"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="368"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="369"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="397"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="414"/>
<source>Failed to write to %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="360"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="396"/>
<source>Failed to write keyboard configuration for X11.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="367"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="413"/>
<source>Failed to write keyboard configuration to existing /etc/default directory.</source>
<translation type="unfinished"/>
</message>
@ -3410,6 +3420,43 @@ Output:
<translation type="unfinished"/>
</message>
</context>
<context>
<name>SetupGroupsJob</name>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="166"/>
<source>Preparing groups.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="178"/>
<location filename="../src/modules/users/MiscJobs.cpp" line="183"/>
<source>Could not create groups in target system</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="184"/>
<source>These groups are missing in the target system: %1</source>
<translation type="unfinished"/>
</message>
</context>
<context>
<name>SetupSudoJob</name>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="33"/>
<source>Configure &lt;pre&gt;sudo&lt;/pre&gt; users.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="55"/>
<source>Cannot chmod sudoers file.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="60"/>
<source>Cannot create sudoers file for writing.</source>
<translation type="unfinished"/>
</message>
</context>
<context>
<name>ShellProcessJob</name>
<message>
@ -3430,12 +3477,12 @@ Output:
<context>
<name>SummaryPage</name>
<message>
<location filename="../src/modules/summary/SummaryPage.cpp" line="47"/>
<location filename="../src/modules/summary/SummaryPage.cpp" line="48"/>
<source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/summary/SummaryPage.cpp" line="49"/>
<location filename="../src/modules/summary/SummaryPage.cpp" line="50"/>
<source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished"/>
</message>

View File

@ -4,17 +4,17 @@
<context>
<name>BootInfoWidget</name>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="61"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="62"/>
<source>The &lt;strong&gt;boot environment&lt;/strong&gt; of this system.&lt;br&gt;&lt;br&gt;Older x86 systems only support &lt;strong&gt;BIOS&lt;/strong&gt;.&lt;br&gt;Modern systems usually use &lt;strong&gt;EFI&lt;/strong&gt;, but may also show up as BIOS if started in compatibility mode.</source>
<translation>&lt;strong&gt; Môi trường khởi đng &lt;/strong&gt; ca h thng này. &lt;br&gt; &lt;br&gt; Các h thng x86 cũ hơn ch h tr &lt;strong&gt; BIOS &lt;/strong&gt;. &lt;br&gt; Các h thng hin đi thưng s dng &lt;strong&gt; EFI &lt;/strong&gt;, nhưng cũng có th hin th dưi dng BIOS nếu đưc khi đng chế đ tương thích.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="71"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="72"/>
<source>This system was started with an &lt;strong&gt;EFI&lt;/strong&gt; boot environment.&lt;br&gt;&lt;br&gt;To configure startup from an EFI environment, this installer must deploy a boot loader application, like &lt;strong&gt;GRUB&lt;/strong&gt; or &lt;strong&gt;systemd-boot&lt;/strong&gt; on an &lt;strong&gt;EFI System Partition&lt;/strong&gt;. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own.</source>
<translation>Hệ thống này đưc khởi đng bằng môi trường khởi đng &lt;strong&gt; EFI &lt;/strong&gt;. &lt;br&gt; &lt;br&gt; Đ đnh cu hình khi đng t môi trưng EFI, trình cài đt này phi trin khai ng dng trình ti khi đng, như &lt;strong&gt; GRUB &lt;/strong&gt; hoc &lt;strong&gt; systemd-boot &lt;/strong&gt; trên &lt;strong&gt; Phân vùng h thng EFI &lt;/strong&gt;. Điu này là t đng, tr khi bn chn phân vùng th công, trong trưng hp này, bn phi chn nó hoc t to nó.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="83"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="84"/>
<source>This system was started with a &lt;strong&gt;BIOS&lt;/strong&gt; boot environment.&lt;br&gt;&lt;br&gt;To configure startup from a BIOS environment, this installer must install a boot loader, like &lt;strong&gt;GRUB&lt;/strong&gt;, either at the beginning of a partition or on the &lt;strong&gt;Master Boot Record&lt;/strong&gt; near the beginning of the partition table (preferred). This is automatic, unless you choose manual partitioning, in which case you must set it up on your own.</source>
<translation>Hệ thống này đưc khởi đng với môi trường khởi đng &lt;strong&gt; BIOS &lt;/strong&gt;. &lt;br&gt; &lt;br&gt; Đ đnh cu hình khi đng t môi trưng BIOS, trình cài đt này phi cài đt mt trình ti khi đng, chng hn như &lt;strong&gt; GRUB &lt;/strong&gt; đu phân vùng hoc trên &lt;strong&gt; Bn ghi khi đng chính &lt;/strong&gt; gn đu bng phân vùng (ưu tiên). Điu này là t đng, tr khi bn chn phân vùng th công, trong trưng hp đó, bn phi t thiết lp nó.</translation>
</message>
@ -531,7 +531,7 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.<
<translation>&lt;strong&gt; Phân vùng thủ công &lt;/strong&gt; &lt;br/&gt; Bạn thể tự tạo hoặc thay đi kích thước phân vùng.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="831"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="828"/>
<source>Reuse %1 as home partition for %2.</source>
<translation>Sử dụng lại %1 làm phân vùng chính cho %2.</translation>
</message>
@ -556,101 +556,101 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.<
<translation>&lt;strong&gt; Chọn phân vùng đ cài đt &lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1146"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1148"/>
<source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source>
<translation>Không thể tìm thấy phân vùng hệ thống EFI bất kỳ đâu trên hệ thống này. Vui lòng quay lại sử dụng phân vùng thủ công đ thiết lập %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1154"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1156"/>
<source>The EFI system partition at %1 will be used for starting %2.</source>
<translation>Phân vùng hệ thống EFI tại %1 sẽ đưc sử dụng đ bắt đu %2.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1162"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1164"/>
<source>EFI system partition:</source>
<translation>Phân vùng hệ thống EFI:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1296"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1297"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>Thiết bị lưu trữ này dường như không hệ điều hành trên đó. Bạn muốn làm ? &lt;br/&gt; Bạn sẽ thể xem xét xác nhận lựa chọn của mình trước khi thực hiện bất kỳ thay đi nào đi với thiết bị lưu trữ.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1301"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1338"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1360"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1385"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1302"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1339"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1361"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1386"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color="red"&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt; Xóa đĩa &lt;/strong&gt; &lt;br/&gt; Thao tác này sẽ &lt;font color = "red"&gt; xóa &lt;/font&gt; tt c d liu hin có trên thiết b lưu tr đã chn.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1305"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1334"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1356"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1381"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1306"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1335"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1357"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1382"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt; Cài đt cùng với &lt;/strong&gt; &lt;br/&gt; Trình cài đt sẽ thu nhỏ phân vùng đ nhường chỗ cho %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1309"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1343"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1364"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1389"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1310"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1344"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1365"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1390"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt; Thay thế phân vùng &lt;/strong&gt; &lt;br/&gt; Thay thế phân vùng bằng %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1328"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1329"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>Thiết bị lưu trữ này %1 trên đó. Bạn muốn làm ? &lt;br/&gt; Bạn sẽ thể xem lại xác nhận lựa chọn của mình trước khi thực hiện bất kỳ thay đi nào đi với thiết bị lưu trữ.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1351"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1352"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>Thiết bị lưu trữ này đã hệ điều hành trên đó. Bạn muốn làm ? &lt;br/&gt; Bạn sẽ thể xem lại xác nhận lựa chọn của mình trước khi thực hiện bất kỳ thay đi nào đi với thiết bị lưu trữ.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1376"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1377"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>Thiết bị lưu trữ này nhiều hệ điều hành trên đó. Bạn muốn làm ? &lt;br/&gt; Bạn sẽ thể xem lại xác nhận lựa chọn của mình trước khi thực hiện bất kỳ thay đi nào đi với thiết bị lưu trữ.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1448"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1449"/>
<source>This storage device already has an operating system on it, but the partition table &lt;strong&gt;%1&lt;/strong&gt; is different from the needed &lt;strong&gt;%2&lt;/strong&gt;.&lt;br/&gt;</source>
<translation>Thiết bị lưu trữ này đã sẵn hệ điều hành, nhưng bảng phân vùng &lt;strong&gt; %1 &lt;/strong&gt; khác vi bng &lt;strong&gt; %2 &lt;/strong&gt; cn thiết. &lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1471"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1472"/>
<source>This storage device has one of its partitions &lt;strong&gt;mounted&lt;/strong&gt;.</source>
<translation>Thiết bị lưu trữ này một trong các phân vùng đưc &lt;strong&gt; gắn kết &lt;/strong&gt;.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1476"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1477"/>
<source>This storage device is a part of an &lt;strong&gt;inactive RAID&lt;/strong&gt; device.</source>
<translation>Thiết bị lưu trữ này một phần của thiết bị &lt;strong&gt; RAID không hoạt đng &lt;/strong&gt;.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1603"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1604"/>
<source>No Swap</source>
<translation>Không hoán đi</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1611"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1612"/>
<source>Reuse Swap</source>
<translation>Sử dụng lại Hoán đi</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1614"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1615"/>
<source>Swap (no Hibernate)</source>
<translation>Hoán đi (không ngủ đông)</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1617"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1618"/>
<source>Swap (with Hibernate)</source>
<translation>Hoán đi (ngủ đông)</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1620"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1621"/>
<source>Swap to file</source>
<translation>Hoán đi sang tệp</translation>
</message>
@ -718,12 +718,12 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.<
<context>
<name>Config</name>
<message>
<location filename="../src/modules/keyboard/Config.cpp" line="340"/>
<location filename="../src/modules/keyboard/Config.cpp" line="326"/>
<source>Set keyboard model to %1.&lt;br/&gt;</source>
<translation>Thiệt lập bàn phím kiểu %1.&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/keyboard/Config.cpp" line="347"/>
<location filename="../src/modules/keyboard/Config.cpp" line="333"/>
<source>Set keyboard layout to %1/%2.</source>
<translation>Thiết lập bố cục bàn phím thành %1/%2.</translation>
</message>
@ -808,47 +808,47 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.<
<translation>&lt;h1&gt;Chào mừng đến với bộ cài đt %1 &lt;/h1&gt;</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="164"/>
<location filename="../src/modules/users/Config.cpp" line="200"/>
<source>Your username is too long.</source>
<translation>Tên bạn hơi dài.</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="170"/>
<location filename="../src/modules/users/Config.cpp" line="206"/>
<source>'%1' is not allowed as username.</source>
<translation>'%1' không đưc phép dùng làm tên.</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="177"/>
<location filename="../src/modules/users/Config.cpp" line="213"/>
<source>Your username must start with a lowercase letter or underscore.</source>
<translation>Tên người dùng của bạn phải bắt đu bằng chữ cái viết thường hoặc dấu gạch dưới.</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="181"/>
<location filename="../src/modules/users/Config.cpp" line="217"/>
<source>Only lowercase letters, numbers, underscore and hyphen are allowed.</source>
<translation>Chỉ cho phép các chữ cái viết thường, số, gạch dưới gạch nối.</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="227"/>
<location filename="../src/modules/users/Config.cpp" line="262"/>
<source>Your hostname is too short.</source>
<translation>Tên máy chủ quá ngắn.</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="231"/>
<location filename="../src/modules/users/Config.cpp" line="266"/>
<source>Your hostname is too long.</source>
<translation>Tên máy chủ quá dài.</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="237"/>
<location filename="../src/modules/users/Config.cpp" line="272"/>
<source>'%1' is not allowed as hostname.</source>
<translation>'%1' không đưc phép dùng làm tên máy chủ.</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="243"/>
<location filename="../src/modules/users/Config.cpp" line="278"/>
<source>Only letters, numbers, underscore and hyphen are allowed.</source>
<translation>Chỉ cho phép các chữ cái, số, gạch dưới gạch nối.</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="446"/>
<location filename="../src/modules/users/Config.cpp" line="481"/>
<source>Your passwords do not match!</source>
<translation>Mật khẩu nhập lại không khớp!</translation>
</message>
@ -1016,29 +1016,39 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.<
<context>
<name>CreateUserJob</name>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="40"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="36"/>
<source>Create user %1</source>
<translation>Khởi tạo người dùng %1</translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="47"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="43"/>
<source>Create user &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>Tạo người dùng &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="54"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="50"/>
<source>Creating user %1.</source>
<translation>Đang tạo người dùng %1.</translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="186"/>
<source>Cannot create sudoers file for writing.</source>
<translation>Không thể tạo tệp sudoers đ viết.</translation>
<location filename="../src/modules/users/CreateUserJob.cpp" line="126"/>
<source>Preserving home directory</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="181"/>
<source>Cannot chmod sudoers file.</source>
<translation>Không thể sửa đi mod của tệp sudoers.</translation>
<location filename="../src/modules/users/CreateUserJob.cpp" line="143"/>
<source>Creating user %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="151"/>
<source>Configuring user %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="159"/>
<source>Setting file permissions</source>
<translation type="unfinished"/>
</message>
</context>
<context>
@ -1241,7 +1251,7 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.<
<translation>Cờ:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="272"/>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="275"/>
<source>Mountpoint already in use. Please select another one.</source>
<translation>Điểm gắn kết đã đưc sử dụng. Vui lòng chọn một cái khác.</translation>
</message>
@ -1556,23 +1566,10 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.<
<translation>Kịch bản</translation>
</message>
</context>
<context>
<name>KeyboardPage</name>
<message>
<location filename="../src/modules/keyboard/KeyboardPage.cpp" line="204"/>
<source>Set keyboard model to %1.&lt;br/&gt;</source>
<translation>Thiết lập bàn phím kiểu %1.&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/keyboard/KeyboardPage.cpp" line="208"/>
<source>Set keyboard layout to %1/%2.</source>
<translation>Thiết lập bố cục bàn phím thành %1/%2.</translation>
</message>
</context>
<context>
<name>KeyboardQmlViewStep</name>
<message>
<location filename="../src/modules/keyboardq/KeyboardQmlViewStep.cpp" line="33"/>
<location filename="../src/modules/keyboardq/KeyboardQmlViewStep.cpp" line="32"/>
<source>Keyboard</source>
<translation>Bàn phím</translation>
</message>
@ -1580,7 +1577,7 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.<
<context>
<name>KeyboardViewStep</name>
<message>
<location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="45"/>
<location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="42"/>
<source>Keyboard</source>
<translation>Bàn phím</translation>
</message>
@ -1662,59 +1659,59 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.<
<context>
<name>LicenseWidget</name>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="87"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="88"/>
<source>URL: %1</source>
<translation>URL: %1</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="108"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="109"/>
<source>&lt;strong&gt;%1 driver&lt;/strong&gt;&lt;br/&gt;by %2</source>
<extracomment>%1 is an untranslatable product name, example: Creative Audigy driver</extracomment>
<translation>&lt;strong&gt;trình điều khiển %1&lt;/strong&gt;&lt;br/&gt;bởi %2</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="115"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="116"/>
<source>&lt;strong&gt;%1 graphics driver&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<extracomment>%1 is usually a vendor name, example: Nvidia graphics driver</extracomment>
<translation>&lt;strong&gt;trình điều khiển đ hoạc %1&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;bởi %2&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="121"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="122"/>
<source>&lt;strong&gt;%1 browser plugin&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation>&lt;strong&gt;plugin trình duyệt %1&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;bởi %2&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="127"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="128"/>
<source>&lt;strong&gt;%1 codec&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation>&lt;strong&gt;%1 codec&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;bởi %2&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="133"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="134"/>
<source>&lt;strong&gt;%1 package&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation>&lt;strong&gt;gói %1&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;bởi %2&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="139"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="140"/>
<source>&lt;strong&gt;%1&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation>&lt;strong&gt;%1&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;bởi %2&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="162"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="163"/>
<source>File: %1</source>
<translation>Tệp: %1</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="185"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="186"/>
<source>Hide license text</source>
<translation>n thông tin giấy phép</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="185"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="186"/>
<source>Show the license text</source>
<translation>Hiện thông tin giấy phép</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="189"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="190"/>
<source>Open license agreement in browser.</source>
<translation>Mở điều khoản giấy phép trên trình duyệt.</translation>
</message>
@ -1722,18 +1719,18 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.<
<context>
<name>LocalePage</name>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="124"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="130"/>
<source>Region:</source>
<translation>Khu vực:</translation>
</message>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="125"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="131"/>
<source>Zone:</source>
<translation>Vùng:</translation>
</message>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="126"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="127"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="132"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="133"/>
<source>&amp;Change...</source>
<translation>&amp;Thay đi...</translation>
</message>
@ -2006,237 +2003,255 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.<
<translation>Mật khẩu quá dài</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="143"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="188"/>
<source>Password is too weak</source>
<translation>Mật khẩu quá yếu</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="151"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="196"/>
<source>Memory allocation error when setting '%1'</source>
<translation>Lỗi phân bổ bộ nhớ khi cài đt '%1'</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="156"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="199"/>
<source>Memory allocation error</source>
<translation>Lỗi phân bổ bộ nhớ</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="158"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="201"/>
<source>The password is the same as the old one</source>
<translation>Mật khẩu giống với mật khẩu </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="160"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="203"/>
<source>The password is a palindrome</source>
<translation>Mật khẩu chuỗi đi xứng</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="162"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="205"/>
<source>The password differs with case changes only</source>
<translation>Mật khẩu chỉ khác khi thay đi chữ hoa chữ thường</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="164"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="207"/>
<source>The password is too similar to the old one</source>
<translation>Mật khẩu giống mật khẩu </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="166"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="209"/>
<source>The password contains the user name in some form</source>
<translation>Mật khẩu chứa tên người dùng một số dạng</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="168"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="211"/>
<source>The password contains words from the real name of the user in some form</source>
<translation>Mật khẩu chứa các từ từ tên thật của người dùng dưới một số hình thức</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="171"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="214"/>
<source>The password contains forbidden words in some form</source>
<translation>Mật khẩu chứa các từ bị cấm dưới một số hình thức</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="175"/>
<source>The password contains less than %1 digits</source>
<translation>Mật khẩu chứa ít hơn %1 tự</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="178"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="221"/>
<source>The password contains too few digits</source>
<translation>Mật khẩu chứa quá ít tự</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="182"/>
<source>The password contains less than %1 uppercase letters</source>
<translation>Mật khẩu ít nhất %1 chữ viết hoa</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="185"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="228"/>
<source>The password contains too few uppercase letters</source>
<translation>Mật khẩu chứa quá ít chữ hoa</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="189"/>
<source>The password contains less than %1 lowercase letters</source>
<translation>Mật khẩu chứa ít hơn %1 chữ thường</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="192"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="235"/>
<source>The password contains too few lowercase letters</source>
<translation>Mật khẩu chứa quá ít chữ thường</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="196"/>
<source>The password contains less than %1 non-alphanumeric characters</source>
<translation>Mật khẩu chứa ít hơn %1 tự không phải chữ số</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="200"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="242"/>
<source>The password contains too few non-alphanumeric characters</source>
<translation>Mật khẩu chứa quá ít tự không phải chữ số</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="204"/>
<source>The password is shorter than %1 characters</source>
<translation>Mật khẩu ngắn hơn %1 tự</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="207"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="249"/>
<source>The password is too short</source>
<translation>Mật khẩu quá ngắn</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="209"/>
<source>The password is just rotated old one</source>
<translation>Mật khẩu vừa đưc xoay vòng </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="213"/>
<source>The password contains less than %1 character classes</source>
<translation>Mật khẩu chứa ít hơn %1 lớp tự</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="216"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="258"/>
<source>The password does not contain enough character classes</source>
<translation>Mật khẩu không chứa đ các lớp tự</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="220"/>
<source>The password contains more than %1 same characters consecutively</source>
<translation>Mật khẩu chứa nhiều hơn %1 tự giống nhau liên tiếp</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="224"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="265"/>
<source>The password contains too many same characters consecutively</source>
<translation>Mật khẩu chứa quá nhiều tự giống nhau liên tiếp</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="228"/>
<source>The password contains more than %1 characters of the same class consecutively</source>
<translation>Mật khẩu chứa nhiều hơn %1 tự của cùng một lớp liên tiếp</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="232"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="275"/>
<source>The password contains too many characters of the same class consecutively</source>
<translation>Mật khẩu chứa quá nhiều tự của cùng một lớp liên tiếp</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="237"/>
<source>The password contains monotonic sequence longer than %1 characters</source>
<translation>Mật khẩu chứa chuỗi đơn điệu dài hơn %1 tự</translation>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="218"/>
<source>The password contains fewer than %n digits</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="225"/>
<source>The password contains fewer than %n uppercase letters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="232"/>
<source>The password contains fewer than %n lowercase letters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="239"/>
<source>The password contains fewer than %n non-alphanumeric characters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="246"/>
<source>The password is shorter than %n characters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="241"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="251"/>
<source>The password is a rotated version of the previous one</source>
<translation type="unfinished"/>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="255"/>
<source>The password contains fewer than %n character classes</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="262"/>
<source>The password contains more than %n same characters consecutively</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="269"/>
<source>The password contains more than %n characters of the same class consecutively</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="280"/>
<source>The password contains monotonic sequence longer than %n characters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="286"/>
<source>The password contains too long of a monotonic character sequence</source>
<translation>Mật khẩu chứa một chuỗi tự đơn điệu quá dài</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="244"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="289"/>
<source>No password supplied</source>
<translation>Chưa cung cấp mật khẩu</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="246"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="291"/>
<source>Cannot obtain random numbers from the RNG device</source>
<translation>Không thể lấy số ngẫu nhiên từ thiết bị RNG</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="248"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="293"/>
<source>Password generation failed - required entropy too low for settings</source>
<translation>Tạo mật khẩu không thành công - yêu cầu entropy quá thấp đ cài đt</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="254"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="298"/>
<source>The password fails the dictionary check - %1</source>
<translation>Mật khẩu không kiểm tra đưc từ điển - %1</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="257"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="301"/>
<source>The password fails the dictionary check</source>
<translation>Mật khẩu không kiểm tra đưc từ điển</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="261"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="305"/>
<source>Unknown setting - %1</source>
<translation>Cài đt không xác đnh - %1</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="265"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="307"/>
<source>Unknown setting</source>
<translation>Cài đt không xác đnh</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="269"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="311"/>
<source>Bad integer value of setting - %1</source>
<translation>Giá trị số nguyên không hợp lệ của cài đt - %1</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="274"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="313"/>
<source>Bad integer value</source>
<translation>Giá trị số nguyên không hợp lệ</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="278"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="317"/>
<source>Setting %1 is not of integer type</source>
<translation>Cài đt %1 không thuộc kiểu số nguyên</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="283"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="319"/>
<source>Setting is not of integer type</source>
<translation>Cài đt không thuộc kiểu số nguyên</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="287"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="323"/>
<source>Setting %1 is not of string type</source>
<translation>Cài đt %1 không thuộc loại chuỗi</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="292"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="325"/>
<source>Setting is not of string type</source>
<translation>Cài đt không thuộc loại chuỗi</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="294"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="327"/>
<source>Opening the configuration file failed</source>
<translation>Không mở đưc tệp cấu hình</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="296"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="329"/>
<source>The configuration file is malformed</source>
<translation>Tệp cấu hình không đúng đnh dạng</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="298"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="331"/>
<source>Fatal failure</source>
<translation>Thất bại nghiêm trọng</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="300"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="333"/>
<source>Unknown error</source>
<translation>Lỗi không xác đnh</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="651"/>
<location filename="../src/modules/users/Config.cpp" line="729"/>
<source>Password is empty</source>
<translation>Mật khẩu trống</translation>
</message>
@ -2570,117 +2585,117 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.<
<context>
<name>PartitionViewStep</name>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="69"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="70"/>
<source>Gathering system information...</source>
<translation>Thu thập thông tin hệ thống ...</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="124"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="125"/>
<source>Partitions</source>
<translation>Phân vùng</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="162"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="163"/>
<source>Install %1 &lt;strong&gt;alongside&lt;/strong&gt; another operating system.</source>
<translation>Cài đt %1 &lt;strong&gt; cùng với &lt;/strong&gt; h điu hành khác.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="166"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="167"/>
<source>&lt;strong&gt;Erase&lt;/strong&gt; disk and install %1.</source>
<translation>&lt;strong&gt; Xóa &lt;/strong&gt; đĩa và cài đt %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="169"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="170"/>
<source>&lt;strong&gt;Replace&lt;/strong&gt; a partition with %1.</source>
<translation>&lt;strong&gt;thay thế&lt;/strong&gt; mt phân vùng vi %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="173"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="174"/>
<source>&lt;strong&gt;Manual&lt;/strong&gt; partitioning.</source>
<translation>Phân vùng &lt;strong&gt; thủ công &lt;/strong&gt;.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="186"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="187"/>
<source>Install %1 &lt;strong&gt;alongside&lt;/strong&gt; another operating system on disk &lt;strong&gt;%2&lt;/strong&gt; (%3).</source>
<translation>Cài đt %1 &lt;strong&gt; cùng với &lt;/strong&gt; h điu hành khác trên đĩa &lt;strong&gt;%2&lt;/strong&gt; (%3).</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="193"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="194"/>
<source>&lt;strong&gt;Erase&lt;/strong&gt; disk &lt;strong&gt;%2&lt;/strong&gt; (%3) and install %1.</source>
<translation>&lt;strong&gt; Xóa &lt;/strong&gt; đĩa &lt;strong&gt;%2 &lt;/strong&gt; (%3) và cài đt %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="199"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="200"/>
<source>&lt;strong&gt;Replace&lt;/strong&gt; a partition on disk &lt;strong&gt;%2&lt;/strong&gt; (%3) with %1.</source>
<translation>&lt;strong&gt; Thay thế &lt;/strong&gt; phân vùng trên đĩa &lt;strong&gt;%2 &lt;/strong&gt; (%3) bng %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="206"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="207"/>
<source>&lt;strong&gt;Manual&lt;/strong&gt; partitioning on disk &lt;strong&gt;%1&lt;/strong&gt; (%2).</source>
<translation>Phân vùng &lt;strong&gt; thủ công &lt;/strong&gt; trên đĩa &lt;strong&gt;%1 &lt;/strong&gt; (%2).</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="215"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="216"/>
<source>Disk &lt;strong&gt;%1&lt;/strong&gt; (%2)</source>
<translation>Đĩa &lt;strong&gt;%1&lt;/strong&gt; (%2)</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="241"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="242"/>
<source>Current:</source>
<translation>Hiện tại:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="259"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="260"/>
<source>After:</source>
<translation>Sau:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="426"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="427"/>
<source>No EFI system partition configured</source>
<translation>Không hệ thống phân vùng EFI đưc cài đt</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="427"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="428"/>
<source>An EFI system partition is necessary to start %1.&lt;br/&gt;&lt;br/&gt;To configure an EFI system partition, go back and select or create a FAT32 filesystem with the &lt;strong&gt;%3&lt;/strong&gt; flag enabled and mount point &lt;strong&gt;%2&lt;/strong&gt;.&lt;br/&gt;&lt;br/&gt;You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation>Cần phân vùng hệ thống EFI đ khởi đng %1. &lt;br/&gt; &lt;br/&gt; Đ đnh cấu hình phân vùng hệ thống EFI, hãy quay lại chọn hoặc tạo hệ thống tệp FAT32 với cờ &lt;strong&gt; %3 &lt;/strong&gt; đưc bt và gn kết point &lt;strong&gt; %2 &lt;/strong&gt;. &lt;br/&gt; &lt;br/&gt; Bn có th tiếp tc mà không cn thiết lp phân vùng h thng EFI nhưng h thng ca bn có th không khi đng đưc.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="441"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="442"/>
<source>An EFI system partition is necessary to start %1.&lt;br/&gt;&lt;br/&gt;A partition was configured with mount point &lt;strong&gt;%2&lt;/strong&gt; but its &lt;strong&gt;%3&lt;/strong&gt; flag is not set.&lt;br/&gt;To set the flag, go back and edit the partition.&lt;br/&gt;&lt;br/&gt;You can continue without setting the flag but your system may fail to start.</source>
<translation>Một phân vùng hệ thống EFI cần thiết đ bắt đu %1. &lt;br/&gt; &lt;br/&gt; Một phân vùng đã đưc đnh cấu hình với điểm gắn kết &lt;strong&gt; %2 &lt;/strong&gt; nhưng c &lt;strong&gt; %3 &lt;/strong&gt; ca nó không đưc đt . &lt;br/&gt; Đ đt c, hãy quay li và chnh sa phân vùng. &lt;br/&gt; &lt;br/&gt; Bn có th tiếp tc mà không cn đt c nhưng h thng ca bn có th không khi đng đưc.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="440"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="441"/>
<source>EFI system partition flag not set</source>
<translation>Cờ phân vùng hệ thống EFI chưa đưc đt</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="467"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="468"/>
<source>Option to use GPT on BIOS</source>
<translation>Lựa chọn dùng GPT trên BIOS</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="468"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="469"/>
<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>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="496"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="497"/>
<source>Boot partition not encrypted</source>
<translation>Phân vùng khởi đng không đưc hóa</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="497"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="498"/>
<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>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="626"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="627"/>
<source>has at least one disk device available.</source>
<translation> sẵn ít nhất một thiết bị đĩa.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="627"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="628"/>
<source>There are no partitions to install on.</source>
<translation>Không phân vùng đ cài đt.</translation>
</message>
@ -2840,13 +2855,8 @@ Output:
<translation>hoán đi</translation>
</message>
<message>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="90"/>
<source>Default Keyboard Model</source>
<translation>Mẫu bàn phím mặc đnh</translation>
</message>
<message>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="136"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="173"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="130"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="167"/>
<source>Default</source>
<translation>Mặc đnh</translation>
</message>
@ -3230,29 +3240,29 @@ Output:
<context>
<name>SetKeyboardLayoutJob</name>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="53"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="55"/>
<source>Set keyboard model to %1, layout to %2-%3</source>
<translation>Cài đt bàn phím kiểu %1, bố cục %2-%3</translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="356"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="368"/>
<source>Failed to write keyboard configuration for the virtual console.</source>
<translation>Lỗi khi ghi cấu hình bàn phím cho virtual console.</translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="357"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="361"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="368"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="369"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="397"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="414"/>
<source>Failed to write to %1</source>
<translation>Lỗi khi ghi vào %1</translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="360"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="396"/>
<source>Failed to write keyboard configuration for X11.</source>
<translation>Lỗi khi ghi cấu hình bàn phím cho X11.</translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="367"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="413"/>
<source>Failed to write keyboard configuration to existing /etc/default directory.</source>
<translation>Lỗi khi ghi cấu hình bàn phím vào thư mục /etc/default.</translation>
</message>
@ -3421,6 +3431,43 @@ Output:
<translation>Không thể mở đ viết vào /etc/timezone</translation>
</message>
</context>
<context>
<name>SetupGroupsJob</name>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="166"/>
<source>Preparing groups.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="178"/>
<location filename="../src/modules/users/MiscJobs.cpp" line="183"/>
<source>Could not create groups in target system</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="184"/>
<source>These groups are missing in the target system: %1</source>
<translation type="unfinished"/>
</message>
</context>
<context>
<name>SetupSudoJob</name>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="33"/>
<source>Configure &lt;pre&gt;sudo&lt;/pre&gt; users.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="55"/>
<source>Cannot chmod sudoers file.</source>
<translation>Không thể sửa đi mod của tệp sudoers.</translation>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="60"/>
<source>Cannot create sudoers file for writing.</source>
<translation>Không thể tạo tệp sudoers đ viết.</translation>
</message>
</context>
<context>
<name>ShellProcessJob</name>
<message>
@ -3441,12 +3488,12 @@ Output:
<context>
<name>SummaryPage</name>
<message>
<location filename="../src/modules/summary/SummaryPage.cpp" line="47"/>
<location filename="../src/modules/summary/SummaryPage.cpp" line="48"/>
<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>
</message>
<message>
<location filename="../src/modules/summary/SummaryPage.cpp" line="49"/>
<location filename="../src/modules/summary/SummaryPage.cpp" line="50"/>
<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>
</message>

View File

@ -4,17 +4,17 @@
<context>
<name>BootInfoWidget</name>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="61"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="62"/>
<source>The &lt;strong&gt;boot environment&lt;/strong&gt; of this system.&lt;br&gt;&lt;br&gt;Older x86 systems only support &lt;strong&gt;BIOS&lt;/strong&gt;.&lt;br&gt;Modern systems usually use &lt;strong&gt;EFI&lt;/strong&gt;, but may also show up as BIOS if started in compatibility mode.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br&gt;&lt;br&gt; x86 &lt;strong&gt;BIOS&lt;/strong&gt;&lt;br&gt;使 &lt;strong&gt;EFI&lt;/strong&gt;使 BIOS</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="71"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="72"/>
<source>This system was started with an &lt;strong&gt;EFI&lt;/strong&gt; boot environment.&lt;br&gt;&lt;br&gt;To configure startup from an EFI environment, this installer must deploy a boot loader application, like &lt;strong&gt;GRUB&lt;/strong&gt; or &lt;strong&gt;systemd-boot&lt;/strong&gt; on an &lt;strong&gt;EFI System Partition&lt;/strong&gt;. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own.</source>
<translation> &lt;strong&gt;EFI&lt;/strong&gt; &lt;br&gt;&lt;br&gt;EFI&lt;strong&gt;EFI&lt;/strong&gt;, &lt;strong&gt;GRUB&lt;/strong&gt; &lt;strong&gt;systemd-boot&lt;/strong&gt; </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="83"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="84"/>
<source>This system was started with a &lt;strong&gt;BIOS&lt;/strong&gt; boot environment.&lt;br&gt;&lt;br&gt;To configure startup from a BIOS environment, this installer must install a boot loader, like &lt;strong&gt;GRUB&lt;/strong&gt;, either at the beginning of a partition or on the &lt;strong&gt;Master Boot Record&lt;/strong&gt; near the beginning of the partition table (preferred). This is automatic, unless you choose manual partitioning, in which case you must set it up on your own.</source>
<translation> &lt;strong&gt;BIOS&lt;/strong&gt; &lt;br&gt;&lt;br&gt;
BIOS &lt;strong&gt;GRUB&lt;/strong&gt; &lt;strong&gt;&lt;/strong&gt;</translation>
@ -532,7 +532,7 @@ The installer will quit and all changes will be lost.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="831"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="828"/>
<source>Reuse %1 as home partition for %2.</source>
<translation>使 %1 %2 home </translation>
</message>
@ -557,101 +557,101 @@ The installer will quit and all changes will be lost.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1146"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1148"/>
<source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source>
<translation> EFI 退使 %1</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1154"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1156"/>
<source>The EFI system partition at %1 will be used for starting %2.</source>
<translation>%1 EFI %2</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1162"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1164"/>
<source>EFI system partition:</source>
<translation>EFI </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1296"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1297"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1301"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1338"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1360"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1385"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1302"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1339"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1361"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1386"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color="red"&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt;&lt;font color="red"&gt;&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1305"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1334"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1356"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1381"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1306"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1335"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1357"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1382"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt; %1 </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1309"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1343"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1364"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1389"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1310"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1344"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1365"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1390"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt; %1 &lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1328"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1329"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation> %1 &lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1351"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1352"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1376"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1377"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1448"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1449"/>
<source>This storage device already has an operating system on it, but the partition table &lt;strong&gt;%1&lt;/strong&gt; is different from the needed &lt;strong&gt;%2&lt;/strong&gt;.&lt;br/&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1471"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1472"/>
<source>This storage device has one of its partitions &lt;strong&gt;mounted&lt;/strong&gt;.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1476"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1477"/>
<source>This storage device is a part of an &lt;strong&gt;inactive RAID&lt;/strong&gt; device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1603"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1604"/>
<source>No Swap</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1611"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1612"/>
<source>Reuse Swap</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1614"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1615"/>
<source>Swap (no Hibernate)</source>
<translation>()</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1617"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1618"/>
<source>Swap (with Hibernate)</source>
<translation>()</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1620"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1621"/>
<source>Swap to file</source>
<translation></translation>
</message>
@ -719,12 +719,12 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>Config</name>
<message>
<location filename="../src/modules/keyboard/Config.cpp" line="340"/>
<location filename="../src/modules/keyboard/Config.cpp" line="326"/>
<source>Set keyboard model to %1.&lt;br/&gt;</source>
<translation> %1&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/keyboard/Config.cpp" line="347"/>
<location filename="../src/modules/keyboard/Config.cpp" line="333"/>
<source>Set keyboard layout to %1/%2.</source>
<translation> %1/%2</translation>
</message>
@ -811,47 +811,47 @@ The installer will quit and all changes will be lost.</source>
<translation>&lt;h1&gt;使 %1 &lt;/h1&gt;</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="164"/>
<location filename="../src/modules/users/Config.cpp" line="200"/>
<source>Your username is too long.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="170"/>
<location filename="../src/modules/users/Config.cpp" line="206"/>
<source>'%1' is not allowed as username.</source>
<translation>'%1' </translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="177"/>
<location filename="../src/modules/users/Config.cpp" line="213"/>
<source>Your username must start with a lowercase letter or underscore.</source>
<translation>线"_"</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="181"/>
<location filename="../src/modules/users/Config.cpp" line="217"/>
<source>Only lowercase letters, numbers, underscore and hyphen are allowed.</source>
<translation>线"_" "-"</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="227"/>
<location filename="../src/modules/users/Config.cpp" line="262"/>
<source>Your hostname is too short.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="231"/>
<location filename="../src/modules/users/Config.cpp" line="266"/>
<source>Your hostname is too long.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="237"/>
<location filename="../src/modules/users/Config.cpp" line="272"/>
<source>'%1' is not allowed as hostname.</source>
<translation>'%1' </translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="243"/>
<location filename="../src/modules/users/Config.cpp" line="278"/>
<source>Only letters, numbers, underscore and hyphen are allowed.</source>
<translation>线"_" "-"</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="446"/>
<location filename="../src/modules/users/Config.cpp" line="481"/>
<source>Your passwords do not match!</source>
<translation></translation>
</message>
@ -1019,29 +1019,39 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>CreateUserJob</name>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="40"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="36"/>
<source>Create user %1</source>
<translation> %1</translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="47"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="43"/>
<source>Create user &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation> &lt;strong&gt;%1&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="54"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="50"/>
<source>Creating user %1.</source>
<translation> %1</translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="186"/>
<source>Cannot create sudoers file for writing.</source>
<translation> sudoers </translation>
<location filename="../src/modules/users/CreateUserJob.cpp" line="126"/>
<source>Preserving home directory</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="181"/>
<source>Cannot chmod sudoers file.</source>
<translation> sudoers </translation>
<location filename="../src/modules/users/CreateUserJob.cpp" line="143"/>
<source>Creating user %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="151"/>
<source>Configuring user %1</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="159"/>
<source>Setting file permissions</source>
<translation type="unfinished"/>
</message>
</context>
<context>
@ -1245,7 +1255,7 @@ The installer will quit and all changes will be lost.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="272"/>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="275"/>
<source>Mountpoint already in use. Please select another one.</source>
<translation></translation>
</message>
@ -1560,23 +1570,10 @@ The installer will quit and all changes will be lost.</source>
<translation></translation>
</message>
</context>
<context>
<name>KeyboardPage</name>
<message>
<location filename="../src/modules/keyboard/KeyboardPage.cpp" line="204"/>
<source>Set keyboard model to %1.&lt;br/&gt;</source>
<translation> %1&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/keyboard/KeyboardPage.cpp" line="208"/>
<source>Set keyboard layout to %1/%2.</source>
<translation> %1/%2</translation>
</message>
</context>
<context>
<name>KeyboardQmlViewStep</name>
<message>
<location filename="../src/modules/keyboardq/KeyboardQmlViewStep.cpp" line="33"/>
<location filename="../src/modules/keyboardq/KeyboardQmlViewStep.cpp" line="32"/>
<source>Keyboard</source>
<translation></translation>
</message>
@ -1584,7 +1581,7 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>KeyboardViewStep</name>
<message>
<location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="45"/>
<location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="42"/>
<source>Keyboard</source>
<translation></translation>
</message>
@ -1666,59 +1663,59 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>LicenseWidget</name>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="87"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="88"/>
<source>URL: %1</source>
<translation>URL: %1</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="108"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="109"/>
<source>&lt;strong&gt;%1 driver&lt;/strong&gt;&lt;br/&gt;by %2</source>
<extracomment>%1 is an untranslatable product name, example: Creative Audigy driver</extracomment>
<translation>&lt;strong&gt;%1 &lt;/strong&gt;&lt;br/&gt; %2 </translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="115"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="116"/>
<source>&lt;strong&gt;%1 graphics driver&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<extracomment>%1 is usually a vendor name, example: Nvidia graphics driver</extracomment>
<translation>&lt;strong&gt;%1 &lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt; %2 &lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="121"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="122"/>
<source>&lt;strong&gt;%1 browser plugin&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation>&lt;strong&gt;%1 &lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt; %2 &lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="127"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="128"/>
<source>&lt;strong&gt;%1 codec&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation>&lt;strong&gt;%1 &lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt; %2 &lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="133"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="134"/>
<source>&lt;strong&gt;%1 package&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation>&lt;strong&gt;%1 &lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt; %2 &lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="139"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="140"/>
<source>&lt;strong&gt;%1&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation>&lt;strong&gt;%1&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt; %2 &lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="162"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="163"/>
<source>File: %1</source>
<translation>%1</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="185"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="186"/>
<source>Hide license text</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="185"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="186"/>
<source>Show the license text</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="189"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="190"/>
<source>Open license agreement in browser.</source>
<translation></translation>
</message>
@ -1726,18 +1723,18 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>LocalePage</name>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="124"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="130"/>
<source>Region:</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="125"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="131"/>
<source>Zone:</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="126"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="127"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="132"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="133"/>
<source>&amp;Change...</source>
<translation> (&amp;C) ...</translation>
</message>
@ -2010,237 +2007,255 @@ The installer will quit and all changes will be lost.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="143"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="188"/>
<source>Password is too weak</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="151"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="196"/>
<source>Memory allocation error when setting '%1'</source>
<translation>%1</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="156"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="199"/>
<source>Memory allocation error</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="158"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="201"/>
<source>The password is the same as the old one</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="160"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="203"/>
<source>The password is a palindrome</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="162"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="205"/>
<source>The password differs with case changes only</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="164"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="207"/>
<source>The password is too similar to the old one</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="166"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="209"/>
<source>The password contains the user name in some form</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="168"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="211"/>
<source>The password contains words from the real name of the user in some form</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="171"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="214"/>
<source>The password contains forbidden words in some form</source>
<translation>使</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="175"/>
<source>The password contains less than %1 digits</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="178"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="221"/>
<source>The password contains too few digits</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="182"/>
<source>The password contains less than %1 uppercase letters</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="185"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="228"/>
<source>The password contains too few uppercase letters</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="189"/>
<source>The password contains less than %1 lowercase letters</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="192"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="235"/>
<source>The password contains too few lowercase letters</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="196"/>
<source>The password contains less than %1 non-alphanumeric characters</source>
<translation> %1 /</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="200"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="242"/>
<source>The password contains too few non-alphanumeric characters</source>
<translation>/</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="204"/>
<source>The password is shorter than %1 characters</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="207"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="249"/>
<source>The password is too short</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="209"/>
<source>The password is just rotated old one</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="213"/>
<source>The password contains less than %1 character classes</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="216"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="258"/>
<source>The password does not contain enough character classes</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="220"/>
<source>The password contains more than %1 same characters consecutively</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="224"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="265"/>
<source>The password contains too many same characters consecutively</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="228"/>
<source>The password contains more than %1 characters of the same class consecutively</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="232"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="275"/>
<source>The password contains too many characters of the same class consecutively</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="237"/>
<source>The password contains monotonic sequence longer than %1 characters</source>
<translation> %1 </translation>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="218"/>
<source>The password contains fewer than %n digits</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="225"/>
<source>The password contains fewer than %n uppercase letters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="232"/>
<source>The password contains fewer than %n lowercase letters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="239"/>
<source>The password contains fewer than %n non-alphanumeric characters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="246"/>
<source>The password is shorter than %n characters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="241"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="251"/>
<source>The password is a rotated version of the previous one</source>
<translation type="unfinished"/>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="255"/>
<source>The password contains fewer than %n character classes</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="262"/>
<source>The password contains more than %n same characters consecutively</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="269"/>
<source>The password contains more than %n characters of the same class consecutively</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="280"/>
<source>The password contains monotonic sequence longer than %n characters</source>
<translation type="unfinished">
<numerusform/>
</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="286"/>
<source>The password contains too long of a monotonic character sequence</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="244"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="289"/>
<source>No password supplied</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="246"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="291"/>
<source>Cannot obtain random numbers from the RNG device</source>
<translation> (RNG) </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="248"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="293"/>
<source>Password generation failed - required entropy too low for settings</source>
<translation> - </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="254"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="298"/>
<source>The password fails the dictionary check - %1</source>
<translation> - %1</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="257"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="301"/>
<source>The password fails the dictionary check</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="261"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="305"/>
<source>Unknown setting - %1</source>
<translation> - %1</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="265"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="307"/>
<source>Unknown setting</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="269"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="311"/>
<source>Bad integer value of setting - %1</source>
<translation> - %1</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="274"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="313"/>
<source>Bad integer value</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="278"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="317"/>
<source>Setting %1 is not of integer type</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="283"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="319"/>
<source>Setting is not of integer type</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="287"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="323"/>
<source>Setting %1 is not of string type</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="292"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="325"/>
<source>Setting is not of string type</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="294"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="327"/>
<source>Opening the configuration file failed</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="296"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="329"/>
<source>The configuration file is malformed</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="298"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="331"/>
<source>Fatal failure</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="300"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="333"/>
<source>Unknown error</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="651"/>
<location filename="../src/modules/users/Config.cpp" line="729"/>
<source>Password is empty</source>
<translation></translation>
</message>
@ -2574,117 +2589,117 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>PartitionViewStep</name>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="69"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="70"/>
<source>Gathering system information...</source>
<translation>...</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="124"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="125"/>
<source>Partitions</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="162"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="163"/>
<source>Install %1 &lt;strong&gt;alongside&lt;/strong&gt; another operating system.</source>
<translation> %1 &lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="166"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="167"/>
<source>&lt;strong&gt;Erase&lt;/strong&gt; disk and install %1.</source>
<translation>&lt;strong&gt;&lt;/strong&gt; %1</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="169"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="170"/>
<source>&lt;strong&gt;Replace&lt;/strong&gt; a partition with %1.</source>
<translation> %1 &lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="173"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="174"/>
<source>&lt;strong&gt;Manual&lt;/strong&gt; partitioning.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="186"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="187"/>
<source>Install %1 &lt;strong&gt;alongside&lt;/strong&gt; another operating system on disk &lt;strong&gt;%2&lt;/strong&gt; (%3).</source>
<translation> %1 &lt;strong&gt;%2&lt;/strong&gt; (%3) &lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="193"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="194"/>
<source>&lt;strong&gt;Erase&lt;/strong&gt; disk &lt;strong&gt;%2&lt;/strong&gt; (%3) and install %1.</source>
<translation>&lt;strong&gt;&lt;/strong&gt; &lt;strong&gt;%2&lt;/strong&gt; (%3) %1</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="199"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="200"/>
<source>&lt;strong&gt;Replace&lt;/strong&gt; a partition on disk &lt;strong&gt;%2&lt;/strong&gt; (%3) with %1.</source>
<translation> %1 &lt;strong&gt;&lt;/strong&gt; &lt;strong&gt;%2&lt;/strong&gt; (%3) </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="206"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="207"/>
<source>&lt;strong&gt;Manual&lt;/strong&gt; partitioning on disk &lt;strong&gt;%1&lt;/strong&gt; (%2).</source>
<translation> &lt;strong&gt;%1&lt;/strong&gt; (%2) &lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="215"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="216"/>
<source>Disk &lt;strong&gt;%1&lt;/strong&gt; (%2)</source>
<translation> &lt;strong&gt;%1&lt;/strong&gt; (%2)</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="241"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="242"/>
<source>Current:</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="259"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="260"/>
<source>After:</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="426"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="427"/>
<source>No EFI system partition configured</source>
<translation> EFI </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="427"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="428"/>
<source>An EFI system partition is necessary to start %1.&lt;br/&gt;&lt;br/&gt;To configure an EFI system partition, go back and select or create a FAT32 filesystem with the &lt;strong&gt;%3&lt;/strong&gt; flag enabled and mount point &lt;strong&gt;%2&lt;/strong&gt;.&lt;br/&gt;&lt;br/&gt;You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation> EFI %1 &lt;br/&gt;&lt;br/&gt; EFI 退 FAT32 &lt;strong&gt;%3&lt;/strong&gt; &lt;strong&gt;%2&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt; EFI </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="441"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="442"/>
<source>An EFI system partition is necessary to start %1.&lt;br/&gt;&lt;br/&gt;A partition was configured with mount point &lt;strong&gt;%2&lt;/strong&gt; but its &lt;strong&gt;%3&lt;/strong&gt; flag is not set.&lt;br/&gt;To set the flag, go back and edit the partition.&lt;br/&gt;&lt;br/&gt;You can continue without setting the flag but your system may fail to start.</source>
<translation> EFI %1 &lt;br/&gt;&lt;br/&gt; &lt;strong&gt;%2&lt;/strong&gt; &lt;strong&gt;%3&lt;/strong&gt; &lt;br/&gt;退&lt;br/&gt;&lt;br/&gt; EFI </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="440"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="441"/>
<source>EFI system partition flag not set</source>
<translation> EFI </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="467"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="468"/>
<source>Option to use GPT on BIOS</source>
<translation> BIOS 使 GPT</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="468"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="469"/>
<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>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="496"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="497"/>
<source>Boot partition not encrypted</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="497"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="498"/>
<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>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="626"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="627"/>
<source>has at least one disk device available.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="627"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="628"/>
<source>There are no partitions to install on.</source>
<translation></translation>
</message>
@ -2844,13 +2859,8 @@ Output:
<translation></translation>
</message>
<message>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="90"/>
<source>Default Keyboard Model</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="136"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="173"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="130"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="167"/>
<source>Default</source>
<translation></translation>
</message>
@ -3236,29 +3246,29 @@ Output:
<context>
<name>SetKeyboardLayoutJob</name>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="53"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="55"/>
<source>Set keyboard model to %1, layout to %2-%3</source>
<translation> %1 %2-%3</translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="356"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="368"/>
<source>Failed to write keyboard configuration for the virtual console.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="357"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="361"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="368"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="369"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="397"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="414"/>
<source>Failed to write to %1</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="360"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="396"/>
<source>Failed to write keyboard configuration for X11.</source>
<translation> X11 </translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="367"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="413"/>
<source>Failed to write keyboard configuration to existing /etc/default directory.</source>
<translation> /etc/default </translation>
</message>
@ -3427,6 +3437,43 @@ Output:
<translation> /etc/timezone</translation>
</message>
</context>
<context>
<name>SetupGroupsJob</name>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="166"/>
<source>Preparing groups.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="178"/>
<location filename="../src/modules/users/MiscJobs.cpp" line="183"/>
<source>Could not create groups in target system</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="184"/>
<source>These groups are missing in the target system: %1</source>
<translation type="unfinished"/>
</message>
</context>
<context>
<name>SetupSudoJob</name>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="33"/>
<source>Configure &lt;pre&gt;sudo&lt;/pre&gt; users.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="55"/>
<source>Cannot chmod sudoers file.</source>
<translation> sudoers </translation>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="60"/>
<source>Cannot create sudoers file for writing.</source>
<translation> sudoers </translation>
</message>
</context>
<context>
<name>ShellProcessJob</name>
<message>
@ -3447,12 +3494,12 @@ Output:
<context>
<name>SummaryPage</name>
<message>
<location filename="../src/modules/summary/SummaryPage.cpp" line="47"/>
<location filename="../src/modules/summary/SummaryPage.cpp" line="48"/>
<source>This is an overview of what will happen once you start the setup procedure.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/summary/SummaryPage.cpp" line="49"/>
<location filename="../src/modules/summary/SummaryPage.cpp" line="50"/>
<source>This is an overview of what will happen once you start the install procedure.</source>
<translation></translation>
</message>

View File

@ -4,17 +4,17 @@
<context>
<name>BootInfoWidget</name>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="61"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="62"/>
<source>The &lt;strong&gt;boot environment&lt;/strong&gt; of this system.&lt;br&gt;&lt;br&gt;Older x86 systems only support &lt;strong&gt;BIOS&lt;/strong&gt;.&lt;br&gt;Modern systems usually use &lt;strong&gt;EFI&lt;/strong&gt;, but may also show up as BIOS if started in compatibility mode.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br&gt;&lt;br&gt; x86 &lt;strong&gt;BIOS&lt;/strong&gt;&lt;br&gt;使 &lt;strong&gt;EFI&lt;/strong&gt;使 (CSM) BIOS</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="71"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="72"/>
<source>This system was started with an &lt;strong&gt;EFI&lt;/strong&gt; boot environment.&lt;br&gt;&lt;br&gt;To configure startup from an EFI environment, this installer must deploy a boot loader application, like &lt;strong&gt;GRUB&lt;/strong&gt; or &lt;strong&gt;systemd-boot&lt;/strong&gt; on an &lt;strong&gt;EFI System Partition&lt;/strong&gt;. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own.</source>
<translation> &lt;strong&gt;EFI&lt;/strong&gt; &lt;br&gt;&lt;br&gt; EFI &lt;strong&gt;GRUB&lt;/strong&gt; &lt;strong&gt;systemd-boot&lt;/strong&gt; &lt;strong&gt;EFI &lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="83"/>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="84"/>
<source>This system was started with a &lt;strong&gt;BIOS&lt;/strong&gt; boot environment.&lt;br&gt;&lt;br&gt;To configure startup from a BIOS environment, this installer must install a boot loader, like &lt;strong&gt;GRUB&lt;/strong&gt;, either at the beginning of a partition or on the &lt;strong&gt;Master Boot Record&lt;/strong&gt; near the beginning of the partition table (preferred). This is automatic, unless you choose manual partitioning, in which case you must set it up on your own.</source>
<translation> &lt;strong&gt;BIOS&lt;/strong&gt; &lt;br&gt;&lt;br&gt; BIOS &lt;strong&gt;GRUB&lt;/strong&gt; &lt;strong&gt; (MBR)&lt;/strong&gt;</translation>
</message>
@ -531,7 +531,7 @@ The installer will quit and all changes will be lost.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt;調</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="831"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="828"/>
<source>Reuse %1 as home partition for %2.</source>
<translation>使 %1 %2 </translation>
</message>
@ -556,101 +556,101 @@ The installer will quit and all changes will be lost.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1146"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1148"/>
<source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source>
<translation> EFI 使 %1</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1154"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1156"/>
<source>The EFI system partition at %1 will be used for starting %2.</source>
<translation> %1 EFI %2 使</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1162"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1164"/>
<source>EFI system partition:</source>
<translation>EFI </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1296"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1297"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1301"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1338"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1360"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1385"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1302"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1339"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1361"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1386"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color="red"&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt;&lt;font color="red"&gt;&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1305"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1334"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1356"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1381"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1306"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1335"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1357"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1382"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt; %1</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1309"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1343"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1364"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1389"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1310"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1344"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1365"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1390"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt; %1 </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1328"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1329"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation> %1 &lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1351"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1352"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1376"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1377"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1448"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1449"/>
<source>This storage device already has an operating system on it, but the partition table &lt;strong&gt;%1&lt;/strong&gt; is different from the needed &lt;strong&gt;%2&lt;/strong&gt;.&lt;br/&gt;</source>
<translation> &lt;strong&gt;%1&lt;/strong&gt; &lt;strong&gt;%2&lt;/strong&gt; &lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1471"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1472"/>
<source>This storage device has one of its partitions &lt;strong&gt;mounted&lt;/strong&gt;.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1476"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1477"/>
<source>This storage device is a part of an &lt;strong&gt;inactive RAID&lt;/strong&gt; device.</source>
<translation>&lt;strong&gt; RAID&lt;/strong&gt; </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1603"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1604"/>
<source>No Swap</source>
<translation> Swap</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1611"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1612"/>
<source>Reuse Swap</source>
<translation> Swap</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1614"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1615"/>
<source>Swap (no Hibernate)</source>
<translation>Swap</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1617"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1618"/>
<source>Swap (with Hibernate)</source>
<translation>Swap</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1620"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1621"/>
<source>Swap to file</source>
<translation>Swap </translation>
</message>
@ -718,12 +718,12 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>Config</name>
<message>
<location filename="../src/modules/keyboard/Config.cpp" line="340"/>
<location filename="../src/modules/keyboard/Config.cpp" line="326"/>
<source>Set keyboard model to %1.&lt;br/&gt;</source>
<translation> %1 &lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/keyboard/Config.cpp" line="347"/>
<location filename="../src/modules/keyboard/Config.cpp" line="333"/>
<source>Set keyboard layout to %1/%2.</source>
<translation> %1/%2 </translation>
</message>
@ -808,47 +808,47 @@ The installer will quit and all changes will be lost.</source>
<translation>&lt;h1&gt;使 %1 &lt;/h1&gt;</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="164"/>
<location filename="../src/modules/users/Config.cpp" line="200"/>
<source>Your username is too long.</source>
<translation>使</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="170"/>
<location filename="../src/modules/users/Config.cpp" line="206"/>
<source>'%1' is not allowed as username.</source>
<translation>%1使</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="177"/>
<location filename="../src/modules/users/Config.cpp" line="213"/>
<source>Your username must start with a lowercase letter or underscore.</source>
<translation>使</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="181"/>
<location filename="../src/modules/users/Config.cpp" line="217"/>
<source>Only lowercase letters, numbers, underscore and hyphen are allowed.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="227"/>
<location filename="../src/modules/users/Config.cpp" line="262"/>
<source>Your hostname is too short.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="231"/>
<location filename="../src/modules/users/Config.cpp" line="266"/>
<source>Your hostname is too long.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="237"/>
<location filename="../src/modules/users/Config.cpp" line="272"/>
<source>'%1' is not allowed as hostname.</source>
<translation>%1</translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="243"/>
<location filename="../src/modules/users/Config.cpp" line="278"/>
<source>Only letters, numbers, underscore and hyphen are allowed.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="446"/>
<location filename="../src/modules/users/Config.cpp" line="481"/>
<source>Your passwords do not match!</source>
<translation></translation>
</message>
@ -1016,29 +1016,39 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>CreateUserJob</name>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="40"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="36"/>
<source>Create user %1</source>
<translation>使 %1</translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="47"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="43"/>
<source>Create user &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>使 &lt;strong&gt;%1&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="54"/>
<location filename="../src/modules/users/CreateUserJob.cpp" line="50"/>
<source>Creating user %1.</source>
<translation>使 %1</translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="186"/>
<source>Cannot create sudoers file for writing.</source>
<translation> sudoers </translation>
<location filename="../src/modules/users/CreateUserJob.cpp" line="126"/>
<source>Preserving home directory</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="181"/>
<source>Cannot chmod sudoers file.</source>
<translation> sudoers </translation>
<location filename="../src/modules/users/CreateUserJob.cpp" line="143"/>
<source>Creating user %1</source>
<translation>使 %1 {1?}</translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="151"/>
<source>Configuring user %1</source>
<translation>使 %1</translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="159"/>
<source>Setting file permissions</source>
<translation></translation>
</message>
</context>
<context>
@ -1241,7 +1251,7 @@ The installer will quit and all changes will be lost.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="272"/>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="275"/>
<source>Mountpoint already in use. Please select another one.</source>
<translation>使</translation>
</message>
@ -1556,23 +1566,10 @@ The installer will quit and all changes will be lost.</source>
<translation>稿</translation>
</message>
</context>
<context>
<name>KeyboardPage</name>
<message>
<location filename="../src/modules/keyboard/KeyboardPage.cpp" line="204"/>
<source>Set keyboard model to %1.&lt;br/&gt;</source>
<translation> %1 &lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/keyboard/KeyboardPage.cpp" line="208"/>
<source>Set keyboard layout to %1/%2.</source>
<translation> %1/%2 </translation>
</message>
</context>
<context>
<name>KeyboardQmlViewStep</name>
<message>
<location filename="../src/modules/keyboardq/KeyboardQmlViewStep.cpp" line="33"/>
<location filename="../src/modules/keyboardq/KeyboardQmlViewStep.cpp" line="32"/>
<source>Keyboard</source>
<translation></translation>
</message>
@ -1580,7 +1577,7 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>KeyboardViewStep</name>
<message>
<location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="45"/>
<location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="42"/>
<source>Keyboard</source>
<translation></translation>
</message>
@ -1662,59 +1659,59 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>LicenseWidget</name>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="87"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="88"/>
<source>URL: %1</source>
<translation>URL%1</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="108"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="109"/>
<source>&lt;strong&gt;%1 driver&lt;/strong&gt;&lt;br/&gt;by %2</source>
<extracomment>%1 is an untranslatable product name, example: Creative Audigy driver</extracomment>
<translation>&lt;strong&gt;%1 &lt;/strong&gt;&lt;br/&gt; %2 </translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="115"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="116"/>
<source>&lt;strong&gt;%1 graphics driver&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<extracomment>%1 is usually a vendor name, example: Nvidia graphics driver</extracomment>
<translation>&lt;strong&gt;%1 &lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt; %2 &lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="121"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="122"/>
<source>&lt;strong&gt;%1 browser plugin&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation>&lt;strong&gt;%1 &lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt; %2 &lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="127"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="128"/>
<source>&lt;strong&gt;%1 codec&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation>&lt;strong&gt;%1 &lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt; %2 &lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="133"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="134"/>
<source>&lt;strong&gt;%1 package&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation>&lt;strong&gt;%1 &lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt; %2 &lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="139"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="140"/>
<source>&lt;strong&gt;%1&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt;by %2&lt;/font&gt;</source>
<translation>&lt;strong&gt;%1&lt;/strong&gt;&lt;br/&gt;&lt;font color="Grey"&gt; %2 &lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="162"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="163"/>
<source>File: %1</source>
<translation>%1</translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="185"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="186"/>
<source>Hide license text</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="185"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="186"/>
<source>Show the license text</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/license/LicenseWidget.cpp" line="189"/>
<location filename="../src/modules/license/LicenseWidget.cpp" line="190"/>
<source>Open license agreement in browser.</source>
<translation></translation>
</message>
@ -1722,18 +1719,18 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>LocalePage</name>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="124"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="130"/>
<source>Region:</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="125"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="131"/>
<source>Zone:</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="126"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="127"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="132"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="133"/>
<source>&amp;Change...</source>
<translation>...(&amp;C)</translation>
</message>
@ -2006,237 +2003,255 @@ The installer will quit and all changes will be lost.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="143"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="188"/>
<source>Password is too weak</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="151"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="196"/>
<source>Memory allocation error when setting '%1'</source>
<translation>%1</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="156"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="199"/>
<source>Memory allocation error</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="158"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="201"/>
<source>The password is the same as the old one</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="160"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="203"/>
<source>The password is a palindrome</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="162"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="205"/>
<source>The password differs with case changes only</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="164"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="207"/>
<source>The password is too similar to the old one</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="166"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="209"/>
<source>The password contains the user name in some form</source>
<translation>使</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="168"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="211"/>
<source>The password contains words from the real name of the user in some form</source>
<translation>使</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="171"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="214"/>
<source>The password contains forbidden words in some form</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="175"/>
<source>The password contains less than %1 digits</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="178"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="221"/>
<source>The password contains too few digits</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="182"/>
<source>The password contains less than %1 uppercase letters</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="185"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="228"/>
<source>The password contains too few uppercase letters</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="189"/>
<source>The password contains less than %1 lowercase letters</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="192"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="235"/>
<source>The password contains too few lowercase letters</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="196"/>
<source>The password contains less than %1 non-alphanumeric characters</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="200"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="242"/>
<source>The password contains too few non-alphanumeric characters</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="204"/>
<source>The password is shorter than %1 characters</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="207"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="249"/>
<source>The password is too short</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="209"/>
<source>The password is just rotated old one</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="213"/>
<source>The password contains less than %1 character classes</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="216"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="258"/>
<source>The password does not contain enough character classes</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="220"/>
<source>The password contains more than %1 same characters consecutively</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="224"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="265"/>
<source>The password contains too many same characters consecutively</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="228"/>
<source>The password contains more than %1 characters of the same class consecutively</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="232"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="275"/>
<source>The password contains too many characters of the same class consecutively</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="237"/>
<source>The password contains monotonic sequence longer than %1 characters</source>
<translation> %1 調</translation>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="218"/>
<source>The password contains fewer than %n digits</source>
<translation>
<numerusform> %n </numerusform>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="225"/>
<source>The password contains fewer than %n uppercase letters</source>
<translation>
<numerusform> %n </numerusform>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="232"/>
<source>The password contains fewer than %n lowercase letters</source>
<translation>
<numerusform> %n </numerusform>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="239"/>
<source>The password contains fewer than %n non-alphanumeric characters</source>
<translation>
<numerusform> %n </numerusform>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="246"/>
<source>The password is shorter than %n characters</source>
<translation>
<numerusform> %n </numerusform>
</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="241"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="251"/>
<source>The password is a rotated version of the previous one</source>
<translation></translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="255"/>
<source>The password contains fewer than %n character classes</source>
<translation>
<numerusform> %n </numerusform>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="262"/>
<source>The password contains more than %n same characters consecutively</source>
<translation>
<numerusform> %n </numerusform>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="269"/>
<source>The password contains more than %n characters of the same class consecutively</source>
<translation>
<numerusform> %n </numerusform>
</translation>
</message>
<message numerus="yes">
<location filename="../src/modules/users/CheckPWQuality.cpp" line="280"/>
<source>The password contains monotonic sequence longer than %n characters</source>
<translation>
<numerusform> %n 調</numerusform>
</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="286"/>
<source>The password contains too long of a monotonic character sequence</source>
<translation>調</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="244"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="289"/>
<source>No password supplied</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="246"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="291"/>
<source>Cannot obtain random numbers from the RNG device</source>
<translation> RNG </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="248"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="293"/>
<source>Password generation failed - required entropy too low for settings</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="254"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="298"/>
<source>The password fails the dictionary check - %1</source>
<translation> - %1</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="257"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="301"/>
<source>The password fails the dictionary check</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="261"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="305"/>
<source>Unknown setting - %1</source>
<translation> - %1</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="265"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="307"/>
<source>Unknown setting</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="269"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="311"/>
<source>Bad integer value of setting - %1</source>
<translation> - %1</translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="274"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="313"/>
<source>Bad integer value</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="278"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="317"/>
<source>Setting %1 is not of integer type</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="283"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="319"/>
<source>Setting is not of integer type</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="287"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="323"/>
<source>Setting %1 is not of string type</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="292"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="325"/>
<source>Setting is not of string type</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="294"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="327"/>
<source>Opening the configuration file failed</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="296"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="329"/>
<source>The configuration file is malformed</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="298"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="331"/>
<source>Fatal failure</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="300"/>
<location filename="../src/modules/users/CheckPWQuality.cpp" line="333"/>
<source>Unknown error</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/Config.cpp" line="651"/>
<location filename="../src/modules/users/Config.cpp" line="729"/>
<source>Password is empty</source>
<translation></translation>
</message>
@ -2570,117 +2585,117 @@ The installer will quit and all changes will be lost.</source>
<context>
<name>PartitionViewStep</name>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="69"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="70"/>
<source>Gathering system information...</source>
<translation>...</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="124"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="125"/>
<source>Partitions</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="162"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="163"/>
<source>Install %1 &lt;strong&gt;alongside&lt;/strong&gt; another operating system.</source>
<translation> %1 &lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="166"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="167"/>
<source>&lt;strong&gt;Erase&lt;/strong&gt; disk and install %1.</source>
<translation>&lt;strong&gt;&lt;/strong&gt; %1</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="169"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="170"/>
<source>&lt;strong&gt;Replace&lt;/strong&gt; a partition with %1.</source>
<translation> %1 &lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="173"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="174"/>
<source>&lt;strong&gt;Manual&lt;/strong&gt; partitioning.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="186"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="187"/>
<source>Install %1 &lt;strong&gt;alongside&lt;/strong&gt; another operating system on disk &lt;strong&gt;%2&lt;/strong&gt; (%3).</source>
<translation> %1 &lt;strong&gt;%2&lt;/strong&gt; (%3) &lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="193"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="194"/>
<source>&lt;strong&gt;Erase&lt;/strong&gt; disk &lt;strong&gt;%2&lt;/strong&gt; (%3) and install %1.</source>
<translation>&lt;strong&gt;&lt;/strong&gt; &lt;strong&gt;%2&lt;/strong&gt; (%3) %1</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="199"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="200"/>
<source>&lt;strong&gt;Replace&lt;/strong&gt; a partition on disk &lt;strong&gt;%2&lt;/strong&gt; (%3) with %1.</source>
<translation> %1 &lt;strong&gt;&lt;/strong&gt; &lt;strong&gt;%2&lt;/strong&gt; (%3) </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="206"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="207"/>
<source>&lt;strong&gt;Manual&lt;/strong&gt; partitioning on disk &lt;strong&gt;%1&lt;/strong&gt; (%2).</source>
<translation> &lt;strong&gt;%1&lt;/strong&gt; (%2) &lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="215"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="216"/>
<source>Disk &lt;strong&gt;%1&lt;/strong&gt; (%2)</source>
<translation> &lt;strong&gt;%1&lt;/strong&gt; (%2)</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="241"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="242"/>
<source>Current:</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="259"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="260"/>
<source>After:</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="426"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="427"/>
<source>No EFI system partition configured</source>
<translation> EFI </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="427"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="428"/>
<source>An EFI system partition is necessary to start %1.&lt;br/&gt;&lt;br/&gt;To configure an EFI system partition, go back and select or create a FAT32 filesystem with the &lt;strong&gt;%3&lt;/strong&gt; flag enabled and mount point &lt;strong&gt;%2&lt;/strong&gt;.&lt;br/&gt;&lt;br/&gt;You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation> EFI %1&lt;br/&gt;&lt;br/&gt; EFI &lt;strong&gt;%3&lt;/strong&gt; &lt;strong&gt;%2&lt;/strong&gt; FAT32 &lt;br/&gt;&lt;br/&gt; EFI </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="441"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="442"/>
<source>An EFI system partition is necessary to start %1.&lt;br/&gt;&lt;br/&gt;A partition was configured with mount point &lt;strong&gt;%2&lt;/strong&gt; but its &lt;strong&gt;%3&lt;/strong&gt; flag is not set.&lt;br/&gt;To set the flag, go back and edit the partition.&lt;br/&gt;&lt;br/&gt;You can continue without setting the flag but your system may fail to start.</source>
<translation> EFI %1&lt;br/&gt;&lt;br/&gt; &lt;strong&gt;%2&lt;/strong&gt; &lt;strong&gt;%3&lt;/strong&gt; &lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="440"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="441"/>
<source>EFI system partition flag not set</source>
<translation> EFI </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="467"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="468"/>
<source>Option to use GPT on BIOS</source>
<translation> BIOS 使 GPT </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="468"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="469"/>
<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>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="496"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="497"/>
<source>Boot partition not encrypted</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="497"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="498"/>
<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>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="626"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="627"/>
<source>has at least one disk device available.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="627"/>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="628"/>
<source>There are no partitions to install on.</source>
<translation></translation>
</message>
@ -2840,13 +2855,8 @@ Output:
<translation>swap</translation>
</message>
<message>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="90"/>
<source>Default Keyboard Model</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="136"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="173"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="130"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="167"/>
<source>Default</source>
<translation></translation>
</message>
@ -3230,29 +3240,29 @@ Output:
<context>
<name>SetKeyboardLayoutJob</name>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="53"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="55"/>
<source>Set keyboard model to %1, layout to %2-%3</source>
<translation> %1 %2-%3</translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="356"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="368"/>
<source>Failed to write keyboard configuration for the virtual console.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="357"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="361"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="368"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="369"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="397"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="414"/>
<source>Failed to write to %1</source>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="360"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="396"/>
<source>Failed to write keyboard configuration for X11.</source>
<translation> X11 </translation>
</message>
<message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="367"/>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="413"/>
<source>Failed to write keyboard configuration to existing /etc/default directory.</source>
<translation> /etc/default </translation>
</message>
@ -3421,6 +3431,43 @@ Output:
<translation> /etc/timezone</translation>
</message>
</context>
<context>
<name>SetupGroupsJob</name>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="166"/>
<source>Preparing groups.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="178"/>
<location filename="../src/modules/users/MiscJobs.cpp" line="183"/>
<source>Could not create groups in target system</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="184"/>
<source>These groups are missing in the target system: %1</source>
<translation>%1</translation>
</message>
</context>
<context>
<name>SetupSudoJob</name>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="33"/>
<source>Configure &lt;pre&gt;sudo&lt;/pre&gt; users.</source>
<translation> &lt;pre&gt;sudo&lt;/pre&gt; 使</translation>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="55"/>
<source>Cannot chmod sudoers file.</source>
<translation> sudoers </translation>
</message>
<message>
<location filename="../src/modules/users/MiscJobs.cpp" line="60"/>
<source>Cannot create sudoers file for writing.</source>
<translation> sudoers </translation>
</message>
</context>
<context>
<name>ShellProcessJob</name>
<message>
@ -3441,12 +3488,12 @@ Output:
<context>
<name>SummaryPage</name>
<message>
<location filename="../src/modules/summary/SummaryPage.cpp" line="47"/>
<location filename="../src/modules/summary/SummaryPage.cpp" line="48"/>
<source>This is an overview of what will happen once you start the setup procedure.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/summary/SummaryPage.cpp" line="49"/>
<location filename="../src/modules/summary/SummaryPage.cpp" line="50"/>
<source>This is an overview of what will happen once you start the install procedure.</source>
<translation></translation>
</message>

View File

@ -8,23 +8,23 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-11-09 15:12+0100\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: \n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: src/modules/grubcfg/main.py:28
msgid "Configure GRUB."
msgstr ""
msgstr "Configure GRUB."
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr ""
msgstr "Mounting partitions."
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
@ -36,172 +36,179 @@ msgstr ""
#: src/modules/fstab/main.py:367 src/modules/localecfg/main.py:135
#: src/modules/networkcfg/main.py:39
msgid "Configuration Error"
msgstr ""
msgstr "Configuration Error"
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr ""
msgstr "No partitions are defined for <pre>{!s}</pre> to use."
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr ""
msgstr "Configure systemd services"
#: src/modules/services-systemd/main.py:59
#: src/modules/services-openrc/main.py:93
msgid "Cannot modify service"
msgstr ""
msgstr "Cannot modify service"
#: 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:67
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr ""
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 ""
msgstr "Cannot enable systemd target <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:69
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr ""
msgstr "Cannot disable systemd target <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:71
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr ""
msgstr "Cannot mask systemd unit <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}."
"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/umount/main.py:31
msgid "Unmount file systems."
msgstr ""
msgstr "Unmount file systems."
#: src/modules/unpackfs/main.py:35
msgid "Filling up filesystems."
msgstr ""
msgstr "Filling up filesystems."
#: src/modules/unpackfs/main.py:254
msgid "rsync failed with error code {}."
msgstr ""
msgstr "rsync failed with error code {}."
#: src/modules/unpackfs/main.py:299
msgid "Unpacking image {}/{}, file {}/{}"
msgstr ""
msgstr "Unpacking image {}/{}, file {}/{}"
#: src/modules/unpackfs/main.py:314
msgid "Starting to unpack {}"
msgstr ""
msgstr "Starting to unpack {}"
#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:463
msgid "Failed to unpack image \"{}\""
msgstr ""
msgstr "Failed to unpack image \"{}\""
#: src/modules/unpackfs/main.py:430
msgid "No mount point for root partition"
msgstr ""
msgstr "No mount point for root partition"
#: src/modules/unpackfs/main.py:431
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr ""
msgstr "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
#: src/modules/unpackfs/main.py:436
msgid "Bad mount point for root partition"
msgstr ""
msgstr "Bad mount point for root partition"
#: src/modules/unpackfs/main.py:437
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr ""
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:477
msgid "Bad unsquash configuration"
msgstr ""
msgstr "Bad unsquash configuration"
#: src/modules/unpackfs/main.py:454
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr ""
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 ""
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:478
msgid "The destination \"{}\" in the target system is not a directory"
msgstr ""
msgstr "The destination \"{}\" in the target system is not a directory"
#: src/modules/displaymanager/main.py:514
msgid "Cannot write KDM configuration file"
msgstr ""
msgstr "Cannot write KDM configuration file"
#: src/modules/displaymanager/main.py:515
msgid "KDM config file {!s} does not exist"
msgstr ""
msgstr "KDM config file {!s} does not exist"
#: src/modules/displaymanager/main.py:576
msgid "Cannot write LXDM configuration file"
msgstr ""
msgstr "Cannot write LXDM configuration file"
#: src/modules/displaymanager/main.py:577
msgid "LXDM config file {!s} does not exist"
msgstr ""
msgstr "LXDM config file {!s} does not exist"
#: src/modules/displaymanager/main.py:660
msgid "Cannot write LightDM configuration file"
msgstr ""
msgstr "Cannot write LightDM configuration file"
#: src/modules/displaymanager/main.py:661
msgid "LightDM config file {!s} does not exist"
msgstr ""
msgstr "LightDM config file {!s} does not exist"
#: src/modules/displaymanager/main.py:735
msgid "Cannot configure LightDM"
msgstr ""
msgstr "Cannot configure LightDM"
#: src/modules/displaymanager/main.py:736
msgid "No LightDM greeter installed."
msgstr ""
msgstr "No LightDM greeter installed."
#: src/modules/displaymanager/main.py:767
msgid "Cannot write SLIM configuration file"
msgstr ""
msgstr "Cannot write SLIM configuration file"
#: src/modules/displaymanager/main.py:768
msgid "SLIM config file {!s} does not exist"
msgstr ""
msgstr "SLIM config file {!s} does not exist"
#: src/modules/displaymanager/main.py:894
msgid "No display managers selected for the displaymanager module."
msgstr ""
msgstr "No display managers selected for the displaymanager module."
#: src/modules/displaymanager/main.py:895
msgid ""
"The displaymanagers list is empty or undefined in both globalstorage and "
"displaymanager.conf."
msgstr ""
"The displaymanagers list is empty or undefined in both globalstorage and "
"displaymanager.conf."
#: src/modules/displaymanager/main.py:977
msgid "Display manager configuration was incomplete"
msgstr ""
msgstr "Display manager configuration was incomplete"
#: src/modules/initcpiocfg/main.py:28
msgid "Configuring mkinitcpio."
msgstr ""
msgstr "Configuring mkinitcpio."
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
@ -209,139 +216,147 @@ msgstr ""
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136
#: src/modules/networkcfg/main.py:40
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
msgstr "No root mount point is given for <pre>{!s}</pre> to use."
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr ""
msgstr "Configuring encrypted swap."
#: src/modules/rawfs/main.py:26
msgid "Installing data."
msgstr ""
msgstr "Installing data."
#: src/modules/services-openrc/main.py:29
msgid "Configure OpenRC services"
msgstr ""
msgstr "Configure OpenRC services"
#: src/modules/services-openrc/main.py:57
msgid "Cannot add service {name!s} to run-level {level!s}."
msgstr ""
msgstr "Cannot add service {name!s} to run-level {level!s}."
#: src/modules/services-openrc/main.py:59
msgid "Cannot remove service {name!s} from run-level {level!s}."
msgstr ""
msgstr "Cannot remove service {name!s} from run-level {level!s}."
#: src/modules/services-openrc/main.py:61
msgid ""
"Unknown service-action <code>{arg!s}</code> for service {name!s} in run-"
"level {level!s}."
msgstr ""
"Unknown service-action <code>{arg!s}</code> for service {name!s} in run-"
"level {level!s}."
#: src/modules/services-openrc/main.py:94
msgid ""
"<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}."
msgstr ""
"<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}."
#: src/modules/services-openrc/main.py:101
msgid "Target runlevel does not exist"
msgstr ""
msgstr "Target runlevel does not exist"
#: src/modules/services-openrc/main.py:102
msgid ""
"The path for runlevel {level!s} is <code>{path!s}</code>, which does not "
"exist."
msgstr ""
"The path for runlevel {level!s} is <code>{path!s}</code>, which does not "
"exist."
#: src/modules/services-openrc/main.py:110
msgid "Target service does not exist"
msgstr ""
msgstr "Target service does not exist"
#: src/modules/services-openrc/main.py:111
msgid ""
"The path for service {name!s} is <code>{path!s}</code>, which does not exist."
"The path for service {name!s} is <code>{path!s}</code>, which does not "
"exist."
msgstr ""
"The path for service {name!s} is <code>{path!s}</code>, which does not "
"exist."
#: src/modules/plymouthcfg/main.py:27
msgid "Configure Plymouth theme"
msgstr ""
msgstr "Configure Plymouth theme"
#: src/modules/packages/main.py:50 src/modules/packages/main.py:59
#: src/modules/packages/main.py:69
msgid "Install packages."
msgstr ""
msgstr "Install packages."
#: src/modules/packages/main.py:57
#, python-format
msgid "Processing packages (%(count)d / %(total)d)"
msgstr ""
msgstr "Processing packages (%(count)d / %(total)d)"
#: src/modules/packages/main.py:62
#, python-format
msgid "Installing one package."
msgid_plural "Installing %(num)d packages."
msgstr[0] ""
msgstr[1] ""
msgstr[0] "Installing one package."
msgstr[1] "Installing %(num)d packages."
#: src/modules/packages/main.py:65
#, python-format
msgid "Removing one package."
msgid_plural "Removing %(num)d packages."
msgstr[0] ""
msgstr[1] ""
msgstr[0] "Removing one package."
msgstr[1] "Removing %(num)d packages."
#: src/modules/bootloader/main.py:42
msgid "Install bootloader."
msgstr ""
msgstr "Install bootloader."
#: src/modules/hwclock/main.py:26
msgid "Setting hardware clock."
msgstr ""
msgstr "Setting hardware clock."
#: src/modules/mkinitfs/main.py:27
msgid "Creating initramfs with mkinitfs."
msgstr ""
msgstr "Creating initramfs with mkinitfs."
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr ""
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 ""
msgstr "The exit code was {}"
#: src/modules/dracut/main.py:27
msgid "Creating initramfs with dracut."
msgstr ""
msgstr "Creating initramfs with dracut."
#: src/modules/dracut/main.py:49
msgid "Failed to run dracut on the target"
msgstr ""
msgstr "Failed to run dracut on the target"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr ""
msgstr "Configuring initramfs."
#: src/modules/openrcdmcryptcfg/main.py:25
msgid "Configuring OpenRC dmcrypt service."
msgstr ""
msgstr "Configuring OpenRC dmcrypt service."
#: src/modules/fstab/main.py:29
msgid "Writing fstab."
msgstr ""
msgstr "Writing fstab."
#: src/modules/dummypython/main.py:35
msgid "Dummy python job."
msgstr ""
msgstr "Dummy python job."
#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93
#: src/modules/dummypython/main.py:94
msgid "Dummy python step {}"
msgstr ""
msgstr "Dummy python step {}"
#: src/modules/localecfg/main.py:30
msgid "Configuring locales."
msgstr ""
msgstr "Configuring locales."
#: src/modules/networkcfg/main.py:28
msgid "Saving network configuration."
msgstr ""
msgstr "Saving network configuration."

View File

@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-16 22:35+0200\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: aboodilankaboot, 2019\n"
"Language-Team: Arabic (https://www.transifex.com/calamares/teams/20061/ar/)\n"
@ -26,12 +26,12 @@ msgstr ""
msgid "Configure GRUB."
msgstr ""
#: src/modules/mount/main.py:29
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr "جاري تركيب الأقسام"
#: src/modules/mount/main.py:141 src/modules/initcpiocfg/main.py:196
#: src/modules/initcpiocfg/main.py:200
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
#: 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
@ -42,7 +42,7 @@ msgstr "جاري تركيب الأقسام"
msgid "Configuration Error"
msgstr "خطأ في الضبط"
#: src/modules/mount/main.py:142 src/modules/initcpiocfg/main.py:197
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
@ -207,7 +207,7 @@ msgstr "إعداد مدير العرض لم يكتمل"
msgid "Configuring mkinitcpio."
msgstr ""
#: src/modules/initcpiocfg/main.py:201
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:74
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-16 22:35+0200\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Deep Jyoti Choudhury <deep.choudhury@libresoft.in>, 2020\n"
"Language-Team: Assamese (https://www.transifex.com/calamares/teams/20061/as/)\n"
@ -25,12 +25,12 @@ msgstr ""
msgid "Configure GRUB."
msgstr "GRUB কনফিগাৰ কৰক।"
#: src/modules/mount/main.py:29
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr "বিভাজন মাউন্ট্ কৰা।"
#: src/modules/mount/main.py:141 src/modules/initcpiocfg/main.py:196
#: src/modules/initcpiocfg/main.py:200
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
#: 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
@ -41,7 +41,7 @@ msgstr "বিভাজন মাউন্ট্ কৰা।"
msgid "Configuration Error"
msgstr "কনফিগাৰেচন ত্ৰুটি"
#: src/modules/mount/main.py:142 src/modules/initcpiocfg/main.py:197
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
@ -210,7 +210,7 @@ msgstr "ডিস্প্লে প্ৰবন্ধক কন্ফিগা
msgid "Configuring mkinitcpio."
msgstr "mkinitcpio কনফিগাৰ কৰি আছে।"
#: src/modules/initcpiocfg/main.py:201
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:74
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-16 22:35+0200\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: enolp <enolp@softastur.org>, 2020\n"
"Language-Team: Asturian (https://www.transifex.com/calamares/teams/20061/ast/)\n"
@ -25,12 +25,12 @@ msgstr ""
msgid "Configure GRUB."
msgstr ""
#: src/modules/mount/main.py:29
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr ""
#: src/modules/mount/main.py:141 src/modules/initcpiocfg/main.py:196
#: src/modules/initcpiocfg/main.py:200
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
#: 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
@ -41,7 +41,7 @@ msgstr ""
msgid "Configuration Error"
msgstr ""
#: src/modules/mount/main.py:142 src/modules/initcpiocfg/main.py:197
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
@ -209,7 +209,7 @@ msgstr "La configuración del xestor de pantalles nun se completó"
msgid "Configuring mkinitcpio."
msgstr "Configurando mkinitcpio."
#: src/modules/initcpiocfg/main.py:201
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:74
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-16 22:35+0200\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Xəyyam Qocayev <xxmn77@gmail.com>, 2020\n"
"Language-Team: Azerbaijani (https://www.transifex.com/calamares/teams/20061/az/)\n"
@ -25,12 +25,12 @@ msgstr ""
msgid "Configure GRUB."
msgstr "GRUB tənzimləmələri"
#: src/modules/mount/main.py:29
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr "Disk bölmələri qoşulur."
#: src/modules/mount/main.py:141 src/modules/initcpiocfg/main.py:196
#: src/modules/initcpiocfg/main.py:200
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
#: 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
@ -41,7 +41,7 @@ msgstr "Disk bölmələri qoşulur."
msgid "Configuration Error"
msgstr "Tənzimləmə xətası"
#: src/modules/mount/main.py:142 src/modules/initcpiocfg/main.py:197
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
@ -217,7 +217,7 @@ msgstr "Ekran meneceri tənzimləmələri başa çatmadı"
msgid "Configuring mkinitcpio."
msgstr "mkinitcpio tənzimlənir."
#: src/modules/initcpiocfg/main.py:201
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:74
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-16 22:35+0200\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Xəyyam Qocayev <xxmn77@gmail.com>, 2020\n"
"Language-Team: Azerbaijani (Azerbaijan) (https://www.transifex.com/calamares/teams/20061/az_AZ/)\n"
@ -25,12 +25,12 @@ msgstr ""
msgid "Configure GRUB."
msgstr "GRUB tənzimləmələri"
#: src/modules/mount/main.py:29
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr "Disk bölmələri qoşulur."
#: src/modules/mount/main.py:141 src/modules/initcpiocfg/main.py:196
#: src/modules/initcpiocfg/main.py:200
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
#: 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
@ -41,7 +41,7 @@ msgstr "Disk bölmələri qoşulur."
msgid "Configuration Error"
msgstr "Tənzimləmə xətası"
#: src/modules/mount/main.py:142 src/modules/initcpiocfg/main.py:197
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
@ -217,7 +217,7 @@ msgstr "Ekran meneceri tənzimləmələri başa çatmadı"
msgid "Configuring mkinitcpio."
msgstr "mkinitcpio tənzimlənir."
#: src/modules/initcpiocfg/main.py:201
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:74
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-16 22:35+0200\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Zmicer Turok <nashtlumach@gmail.com>, 2020\n"
"Language-Team: Belarusian (https://www.transifex.com/calamares/teams/20061/be/)\n"
@ -25,12 +25,12 @@ msgstr ""
msgid "Configure GRUB."
msgstr "Наладзіць GRUB."
#: src/modules/mount/main.py:29
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr "Мантаванне раздзелаў."
#: src/modules/mount/main.py:141 src/modules/initcpiocfg/main.py:196
#: src/modules/initcpiocfg/main.py:200
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
#: 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
@ -41,7 +41,7 @@ msgstr "Мантаванне раздзелаў."
msgid "Configuration Error"
msgstr "Памылка канфігурацыі"
#: src/modules/mount/main.py:142 src/modules/initcpiocfg/main.py:197
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
@ -212,7 +212,7 @@ msgstr "Наладка дысплейнага кіраўніка не завер
msgid "Configuring mkinitcpio."
msgstr "Наладка mkinitcpio."
#: src/modules/initcpiocfg/main.py:201
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:74
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136

View File

@ -4,16 +4,16 @@
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Жоро, 2020
# Жоро <g.georgiev.shumen@gmail.com>, 2020
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-16 22:35+0200\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Жоро, 2020\n"
"Last-Translator: Жоро <g.georgiev.shumen@gmail.com>, 2020\n"
"Language-Team: Bulgarian (https://www.transifex.com/calamares/teams/20061/bg/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -25,12 +25,12 @@ msgstr ""
msgid "Configure GRUB."
msgstr ""
#: src/modules/mount/main.py:29
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr ""
#: src/modules/mount/main.py:141 src/modules/initcpiocfg/main.py:196
#: src/modules/initcpiocfg/main.py:200
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
#: 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
@ -41,7 +41,7 @@ msgstr ""
msgid "Configuration Error"
msgstr ""
#: src/modules/mount/main.py:142 src/modules/initcpiocfg/main.py:197
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
@ -206,7 +206,7 @@ msgstr ""
msgid "Configuring mkinitcpio."
msgstr ""
#: src/modules/initcpiocfg/main.py:201
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:74
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-16 22:35+0200\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: 508a8b0ef95404aa3dc5178f0ccada5e_017b8a4 <d0ef5d977ab7abf012ef53891f8ca2b5_900530>, 2020\n"
"Language-Team: Bengali (https://www.transifex.com/calamares/teams/20061/bn/)\n"
@ -25,12 +25,12 @@ msgstr ""
msgid "Configure GRUB."
msgstr "কনফিগার করুন জিআরইউবি।"
#: src/modules/mount/main.py:29
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr "মাউন্ট করছে পার্টিশনগুলো।"
#: src/modules/mount/main.py:141 src/modules/initcpiocfg/main.py:196
#: src/modules/initcpiocfg/main.py:200
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
#: 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
@ -41,7 +41,7 @@ msgstr "মাউন্ট করছে পার্টিশনগুলো।"
msgid "Configuration Error"
msgstr "কনফিগারেশন ত্রুটি"
#: src/modules/mount/main.py:142 src/modules/initcpiocfg/main.py:197
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
@ -207,7 +207,7 @@ msgstr ""
msgid "Configuring mkinitcpio."
msgstr ""
#: src/modules/initcpiocfg/main.py:201
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:74
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-16 22:35+0200\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Davidmp <medipas@gmail.com>, 2020\n"
"Language-Team: Catalan (https://www.transifex.com/calamares/teams/20061/ca/)\n"
@ -25,12 +25,12 @@ msgstr ""
msgid "Configure GRUB."
msgstr "Configura el GRUB."
#: src/modules/mount/main.py:29
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr "Es munten les particions."
#: src/modules/mount/main.py:141 src/modules/initcpiocfg/main.py:196
#: src/modules/initcpiocfg/main.py:200
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
#: 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
@ -41,7 +41,7 @@ msgstr "Es munten les particions."
msgid "Configuration Error"
msgstr "Error de configuració"
#: src/modules/mount/main.py:142 src/modules/initcpiocfg/main.py:197
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
@ -215,7 +215,7 @@ msgstr "La configuració del gestor de pantalla no era completa."
msgid "Configuring mkinitcpio."
msgstr "Es configura mkinitcpio."
#: src/modules/initcpiocfg/main.py:201
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:74
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-16 22:35+0200\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Language-Team: Catalan (Valencian) (https://www.transifex.com/calamares/teams/20061/ca@valencia/)\n"
"MIME-Version: 1.0\n"
@ -21,12 +21,12 @@ msgstr ""
msgid "Configure GRUB."
msgstr ""
#: src/modules/mount/main.py:29
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr ""
#: src/modules/mount/main.py:141 src/modules/initcpiocfg/main.py:196
#: src/modules/initcpiocfg/main.py:200
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
#: 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
@ -37,7 +37,7 @@ msgstr ""
msgid "Configuration Error"
msgstr ""
#: src/modules/mount/main.py:142 src/modules/initcpiocfg/main.py:197
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
@ -202,7 +202,7 @@ msgstr ""
msgid "Configuring mkinitcpio."
msgstr ""
#: src/modules/initcpiocfg/main.py:201
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:74
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136

View File

@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-16 22:35+0200\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2020\n"
"Language-Team: Czech (Czech Republic) (https://www.transifex.com/calamares/teams/20061/cs_CZ/)\n"
@ -27,12 +27,12 @@ msgstr ""
msgid "Configure GRUB."
msgstr "Nastavování zavaděče GRUB."
#: src/modules/mount/main.py:29
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr "Připojování oddílů."
#: src/modules/mount/main.py:141 src/modules/initcpiocfg/main.py:196
#: src/modules/initcpiocfg/main.py:200
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
#: 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
@ -43,7 +43,7 @@ msgstr "Připojování oddílů."
msgid "Configuration Error"
msgstr "Chyba nastavení"
#: src/modules/mount/main.py:142 src/modules/initcpiocfg/main.py:197
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
@ -217,7 +217,7 @@ msgstr "Nastavení správce displeje nebylo úplné"
msgid "Configuring mkinitcpio."
msgstr "Nastavování mkinitcpio."
#: src/modules/initcpiocfg/main.py:201
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:74
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136

View File

@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-16 22:35+0200\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: scootergrisen, 2020\n"
"Language-Team: Danish (https://www.transifex.com/calamares/teams/20061/da/)\n"
@ -26,12 +26,12 @@ msgstr ""
msgid "Configure GRUB."
msgstr "Konfigurer GRUB."
#: src/modules/mount/main.py:29
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr "Monterer partitioner."
#: src/modules/mount/main.py:141 src/modules/initcpiocfg/main.py:196
#: src/modules/initcpiocfg/main.py:200
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
#: 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
@ -42,7 +42,7 @@ msgstr "Monterer partitioner."
msgid "Configuration Error"
msgstr "Fejl ved konfiguration"
#: src/modules/mount/main.py:142 src/modules/initcpiocfg/main.py:197
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
@ -215,7 +215,7 @@ msgstr "Displayhåndtering-konfiguration er ikke komplet"
msgid "Configuring mkinitcpio."
msgstr "Konfigurerer mkinitcpio."
#: src/modules/initcpiocfg/main.py:201
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:74
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136

View File

@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-16 22:35+0200\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Andreas Eitel <github-aneitel@online.de>, 2020\n"
"Language-Team: German (https://www.transifex.com/calamares/teams/20061/de/)\n"
@ -27,12 +27,12 @@ msgstr ""
msgid "Configure GRUB."
msgstr "GRUB konfigurieren."
#: src/modules/mount/main.py:29
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr "Hänge Partitionen ein."
#: src/modules/mount/main.py:141 src/modules/initcpiocfg/main.py:196
#: src/modules/initcpiocfg/main.py:200
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
#: 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
@ -43,7 +43,7 @@ msgstr "Hänge Partitionen ein."
msgid "Configuration Error"
msgstr "Konfigurationsfehler"
#: src/modules/mount/main.py:142 src/modules/initcpiocfg/main.py:197
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
@ -219,7 +219,7 @@ msgstr "Die Konfiguration des Displaymanager war unvollständig."
msgid "Configuring mkinitcpio."
msgstr "Konfiguriere mkinitcpio. "
#: src/modules/initcpiocfg/main.py:201
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:74
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-16 22:35+0200\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Efstathios Iosifidis <iefstathios@gmail.com>, 2017\n"
"Language-Team: Greek (https://www.transifex.com/calamares/teams/20061/el/)\n"
@ -25,12 +25,12 @@ msgstr ""
msgid "Configure GRUB."
msgstr ""
#: src/modules/mount/main.py:29
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr ""
#: src/modules/mount/main.py:141 src/modules/initcpiocfg/main.py:196
#: src/modules/initcpiocfg/main.py:200
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
#: 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
@ -41,7 +41,7 @@ msgstr ""
msgid "Configuration Error"
msgstr ""
#: src/modules/mount/main.py:142 src/modules/initcpiocfg/main.py:197
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
@ -206,7 +206,7 @@ msgstr ""
msgid "Configuring mkinitcpio."
msgstr ""
#: src/modules/initcpiocfg/main.py:201
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:74
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-16 22:35+0200\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\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"
@ -25,12 +25,12 @@ msgstr ""
msgid "Configure GRUB."
msgstr ""
#: src/modules/mount/main.py:29
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr ""
#: src/modules/mount/main.py:141 src/modules/initcpiocfg/main.py:196
#: src/modules/initcpiocfg/main.py:200
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
#: 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
@ -41,7 +41,7 @@ msgstr ""
msgid "Configuration Error"
msgstr ""
#: src/modules/mount/main.py:142 src/modules/initcpiocfg/main.py:197
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
@ -206,7 +206,7 @@ msgstr ""
msgid "Configuring mkinitcpio."
msgstr ""
#: src/modules/initcpiocfg/main.py:201
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:74
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-16 22:35+0200\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Kurt Ankh Phoenix <kurtphoenix@tuta.io>, 2018\n"
"Language-Team: Esperanto (https://www.transifex.com/calamares/teams/20061/eo/)\n"
@ -25,12 +25,12 @@ msgstr ""
msgid "Configure GRUB."
msgstr ""
#: src/modules/mount/main.py:29
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr ""
#: src/modules/mount/main.py:141 src/modules/initcpiocfg/main.py:196
#: src/modules/initcpiocfg/main.py:200
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
#: 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
@ -41,7 +41,7 @@ msgstr ""
msgid "Configuration Error"
msgstr ""
#: src/modules/mount/main.py:142 src/modules/initcpiocfg/main.py:197
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
@ -206,7 +206,7 @@ msgstr ""
msgid "Configuring mkinitcpio."
msgstr ""
#: src/modules/initcpiocfg/main.py:201
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:74
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136

View File

@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-16 22:35+0200\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Pier Jose Gotta Perez <piegope@protonmail.com>, 2020\n"
"Language-Team: Spanish (https://www.transifex.com/calamares/teams/20061/es/)\n"
@ -30,12 +30,12 @@ msgstr ""
msgid "Configure GRUB."
msgstr "Configure GRUB - menú de arranque multisistema -"
#: src/modules/mount/main.py:29
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr "Montando particiones"
#: src/modules/mount/main.py:141 src/modules/initcpiocfg/main.py:196
#: src/modules/initcpiocfg/main.py:200
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
#: 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
@ -46,7 +46,7 @@ msgstr "Montando particiones"
msgid "Configuration Error"
msgstr "Error de configuración"
#: src/modules/mount/main.py:142 src/modules/initcpiocfg/main.py:197
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
@ -224,7 +224,7 @@ msgstr "La configuración del gestor de pantalla estaba incompleta"
msgid "Configuring mkinitcpio."
msgstr "Configurando mkinitcpio - sistema de arranque básico -."
#: src/modules/initcpiocfg/main.py:201
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:74
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136

View File

@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-16 22:35+0200\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Logan 8192 <logan8192@protonmail.com>, 2018\n"
"Language-Team: Spanish (Mexico) (https://www.transifex.com/calamares/teams/20061/es_MX/)\n"
@ -26,12 +26,12 @@ msgstr ""
msgid "Configure GRUB."
msgstr ""
#: src/modules/mount/main.py:29
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr ""
#: src/modules/mount/main.py:141 src/modules/initcpiocfg/main.py:196
#: src/modules/initcpiocfg/main.py:200
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
#: 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
@ -42,7 +42,7 @@ msgstr ""
msgid "Configuration Error"
msgstr ""
#: src/modules/mount/main.py:142 src/modules/initcpiocfg/main.py:197
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
@ -207,7 +207,7 @@ msgstr ""
msgid "Configuring mkinitcpio."
msgstr ""
#: src/modules/initcpiocfg/main.py:201
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:74
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-16 22:35+0200\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Language-Team: Spanish (Puerto Rico) (https://www.transifex.com/calamares/teams/20061/es_PR/)\n"
"MIME-Version: 1.0\n"
@ -21,12 +21,12 @@ msgstr ""
msgid "Configure GRUB."
msgstr ""
#: src/modules/mount/main.py:29
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr ""
#: src/modules/mount/main.py:141 src/modules/initcpiocfg/main.py:196
#: src/modules/initcpiocfg/main.py:200
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
#: 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
@ -37,7 +37,7 @@ msgstr ""
msgid "Configuration Error"
msgstr ""
#: src/modules/mount/main.py:142 src/modules/initcpiocfg/main.py:197
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
@ -202,7 +202,7 @@ msgstr ""
msgid "Configuring mkinitcpio."
msgstr ""
#: src/modules/initcpiocfg/main.py:201
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:74
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-16 22:35+0200\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Madis Otenurm, 2019\n"
"Language-Team: Estonian (https://www.transifex.com/calamares/teams/20061/et/)\n"
@ -25,12 +25,12 @@ msgstr ""
msgid "Configure GRUB."
msgstr ""
#: src/modules/mount/main.py:29
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr ""
#: src/modules/mount/main.py:141 src/modules/initcpiocfg/main.py:196
#: src/modules/initcpiocfg/main.py:200
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
#: 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
@ -41,7 +41,7 @@ msgstr ""
msgid "Configuration Error"
msgstr ""
#: src/modules/mount/main.py:142 src/modules/initcpiocfg/main.py:197
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
@ -206,7 +206,7 @@ msgstr ""
msgid "Configuring mkinitcpio."
msgstr ""
#: src/modules/initcpiocfg/main.py:201
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:74
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-16 22:35+0200\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Ander Elortondo, 2019\n"
"Language-Team: Basque (https://www.transifex.com/calamares/teams/20061/eu/)\n"
@ -25,12 +25,12 @@ msgstr ""
msgid "Configure GRUB."
msgstr ""
#: src/modules/mount/main.py:29
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr ""
#: src/modules/mount/main.py:141 src/modules/initcpiocfg/main.py:196
#: src/modules/initcpiocfg/main.py:200
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
#: 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
@ -41,7 +41,7 @@ msgstr ""
msgid "Configuration Error"
msgstr ""
#: src/modules/mount/main.py:142 src/modules/initcpiocfg/main.py:197
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
@ -207,7 +207,7 @@ msgstr "Pantaila kudeatzaile konfigurazioa osotu gabe"
msgid "Configuring mkinitcpio."
msgstr ""
#: src/modules/initcpiocfg/main.py:201
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:74
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136

View File

@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-16 22:35+0200\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: alireza jamshidi <alirezajam98@gmail.com>, 2020\n"
"Language-Team: Persian (https://www.transifex.com/calamares/teams/20061/fa/)\n"
@ -26,12 +26,12 @@ msgstr ""
msgid "Configure GRUB."
msgstr "در حال پیکربندی گراب."
#: src/modules/mount/main.py:29
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr "در حال سوار کردن افرازها."
#: src/modules/mount/main.py:141 src/modules/initcpiocfg/main.py:196
#: src/modules/initcpiocfg/main.py:200
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
#: 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
@ -42,7 +42,7 @@ msgstr "در حال سوار کردن افرازها."
msgid "Configuration Error"
msgstr "خطای پیکربندی"
#: src/modules/mount/main.py:142 src/modules/initcpiocfg/main.py:197
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
@ -211,7 +211,7 @@ msgstr "پیکربندی مدیر نمایش کامل نبود"
msgid "Configuring mkinitcpio."
msgstr "پیکربندی mkinitcpio."
#: src/modules/initcpiocfg/main.py:201
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:74
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-16 22:35+0200\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Kimmo Kujansuu <mrkujansuu@gmail.com>, 2020\n"
"Language-Team: Finnish (Finland) (https://www.transifex.com/calamares/teams/20061/fi_FI/)\n"
@ -25,12 +25,12 @@ msgstr ""
msgid "Configure GRUB."
msgstr "Määritä GRUB."
#: src/modules/mount/main.py:29
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr "Yhdistä osiot."
#: src/modules/mount/main.py:141 src/modules/initcpiocfg/main.py:196
#: src/modules/initcpiocfg/main.py:200
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
#: 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
@ -41,7 +41,7 @@ msgstr "Yhdistä osiot."
msgid "Configuration Error"
msgstr "Määritysvirhe"
#: src/modules/mount/main.py:142 src/modules/initcpiocfg/main.py:197
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
@ -212,7 +212,7 @@ msgstr "Näytönhallinnan kokoonpano oli puutteellinen"
msgid "Configuring mkinitcpio."
msgstr "Määritetään mkinitcpio."
#: src/modules/initcpiocfg/main.py:201
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:74
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136

View File

@ -19,7 +19,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-16 22:35+0200\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Arnaud Ferraris <arnaud.ferraris@gmail.com>, 2019\n"
"Language-Team: French (https://www.transifex.com/calamares/teams/20061/fr/)\n"
@ -33,12 +33,12 @@ msgstr ""
msgid "Configure GRUB."
msgstr "Configuration du GRUB."
#: src/modules/mount/main.py:29
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr "Montage des partitions."
#: src/modules/mount/main.py:141 src/modules/initcpiocfg/main.py:196
#: src/modules/initcpiocfg/main.py:200
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
#: 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
@ -49,7 +49,7 @@ msgstr "Montage des partitions."
msgid "Configuration Error"
msgstr "Erreur de configuration"
#: src/modules/mount/main.py:142 src/modules/initcpiocfg/main.py:197
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
@ -223,7 +223,7 @@ msgstr "La configuration du gestionnaire d'affichage était incomplète"
msgid "Configuring mkinitcpio."
msgstr "Configuration de mkinitcpio."
#: src/modules/initcpiocfg/main.py:201
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:74
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-16 22:35+0200\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Language-Team: French (Switzerland) (https://www.transifex.com/calamares/teams/20061/fr_CH/)\n"
"MIME-Version: 1.0\n"
@ -21,12 +21,12 @@ msgstr ""
msgid "Configure GRUB."
msgstr ""
#: src/modules/mount/main.py:29
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr ""
#: src/modules/mount/main.py:141 src/modules/initcpiocfg/main.py:196
#: src/modules/initcpiocfg/main.py:200
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
#: 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
@ -37,7 +37,7 @@ msgstr ""
msgid "Configuration Error"
msgstr ""
#: src/modules/mount/main.py:142 src/modules/initcpiocfg/main.py:197
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
@ -202,7 +202,7 @@ msgstr ""
msgid "Configuring mkinitcpio."
msgstr ""
#: src/modules/initcpiocfg/main.py:201
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:74
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-16 22:35+0200\n"
"POT-Creation-Date: 2020-11-09 16:19+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Fabio Tomat <f.t.public@gmail.com>, 2020\n"
"Language-Team: Friulian (https://www.transifex.com/calamares/teams/20061/fur/)\n"
@ -25,12 +25,12 @@ msgstr ""
msgid "Configure GRUB."
msgstr "Configure GRUB."
#: src/modules/mount/main.py:29
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr "Montaç des partizions."
#: src/modules/mount/main.py:141 src/modules/initcpiocfg/main.py:196
#: src/modules/initcpiocfg/main.py:200
#: src/modules/mount/main.py:127 src/modules/initcpiocfg/main.py:199
#: src/modules/initcpiocfg/main.py:203
#: 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
@ -41,7 +41,7 @@ msgstr "Montaç des partizions."
msgid "Configuration Error"
msgstr "Erôr di configurazion"
#: src/modules/mount/main.py:142 src/modules/initcpiocfg/main.py:197
#: src/modules/mount/main.py:128 src/modules/initcpiocfg/main.py:200
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:70
#: src/modules/fstab/main.py:362
@ -206,7 +206,7 @@ msgstr ""
msgid "Configuring mkinitcpio."
msgstr ""
#: src/modules/initcpiocfg/main.py:201
#: src/modules/initcpiocfg/main.py:204
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:74
#: src/modules/fstab/main.py:368 src/modules/localecfg/main.py:136

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