diff --git a/CMakeLists.txt b/CMakeLists.txt
index 20f7b6247..19368417d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -136,14 +136,14 @@ set( CALAMARES_DESCRIPTION_SUMMARY
# `txstats.py -e`. See also
#
# Total 74 languages
-set( _tx_complete az az_AZ ca de fa fi_FI he hi hr ja ko lt pt_BR
- pt_PT si sq sv tr_TR uk zh_TW )
-set( _tx_good as be ca@valencia cs_CZ da fr fur it_IT ml nl ru sk
- tg vi zh_CN )
-set( _tx_ok ar ast bg bn el en_GB es es_MX et eu gl hu id is mr nb
- pl ro sl sr sr@latin th )
-set( _tx_incomplete eo es_PR gu ie kk kn lo lv mk ne ne_NP ta_IN te
- ur zh zh_HK )
+set( _tx_complete az az_AZ ca es he hi hr ja lt pt_PT sq sv uk
+ zh_TW )
+set( _tx_good as be ca@valencia cs_CZ da de fa fi_FI fr fur
+ it_IT ko ml nl pt_BR ru si sk tg tr_TR vi zh_CN )
+set( _tx_ok ar ast bg bn el en_GB es_MX et eu gl hu id is mr nb pl
+ ro sl sr sr@latin th )
+set( _tx_incomplete eo es_PR gu ie ja-Hira kk kn lo lv mk ne_NP
+ ta_IN te ur zh zh_HK )
### Required versions
#
diff --git a/calamares.desktop b/calamares.desktop
index 264a2dc3e..9a1416e16 100644
--- a/calamares.desktop
+++ b/calamares.desktop
@@ -73,10 +73,10 @@ Name[eo]=Instali Sistemo
Icon[eo]=calamares
GenericName[eo]=Sistema Instalilo
Comment[eo]=Calamares — Sistema Instalilo
-Name[es]=Instalar Sistema
+Name[es]=Instalar el sistema
Icon[es]=calamares
-GenericName[es]=Instalador del Sistema
-Comment[es]=Calamares — Instalador del Sistema
+GenericName[es]=Instalador del sistema
+Comment[es]=Calamares — Instalador del sistema
Name[es_MX]=Instalar el Sistema
Icon[es_MX]=calamares
GenericName[es_MX]=Instalador del sistema
diff --git a/ci/txstats.py b/ci/txstats.py
index d7997701a..69a34f89e 100755
--- a/ci/txstats.py
+++ b/ci/txstats.py
@@ -11,6 +11,7 @@
# Run it with a -v command-line option to get extra output on
# actual translation percentages.
import sys
+import os
import argparse
class TXError(Exception):
@@ -172,7 +173,6 @@ def get_tx_stats(languages, outputter, verbose):
If @p verbose is True, prints out language stats as well.
"""
- suppressed_languages = ( "es_ES", ) # In Transifex, but not used
# Some languages go into the "incomplete" list by definition,
# regardless of their completion status: this can have various reasons.
#
@@ -187,8 +187,6 @@ def get_tx_stats(languages, outputter, verbose):
all_langs = []
outputter.print("# Total %d languages" % len(languages))
for lang_name in languages:
- if lang_name in suppressed_languages:
- continue
stats = languages[lang_name]["translated"]["percentage"]
# Make the by-definition-incomplete languages have a percentage
# lower than zero; this way they end up sorted (in -v output)
@@ -205,6 +203,38 @@ def get_tx_stats(languages, outputter, verbose):
output_langs(all_langs, outputter, "ok", lambda s : 0.75 > s >= 0.05)
output_langs(all_langs, outputter, "incomplete", lambda s : 0.05 > s)
+ # Audit the languages that are in TX, mapped to git
+ for lang_name in languages:
+ if not os.path.exists("lang/calamares_{}.ts".format(lang_name)):
+ print("# !! Missing translation file for {}".format(lang_name))
+ if not os.path.isdir("lang/python/{}/LC_MESSAGES".format(lang_name)):
+ print("# !! Missing Python translation file for {}".format(lang_name))
+
+ # Audit the files that are in git, mapped to TX
+ special_cases = ("python.pot", "python", "CMakeLists.txt", "txload.cpp", "calamares_i18n.qrc.in")
+ for file_name in os.listdir("lang"):
+ if file_name in special_cases:
+ continue
+ elif file_name.startswith("calamares_") and file_name.endswith(".ts"):
+ key = file_name[10:-3]
+ if not key in languages and not key == "en":
+ print("# !! Translation file for {} not in TX".format(key))
+ elif file_name.startswith("tz_") and file_name.endswith(".ts"):
+ key = file_name[3:-3]
+ if not key in languages and not key == "en":
+ print("# !! Translation file for TZ {} not in TX".format(key))
+ elif file_name.startswith("kb_") and file_name.endswith(".ts"):
+ key = file_name[3:-3]
+ if not key in languages and not key == "en":
+ print("# !! Translation file for KB {} not in TX".format(key))
+ else:
+ print("# !! Weird translation file {} not in TX".format(file_name))
+
+ # Audit the python translation files that are in git, mapped to TX
+ for file_name in os.listdir("lang/python"):
+ if file_name not in languages:
+ print("# !! Translation file for Python {} not in TX".format(file_name))
+
return 0
diff --git a/lang/calamares_en_HK.ts b/lang/calamares_en_HK.ts
deleted file mode 100644
index 2a202e221..000000000
--- a/lang/calamares_en_HK.ts
+++ /dev/null
@@ -1,4377 +0,0 @@
-
-
-
-
- AutoMountManagementJob
-
-
- Manage auto-mount settings
-
-
-
-
- BootInfoWidget
-
-
- The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode.
-
-
-
-
- This system was started with an <strong>EFI</strong> boot environment.<br><br>To configure startup from an EFI environment, this installer must deploy a boot loader application, like <strong>GRUB</strong> or <strong>systemd-boot</strong> on an <strong>EFI System Partition</strong>. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own.
-
-
-
-
- This system was started with a <strong>BIOS</strong> boot environment.<br><br>To configure startup from a BIOS environment, this installer must install a boot loader, like <strong>GRUB</strong>, either at the beginning of a partition or on the <strong>Master Boot Record</strong> 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.
-
-
-
-
- BootLoaderModel
-
-
- Master Boot Record of %1
-
-
-
-
- Boot Partition
-
-
-
-
- System Partition
-
-
-
-
- Do not install a boot loader
-
-
-
-
- %1 (%2)
-
-
-
-
- Calamares::BlankViewStep
-
-
- Blank Page
-
-
-
-
- Calamares::DebugWindow
-
-
- Form
-
-
-
-
- GlobalStorage
-
-
-
-
- JobQueue
-
-
-
-
- Modules
-
-
-
-
- Type:
-
-
-
-
-
- none
-
-
-
-
- Interface:
-
-
-
-
- Crashes Calamares, so that Dr. Konqui can look at it.
-
-
-
-
- Reloads the stylesheet from the branding directory.
-
-
-
-
- Uploads the session log to the configured pastebin.
-
-
-
-
- Send Session Log
-
-
-
-
- Reload Stylesheet
-
-
-
-
- Displays the tree of widget names in the log (for stylesheet debugging).
-
-
-
-
- Widget Tree
-
-
-
-
- Debug information
-
-
-
-
- Calamares::ExecutionViewStep
-
-
- Set up
-
-
-
-
- Install
-
-
-
-
- Calamares::FailJob
-
-
- Job failed (%1)
-
-
-
-
- Programmed job failure was explicitly requested.
-
-
-
-
- Calamares::JobThread
-
-
- Done
-
-
-
-
- Calamares::NamedJob
-
-
- Example job (%1)
-
-
-
-
- Calamares::ProcessJob
-
-
- Run command '%1' in target system.
-
-
-
-
- Run command '%1'.
-
-
-
-
- Running command %1 %2
-
-
-
-
- Calamares::PythonJob
-
-
- Running %1 operation.
-
-
-
-
- Bad working directory path
-
-
-
-
- Working directory %1 for python job %2 is not readable.
-
-
-
-
- Bad main script file
-
-
-
-
- Main script file %1 for python job %2 is not readable.
-
-
-
-
- Boost.Python error in job "%1".
-
-
-
-
- Calamares::QmlViewStep
-
-
- Loading ...
-
-
-
-
- QML Step <i>%1</i>.
-
-
-
-
- Loading failed.
-
-
-
-
- Calamares::RequirementsChecker
-
-
- Requirements checking for module <i>%1</i> is complete.
-
-
-
-
- Waiting for %n module(s).
-
-
-
-
-
-
-
- (%n second(s))
-
-
-
-
-
-
-
- System-requirements checking is complete.
-
-
-
-
- Calamares::ViewManager
-
-
- Setup Failed
-
-
-
-
- Installation Failed
-
-
-
-
- Would you like to paste the install log to the web?
-
-
-
-
- Error
-
-
-
-
- &Yes
-
-
-
-
- &No
-
-
-
-
- &Close
-
-
-
-
- Install Log Paste URL
-
-
-
-
- The upload was unsuccessful. No web-paste was done.
-
-
-
-
- Install log posted to
-
-%1
-
-Link copied to clipboard
-
-
-
-
- Calamares Initialization Failed
-
-
-
-
- %1 can not be installed. Calamares was unable to load all of the configured modules. This is a problem with the way Calamares is being used by the distribution.
-
-
-
-
- <br/>The following modules could not be loaded:
-
-
-
-
- Continue with setup?
-
-
-
-
- Continue with installation?
-
-
-
-
- The %1 setup program is about to make changes to your disk in order to set up %2.<br/><strong>You will not be able to undo these changes.</strong>
-
-
-
-
- The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong>
-
-
-
-
- &Set up now
-
-
-
-
- &Install now
-
-
-
-
- Go &back
-
-
-
-
- &Set up
-
-
-
-
- &Install
-
-
-
-
- Setup is complete. Close the setup program.
-
-
-
-
- The installation is complete. Close the installer.
-
-
-
-
- Cancel setup without changing the system.
-
-
-
-
- Cancel installation without changing the system.
-
-
-
-
- &Next
-
-
-
-
- &Back
-
-
-
-
- &Done
-
-
-
-
- &Cancel
-
-
-
-
- Cancel setup?
-
-
-
-
- Cancel installation?
-
-
-
-
- Do you really want to cancel the current setup process?
-The setup program will quit and all changes will be lost.
-
-
-
-
- Do you really want to cancel the current install process?
-The installer will quit and all changes will be lost.
-
-
-
-
- CalamaresPython::Helper
-
-
- Unknown exception type
-
-
-
-
- unparseable Python error
-
-
-
-
- unparseable Python traceback
-
-
-
-
- Unfetchable Python error.
-
-
-
-
- CalamaresWindow
-
-
- %1 Setup Program
-
-
-
-
- %1 Installer
-
-
-
-
- ChangeFilesystemLabelJob
-
-
- Set filesystem label on %1.
-
-
-
-
- Set filesystem label <strong>%1</strong> to partition <strong>%2</strong>.
-
-
-
-
- The installer failed to update partition table on disk '%1'.
-
-
-
-
- CheckerContainer
-
-
- Gathering system information...
-
-
-
-
- ChoicePage
-
-
- Form
-
-
-
-
- Select storage de&vice:
-
-
-
-
-
-
-
- Current:
-
-
-
-
- After:
-
-
-
-
- <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.
-
-
-
-
- Reuse %1 as home partition for %2.
-
-
-
-
- <strong>Select a partition to shrink, then drag the bottom bar to resize</strong>
-
-
-
-
- %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4.
-
-
-
-
- Boot loader location:
-
-
-
-
- <strong>Select a partition to install on</strong>
-
-
-
-
- An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.
-
-
-
-
- The EFI system partition at %1 will be used for starting %2.
-
-
-
-
- EFI system partition:
-
-
-
-
- This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
-
-
-
- <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.
-
-
-
-
-
-
-
- <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.
-
-
-
-
-
-
-
- <strong>Replace a partition</strong><br/>Replaces a partition with %1.
-
-
-
-
- This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/>
-
-
-
-
- This storage device has one of its partitions <strong>mounted</strong>.
-
-
-
-
- This storage device is a part of an <strong>inactive RAID</strong> device.
-
-
-
-
- No Swap
-
-
-
-
- Reuse Swap
-
-
-
-
- Swap (no Hibernate)
-
-
-
-
- Swap (with Hibernate)
-
-
-
-
- Swap to file
-
-
-
-
- ClearMountsJob
-
-
- Successfully unmounted %1.
-
-
-
-
- Successfully disabled swap %1.
-
-
-
-
- Successfully cleared swap %1.
-
-
-
-
- Successfully closed mapper device %1.
-
-
-
-
- Successfully disabled volume group %1.
-
-
-
-
- Clear mounts for partitioning operations on %1
-
-
-
-
- Clearing mounts for partitioning operations on %1.
-
-
-
-
- Cleared all mounts for %1
-
-
-
-
- ClearTempMountsJob
-
-
- Clear all temporary mounts.
-
-
-
-
- Clearing all temporary mounts.
-
-
-
-
- Cannot get list of temporary mounts.
-
-
-
-
- Cleared all temporary mounts.
-
-
-
-
- CommandList
-
-
-
- Could not run command.
-
-
-
-
- The command runs in the host environment and needs to know the root path, but no rootMountPoint is defined.
-
-
-
-
- The command needs to know the user's name, but no username is defined.
-
-
-
-
- Config
-
-
- Set keyboard model to %1.<br/>
-
-
-
-
- Set keyboard layout to %1/%2.
-
-
-
-
- Set timezone to %1/%2.
-
-
-
-
- The system language will be set to %1.
-
-
-
-
- The numbers and dates locale will be set to %1.
-
-
-
-
- Network Installation. (Disabled: Incorrect configuration)
-
-
-
-
- Network Installation. (Disabled: Received invalid groups data)
-
-
-
-
- Network Installation. (Disabled: Internal error)
-
-
-
-
- Network Installation. (Disabled: No package list)
-
-
-
-
- Package selection
-
-
-
-
- Network Installation. (Disabled: Unable to fetch package lists, check your network connection)
-
-
-
-
- This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a>
-
-
-
-
- This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a>
-
-
-
-
- This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled.
-
-
-
-
- This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled.
-
-
-
-
- This program will ask you some questions and set up %2 on your computer.
-
-
-
-
- <h1>Welcome to the Calamares setup program for %1</h1>
-
-
-
-
- <h1>Welcome to %1 setup</h1>
-
-
-
-
- <h1>Welcome to the Calamares installer for %1</h1>
-
-
-
-
- <h1>Welcome to the %1 installer</h1>
-
-
-
-
- Your username is too long.
-
-
-
-
- '%1' is not allowed as username.
-
-
-
-
- Your username must start with a lowercase letter or underscore.
-
-
-
-
- Only lowercase letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- Your hostname is too short.
-
-
-
-
- Your hostname is too long.
-
-
-
-
- '%1' is not allowed as hostname.
-
-
-
-
- Only letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- Your passwords do not match!
-
-
-
-
- OK!
-
-
-
-
- Setup Failed
-
-
-
-
- Installation Failed
-
-
-
-
- The setup of %1 did not complete successfully.
-
-
-
-
- The installation of %1 did not complete successfully.
-
-
-
-
- Setup Complete
-
-
-
-
- Installation Complete
-
-
-
-
- The setup of %1 is complete.
-
-
-
-
- The installation of %1 is complete.
-
-
-
-
- Package Selection
-
-
-
-
- Please pick a product from the list. The selected product will be installed.
-
-
-
-
- Install option: <strong>%1</strong>
-
-
-
-
- None
-
-
-
-
- Summary
-
-
-
-
- This is an overview of what will happen once you start the setup procedure.
-
-
-
-
- This is an overview of what will happen once you start the install procedure.
-
-
-
-
- ContextualProcessJob
-
-
- Contextual Processes Job
-
-
-
-
- CreatePartitionDialog
-
-
- Create a Partition
-
-
-
-
- Si&ze:
-
-
-
-
- MiB
-
-
-
-
- Partition &Type:
-
-
-
-
- &Primary
-
-
-
-
- E&xtended
-
-
-
-
- Fi&le System:
-
-
-
-
- LVM LV name
-
-
-
-
- &Mount Point:
-
-
-
-
- Flags:
-
-
-
-
- Label for the filesystem
-
-
-
-
- FS Label:
-
-
-
-
- En&crypt
-
-
-
-
- Logical
-
-
-
-
- Primary
-
-
-
-
- GPT
-
-
-
-
- Mountpoint already in use. Please select another one.
-
-
-
-
- CreatePartitionJob
-
-
- Create new %1MiB partition on %3 (%2) with entries %4.
-
-
-
-
- Create new %1MiB partition on %3 (%2).
-
-
-
-
- Create new %2MiB partition on %4 (%3) with file system %1.
-
-
-
-
- Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2) with entries <em>%4</em>.
-
-
-
-
- Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2).
-
-
-
-
- Create new <strong>%2MiB</strong> partition on <strong>%4</strong> (%3) with file system <strong>%1</strong>.
-
-
-
-
-
- Creating new %1 partition on %2.
-
-
-
-
- The installer failed to create partition on disk '%1'.
-
-
-
-
- CreatePartitionTableDialog
-
-
- Create Partition Table
-
-
-
-
- Creating a new partition table will delete all existing data on the disk.
-
-
-
-
- What kind of partition table do you want to create?
-
-
-
-
- Master Boot Record (MBR)
-
-
-
-
- GUID Partition Table (GPT)
-
-
-
-
- CreatePartitionTableJob
-
-
- Create new %1 partition table on %2.
-
-
-
-
- Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3).
-
-
-
-
- Creating new %1 partition table on %2.
-
-
-
-
- The installer failed to create a partition table on %1.
-
-
-
-
- CreateUserJob
-
-
- Create user %1
-
-
-
-
- Create user <strong>%1</strong>.
-
-
-
-
- Preserving home directory
-
-
-
-
-
- Creating user %1
-
-
-
-
- Configuring user %1
-
-
-
-
- Setting file permissions
-
-
-
-
- CreateVolumeGroupDialog
-
-
- Create Volume Group
-
-
-
-
- CreateVolumeGroupJob
-
-
- Create new volume group named %1.
-
-
-
-
- Create new volume group named <strong>%1</strong>.
-
-
-
-
- Creating new volume group named %1.
-
-
-
-
- The installer failed to create a volume group named '%1'.
-
-
-
-
- DeactivateVolumeGroupJob
-
-
-
- Deactivate volume group named %1.
-
-
-
-
- Deactivate volume group named <strong>%1</strong>.
-
-
-
-
- The installer failed to deactivate a volume group named %1.
-
-
-
-
- DeletePartitionJob
-
-
- Delete partition %1.
-
-
-
-
- Delete partition <strong>%1</strong>.
-
-
-
-
- Deleting partition %1.
-
-
-
-
- The installer failed to delete partition %1.
-
-
-
-
- DeviceInfoWidget
-
-
- This device has a <strong>%1</strong> partition table.
-
-
-
-
- This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem.
-
-
-
-
- This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page.
-
-
-
-
- <br><br>This is the recommended partition table type for modern systems which start from an <strong>EFI</strong> boot environment.
-
-
-
-
- <br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions.
-
-
-
-
- The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred.
-
-
-
-
- DeviceModel
-
-
- %1 - %2 (%3)
- device[name] - size[number] (device-node[name])
-
-
-
-
- %1 - (%2)
- device[name] - (device-node[name])
-
-
-
-
- DracutLuksCfgJob
-
-
- Write LUKS configuration for Dracut to %1
-
-
-
-
- Skip writing LUKS configuration for Dracut: "/" partition is not encrypted
-
-
-
-
- Failed to open %1
-
-
-
-
- DummyCppJob
-
-
- Dummy C++ Job
-
-
-
-
- EditExistingPartitionDialog
-
-
- Edit Existing Partition
-
-
-
-
- Content:
-
-
-
-
- &Keep
-
-
-
-
- Format
-
-
-
-
- Warning: Formatting the partition will erase all existing data.
-
-
-
-
- &Mount Point:
-
-
-
-
- Si&ze:
-
-
-
-
- MiB
-
-
-
-
- Fi&le System:
-
-
-
-
- Flags:
-
-
-
-
- Label for the filesystem
-
-
-
-
- FS Label:
-
-
-
-
- Mountpoint already in use. Please select another one.
-
-
-
-
- EncryptWidget
-
-
- Form
-
-
-
-
- En&crypt system
-
-
-
-
- Passphrase
-
-
-
-
- Confirm passphrase
-
-
-
-
-
- Please enter the same passphrase in both boxes.
-
-
-
-
- FillGlobalStorageJob
-
-
- Set partition information
-
-
-
-
- Install %1 on <strong>new</strong> %2 system partition with features <em>%3</em>
-
-
-
-
- Install %1 on <strong>new</strong> %2 system partition.
-
-
-
-
- Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong> and features <em>%3</em>.
-
-
-
-
- Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>%3.
-
-
-
-
- Install %2 on %3 system partition <strong>%1</strong> with features <em>%4</em>.
-
-
-
-
- Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong> and features <em>%4</em>.
-
-
-
-
- Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>%4.
-
-
-
-
- Install %2 on %3 system partition <strong>%1</strong>.
-
-
-
-
- Install boot loader on <strong>%1</strong>.
-
-
-
-
- Setting up mount points.
-
-
-
-
- FinishedPage
-
-
- Form
-
-
-
-
- &Restart now
-
-
-
-
- <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system.
-
-
-
-
- <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html>
-
-
-
-
- <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment.
-
-
-
-
- <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html>
-
-
-
-
- <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2.
-
-
-
-
- <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2.
-
-
-
-
- FinishedQmlViewStep
-
-
- Finish
-
-
-
-
- FinishedViewStep
-
-
- Finish
-
-
-
-
- FormatPartitionJob
-
-
- Format partition %1 (file system: %2, size: %3 MiB) on %4.
-
-
-
-
- Format <strong>%3MiB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>.
-
-
-
-
- Formatting partition %1 with file system %2.
-
-
-
-
- The installer failed to format partition %1 on disk '%2'.
-
-
-
-
- GeneralRequirements
-
-
- has at least %1 GiB available drive space
-
-
-
-
- There is not enough drive space. At least %1 GiB is required.
-
-
-
-
- has at least %1 GiB working memory
-
-
-
-
- The system does not have enough working memory. At least %1 GiB is required.
-
-
-
-
- is plugged in to a power source
-
-
-
-
- The system is not plugged in to a power source.
-
-
-
-
- is connected to the Internet
-
-
-
-
- The system is not connected to the Internet.
-
-
-
-
- is running the installer as an administrator (root)
-
-
-
-
- The setup program is not running with administrator rights.
-
-
-
-
- The installer is not running with administrator rights.
-
-
-
-
- has a screen large enough to show the whole installer
-
-
-
-
- The screen is too small to display the setup program.
-
-
-
-
- The screen is too small to display the installer.
-
-
-
-
- HostInfoJob
-
-
- Collecting information about your machine.
-
-
-
-
- IDJob
-
-
-
-
-
- OEM Batch Identifier
-
-
-
-
- Could not create directories <code>%1</code>.
-
-
-
-
- Could not open file <code>%1</code>.
-
-
-
-
- Could not write to file <code>%1</code>.
-
-
-
-
- InitcpioJob
-
-
- Creating initramfs with mkinitcpio.
-
-
-
-
- InitramfsJob
-
-
- Creating initramfs.
-
-
-
-
- InteractiveTerminalPage
-
-
- Konsole not installed
-
-
-
-
- Please install KDE Konsole and try again!
-
-
-
-
- Executing script: <code>%1</code>
-
-
-
-
- InteractiveTerminalViewStep
-
-
- Script
-
-
-
-
- KeyboardQmlViewStep
-
-
- Keyboard
-
-
-
-
- KeyboardViewStep
-
-
- Keyboard
-
-
-
-
- LCLocaleDialog
-
-
- System locale setting
-
-
-
-
- The system locale setting affects the language and character set for some command line user interface elements.<br/>The current setting is <strong>%1</strong>.
-
-
-
-
- &Cancel
-
-
-
-
- &OK
-
-
-
-
- LicensePage
-
-
- Form
-
-
-
-
- <h1>License Agreement</h1>
-
-
-
-
- I accept the terms and conditions above.
-
-
-
-
- Please review the End User License Agreements (EULAs).
-
-
-
-
- This setup procedure will install proprietary software that is subject to licensing terms.
-
-
-
-
- If you do not agree with the terms, the setup procedure cannot continue.
-
-
-
-
- This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience.
-
-
-
-
- If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead.
-
-
-
-
- LicenseViewStep
-
-
- License
-
-
-
-
- LicenseWidget
-
-
- URL: %1
-
-
-
-
- <strong>%1 driver</strong><br/>by %2
- %1 is an untranslatable product name, example: Creative Audigy driver
-
-
-
-
- <strong>%1 graphics driver</strong><br/><font color="Grey">by %2</font>
- %1 is usually a vendor name, example: Nvidia graphics driver
-
-
-
-
- <strong>%1 browser plugin</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1 codec</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1 package</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- File: %1
-
-
-
-
- Hide license text
-
-
-
-
- Show the license text
-
-
-
-
- Open license agreement in browser.
-
-
-
-
- LocalePage
-
-
- Region:
-
-
-
-
- Zone:
-
-
-
-
-
- &Change...
-
-
-
-
- LocaleQmlViewStep
-
-
- Location
-
-
-
-
- LocaleTests
-
-
- Quit
-
-
-
-
- LocaleViewStep
-
-
- Location
-
-
-
-
- LuksBootKeyFileJob
-
-
- Configuring LUKS key file.
-
-
-
-
-
- No partitions are defined.
-
-
-
-
-
-
- Encrypted rootfs setup error
-
-
-
-
- Root partition %1 is LUKS but no passphrase has been set.
-
-
-
-
- Could not create LUKS key file for root partition %1.
-
-
-
-
- Could not configure LUKS key file on partition %1.
-
-
-
-
- MachineIdJob
-
-
- Generate machine-id.
-
-
-
-
- Configuration Error
-
-
-
-
- No root mount point is set for MachineId.
-
-
-
-
- Map
-
-
- Timezone: %1
-
-
-
-
- Please select your preferred location on the map so the installer can suggest the locale
- and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging
- to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming.
-
-
-
-
- NetInstallViewStep
-
-
- Package selection
-
-
-
-
- Office software
-
-
-
-
- Office package
-
-
-
-
- Browser software
-
-
-
-
- Browser package
-
-
-
-
- Web browser
-
-
-
-
- Kernel
-
-
-
-
- Services
-
-
-
-
- Login
-
-
-
-
- Desktop
-
-
-
-
- Applications
-
-
-
-
- Communication
-
-
-
-
- Development
-
-
-
-
- Office
-
-
-
-
- Multimedia
-
-
-
-
- Internet
-
-
-
-
- Theming
-
-
-
-
- Gaming
-
-
-
-
- Utilities
-
-
-
-
- NotesQmlViewStep
-
-
- Notes
-
-
-
-
- OEMPage
-
-
- Ba&tch:
-
-
-
-
- <html><head/><body><p>Enter a batch-identifier here. This will be stored in the target system.</p></body></html>
-
-
-
-
- <html><head/><body><h1>OEM Configuration</h1><p>Calamares will use OEM settings while configuring the target system.</p></body></html>
-
-
-
-
- OEMViewStep
-
-
- OEM Configuration
-
-
-
-
- Set the OEM Batch Identifier to <code>%1</code>.
-
-
-
-
- Offline
-
-
- Select your preferred Region, or use the default settings.
-
-
-
-
-
-
- Timezone: %1
-
-
-
-
- Select your preferred Zone within your Region.
-
-
-
-
- Zones
-
-
-
-
- You can fine-tune Language and Locale settings below.
-
-
-
-
- PWQ
-
-
- Password is too short
-
-
-
-
- Password is too long
-
-
-
-
- Password is too weak
-
-
-
-
- Memory allocation error when setting '%1'
-
-
-
-
- Memory allocation error
-
-
-
-
- The password is the same as the old one
-
-
-
-
- The password is a palindrome
-
-
-
-
- The password differs with case changes only
-
-
-
-
- The password is too similar to the old one
-
-
-
-
- The password contains the user name in some form
-
-
-
-
- The password contains words from the real name of the user in some form
-
-
-
-
- The password contains forbidden words in some form
-
-
-
-
- The password contains too few digits
-
-
-
-
- The password contains too few uppercase letters
-
-
-
-
- The password contains fewer than %n lowercase letters
-
-
-
-
-
-
-
- The password contains too few lowercase letters
-
-
-
-
- The password contains too few non-alphanumeric characters
-
-
-
-
- The password is too short
-
-
-
-
- The password does not contain enough character classes
-
-
-
-
- The password contains too many same characters consecutively
-
-
-
-
- The password contains too many characters of the same class consecutively
-
-
-
-
- The password contains fewer than %n digits
-
-
-
-
-
-
-
- The password contains fewer than %n uppercase letters
-
-
-
-
-
-
-
- The password contains fewer than %n non-alphanumeric characters
-
-
-
-
-
-
-
- The password is shorter than %n characters
-
-
-
-
-
-
-
- The password is a rotated version of the previous one
-
-
-
-
- The password contains fewer than %n character classes
-
-
-
-
-
-
-
- The password contains more than %n same characters consecutively
-
-
-
-
-
-
-
- The password contains more than %n characters of the same class consecutively
-
-
-
-
-
-
-
- The password contains monotonic sequence longer than %n characters
-
-
-
-
-
-
-
- The password contains too long of a monotonic character sequence
-
-
-
-
- No password supplied
-
-
-
-
- Cannot obtain random numbers from the RNG device
-
-
-
-
- Password generation failed - required entropy too low for settings
-
-
-
-
- The password fails the dictionary check - %1
-
-
-
-
- The password fails the dictionary check
-
-
-
-
- Unknown setting - %1
-
-
-
-
- Unknown setting
-
-
-
-
- Bad integer value of setting - %1
-
-
-
-
- Bad integer value
-
-
-
-
- Setting %1 is not of integer type
-
-
-
-
- Setting is not of integer type
-
-
-
-
- Setting %1 is not of string type
-
-
-
-
- Setting is not of string type
-
-
-
-
- Opening the configuration file failed
-
-
-
-
- The configuration file is malformed
-
-
-
-
- Fatal failure
-
-
-
-
- Unknown error
-
-
-
-
- Password is empty
-
-
-
-
- PackageChooserPage
-
-
- Form
-
-
-
-
- Product Name
-
-
-
-
- TextLabel
-
-
-
-
- Long Product Description
-
-
-
-
- Package Selection
-
-
-
-
- Please pick a product from the list. The selected product will be installed.
-
-
-
-
- PackageChooserQmlViewStep
-
-
- Packages
-
-
-
-
- PackageChooserViewStep
-
-
- Packages
-
-
-
-
- PackageModel
-
-
- Name
-
-
-
-
- Description
-
-
-
-
- Page_Keyboard
-
-
- Form
-
-
-
-
- Keyboard Model:
-
-
-
-
- Type here to test your keyboard
-
-
-
-
- Page_UserSetup
-
-
- Form
-
-
-
-
- What is your name?
-
-
-
-
- Your Full Name
-
-
-
-
- What name do you want to use to log in?
-
-
-
-
- login
-
-
-
-
- What is the name of this computer?
-
-
-
-
- <small>This name will be used if you make the computer visible to others on a network.</small>
-
-
-
-
- Computer Name
-
-
-
-
- Choose a password to keep your account safe.
-
-
-
-
-
- <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small>
-
-
-
-
-
- Password
-
-
-
-
-
- Repeat Password
-
-
-
-
- When this box is checked, password-strength checking is done and you will not be able to use a weak password.
-
-
-
-
- Require strong passwords.
-
-
-
-
- Log in automatically without asking for the password.
-
-
-
-
- Use the same password for the administrator account.
-
-
-
-
- Choose a password for the administrator account.
-
-
-
-
-
- <small>Enter the same password twice, so that it can be checked for typing errors.</small>
-
-
-
-
- PartitionLabelsView
-
-
- Root
-
-
-
-
- Home
-
-
-
-
- Boot
-
-
-
-
- EFI system
-
-
-
-
- Swap
-
-
-
-
- New partition for %1
-
-
-
-
- New partition
-
-
-
-
- %1 %2
- size[number] filesystem[name]
-
-
-
-
- PartitionModel
-
-
-
- Free Space
-
-
-
-
-
- New partition
-
-
-
-
- Name
-
-
-
-
- File System
-
-
-
-
- File System Label
-
-
-
-
- Mount Point
-
-
-
-
- Size
-
-
-
-
- PartitionPage
-
-
- Form
-
-
-
-
- Storage de&vice:
-
-
-
-
- &Revert All Changes
-
-
-
-
- New Partition &Table
-
-
-
-
- Cre&ate
-
-
-
-
- &Edit
-
-
-
-
- &Delete
-
-
-
-
- New Volume Group
-
-
-
-
- Resize Volume Group
-
-
-
-
- Deactivate Volume Group
-
-
-
-
- Remove Volume Group
-
-
-
-
- I&nstall boot loader on:
-
-
-
-
- Are you sure you want to create a new partition table on %1?
-
-
-
-
- Can not create new partition
-
-
-
-
- The partition table on %1 already has %2 primary partitions, and no more can be added. Please remove one primary partition and add an extended partition, instead.
-
-
-
-
- PartitionViewStep
-
-
- Gathering system information...
-
-
-
-
- Partitions
-
-
-
-
- Current:
-
-
-
-
- After:
-
-
-
-
- No EFI system partition configured
-
-
-
-
- EFI system partition configured incorrectly
-
-
-
-
- An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem.
-
-
-
-
- The filesystem must be mounted on <strong>%1</strong>.
-
-
-
-
- The filesystem must have type FAT32.
-
-
-
-
- The filesystem must be at least %1 MiB in size.
-
-
-
-
- The filesystem must have flag <strong>%1</strong> set.
-
-
-
-
- You can continue without setting up an EFI system partition but your system may fail to start.
-
-
-
-
- Option to use GPT on BIOS
-
-
-
-
- A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.
-
-
-
-
- Boot partition not encrypted
-
-
-
-
- A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.
-
-
-
-
- has at least one disk device available.
-
-
-
-
- There are no partitions to install on.
-
-
-
-
- PlasmaLnfJob
-
-
- Plasma Look-and-Feel Job
-
-
-
-
-
- Could not select KDE Plasma Look-and-Feel package
-
-
-
-
- PlasmaLnfPage
-
-
- Form
-
-
-
-
- Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is set up. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel.
-
-
-
-
- Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is installed. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel.
-
-
-
-
- PlasmaLnfViewStep
-
-
- Look-and-Feel
-
-
-
-
- PreserveFiles
-
-
- Saving files for later ...
-
-
-
-
- No files configured to save for later.
-
-
-
-
- Not all of the configured files could be preserved.
-
-
-
-
- ProcessResult
-
-
-
-There was no output from the command.
-
-
-
-
-
-Output:
-
-
-
-
-
- External command crashed.
-
-
-
-
- Command <i>%1</i> crashed.
-
-
-
-
- External command failed to start.
-
-
-
-
- Command <i>%1</i> failed to start.
-
-
-
-
- Internal error when starting command.
-
-
-
-
- Bad parameters for process job call.
-
-
-
-
- External command failed to finish.
-
-
-
-
- Command <i>%1</i> failed to finish in %2 seconds.
-
-
-
-
- External command finished with errors.
-
-
-
-
- Command <i>%1</i> finished with exit code %2.
-
-
-
-
- QObject
-
-
- %1 (%2)
-
-
-
-
- unknown
-
-
-
-
- extended
-
-
-
-
- unformatted
-
-
-
-
- swap
-
-
-
-
-
- Default
-
-
-
-
-
-
-
- File not found
-
-
-
-
- Path <pre>%1</pre> must be an absolute path.
-
-
-
-
- Directory not found
-
-
-
-
-
- Could not create new random file <pre>%1</pre>.
-
-
-
-
- No product
-
-
-
-
- No description provided.
-
-
-
-
- (no mount point)
-
-
-
-
- Unpartitioned space or unknown partition table
-
-
-
-
- Recommended
-
-
- <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/>
- Setup can continue, but some features might be disabled.</p>
-
-
-
-
- RemoveUserJob
-
-
- Remove live user from target system
-
-
-
-
- RemoveVolumeGroupJob
-
-
-
- Remove Volume Group named %1.
-
-
-
-
- Remove Volume Group named <strong>%1</strong>.
-
-
-
-
- The installer failed to remove a volume group named '%1'.
-
-
-
-
- ReplaceWidget
-
-
- Form
-
-
-
-
- Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition.
-
-
-
-
- The selected item does not appear to be a valid partition.
-
-
-
-
- %1 cannot be installed on empty space. Please select an existing partition.
-
-
-
-
- %1 cannot be installed on an extended partition. Please select an existing primary or logical partition.
-
-
-
-
- %1 cannot be installed on this partition.
-
-
-
-
- Data partition (%1)
-
-
-
-
- Unknown system partition (%1)
-
-
-
-
- %1 system partition (%2)
-
-
-
-
- <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB.
-
-
-
-
- <strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.
-
-
-
-
-
-
- <strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost.
-
-
-
-
- The EFI system partition at %1 will be used for starting %2.
-
-
-
-
- EFI system partition:
-
-
-
-
- Requirements
-
-
- <p>This computer does not satisfy the minimum requirements for installing %1.<br/>
- Installation cannot continue.</p>
-
-
-
-
- <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/>
- Setup can continue, but some features might be disabled.</p>
-
-
-
-
- ResizeFSJob
-
-
- Resize Filesystem Job
-
-
-
-
- Invalid configuration
-
-
-
-
- The file-system resize job has an invalid configuration and will not run.
-
-
-
-
- KPMCore not Available
-
-
-
-
- Calamares cannot start KPMCore for the file-system resize job.
-
-
-
-
-
-
-
-
- Resize Failed
-
-
-
-
- The filesystem %1 could not be found in this system, and cannot be resized.
-
-
-
-
- The device %1 could not be found in this system, and cannot be resized.
-
-
-
-
-
- The filesystem %1 cannot be resized.
-
-
-
-
-
- The device %1 cannot be resized.
-
-
-
-
- The filesystem %1 must be resized, but cannot.
-
-
-
-
- The device %1 must be resized, but cannot
-
-
-
-
- ResizePartitionJob
-
-
- Resize partition %1.
-
-
-
-
- Resize <strong>%2MiB</strong> partition <strong>%1</strong> to <strong>%3MiB</strong>.
-
-
-
-
- Resizing %2MiB partition %1 to %3MiB.
-
-
-
-
- The installer failed to resize partition %1 on disk '%2'.
-
-
-
-
- ResizeVolumeGroupDialog
-
-
- Resize Volume Group
-
-
-
-
- ResizeVolumeGroupJob
-
-
-
- Resize volume group named %1 from %2 to %3.
-
-
-
-
- Resize volume group named <strong>%1</strong> from <strong>%2</strong> to <strong>%3</strong>.
-
-
-
-
- The installer failed to resize a volume group named '%1'.
-
-
-
-
- ResultsListDialog
-
-
- For best results, please ensure that this computer:
-
-
-
-
- System requirements
-
-
-
-
- ScanningDialog
-
-
- Scanning storage devices...
-
-
-
-
- Partitioning
-
-
-
-
- SetHostNameJob
-
-
- Set hostname %1
-
-
-
-
- Set hostname <strong>%1</strong>.
-
-
-
-
- Setting hostname %1.
-
-
-
-
-
- Internal Error
-
-
-
-
-
- Cannot write hostname to target system
-
-
-
-
- SetKeyboardLayoutJob
-
-
- Set keyboard model to %1, layout to %2-%3
-
-
-
-
- Failed to write keyboard configuration for the virtual console.
-
-
-
-
-
-
- Failed to write to %1
-
-
-
-
- Failed to write keyboard configuration for X11.
-
-
-
-
- Failed to write keyboard configuration to existing /etc/default directory.
-
-
-
-
- SetPartFlagsJob
-
-
- Set flags on partition %1.
-
-
-
-
- Set flags on %1MiB %2 partition.
-
-
-
-
- Set flags on new partition.
-
-
-
-
- Clear flags on partition <strong>%1</strong>.
-
-
-
-
- Clear flags on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Clear flags on new partition.
-
-
-
-
- Flag partition <strong>%1</strong> as <strong>%2</strong>.
-
-
-
-
- Flag %1MiB <strong>%2</strong> partition as <strong>%3</strong>.
-
-
-
-
- Flag new partition as <strong>%1</strong>.
-
-
-
-
- Clearing flags on partition <strong>%1</strong>.
-
-
-
-
- Clearing flags on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Clearing flags on new partition.
-
-
-
-
- Setting flags <strong>%2</strong> on partition <strong>%1</strong>.
-
-
-
-
- Setting flags <strong>%3</strong> on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Setting flags <strong>%1</strong> on new partition.
-
-
-
-
- The installer failed to set flags on partition %1.
-
-
-
-
- SetPasswordJob
-
-
- Set password for user %1
-
-
-
-
- Setting password for user %1.
-
-
-
-
- Bad destination system path.
-
-
-
-
- rootMountPoint is %1
-
-
-
-
- Cannot disable root account.
-
-
-
-
- passwd terminated with error code %1.
-
-
-
-
- Cannot set password for user %1.
-
-
-
-
- usermod terminated with error code %1.
-
-
-
-
- SetTimezoneJob
-
-
- Set timezone to %1/%2
-
-
-
-
- Cannot access selected timezone path.
-
-
-
-
- Bad path: %1
-
-
-
-
- Cannot set timezone.
-
-
-
-
- Link creation failed, target: %1; link name: %2
-
-
-
-
- Cannot set timezone,
-
-
-
-
- Cannot open /etc/timezone for writing
-
-
-
-
- SetupGroupsJob
-
-
- Preparing groups.
-
-
-
-
-
- Could not create groups in target system
-
-
-
-
- These groups are missing in the target system: %1
-
-
-
-
- SetupSudoJob
-
-
- Configure <pre>sudo</pre> users.
-
-
-
-
- Cannot chmod sudoers file.
-
-
-
-
- Cannot create sudoers file for writing.
-
-
-
-
- ShellProcessJob
-
-
- Shell Processes Job
-
-
-
-
- SlideCounter
-
-
- %L1 / %L2
- slide counter, %1 of %2 (numeric)
-
-
-
-
- StandardButtons
-
-
- &OK
-
-
-
-
- &Yes
-
-
-
-
- &No
-
-
-
-
- &Cancel
-
-
-
-
- &Close
-
-
-
-
- TrackingInstallJob
-
-
- Installation feedback
-
-
-
-
- Sending installation feedback.
-
-
-
-
- Internal error in install-tracking.
-
-
-
-
- HTTP request timed out.
-
-
-
-
- TrackingKUserFeedbackJob
-
-
- KDE user feedback
-
-
-
-
- Configuring KDE user feedback.
-
-
-
-
-
- Error in KDE user feedback configuration.
-
-
-
-
- Could not configure KDE user feedback correctly, script error %1.
-
-
-
-
- Could not configure KDE user feedback correctly, Calamares error %1.
-
-
-
-
- TrackingMachineUpdateManagerJob
-
-
- Machine feedback
-
-
-
-
- Configuring machine feedback.
-
-
-
-
-
- Error in machine feedback configuration.
-
-
-
-
- Could not configure machine feedback correctly, script error %1.
-
-
-
-
- Could not configure machine feedback correctly, Calamares error %1.
-
-
-
-
- TrackingPage
-
-
- Form
-
-
-
-
- Placeholder
-
-
-
-
- <html><head/><body><p>Click here to send <span style=" font-weight:600;">no information at all</span> about your installation.</p></body></html>
-
-
-
-
- <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html>
-
-
-
-
- Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area.
-
-
-
-
- By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes.
-
-
-
-
- By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1.
-
-
-
-
- By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1.
-
-
-
-
- TrackingViewStep
-
-
- Feedback
-
-
-
-
- UsersPage
-
-
- <small>If more than one person will use this computer, you can create multiple accounts after setup.</small>
-
-
-
-
- <small>If more than one person will use this computer, you can create multiple accounts after installation.</small>
-
-
-
-
- UsersQmlViewStep
-
-
- Users
-
-
-
-
- UsersViewStep
-
-
- Users
-
-
-
-
- VariantModel
-
-
- Key
- Column header for key/value
-
-
-
-
- Value
- Column header for key/value
-
-
-
-
- VolumeGroupBaseDialog
-
-
- Create Volume Group
-
-
-
-
- List of Physical Volumes
-
-
-
-
- Volume Group Name:
-
-
-
-
- Volume Group Type:
-
-
-
-
- Physical Extent Size:
-
-
-
-
- MiB
-
-
-
-
- Total Size:
-
-
-
-
- Used Size:
-
-
-
-
- Total Sectors:
-
-
-
-
- Quantity of LVs:
-
-
-
-
- WelcomePage
-
-
- Form
-
-
-
-
-
- Select application and system language
-
-
-
-
- &About
-
-
-
-
- Open donations website
-
-
-
-
- &Donate
-
-
-
-
- Open help and support website
-
-
-
-
- &Support
-
-
-
-
- Open issues and bug-tracking website
-
-
-
-
- &Known issues
-
-
-
-
- Open release notes website
-
-
-
-
- &Release notes
-
-
-
-
- <h1>Welcome to the Calamares setup program for %1.</h1>
-
-
-
-
- <h1>Welcome to %1 setup.</h1>
-
-
-
-
- <h1>Welcome to the Calamares installer for %1.</h1>
-
-
-
-
- <h1>Welcome to the %1 installer.</h1>
-
-
-
-
- %1 support
-
-
-
-
- About %1 setup
-
-
-
-
- About %1 installer
-
-
-
-
- <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac <teo@kde.org><br/>Copyright 2017-2020 Adriaan de Groot <groot@kde.org><br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.
-
-
-
-
- WelcomeQmlViewStep
-
-
- Welcome
-
-
-
-
- WelcomeViewStep
-
-
- Welcome
-
-
-
-
- about
-
-
- <h1>%1</h1><br/>
- <strong>%2<br/>
- for %3</strong><br/><br/>
- Copyright 2014-2017 Teo Mrnjavac <teo@kde.org><br/>
- Copyright 2017-2020 Adriaan de Groot <groot@kde.org><br/>
- Thanks to <a href='https://calamares.io/team/'>the Calamares team</a>
- and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares
- translators team</a>.<br/><br/>
- <a href='https://calamares.io/'>Calamares</a>
- development is sponsored by <br/>
- <a href='http://www.blue-systems.com/'>Blue Systems</a> -
- Liberating Software.
-
-
-
-
- Back
-
-
-
-
- calamares-sidebar
-
-
- Show debug information
-
-
-
-
- finishedq
-
-
- Installation Completed
-
-
-
-
- %1 has been installed on your computer.<br/>
- You may now restart into your new system, or continue using the Live environment.
-
-
-
-
- Close Installer
-
-
-
-
- Restart System
-
-
-
-
- <p>A full log of the install is available as installation.log in the home directory of the Live user.<br/>
- This log is copied to /var/log/installation.log of the target system.</p>
-
-
-
-
- i18n
-
-
- <h1>Languages</h1> </br>
- The system locale setting affects the language and character set for some command line user interface elements. The current setting is <strong>%1</strong>.
-
-
-
-
- <h1>Locales</h1> </br>
- The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
-
-
-
-
- Back
-
-
-
-
- keyboardq
-
-
- To activate keyboard preview, select a layout.
-
-
-
-
- Keyboard Model:
-
-
-
-
- Layouts
-
-
-
-
- Type here to test your keyboard
-
-
-
-
- Variants
-
-
-
-
- localeq
-
-
- Change
-
-
-
-
- notesqml
-
-
- <h3>%1</h3>
- <p>These are example release notes.</p>
-
-
-
-
- packagechooserq
-
-
- LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.<br/>
- Default option.
-
-
-
-
- LibreOffice
-
-
-
-
- If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives.
-
-
-
-
- No Office Suite
-
-
-
-
- Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser.
-
-
-
-
- Minimal Install
-
-
-
-
- Please select an option for your install, or use the default: LibreOffice included.
-
-
-
-
- release_notes
-
-
- <h3>%1</h3>
- <p>This an example QML file, showing options in RichText with Flickable content.</p>
-
- <p>QML with RichText can use HTML tags, Flickable content is useful for touchscreens.</p>
-
- <p><b>This is bold text</b></p>
- <p><i>This is italic text</i></p>
- <p><u>This is underlined text</u></p>
- <p><center>This text will be center-aligned.</center></p>
- <p><s>This is strikethrough</s></p>
-
- <p>Code example:
- <code>ls -l /home</code></p>
-
- <p><b>Lists:</b></p>
- <ul>
- <li>Intel CPU systems</li>
- <li>AMD CPU systems</li>
- </ul>
-
- <p>The vertical scrollbar is adjustable, current width set to 10.</p>
-
-
-
-
- Back
-
-
-
-
- usersq
-
-
- Pick your user name and credentials to login and perform admin tasks
-
-
-
-
- What is your name?
-
-
-
-
- Your Full Name
-
-
-
-
- What name do you want to use to log in?
-
-
-
-
- Login Name
-
-
-
-
- If more than one person will use this computer, you can create multiple accounts after installation.
-
-
-
-
- Only lowercase letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- root is not allowed as username.
-
-
-
-
- What is the name of this computer?
-
-
-
-
- Computer Name
-
-
-
-
- This name will be used if you make the computer visible to others on a network.
-
-
-
-
- localhost is not allowed as hostname.
-
-
-
-
- Choose a password to keep your account safe.
-
-
-
-
- Password
-
-
-
-
- Repeat Password
-
-
-
-
- Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.
-
-
-
-
- Validate passwords quality
-
-
-
-
- When this box is checked, password-strength checking is done and you will not be able to use a weak password.
-
-
-
-
- Log in automatically without asking for the password
-
-
-
-
- Only letters, numbers, underscore and hyphen are allowed, minimal of two characters.
-
-
-
-
- Reuse user password as root password
-
-
-
-
- Use the same password for the administrator account.
-
-
-
-
- Choose a root password to keep your account safe.
-
-
-
-
- Root Password
-
-
-
-
- Repeat Root Password
-
-
-
-
- Enter the same password twice, so that it can be checked for typing errors.
-
-
-
-
- welcomeq
-
-
- <h3>Welcome to the %1 <quote>%2</quote> installer</h3>
- <p>This program will ask you some questions and set up %1 on your computer.</p>
-
-
-
-
- About
-
-
-
-
- Support
-
-
-
-
- Known issues
-
-
-
-
- Release notes
-
-
-
-
- Donate
-
-
-
-
diff --git a/lang/calamares_en_IN.ts b/lang/calamares_en_IN.ts
deleted file mode 100644
index c46b6731f..000000000
--- a/lang/calamares_en_IN.ts
+++ /dev/null
@@ -1,4377 +0,0 @@
-
-
-
-
- AutoMountManagementJob
-
-
- Manage auto-mount settings
-
-
-
-
- BootInfoWidget
-
-
- The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode.
-
-
-
-
- This system was started with an <strong>EFI</strong> boot environment.<br><br>To configure startup from an EFI environment, this installer must deploy a boot loader application, like <strong>GRUB</strong> or <strong>systemd-boot</strong> on an <strong>EFI System Partition</strong>. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own.
-
-
-
-
- This system was started with a <strong>BIOS</strong> boot environment.<br><br>To configure startup from a BIOS environment, this installer must install a boot loader, like <strong>GRUB</strong>, either at the beginning of a partition or on the <strong>Master Boot Record</strong> 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.
-
-
-
-
- BootLoaderModel
-
-
- Master Boot Record of %1
-
-
-
-
- Boot Partition
-
-
-
-
- System Partition
-
-
-
-
- Do not install a boot loader
-
-
-
-
- %1 (%2)
-
-
-
-
- Calamares::BlankViewStep
-
-
- Blank Page
-
-
-
-
- Calamares::DebugWindow
-
-
- Form
-
-
-
-
- GlobalStorage
-
-
-
-
- JobQueue
-
-
-
-
- Modules
-
-
-
-
- Type:
-
-
-
-
-
- none
-
-
-
-
- Interface:
-
-
-
-
- Crashes Calamares, so that Dr. Konqui can look at it.
-
-
-
-
- Reloads the stylesheet from the branding directory.
-
-
-
-
- Uploads the session log to the configured pastebin.
-
-
-
-
- Send Session Log
-
-
-
-
- Reload Stylesheet
-
-
-
-
- Displays the tree of widget names in the log (for stylesheet debugging).
-
-
-
-
- Widget Tree
-
-
-
-
- Debug information
-
-
-
-
- Calamares::ExecutionViewStep
-
-
- Set up
-
-
-
-
- Install
-
-
-
-
- Calamares::FailJob
-
-
- Job failed (%1)
-
-
-
-
- Programmed job failure was explicitly requested.
-
-
-
-
- Calamares::JobThread
-
-
- Done
-
-
-
-
- Calamares::NamedJob
-
-
- Example job (%1)
-
-
-
-
- Calamares::ProcessJob
-
-
- Run command '%1' in target system.
-
-
-
-
- Run command '%1'.
-
-
-
-
- Running command %1 %2
-
-
-
-
- Calamares::PythonJob
-
-
- Running %1 operation.
-
-
-
-
- Bad working directory path
-
-
-
-
- Working directory %1 for python job %2 is not readable.
-
-
-
-
- Bad main script file
-
-
-
-
- Main script file %1 for python job %2 is not readable.
-
-
-
-
- Boost.Python error in job "%1".
-
-
-
-
- Calamares::QmlViewStep
-
-
- Loading ...
-
-
-
-
- QML Step <i>%1</i>.
-
-
-
-
- Loading failed.
-
-
-
-
- Calamares::RequirementsChecker
-
-
- Requirements checking for module <i>%1</i> is complete.
-
-
-
-
- Waiting for %n module(s).
-
-
-
-
-
-
-
- (%n second(s))
-
-
-
-
-
-
-
- System-requirements checking is complete.
-
-
-
-
- Calamares::ViewManager
-
-
- Setup Failed
-
-
-
-
- Installation Failed
-
-
-
-
- Would you like to paste the install log to the web?
-
-
-
-
- Error
-
-
-
-
- &Yes
-
-
-
-
- &No
-
-
-
-
- &Close
-
-
-
-
- Install Log Paste URL
-
-
-
-
- The upload was unsuccessful. No web-paste was done.
-
-
-
-
- Install log posted to
-
-%1
-
-Link copied to clipboard
-
-
-
-
- Calamares Initialization Failed
-
-
-
-
- %1 can not be installed. Calamares was unable to load all of the configured modules. This is a problem with the way Calamares is being used by the distribution.
-
-
-
-
- <br/>The following modules could not be loaded:
-
-
-
-
- Continue with setup?
-
-
-
-
- Continue with installation?
-
-
-
-
- The %1 setup program is about to make changes to your disk in order to set up %2.<br/><strong>You will not be able to undo these changes.</strong>
-
-
-
-
- The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong>
-
-
-
-
- &Set up now
-
-
-
-
- &Install now
-
-
-
-
- Go &back
-
-
-
-
- &Set up
-
-
-
-
- &Install
-
-
-
-
- Setup is complete. Close the setup program.
-
-
-
-
- The installation is complete. Close the installer.
-
-
-
-
- Cancel setup without changing the system.
-
-
-
-
- Cancel installation without changing the system.
-
-
-
-
- &Next
-
-
-
-
- &Back
-
-
-
-
- &Done
-
-
-
-
- &Cancel
-
-
-
-
- Cancel setup?
-
-
-
-
- Cancel installation?
-
-
-
-
- Do you really want to cancel the current setup process?
-The setup program will quit and all changes will be lost.
-
-
-
-
- Do you really want to cancel the current install process?
-The installer will quit and all changes will be lost.
-
-
-
-
- CalamaresPython::Helper
-
-
- Unknown exception type
-
-
-
-
- unparseable Python error
-
-
-
-
- unparseable Python traceback
-
-
-
-
- Unfetchable Python error.
-
-
-
-
- CalamaresWindow
-
-
- %1 Setup Program
-
-
-
-
- %1 Installer
-
-
-
-
- ChangeFilesystemLabelJob
-
-
- Set filesystem label on %1.
-
-
-
-
- Set filesystem label <strong>%1</strong> to partition <strong>%2</strong>.
-
-
-
-
- The installer failed to update partition table on disk '%1'.
-
-
-
-
- CheckerContainer
-
-
- Gathering system information...
-
-
-
-
- ChoicePage
-
-
- Form
-
-
-
-
- Select storage de&vice:
-
-
-
-
-
-
-
- Current:
-
-
-
-
- After:
-
-
-
-
- <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.
-
-
-
-
- Reuse %1 as home partition for %2.
-
-
-
-
- <strong>Select a partition to shrink, then drag the bottom bar to resize</strong>
-
-
-
-
- %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4.
-
-
-
-
- Boot loader location:
-
-
-
-
- <strong>Select a partition to install on</strong>
-
-
-
-
- An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.
-
-
-
-
- The EFI system partition at %1 will be used for starting %2.
-
-
-
-
- EFI system partition:
-
-
-
-
- This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
-
-
-
- <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.
-
-
-
-
-
-
-
- <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.
-
-
-
-
-
-
-
- <strong>Replace a partition</strong><br/>Replaces a partition with %1.
-
-
-
-
- This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/>
-
-
-
-
- This storage device has one of its partitions <strong>mounted</strong>.
-
-
-
-
- This storage device is a part of an <strong>inactive RAID</strong> device.
-
-
-
-
- No Swap
-
-
-
-
- Reuse Swap
-
-
-
-
- Swap (no Hibernate)
-
-
-
-
- Swap (with Hibernate)
-
-
-
-
- Swap to file
-
-
-
-
- ClearMountsJob
-
-
- Successfully unmounted %1.
-
-
-
-
- Successfully disabled swap %1.
-
-
-
-
- Successfully cleared swap %1.
-
-
-
-
- Successfully closed mapper device %1.
-
-
-
-
- Successfully disabled volume group %1.
-
-
-
-
- Clear mounts for partitioning operations on %1
-
-
-
-
- Clearing mounts for partitioning operations on %1.
-
-
-
-
- Cleared all mounts for %1
-
-
-
-
- ClearTempMountsJob
-
-
- Clear all temporary mounts.
-
-
-
-
- Clearing all temporary mounts.
-
-
-
-
- Cannot get list of temporary mounts.
-
-
-
-
- Cleared all temporary mounts.
-
-
-
-
- CommandList
-
-
-
- Could not run command.
-
-
-
-
- The command runs in the host environment and needs to know the root path, but no rootMountPoint is defined.
-
-
-
-
- The command needs to know the user's name, but no username is defined.
-
-
-
-
- Config
-
-
- Set keyboard model to %1.<br/>
-
-
-
-
- Set keyboard layout to %1/%2.
-
-
-
-
- Set timezone to %1/%2.
-
-
-
-
- The system language will be set to %1.
-
-
-
-
- The numbers and dates locale will be set to %1.
-
-
-
-
- Network Installation. (Disabled: Incorrect configuration)
-
-
-
-
- Network Installation. (Disabled: Received invalid groups data)
-
-
-
-
- Network Installation. (Disabled: Internal error)
-
-
-
-
- Network Installation. (Disabled: No package list)
-
-
-
-
- Package selection
-
-
-
-
- Network Installation. (Disabled: Unable to fetch package lists, check your network connection)
-
-
-
-
- This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a>
-
-
-
-
- This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a>
-
-
-
-
- This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled.
-
-
-
-
- This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled.
-
-
-
-
- This program will ask you some questions and set up %2 on your computer.
-
-
-
-
- <h1>Welcome to the Calamares setup program for %1</h1>
-
-
-
-
- <h1>Welcome to %1 setup</h1>
-
-
-
-
- <h1>Welcome to the Calamares installer for %1</h1>
-
-
-
-
- <h1>Welcome to the %1 installer</h1>
-
-
-
-
- Your username is too long.
-
-
-
-
- '%1' is not allowed as username.
-
-
-
-
- Your username must start with a lowercase letter or underscore.
-
-
-
-
- Only lowercase letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- Your hostname is too short.
-
-
-
-
- Your hostname is too long.
-
-
-
-
- '%1' is not allowed as hostname.
-
-
-
-
- Only letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- Your passwords do not match!
-
-
-
-
- OK!
-
-
-
-
- Setup Failed
-
-
-
-
- Installation Failed
-
-
-
-
- The setup of %1 did not complete successfully.
-
-
-
-
- The installation of %1 did not complete successfully.
-
-
-
-
- Setup Complete
-
-
-
-
- Installation Complete
-
-
-
-
- The setup of %1 is complete.
-
-
-
-
- The installation of %1 is complete.
-
-
-
-
- Package Selection
-
-
-
-
- Please pick a product from the list. The selected product will be installed.
-
-
-
-
- Install option: <strong>%1</strong>
-
-
-
-
- None
-
-
-
-
- Summary
-
-
-
-
- This is an overview of what will happen once you start the setup procedure.
-
-
-
-
- This is an overview of what will happen once you start the install procedure.
-
-
-
-
- ContextualProcessJob
-
-
- Contextual Processes Job
-
-
-
-
- CreatePartitionDialog
-
-
- Create a Partition
-
-
-
-
- Si&ze:
-
-
-
-
- MiB
-
-
-
-
- Partition &Type:
-
-
-
-
- &Primary
-
-
-
-
- E&xtended
-
-
-
-
- Fi&le System:
-
-
-
-
- LVM LV name
-
-
-
-
- &Mount Point:
-
-
-
-
- Flags:
-
-
-
-
- Label for the filesystem
-
-
-
-
- FS Label:
-
-
-
-
- En&crypt
-
-
-
-
- Logical
-
-
-
-
- Primary
-
-
-
-
- GPT
-
-
-
-
- Mountpoint already in use. Please select another one.
-
-
-
-
- CreatePartitionJob
-
-
- Create new %1MiB partition on %3 (%2) with entries %4.
-
-
-
-
- Create new %1MiB partition on %3 (%2).
-
-
-
-
- Create new %2MiB partition on %4 (%3) with file system %1.
-
-
-
-
- Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2) with entries <em>%4</em>.
-
-
-
-
- Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2).
-
-
-
-
- Create new <strong>%2MiB</strong> partition on <strong>%4</strong> (%3) with file system <strong>%1</strong>.
-
-
-
-
-
- Creating new %1 partition on %2.
-
-
-
-
- The installer failed to create partition on disk '%1'.
-
-
-
-
- CreatePartitionTableDialog
-
-
- Create Partition Table
-
-
-
-
- Creating a new partition table will delete all existing data on the disk.
-
-
-
-
- What kind of partition table do you want to create?
-
-
-
-
- Master Boot Record (MBR)
-
-
-
-
- GUID Partition Table (GPT)
-
-
-
-
- CreatePartitionTableJob
-
-
- Create new %1 partition table on %2.
-
-
-
-
- Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3).
-
-
-
-
- Creating new %1 partition table on %2.
-
-
-
-
- The installer failed to create a partition table on %1.
-
-
-
-
- CreateUserJob
-
-
- Create user %1
-
-
-
-
- Create user <strong>%1</strong>.
-
-
-
-
- Preserving home directory
-
-
-
-
-
- Creating user %1
-
-
-
-
- Configuring user %1
-
-
-
-
- Setting file permissions
-
-
-
-
- CreateVolumeGroupDialog
-
-
- Create Volume Group
-
-
-
-
- CreateVolumeGroupJob
-
-
- Create new volume group named %1.
-
-
-
-
- Create new volume group named <strong>%1</strong>.
-
-
-
-
- Creating new volume group named %1.
-
-
-
-
- The installer failed to create a volume group named '%1'.
-
-
-
-
- DeactivateVolumeGroupJob
-
-
-
- Deactivate volume group named %1.
-
-
-
-
- Deactivate volume group named <strong>%1</strong>.
-
-
-
-
- The installer failed to deactivate a volume group named %1.
-
-
-
-
- DeletePartitionJob
-
-
- Delete partition %1.
-
-
-
-
- Delete partition <strong>%1</strong>.
-
-
-
-
- Deleting partition %1.
-
-
-
-
- The installer failed to delete partition %1.
-
-
-
-
- DeviceInfoWidget
-
-
- This device has a <strong>%1</strong> partition table.
-
-
-
-
- This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem.
-
-
-
-
- This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page.
-
-
-
-
- <br><br>This is the recommended partition table type for modern systems which start from an <strong>EFI</strong> boot environment.
-
-
-
-
- <br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions.
-
-
-
-
- The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred.
-
-
-
-
- DeviceModel
-
-
- %1 - %2 (%3)
- device[name] - size[number] (device-node[name])
-
-
-
-
- %1 - (%2)
- device[name] - (device-node[name])
-
-
-
-
- DracutLuksCfgJob
-
-
- Write LUKS configuration for Dracut to %1
-
-
-
-
- Skip writing LUKS configuration for Dracut: "/" partition is not encrypted
-
-
-
-
- Failed to open %1
-
-
-
-
- DummyCppJob
-
-
- Dummy C++ Job
-
-
-
-
- EditExistingPartitionDialog
-
-
- Edit Existing Partition
-
-
-
-
- Content:
-
-
-
-
- &Keep
-
-
-
-
- Format
-
-
-
-
- Warning: Formatting the partition will erase all existing data.
-
-
-
-
- &Mount Point:
-
-
-
-
- Si&ze:
-
-
-
-
- MiB
-
-
-
-
- Fi&le System:
-
-
-
-
- Flags:
-
-
-
-
- Label for the filesystem
-
-
-
-
- FS Label:
-
-
-
-
- Mountpoint already in use. Please select another one.
-
-
-
-
- EncryptWidget
-
-
- Form
-
-
-
-
- En&crypt system
-
-
-
-
- Passphrase
-
-
-
-
- Confirm passphrase
-
-
-
-
-
- Please enter the same passphrase in both boxes.
-
-
-
-
- FillGlobalStorageJob
-
-
- Set partition information
-
-
-
-
- Install %1 on <strong>new</strong> %2 system partition with features <em>%3</em>
-
-
-
-
- Install %1 on <strong>new</strong> %2 system partition.
-
-
-
-
- Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong> and features <em>%3</em>.
-
-
-
-
- Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>%3.
-
-
-
-
- Install %2 on %3 system partition <strong>%1</strong> with features <em>%4</em>.
-
-
-
-
- Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong> and features <em>%4</em>.
-
-
-
-
- Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>%4.
-
-
-
-
- Install %2 on %3 system partition <strong>%1</strong>.
-
-
-
-
- Install boot loader on <strong>%1</strong>.
-
-
-
-
- Setting up mount points.
-
-
-
-
- FinishedPage
-
-
- Form
-
-
-
-
- &Restart now
-
-
-
-
- <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system.
-
-
-
-
- <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html>
-
-
-
-
- <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment.
-
-
-
-
- <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html>
-
-
-
-
- <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2.
-
-
-
-
- <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2.
-
-
-
-
- FinishedQmlViewStep
-
-
- Finish
-
-
-
-
- FinishedViewStep
-
-
- Finish
-
-
-
-
- FormatPartitionJob
-
-
- Format partition %1 (file system: %2, size: %3 MiB) on %4.
-
-
-
-
- Format <strong>%3MiB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>.
-
-
-
-
- Formatting partition %1 with file system %2.
-
-
-
-
- The installer failed to format partition %1 on disk '%2'.
-
-
-
-
- GeneralRequirements
-
-
- has at least %1 GiB available drive space
-
-
-
-
- There is not enough drive space. At least %1 GiB is required.
-
-
-
-
- has at least %1 GiB working memory
-
-
-
-
- The system does not have enough working memory. At least %1 GiB is required.
-
-
-
-
- is plugged in to a power source
-
-
-
-
- The system is not plugged in to a power source.
-
-
-
-
- is connected to the Internet
-
-
-
-
- The system is not connected to the Internet.
-
-
-
-
- is running the installer as an administrator (root)
-
-
-
-
- The setup program is not running with administrator rights.
-
-
-
-
- The installer is not running with administrator rights.
-
-
-
-
- has a screen large enough to show the whole installer
-
-
-
-
- The screen is too small to display the setup program.
-
-
-
-
- The screen is too small to display the installer.
-
-
-
-
- HostInfoJob
-
-
- Collecting information about your machine.
-
-
-
-
- IDJob
-
-
-
-
-
- OEM Batch Identifier
-
-
-
-
- Could not create directories <code>%1</code>.
-
-
-
-
- Could not open file <code>%1</code>.
-
-
-
-
- Could not write to file <code>%1</code>.
-
-
-
-
- InitcpioJob
-
-
- Creating initramfs with mkinitcpio.
-
-
-
-
- InitramfsJob
-
-
- Creating initramfs.
-
-
-
-
- InteractiveTerminalPage
-
-
- Konsole not installed
-
-
-
-
- Please install KDE Konsole and try again!
-
-
-
-
- Executing script: <code>%1</code>
-
-
-
-
- InteractiveTerminalViewStep
-
-
- Script
-
-
-
-
- KeyboardQmlViewStep
-
-
- Keyboard
-
-
-
-
- KeyboardViewStep
-
-
- Keyboard
-
-
-
-
- LCLocaleDialog
-
-
- System locale setting
-
-
-
-
- The system locale setting affects the language and character set for some command line user interface elements.<br/>The current setting is <strong>%1</strong>.
-
-
-
-
- &Cancel
-
-
-
-
- &OK
-
-
-
-
- LicensePage
-
-
- Form
-
-
-
-
- <h1>License Agreement</h1>
-
-
-
-
- I accept the terms and conditions above.
-
-
-
-
- Please review the End User License Agreements (EULAs).
-
-
-
-
- This setup procedure will install proprietary software that is subject to licensing terms.
-
-
-
-
- If you do not agree with the terms, the setup procedure cannot continue.
-
-
-
-
- This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience.
-
-
-
-
- If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead.
-
-
-
-
- LicenseViewStep
-
-
- License
-
-
-
-
- LicenseWidget
-
-
- URL: %1
-
-
-
-
- <strong>%1 driver</strong><br/>by %2
- %1 is an untranslatable product name, example: Creative Audigy driver
-
-
-
-
- <strong>%1 graphics driver</strong><br/><font color="Grey">by %2</font>
- %1 is usually a vendor name, example: Nvidia graphics driver
-
-
-
-
- <strong>%1 browser plugin</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1 codec</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1 package</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- File: %1
-
-
-
-
- Hide license text
-
-
-
-
- Show the license text
-
-
-
-
- Open license agreement in browser.
-
-
-
-
- LocalePage
-
-
- Region:
-
-
-
-
- Zone:
-
-
-
-
-
- &Change...
-
-
-
-
- LocaleQmlViewStep
-
-
- Location
-
-
-
-
- LocaleTests
-
-
- Quit
-
-
-
-
- LocaleViewStep
-
-
- Location
-
-
-
-
- LuksBootKeyFileJob
-
-
- Configuring LUKS key file.
-
-
-
-
-
- No partitions are defined.
-
-
-
-
-
-
- Encrypted rootfs setup error
-
-
-
-
- Root partition %1 is LUKS but no passphrase has been set.
-
-
-
-
- Could not create LUKS key file for root partition %1.
-
-
-
-
- Could not configure LUKS key file on partition %1.
-
-
-
-
- MachineIdJob
-
-
- Generate machine-id.
-
-
-
-
- Configuration Error
-
-
-
-
- No root mount point is set for MachineId.
-
-
-
-
- Map
-
-
- Timezone: %1
-
-
-
-
- Please select your preferred location on the map so the installer can suggest the locale
- and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging
- to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming.
-
-
-
-
- NetInstallViewStep
-
-
- Package selection
-
-
-
-
- Office software
-
-
-
-
- Office package
-
-
-
-
- Browser software
-
-
-
-
- Browser package
-
-
-
-
- Web browser
-
-
-
-
- Kernel
-
-
-
-
- Services
-
-
-
-
- Login
-
-
-
-
- Desktop
-
-
-
-
- Applications
-
-
-
-
- Communication
-
-
-
-
- Development
-
-
-
-
- Office
-
-
-
-
- Multimedia
-
-
-
-
- Internet
-
-
-
-
- Theming
-
-
-
-
- Gaming
-
-
-
-
- Utilities
-
-
-
-
- NotesQmlViewStep
-
-
- Notes
-
-
-
-
- OEMPage
-
-
- Ba&tch:
-
-
-
-
- <html><head/><body><p>Enter a batch-identifier here. This will be stored in the target system.</p></body></html>
-
-
-
-
- <html><head/><body><h1>OEM Configuration</h1><p>Calamares will use OEM settings while configuring the target system.</p></body></html>
-
-
-
-
- OEMViewStep
-
-
- OEM Configuration
-
-
-
-
- Set the OEM Batch Identifier to <code>%1</code>.
-
-
-
-
- Offline
-
-
- Select your preferred Region, or use the default settings.
-
-
-
-
-
-
- Timezone: %1
-
-
-
-
- Select your preferred Zone within your Region.
-
-
-
-
- Zones
-
-
-
-
- You can fine-tune Language and Locale settings below.
-
-
-
-
- PWQ
-
-
- Password is too short
-
-
-
-
- Password is too long
-
-
-
-
- Password is too weak
-
-
-
-
- Memory allocation error when setting '%1'
-
-
-
-
- Memory allocation error
-
-
-
-
- The password is the same as the old one
-
-
-
-
- The password is a palindrome
-
-
-
-
- The password differs with case changes only
-
-
-
-
- The password is too similar to the old one
-
-
-
-
- The password contains the user name in some form
-
-
-
-
- The password contains words from the real name of the user in some form
-
-
-
-
- The password contains forbidden words in some form
-
-
-
-
- The password contains too few digits
-
-
-
-
- The password contains too few uppercase letters
-
-
-
-
- The password contains fewer than %n lowercase letters
-
-
-
-
-
-
-
- The password contains too few lowercase letters
-
-
-
-
- The password contains too few non-alphanumeric characters
-
-
-
-
- The password is too short
-
-
-
-
- The password does not contain enough character classes
-
-
-
-
- The password contains too many same characters consecutively
-
-
-
-
- The password contains too many characters of the same class consecutively
-
-
-
-
- The password contains fewer than %n digits
-
-
-
-
-
-
-
- The password contains fewer than %n uppercase letters
-
-
-
-
-
-
-
- The password contains fewer than %n non-alphanumeric characters
-
-
-
-
-
-
-
- The password is shorter than %n characters
-
-
-
-
-
-
-
- The password is a rotated version of the previous one
-
-
-
-
- The password contains fewer than %n character classes
-
-
-
-
-
-
-
- The password contains more than %n same characters consecutively
-
-
-
-
-
-
-
- The password contains more than %n characters of the same class consecutively
-
-
-
-
-
-
-
- The password contains monotonic sequence longer than %n characters
-
-
-
-
-
-
-
- The password contains too long of a monotonic character sequence
-
-
-
-
- No password supplied
-
-
-
-
- Cannot obtain random numbers from the RNG device
-
-
-
-
- Password generation failed - required entropy too low for settings
-
-
-
-
- The password fails the dictionary check - %1
-
-
-
-
- The password fails the dictionary check
-
-
-
-
- Unknown setting - %1
-
-
-
-
- Unknown setting
-
-
-
-
- Bad integer value of setting - %1
-
-
-
-
- Bad integer value
-
-
-
-
- Setting %1 is not of integer type
-
-
-
-
- Setting is not of integer type
-
-
-
-
- Setting %1 is not of string type
-
-
-
-
- Setting is not of string type
-
-
-
-
- Opening the configuration file failed
-
-
-
-
- The configuration file is malformed
-
-
-
-
- Fatal failure
-
-
-
-
- Unknown error
-
-
-
-
- Password is empty
-
-
-
-
- PackageChooserPage
-
-
- Form
-
-
-
-
- Product Name
-
-
-
-
- TextLabel
-
-
-
-
- Long Product Description
-
-
-
-
- Package Selection
-
-
-
-
- Please pick a product from the list. The selected product will be installed.
-
-
-
-
- PackageChooserQmlViewStep
-
-
- Packages
-
-
-
-
- PackageChooserViewStep
-
-
- Packages
-
-
-
-
- PackageModel
-
-
- Name
-
-
-
-
- Description
-
-
-
-
- Page_Keyboard
-
-
- Form
-
-
-
-
- Keyboard Model:
-
-
-
-
- Type here to test your keyboard
-
-
-
-
- Page_UserSetup
-
-
- Form
-
-
-
-
- What is your name?
-
-
-
-
- Your Full Name
-
-
-
-
- What name do you want to use to log in?
-
-
-
-
- login
-
-
-
-
- What is the name of this computer?
-
-
-
-
- <small>This name will be used if you make the computer visible to others on a network.</small>
-
-
-
-
- Computer Name
-
-
-
-
- Choose a password to keep your account safe.
-
-
-
-
-
- <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small>
-
-
-
-
-
- Password
-
-
-
-
-
- Repeat Password
-
-
-
-
- When this box is checked, password-strength checking is done and you will not be able to use a weak password.
-
-
-
-
- Require strong passwords.
-
-
-
-
- Log in automatically without asking for the password.
-
-
-
-
- Use the same password for the administrator account.
-
-
-
-
- Choose a password for the administrator account.
-
-
-
-
-
- <small>Enter the same password twice, so that it can be checked for typing errors.</small>
-
-
-
-
- PartitionLabelsView
-
-
- Root
-
-
-
-
- Home
-
-
-
-
- Boot
-
-
-
-
- EFI system
-
-
-
-
- Swap
-
-
-
-
- New partition for %1
-
-
-
-
- New partition
-
-
-
-
- %1 %2
- size[number] filesystem[name]
-
-
-
-
- PartitionModel
-
-
-
- Free Space
-
-
-
-
-
- New partition
-
-
-
-
- Name
-
-
-
-
- File System
-
-
-
-
- File System Label
-
-
-
-
- Mount Point
-
-
-
-
- Size
-
-
-
-
- PartitionPage
-
-
- Form
-
-
-
-
- Storage de&vice:
-
-
-
-
- &Revert All Changes
-
-
-
-
- New Partition &Table
-
-
-
-
- Cre&ate
-
-
-
-
- &Edit
-
-
-
-
- &Delete
-
-
-
-
- New Volume Group
-
-
-
-
- Resize Volume Group
-
-
-
-
- Deactivate Volume Group
-
-
-
-
- Remove Volume Group
-
-
-
-
- I&nstall boot loader on:
-
-
-
-
- Are you sure you want to create a new partition table on %1?
-
-
-
-
- Can not create new partition
-
-
-
-
- The partition table on %1 already has %2 primary partitions, and no more can be added. Please remove one primary partition and add an extended partition, instead.
-
-
-
-
- PartitionViewStep
-
-
- Gathering system information...
-
-
-
-
- Partitions
-
-
-
-
- Current:
-
-
-
-
- After:
-
-
-
-
- No EFI system partition configured
-
-
-
-
- EFI system partition configured incorrectly
-
-
-
-
- An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem.
-
-
-
-
- The filesystem must be mounted on <strong>%1</strong>.
-
-
-
-
- The filesystem must have type FAT32.
-
-
-
-
- The filesystem must be at least %1 MiB in size.
-
-
-
-
- The filesystem must have flag <strong>%1</strong> set.
-
-
-
-
- You can continue without setting up an EFI system partition but your system may fail to start.
-
-
-
-
- Option to use GPT on BIOS
-
-
-
-
- A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.
-
-
-
-
- Boot partition not encrypted
-
-
-
-
- A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.
-
-
-
-
- has at least one disk device available.
-
-
-
-
- There are no partitions to install on.
-
-
-
-
- PlasmaLnfJob
-
-
- Plasma Look-and-Feel Job
-
-
-
-
-
- Could not select KDE Plasma Look-and-Feel package
-
-
-
-
- PlasmaLnfPage
-
-
- Form
-
-
-
-
- Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is set up. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel.
-
-
-
-
- Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is installed. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel.
-
-
-
-
- PlasmaLnfViewStep
-
-
- Look-and-Feel
-
-
-
-
- PreserveFiles
-
-
- Saving files for later ...
-
-
-
-
- No files configured to save for later.
-
-
-
-
- Not all of the configured files could be preserved.
-
-
-
-
- ProcessResult
-
-
-
-There was no output from the command.
-
-
-
-
-
-Output:
-
-
-
-
-
- External command crashed.
-
-
-
-
- Command <i>%1</i> crashed.
-
-
-
-
- External command failed to start.
-
-
-
-
- Command <i>%1</i> failed to start.
-
-
-
-
- Internal error when starting command.
-
-
-
-
- Bad parameters for process job call.
-
-
-
-
- External command failed to finish.
-
-
-
-
- Command <i>%1</i> failed to finish in %2 seconds.
-
-
-
-
- External command finished with errors.
-
-
-
-
- Command <i>%1</i> finished with exit code %2.
-
-
-
-
- QObject
-
-
- %1 (%2)
-
-
-
-
- unknown
-
-
-
-
- extended
-
-
-
-
- unformatted
-
-
-
-
- swap
-
-
-
-
-
- Default
-
-
-
-
-
-
-
- File not found
-
-
-
-
- Path <pre>%1</pre> must be an absolute path.
-
-
-
-
- Directory not found
-
-
-
-
-
- Could not create new random file <pre>%1</pre>.
-
-
-
-
- No product
-
-
-
-
- No description provided.
-
-
-
-
- (no mount point)
-
-
-
-
- Unpartitioned space or unknown partition table
-
-
-
-
- Recommended
-
-
- <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/>
- Setup can continue, but some features might be disabled.</p>
-
-
-
-
- RemoveUserJob
-
-
- Remove live user from target system
-
-
-
-
- RemoveVolumeGroupJob
-
-
-
- Remove Volume Group named %1.
-
-
-
-
- Remove Volume Group named <strong>%1</strong>.
-
-
-
-
- The installer failed to remove a volume group named '%1'.
-
-
-
-
- ReplaceWidget
-
-
- Form
-
-
-
-
- Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition.
-
-
-
-
- The selected item does not appear to be a valid partition.
-
-
-
-
- %1 cannot be installed on empty space. Please select an existing partition.
-
-
-
-
- %1 cannot be installed on an extended partition. Please select an existing primary or logical partition.
-
-
-
-
- %1 cannot be installed on this partition.
-
-
-
-
- Data partition (%1)
-
-
-
-
- Unknown system partition (%1)
-
-
-
-
- %1 system partition (%2)
-
-
-
-
- <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB.
-
-
-
-
- <strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.
-
-
-
-
-
-
- <strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost.
-
-
-
-
- The EFI system partition at %1 will be used for starting %2.
-
-
-
-
- EFI system partition:
-
-
-
-
- Requirements
-
-
- <p>This computer does not satisfy the minimum requirements for installing %1.<br/>
- Installation cannot continue.</p>
-
-
-
-
- <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/>
- Setup can continue, but some features might be disabled.</p>
-
-
-
-
- ResizeFSJob
-
-
- Resize Filesystem Job
-
-
-
-
- Invalid configuration
-
-
-
-
- The file-system resize job has an invalid configuration and will not run.
-
-
-
-
- KPMCore not Available
-
-
-
-
- Calamares cannot start KPMCore for the file-system resize job.
-
-
-
-
-
-
-
-
- Resize Failed
-
-
-
-
- The filesystem %1 could not be found in this system, and cannot be resized.
-
-
-
-
- The device %1 could not be found in this system, and cannot be resized.
-
-
-
-
-
- The filesystem %1 cannot be resized.
-
-
-
-
-
- The device %1 cannot be resized.
-
-
-
-
- The filesystem %1 must be resized, but cannot.
-
-
-
-
- The device %1 must be resized, but cannot
-
-
-
-
- ResizePartitionJob
-
-
- Resize partition %1.
-
-
-
-
- Resize <strong>%2MiB</strong> partition <strong>%1</strong> to <strong>%3MiB</strong>.
-
-
-
-
- Resizing %2MiB partition %1 to %3MiB.
-
-
-
-
- The installer failed to resize partition %1 on disk '%2'.
-
-
-
-
- ResizeVolumeGroupDialog
-
-
- Resize Volume Group
-
-
-
-
- ResizeVolumeGroupJob
-
-
-
- Resize volume group named %1 from %2 to %3.
-
-
-
-
- Resize volume group named <strong>%1</strong> from <strong>%2</strong> to <strong>%3</strong>.
-
-
-
-
- The installer failed to resize a volume group named '%1'.
-
-
-
-
- ResultsListDialog
-
-
- For best results, please ensure that this computer:
-
-
-
-
- System requirements
-
-
-
-
- ScanningDialog
-
-
- Scanning storage devices...
-
-
-
-
- Partitioning
-
-
-
-
- SetHostNameJob
-
-
- Set hostname %1
-
-
-
-
- Set hostname <strong>%1</strong>.
-
-
-
-
- Setting hostname %1.
-
-
-
-
-
- Internal Error
-
-
-
-
-
- Cannot write hostname to target system
-
-
-
-
- SetKeyboardLayoutJob
-
-
- Set keyboard model to %1, layout to %2-%3
-
-
-
-
- Failed to write keyboard configuration for the virtual console.
-
-
-
-
-
-
- Failed to write to %1
-
-
-
-
- Failed to write keyboard configuration for X11.
-
-
-
-
- Failed to write keyboard configuration to existing /etc/default directory.
-
-
-
-
- SetPartFlagsJob
-
-
- Set flags on partition %1.
-
-
-
-
- Set flags on %1MiB %2 partition.
-
-
-
-
- Set flags on new partition.
-
-
-
-
- Clear flags on partition <strong>%1</strong>.
-
-
-
-
- Clear flags on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Clear flags on new partition.
-
-
-
-
- Flag partition <strong>%1</strong> as <strong>%2</strong>.
-
-
-
-
- Flag %1MiB <strong>%2</strong> partition as <strong>%3</strong>.
-
-
-
-
- Flag new partition as <strong>%1</strong>.
-
-
-
-
- Clearing flags on partition <strong>%1</strong>.
-
-
-
-
- Clearing flags on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Clearing flags on new partition.
-
-
-
-
- Setting flags <strong>%2</strong> on partition <strong>%1</strong>.
-
-
-
-
- Setting flags <strong>%3</strong> on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Setting flags <strong>%1</strong> on new partition.
-
-
-
-
- The installer failed to set flags on partition %1.
-
-
-
-
- SetPasswordJob
-
-
- Set password for user %1
-
-
-
-
- Setting password for user %1.
-
-
-
-
- Bad destination system path.
-
-
-
-
- rootMountPoint is %1
-
-
-
-
- Cannot disable root account.
-
-
-
-
- passwd terminated with error code %1.
-
-
-
-
- Cannot set password for user %1.
-
-
-
-
- usermod terminated with error code %1.
-
-
-
-
- SetTimezoneJob
-
-
- Set timezone to %1/%2
-
-
-
-
- Cannot access selected timezone path.
-
-
-
-
- Bad path: %1
-
-
-
-
- Cannot set timezone.
-
-
-
-
- Link creation failed, target: %1; link name: %2
-
-
-
-
- Cannot set timezone,
-
-
-
-
- Cannot open /etc/timezone for writing
-
-
-
-
- SetupGroupsJob
-
-
- Preparing groups.
-
-
-
-
-
- Could not create groups in target system
-
-
-
-
- These groups are missing in the target system: %1
-
-
-
-
- SetupSudoJob
-
-
- Configure <pre>sudo</pre> users.
-
-
-
-
- Cannot chmod sudoers file.
-
-
-
-
- Cannot create sudoers file for writing.
-
-
-
-
- ShellProcessJob
-
-
- Shell Processes Job
-
-
-
-
- SlideCounter
-
-
- %L1 / %L2
- slide counter, %1 of %2 (numeric)
-
-
-
-
- StandardButtons
-
-
- &OK
-
-
-
-
- &Yes
-
-
-
-
- &No
-
-
-
-
- &Cancel
-
-
-
-
- &Close
-
-
-
-
- TrackingInstallJob
-
-
- Installation feedback
-
-
-
-
- Sending installation feedback.
-
-
-
-
- Internal error in install-tracking.
-
-
-
-
- HTTP request timed out.
-
-
-
-
- TrackingKUserFeedbackJob
-
-
- KDE user feedback
-
-
-
-
- Configuring KDE user feedback.
-
-
-
-
-
- Error in KDE user feedback configuration.
-
-
-
-
- Could not configure KDE user feedback correctly, script error %1.
-
-
-
-
- Could not configure KDE user feedback correctly, Calamares error %1.
-
-
-
-
- TrackingMachineUpdateManagerJob
-
-
- Machine feedback
-
-
-
-
- Configuring machine feedback.
-
-
-
-
-
- Error in machine feedback configuration.
-
-
-
-
- Could not configure machine feedback correctly, script error %1.
-
-
-
-
- Could not configure machine feedback correctly, Calamares error %1.
-
-
-
-
- TrackingPage
-
-
- Form
-
-
-
-
- Placeholder
-
-
-
-
- <html><head/><body><p>Click here to send <span style=" font-weight:600;">no information at all</span> about your installation.</p></body></html>
-
-
-
-
- <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html>
-
-
-
-
- Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area.
-
-
-
-
- By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes.
-
-
-
-
- By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1.
-
-
-
-
- By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1.
-
-
-
-
- TrackingViewStep
-
-
- Feedback
-
-
-
-
- UsersPage
-
-
- <small>If more than one person will use this computer, you can create multiple accounts after setup.</small>
-
-
-
-
- <small>If more than one person will use this computer, you can create multiple accounts after installation.</small>
-
-
-
-
- UsersQmlViewStep
-
-
- Users
-
-
-
-
- UsersViewStep
-
-
- Users
-
-
-
-
- VariantModel
-
-
- Key
- Column header for key/value
-
-
-
-
- Value
- Column header for key/value
-
-
-
-
- VolumeGroupBaseDialog
-
-
- Create Volume Group
-
-
-
-
- List of Physical Volumes
-
-
-
-
- Volume Group Name:
-
-
-
-
- Volume Group Type:
-
-
-
-
- Physical Extent Size:
-
-
-
-
- MiB
-
-
-
-
- Total Size:
-
-
-
-
- Used Size:
-
-
-
-
- Total Sectors:
-
-
-
-
- Quantity of LVs:
-
-
-
-
- WelcomePage
-
-
- Form
-
-
-
-
-
- Select application and system language
-
-
-
-
- &About
-
-
-
-
- Open donations website
-
-
-
-
- &Donate
-
-
-
-
- Open help and support website
-
-
-
-
- &Support
-
-
-
-
- Open issues and bug-tracking website
-
-
-
-
- &Known issues
-
-
-
-
- Open release notes website
-
-
-
-
- &Release notes
-
-
-
-
- <h1>Welcome to the Calamares setup program for %1.</h1>
-
-
-
-
- <h1>Welcome to %1 setup.</h1>
-
-
-
-
- <h1>Welcome to the Calamares installer for %1.</h1>
-
-
-
-
- <h1>Welcome to the %1 installer.</h1>
-
-
-
-
- %1 support
-
-
-
-
- About %1 setup
-
-
-
-
- About %1 installer
-
-
-
-
- <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac <teo@kde.org><br/>Copyright 2017-2020 Adriaan de Groot <groot@kde.org><br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.
-
-
-
-
- WelcomeQmlViewStep
-
-
- Welcome
-
-
-
-
- WelcomeViewStep
-
-
- Welcome
-
-
-
-
- about
-
-
- <h1>%1</h1><br/>
- <strong>%2<br/>
- for %3</strong><br/><br/>
- Copyright 2014-2017 Teo Mrnjavac <teo@kde.org><br/>
- Copyright 2017-2020 Adriaan de Groot <groot@kde.org><br/>
- Thanks to <a href='https://calamares.io/team/'>the Calamares team</a>
- and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares
- translators team</a>.<br/><br/>
- <a href='https://calamares.io/'>Calamares</a>
- development is sponsored by <br/>
- <a href='http://www.blue-systems.com/'>Blue Systems</a> -
- Liberating Software.
-
-
-
-
- Back
-
-
-
-
- calamares-sidebar
-
-
- Show debug information
-
-
-
-
- finishedq
-
-
- Installation Completed
-
-
-
-
- %1 has been installed on your computer.<br/>
- You may now restart into your new system, or continue using the Live environment.
-
-
-
-
- Close Installer
-
-
-
-
- Restart System
-
-
-
-
- <p>A full log of the install is available as installation.log in the home directory of the Live user.<br/>
- This log is copied to /var/log/installation.log of the target system.</p>
-
-
-
-
- i18n
-
-
- <h1>Languages</h1> </br>
- The system locale setting affects the language and character set for some command line user interface elements. The current setting is <strong>%1</strong>.
-
-
-
-
- <h1>Locales</h1> </br>
- The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
-
-
-
-
- Back
-
-
-
-
- keyboardq
-
-
- To activate keyboard preview, select a layout.
-
-
-
-
- Keyboard Model:
-
-
-
-
- Layouts
-
-
-
-
- Type here to test your keyboard
-
-
-
-
- Variants
-
-
-
-
- localeq
-
-
- Change
-
-
-
-
- notesqml
-
-
- <h3>%1</h3>
- <p>These are example release notes.</p>
-
-
-
-
- packagechooserq
-
-
- LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.<br/>
- Default option.
-
-
-
-
- LibreOffice
-
-
-
-
- If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives.
-
-
-
-
- No Office Suite
-
-
-
-
- Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser.
-
-
-
-
- Minimal Install
-
-
-
-
- Please select an option for your install, or use the default: LibreOffice included.
-
-
-
-
- release_notes
-
-
- <h3>%1</h3>
- <p>This an example QML file, showing options in RichText with Flickable content.</p>
-
- <p>QML with RichText can use HTML tags, Flickable content is useful for touchscreens.</p>
-
- <p><b>This is bold text</b></p>
- <p><i>This is italic text</i></p>
- <p><u>This is underlined text</u></p>
- <p><center>This text will be center-aligned.</center></p>
- <p><s>This is strikethrough</s></p>
-
- <p>Code example:
- <code>ls -l /home</code></p>
-
- <p><b>Lists:</b></p>
- <ul>
- <li>Intel CPU systems</li>
- <li>AMD CPU systems</li>
- </ul>
-
- <p>The vertical scrollbar is adjustable, current width set to 10.</p>
-
-
-
-
- Back
-
-
-
-
- usersq
-
-
- Pick your user name and credentials to login and perform admin tasks
-
-
-
-
- What is your name?
-
-
-
-
- Your Full Name
-
-
-
-
- What name do you want to use to log in?
-
-
-
-
- Login Name
-
-
-
-
- If more than one person will use this computer, you can create multiple accounts after installation.
-
-
-
-
- Only lowercase letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- root is not allowed as username.
-
-
-
-
- What is the name of this computer?
-
-
-
-
- Computer Name
-
-
-
-
- This name will be used if you make the computer visible to others on a network.
-
-
-
-
- localhost is not allowed as hostname.
-
-
-
-
- Choose a password to keep your account safe.
-
-
-
-
- Password
-
-
-
-
- Repeat Password
-
-
-
-
- Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.
-
-
-
-
- Validate passwords quality
-
-
-
-
- When this box is checked, password-strength checking is done and you will not be able to use a weak password.
-
-
-
-
- Log in automatically without asking for the password
-
-
-
-
- Only letters, numbers, underscore and hyphen are allowed, minimal of two characters.
-
-
-
-
- Reuse user password as root password
-
-
-
-
- Use the same password for the administrator account.
-
-
-
-
- Choose a root password to keep your account safe.
-
-
-
-
- Root Password
-
-
-
-
- Repeat Root Password
-
-
-
-
- Enter the same password twice, so that it can be checked for typing errors.
-
-
-
-
- welcomeq
-
-
- <h3>Welcome to the %1 <quote>%2</quote> installer</h3>
- <p>This program will ask you some questions and set up %1 on your computer.</p>
-
-
-
-
- About
-
-
-
-
- Support
-
-
-
-
- Known issues
-
-
-
-
- Release notes
-
-
-
-
- Donate
-
-
-
-
diff --git a/lang/calamares_es.ts b/lang/calamares_es.ts
index 49a9759b5..00e7d562b 100644
--- a/lang/calamares_es.ts
+++ b/lang/calamares_es.ts
@@ -2847,17 +2847,17 @@ Saldrá del instalador y se perderán todos los cambios.
Unsafe partition actions are enabled.
-
+ Se han activado las particiones inseguras.
Partitioning is configured to <b>always</b> fail.
-
+ Se ha configurado el particionado para que falle <b>siempre</b>.
No partitions will be changed.
-
+ No se cambiará ninguna partición.
@@ -2917,7 +2917,7 @@ Saldrá del instalador y se perderán todos los cambios.
A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.
-
+ Una tabla de particiones GPT es lo preferible en casi todos los casos. Este instalador también la admite para los sistemas más antiguos basados en arranque por BIOS.<br/><br/>Para configurar una partición GPT en BIOS, (si aún no lo has hecho) vuelve atrás y configura la tabla de particiones como GPT, luego crea una partición sin formato de 8 MB con el indicador <strong>bios_grub</strong> marcado.<br/><br/>Se necesita una partición de 8 MB sin formatear para arrancar %1 en un sistema BIOS con GPT.
diff --git a/lang/calamares_es_PE.ts b/lang/calamares_es_PE.ts
deleted file mode 100644
index b368c668a..000000000
--- a/lang/calamares_es_PE.ts
+++ /dev/null
@@ -1,4377 +0,0 @@
-
-
-
-
- AutoMountManagementJob
-
-
- Manage auto-mount settings
-
-
-
-
- BootInfoWidget
-
-
- The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode.
-
-
-
-
- This system was started with an <strong>EFI</strong> boot environment.<br><br>To configure startup from an EFI environment, this installer must deploy a boot loader application, like <strong>GRUB</strong> or <strong>systemd-boot</strong> on an <strong>EFI System Partition</strong>. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own.
-
-
-
-
- This system was started with a <strong>BIOS</strong> boot environment.<br><br>To configure startup from a BIOS environment, this installer must install a boot loader, like <strong>GRUB</strong>, either at the beginning of a partition or on the <strong>Master Boot Record</strong> 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.
-
-
-
-
- BootLoaderModel
-
-
- Master Boot Record of %1
-
-
-
-
- Boot Partition
-
-
-
-
- System Partition
-
-
-
-
- Do not install a boot loader
-
-
-
-
- %1 (%2)
-
-
-
-
- Calamares::BlankViewStep
-
-
- Blank Page
-
-
-
-
- Calamares::DebugWindow
-
-
- Form
-
-
-
-
- GlobalStorage
-
-
-
-
- JobQueue
-
-
-
-
- Modules
-
-
-
-
- Type:
-
-
-
-
-
- none
-
-
-
-
- Interface:
-
-
-
-
- Crashes Calamares, so that Dr. Konqui can look at it.
-
-
-
-
- Reloads the stylesheet from the branding directory.
-
-
-
-
- Uploads the session log to the configured pastebin.
-
-
-
-
- Send Session Log
-
-
-
-
- Reload Stylesheet
-
-
-
-
- Displays the tree of widget names in the log (for stylesheet debugging).
-
-
-
-
- Widget Tree
-
-
-
-
- Debug information
-
-
-
-
- Calamares::ExecutionViewStep
-
-
- Set up
-
-
-
-
- Install
-
-
-
-
- Calamares::FailJob
-
-
- Job failed (%1)
-
-
-
-
- Programmed job failure was explicitly requested.
-
-
-
-
- Calamares::JobThread
-
-
- Done
-
-
-
-
- Calamares::NamedJob
-
-
- Example job (%1)
-
-
-
-
- Calamares::ProcessJob
-
-
- Run command '%1' in target system.
-
-
-
-
- Run command '%1'.
-
-
-
-
- Running command %1 %2
-
-
-
-
- Calamares::PythonJob
-
-
- Running %1 operation.
-
-
-
-
- Bad working directory path
-
-
-
-
- Working directory %1 for python job %2 is not readable.
-
-
-
-
- Bad main script file
-
-
-
-
- Main script file %1 for python job %2 is not readable.
-
-
-
-
- Boost.Python error in job "%1".
-
-
-
-
- Calamares::QmlViewStep
-
-
- Loading ...
-
-
-
-
- QML Step <i>%1</i>.
-
-
-
-
- Loading failed.
-
-
-
-
- Calamares::RequirementsChecker
-
-
- Requirements checking for module <i>%1</i> is complete.
-
-
-
-
- Waiting for %n module(s).
-
-
-
-
-
-
-
- (%n second(s))
-
-
-
-
-
-
-
- System-requirements checking is complete.
-
-
-
-
- Calamares::ViewManager
-
-
- Setup Failed
-
-
-
-
- Installation Failed
-
-
-
-
- Would you like to paste the install log to the web?
-
-
-
-
- Error
-
-
-
-
- &Yes
-
-
-
-
- &No
-
-
-
-
- &Close
-
-
-
-
- Install Log Paste URL
-
-
-
-
- The upload was unsuccessful. No web-paste was done.
-
-
-
-
- Install log posted to
-
-%1
-
-Link copied to clipboard
-
-
-
-
- Calamares Initialization Failed
-
-
-
-
- %1 can not be installed. Calamares was unable to load all of the configured modules. This is a problem with the way Calamares is being used by the distribution.
-
-
-
-
- <br/>The following modules could not be loaded:
-
-
-
-
- Continue with setup?
-
-
-
-
- Continue with installation?
-
-
-
-
- The %1 setup program is about to make changes to your disk in order to set up %2.<br/><strong>You will not be able to undo these changes.</strong>
-
-
-
-
- The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong>
-
-
-
-
- &Set up now
-
-
-
-
- &Install now
-
-
-
-
- Go &back
-
-
-
-
- &Set up
-
-
-
-
- &Install
-
-
-
-
- Setup is complete. Close the setup program.
-
-
-
-
- The installation is complete. Close the installer.
-
-
-
-
- Cancel setup without changing the system.
-
-
-
-
- Cancel installation without changing the system.
-
-
-
-
- &Next
-
-
-
-
- &Back
-
-
-
-
- &Done
-
-
-
-
- &Cancel
-
-
-
-
- Cancel setup?
-
-
-
-
- Cancel installation?
-
-
-
-
- Do you really want to cancel the current setup process?
-The setup program will quit and all changes will be lost.
-
-
-
-
- Do you really want to cancel the current install process?
-The installer will quit and all changes will be lost.
-
-
-
-
- CalamaresPython::Helper
-
-
- Unknown exception type
-
-
-
-
- unparseable Python error
-
-
-
-
- unparseable Python traceback
-
-
-
-
- Unfetchable Python error.
-
-
-
-
- CalamaresWindow
-
-
- %1 Setup Program
-
-
-
-
- %1 Installer
-
-
-
-
- ChangeFilesystemLabelJob
-
-
- Set filesystem label on %1.
-
-
-
-
- Set filesystem label <strong>%1</strong> to partition <strong>%2</strong>.
-
-
-
-
- The installer failed to update partition table on disk '%1'.
-
-
-
-
- CheckerContainer
-
-
- Gathering system information...
-
-
-
-
- ChoicePage
-
-
- Form
-
-
-
-
- Select storage de&vice:
-
-
-
-
-
-
-
- Current:
-
-
-
-
- After:
-
-
-
-
- <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.
-
-
-
-
- Reuse %1 as home partition for %2.
-
-
-
-
- <strong>Select a partition to shrink, then drag the bottom bar to resize</strong>
-
-
-
-
- %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4.
-
-
-
-
- Boot loader location:
-
-
-
-
- <strong>Select a partition to install on</strong>
-
-
-
-
- An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.
-
-
-
-
- The EFI system partition at %1 will be used for starting %2.
-
-
-
-
- EFI system partition:
-
-
-
-
- This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
-
-
-
- <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.
-
-
-
-
-
-
-
- <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.
-
-
-
-
-
-
-
- <strong>Replace a partition</strong><br/>Replaces a partition with %1.
-
-
-
-
- This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/>
-
-
-
-
- This storage device has one of its partitions <strong>mounted</strong>.
-
-
-
-
- This storage device is a part of an <strong>inactive RAID</strong> device.
-
-
-
-
- No Swap
-
-
-
-
- Reuse Swap
-
-
-
-
- Swap (no Hibernate)
-
-
-
-
- Swap (with Hibernate)
-
-
-
-
- Swap to file
-
-
-
-
- ClearMountsJob
-
-
- Successfully unmounted %1.
-
-
-
-
- Successfully disabled swap %1.
-
-
-
-
- Successfully cleared swap %1.
-
-
-
-
- Successfully closed mapper device %1.
-
-
-
-
- Successfully disabled volume group %1.
-
-
-
-
- Clear mounts for partitioning operations on %1
-
-
-
-
- Clearing mounts for partitioning operations on %1.
-
-
-
-
- Cleared all mounts for %1
-
-
-
-
- ClearTempMountsJob
-
-
- Clear all temporary mounts.
-
-
-
-
- Clearing all temporary mounts.
-
-
-
-
- Cannot get list of temporary mounts.
-
-
-
-
- Cleared all temporary mounts.
-
-
-
-
- CommandList
-
-
-
- Could not run command.
-
-
-
-
- The command runs in the host environment and needs to know the root path, but no rootMountPoint is defined.
-
-
-
-
- The command needs to know the user's name, but no username is defined.
-
-
-
-
- Config
-
-
- Set keyboard model to %1.<br/>
-
-
-
-
- Set keyboard layout to %1/%2.
-
-
-
-
- Set timezone to %1/%2.
-
-
-
-
- The system language will be set to %1.
-
-
-
-
- The numbers and dates locale will be set to %1.
-
-
-
-
- Network Installation. (Disabled: Incorrect configuration)
-
-
-
-
- Network Installation. (Disabled: Received invalid groups data)
-
-
-
-
- Network Installation. (Disabled: Internal error)
-
-
-
-
- Network Installation. (Disabled: No package list)
-
-
-
-
- Package selection
-
-
-
-
- Network Installation. (Disabled: Unable to fetch package lists, check your network connection)
-
-
-
-
- This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a>
-
-
-
-
- This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a>
-
-
-
-
- This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled.
-
-
-
-
- This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled.
-
-
-
-
- This program will ask you some questions and set up %2 on your computer.
-
-
-
-
- <h1>Welcome to the Calamares setup program for %1</h1>
-
-
-
-
- <h1>Welcome to %1 setup</h1>
-
-
-
-
- <h1>Welcome to the Calamares installer for %1</h1>
-
-
-
-
- <h1>Welcome to the %1 installer</h1>
-
-
-
-
- Your username is too long.
-
-
-
-
- '%1' is not allowed as username.
-
-
-
-
- Your username must start with a lowercase letter or underscore.
-
-
-
-
- Only lowercase letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- Your hostname is too short.
-
-
-
-
- Your hostname is too long.
-
-
-
-
- '%1' is not allowed as hostname.
-
-
-
-
- Only letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- Your passwords do not match!
-
-
-
-
- OK!
-
-
-
-
- Setup Failed
-
-
-
-
- Installation Failed
-
-
-
-
- The setup of %1 did not complete successfully.
-
-
-
-
- The installation of %1 did not complete successfully.
-
-
-
-
- Setup Complete
-
-
-
-
- Installation Complete
-
-
-
-
- The setup of %1 is complete.
-
-
-
-
- The installation of %1 is complete.
-
-
-
-
- Package Selection
-
-
-
-
- Please pick a product from the list. The selected product will be installed.
-
-
-
-
- Install option: <strong>%1</strong>
-
-
-
-
- None
-
-
-
-
- Summary
-
-
-
-
- This is an overview of what will happen once you start the setup procedure.
-
-
-
-
- This is an overview of what will happen once you start the install procedure.
-
-
-
-
- ContextualProcessJob
-
-
- Contextual Processes Job
-
-
-
-
- CreatePartitionDialog
-
-
- Create a Partition
-
-
-
-
- Si&ze:
-
-
-
-
- MiB
-
-
-
-
- Partition &Type:
-
-
-
-
- &Primary
-
-
-
-
- E&xtended
-
-
-
-
- Fi&le System:
-
-
-
-
- LVM LV name
-
-
-
-
- &Mount Point:
-
-
-
-
- Flags:
-
-
-
-
- Label for the filesystem
-
-
-
-
- FS Label:
-
-
-
-
- En&crypt
-
-
-
-
- Logical
-
-
-
-
- Primary
-
-
-
-
- GPT
-
-
-
-
- Mountpoint already in use. Please select another one.
-
-
-
-
- CreatePartitionJob
-
-
- Create new %1MiB partition on %3 (%2) with entries %4.
-
-
-
-
- Create new %1MiB partition on %3 (%2).
-
-
-
-
- Create new %2MiB partition on %4 (%3) with file system %1.
-
-
-
-
- Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2) with entries <em>%4</em>.
-
-
-
-
- Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2).
-
-
-
-
- Create new <strong>%2MiB</strong> partition on <strong>%4</strong> (%3) with file system <strong>%1</strong>.
-
-
-
-
-
- Creating new %1 partition on %2.
-
-
-
-
- The installer failed to create partition on disk '%1'.
-
-
-
-
- CreatePartitionTableDialog
-
-
- Create Partition Table
-
-
-
-
- Creating a new partition table will delete all existing data on the disk.
-
-
-
-
- What kind of partition table do you want to create?
-
-
-
-
- Master Boot Record (MBR)
-
-
-
-
- GUID Partition Table (GPT)
-
-
-
-
- CreatePartitionTableJob
-
-
- Create new %1 partition table on %2.
-
-
-
-
- Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3).
-
-
-
-
- Creating new %1 partition table on %2.
-
-
-
-
- The installer failed to create a partition table on %1.
-
-
-
-
- CreateUserJob
-
-
- Create user %1
-
-
-
-
- Create user <strong>%1</strong>.
-
-
-
-
- Preserving home directory
-
-
-
-
-
- Creating user %1
-
-
-
-
- Configuring user %1
-
-
-
-
- Setting file permissions
-
-
-
-
- CreateVolumeGroupDialog
-
-
- Create Volume Group
-
-
-
-
- CreateVolumeGroupJob
-
-
- Create new volume group named %1.
-
-
-
-
- Create new volume group named <strong>%1</strong>.
-
-
-
-
- Creating new volume group named %1.
-
-
-
-
- The installer failed to create a volume group named '%1'.
-
-
-
-
- DeactivateVolumeGroupJob
-
-
-
- Deactivate volume group named %1.
-
-
-
-
- Deactivate volume group named <strong>%1</strong>.
-
-
-
-
- The installer failed to deactivate a volume group named %1.
-
-
-
-
- DeletePartitionJob
-
-
- Delete partition %1.
-
-
-
-
- Delete partition <strong>%1</strong>.
-
-
-
-
- Deleting partition %1.
-
-
-
-
- The installer failed to delete partition %1.
-
-
-
-
- DeviceInfoWidget
-
-
- This device has a <strong>%1</strong> partition table.
-
-
-
-
- This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem.
-
-
-
-
- This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page.
-
-
-
-
- <br><br>This is the recommended partition table type for modern systems which start from an <strong>EFI</strong> boot environment.
-
-
-
-
- <br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions.
-
-
-
-
- The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred.
-
-
-
-
- DeviceModel
-
-
- %1 - %2 (%3)
- device[name] - size[number] (device-node[name])
-
-
-
-
- %1 - (%2)
- device[name] - (device-node[name])
-
-
-
-
- DracutLuksCfgJob
-
-
- Write LUKS configuration for Dracut to %1
-
-
-
-
- Skip writing LUKS configuration for Dracut: "/" partition is not encrypted
-
-
-
-
- Failed to open %1
-
-
-
-
- DummyCppJob
-
-
- Dummy C++ Job
-
-
-
-
- EditExistingPartitionDialog
-
-
- Edit Existing Partition
-
-
-
-
- Content:
-
-
-
-
- &Keep
-
-
-
-
- Format
-
-
-
-
- Warning: Formatting the partition will erase all existing data.
-
-
-
-
- &Mount Point:
-
-
-
-
- Si&ze:
-
-
-
-
- MiB
-
-
-
-
- Fi&le System:
-
-
-
-
- Flags:
-
-
-
-
- Label for the filesystem
-
-
-
-
- FS Label:
-
-
-
-
- Mountpoint already in use. Please select another one.
-
-
-
-
- EncryptWidget
-
-
- Form
-
-
-
-
- En&crypt system
-
-
-
-
- Passphrase
-
-
-
-
- Confirm passphrase
-
-
-
-
-
- Please enter the same passphrase in both boxes.
-
-
-
-
- FillGlobalStorageJob
-
-
- Set partition information
-
-
-
-
- Install %1 on <strong>new</strong> %2 system partition with features <em>%3</em>
-
-
-
-
- Install %1 on <strong>new</strong> %2 system partition.
-
-
-
-
- Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong> and features <em>%3</em>.
-
-
-
-
- Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>%3.
-
-
-
-
- Install %2 on %3 system partition <strong>%1</strong> with features <em>%4</em>.
-
-
-
-
- Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong> and features <em>%4</em>.
-
-
-
-
- Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>%4.
-
-
-
-
- Install %2 on %3 system partition <strong>%1</strong>.
-
-
-
-
- Install boot loader on <strong>%1</strong>.
-
-
-
-
- Setting up mount points.
-
-
-
-
- FinishedPage
-
-
- Form
-
-
-
-
- &Restart now
-
-
-
-
- <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system.
-
-
-
-
- <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html>
-
-
-
-
- <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment.
-
-
-
-
- <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html>
-
-
-
-
- <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2.
-
-
-
-
- <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2.
-
-
-
-
- FinishedQmlViewStep
-
-
- Finish
-
-
-
-
- FinishedViewStep
-
-
- Finish
-
-
-
-
- FormatPartitionJob
-
-
- Format partition %1 (file system: %2, size: %3 MiB) on %4.
-
-
-
-
- Format <strong>%3MiB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>.
-
-
-
-
- Formatting partition %1 with file system %2.
-
-
-
-
- The installer failed to format partition %1 on disk '%2'.
-
-
-
-
- GeneralRequirements
-
-
- has at least %1 GiB available drive space
-
-
-
-
- There is not enough drive space. At least %1 GiB is required.
-
-
-
-
- has at least %1 GiB working memory
-
-
-
-
- The system does not have enough working memory. At least %1 GiB is required.
-
-
-
-
- is plugged in to a power source
-
-
-
-
- The system is not plugged in to a power source.
-
-
-
-
- is connected to the Internet
-
-
-
-
- The system is not connected to the Internet.
-
-
-
-
- is running the installer as an administrator (root)
-
-
-
-
- The setup program is not running with administrator rights.
-
-
-
-
- The installer is not running with administrator rights.
-
-
-
-
- has a screen large enough to show the whole installer
-
-
-
-
- The screen is too small to display the setup program.
-
-
-
-
- The screen is too small to display the installer.
-
-
-
-
- HostInfoJob
-
-
- Collecting information about your machine.
-
-
-
-
- IDJob
-
-
-
-
-
- OEM Batch Identifier
-
-
-
-
- Could not create directories <code>%1</code>.
-
-
-
-
- Could not open file <code>%1</code>.
-
-
-
-
- Could not write to file <code>%1</code>.
-
-
-
-
- InitcpioJob
-
-
- Creating initramfs with mkinitcpio.
-
-
-
-
- InitramfsJob
-
-
- Creating initramfs.
-
-
-
-
- InteractiveTerminalPage
-
-
- Konsole not installed
-
-
-
-
- Please install KDE Konsole and try again!
-
-
-
-
- Executing script: <code>%1</code>
-
-
-
-
- InteractiveTerminalViewStep
-
-
- Script
-
-
-
-
- KeyboardQmlViewStep
-
-
- Keyboard
-
-
-
-
- KeyboardViewStep
-
-
- Keyboard
-
-
-
-
- LCLocaleDialog
-
-
- System locale setting
-
-
-
-
- The system locale setting affects the language and character set for some command line user interface elements.<br/>The current setting is <strong>%1</strong>.
-
-
-
-
- &Cancel
-
-
-
-
- &OK
-
-
-
-
- LicensePage
-
-
- Form
-
-
-
-
- <h1>License Agreement</h1>
-
-
-
-
- I accept the terms and conditions above.
-
-
-
-
- Please review the End User License Agreements (EULAs).
-
-
-
-
- This setup procedure will install proprietary software that is subject to licensing terms.
-
-
-
-
- If you do not agree with the terms, the setup procedure cannot continue.
-
-
-
-
- This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience.
-
-
-
-
- If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead.
-
-
-
-
- LicenseViewStep
-
-
- License
-
-
-
-
- LicenseWidget
-
-
- URL: %1
-
-
-
-
- <strong>%1 driver</strong><br/>by %2
- %1 is an untranslatable product name, example: Creative Audigy driver
-
-
-
-
- <strong>%1 graphics driver</strong><br/><font color="Grey">by %2</font>
- %1 is usually a vendor name, example: Nvidia graphics driver
-
-
-
-
- <strong>%1 browser plugin</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1 codec</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1 package</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- File: %1
-
-
-
-
- Hide license text
-
-
-
-
- Show the license text
-
-
-
-
- Open license agreement in browser.
-
-
-
-
- LocalePage
-
-
- Region:
-
-
-
-
- Zone:
-
-
-
-
-
- &Change...
-
-
-
-
- LocaleQmlViewStep
-
-
- Location
-
-
-
-
- LocaleTests
-
-
- Quit
-
-
-
-
- LocaleViewStep
-
-
- Location
-
-
-
-
- LuksBootKeyFileJob
-
-
- Configuring LUKS key file.
-
-
-
-
-
- No partitions are defined.
-
-
-
-
-
-
- Encrypted rootfs setup error
-
-
-
-
- Root partition %1 is LUKS but no passphrase has been set.
-
-
-
-
- Could not create LUKS key file for root partition %1.
-
-
-
-
- Could not configure LUKS key file on partition %1.
-
-
-
-
- MachineIdJob
-
-
- Generate machine-id.
-
-
-
-
- Configuration Error
-
-
-
-
- No root mount point is set for MachineId.
-
-
-
-
- Map
-
-
- Timezone: %1
-
-
-
-
- Please select your preferred location on the map so the installer can suggest the locale
- and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging
- to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming.
-
-
-
-
- NetInstallViewStep
-
-
- Package selection
-
-
-
-
- Office software
-
-
-
-
- Office package
-
-
-
-
- Browser software
-
-
-
-
- Browser package
-
-
-
-
- Web browser
-
-
-
-
- Kernel
-
-
-
-
- Services
-
-
-
-
- Login
-
-
-
-
- Desktop
-
-
-
-
- Applications
-
-
-
-
- Communication
-
-
-
-
- Development
-
-
-
-
- Office
-
-
-
-
- Multimedia
-
-
-
-
- Internet
-
-
-
-
- Theming
-
-
-
-
- Gaming
-
-
-
-
- Utilities
-
-
-
-
- NotesQmlViewStep
-
-
- Notes
-
-
-
-
- OEMPage
-
-
- Ba&tch:
-
-
-
-
- <html><head/><body><p>Enter a batch-identifier here. This will be stored in the target system.</p></body></html>
-
-
-
-
- <html><head/><body><h1>OEM Configuration</h1><p>Calamares will use OEM settings while configuring the target system.</p></body></html>
-
-
-
-
- OEMViewStep
-
-
- OEM Configuration
-
-
-
-
- Set the OEM Batch Identifier to <code>%1</code>.
-
-
-
-
- Offline
-
-
- Select your preferred Region, or use the default settings.
-
-
-
-
-
-
- Timezone: %1
-
-
-
-
- Select your preferred Zone within your Region.
-
-
-
-
- Zones
-
-
-
-
- You can fine-tune Language and Locale settings below.
-
-
-
-
- PWQ
-
-
- Password is too short
-
-
-
-
- Password is too long
-
-
-
-
- Password is too weak
-
-
-
-
- Memory allocation error when setting '%1'
-
-
-
-
- Memory allocation error
-
-
-
-
- The password is the same as the old one
-
-
-
-
- The password is a palindrome
-
-
-
-
- The password differs with case changes only
-
-
-
-
- The password is too similar to the old one
-
-
-
-
- The password contains the user name in some form
-
-
-
-
- The password contains words from the real name of the user in some form
-
-
-
-
- The password contains forbidden words in some form
-
-
-
-
- The password contains too few digits
-
-
-
-
- The password contains too few uppercase letters
-
-
-
-
- The password contains fewer than %n lowercase letters
-
-
-
-
-
-
-
- The password contains too few lowercase letters
-
-
-
-
- The password contains too few non-alphanumeric characters
-
-
-
-
- The password is too short
-
-
-
-
- The password does not contain enough character classes
-
-
-
-
- The password contains too many same characters consecutively
-
-
-
-
- The password contains too many characters of the same class consecutively
-
-
-
-
- The password contains fewer than %n digits
-
-
-
-
-
-
-
- The password contains fewer than %n uppercase letters
-
-
-
-
-
-
-
- The password contains fewer than %n non-alphanumeric characters
-
-
-
-
-
-
-
- The password is shorter than %n characters
-
-
-
-
-
-
-
- The password is a rotated version of the previous one
-
-
-
-
- The password contains fewer than %n character classes
-
-
-
-
-
-
-
- The password contains more than %n same characters consecutively
-
-
-
-
-
-
-
- The password contains more than %n characters of the same class consecutively
-
-
-
-
-
-
-
- The password contains monotonic sequence longer than %n characters
-
-
-
-
-
-
-
- The password contains too long of a monotonic character sequence
-
-
-
-
- No password supplied
-
-
-
-
- Cannot obtain random numbers from the RNG device
-
-
-
-
- Password generation failed - required entropy too low for settings
-
-
-
-
- The password fails the dictionary check - %1
-
-
-
-
- The password fails the dictionary check
-
-
-
-
- Unknown setting - %1
-
-
-
-
- Unknown setting
-
-
-
-
- Bad integer value of setting - %1
-
-
-
-
- Bad integer value
-
-
-
-
- Setting %1 is not of integer type
-
-
-
-
- Setting is not of integer type
-
-
-
-
- Setting %1 is not of string type
-
-
-
-
- Setting is not of string type
-
-
-
-
- Opening the configuration file failed
-
-
-
-
- The configuration file is malformed
-
-
-
-
- Fatal failure
-
-
-
-
- Unknown error
-
-
-
-
- Password is empty
-
-
-
-
- PackageChooserPage
-
-
- Form
-
-
-
-
- Product Name
-
-
-
-
- TextLabel
-
-
-
-
- Long Product Description
-
-
-
-
- Package Selection
-
-
-
-
- Please pick a product from the list. The selected product will be installed.
-
-
-
-
- PackageChooserQmlViewStep
-
-
- Packages
-
-
-
-
- PackageChooserViewStep
-
-
- Packages
-
-
-
-
- PackageModel
-
-
- Name
-
-
-
-
- Description
-
-
-
-
- Page_Keyboard
-
-
- Form
-
-
-
-
- Keyboard Model:
-
-
-
-
- Type here to test your keyboard
-
-
-
-
- Page_UserSetup
-
-
- Form
-
-
-
-
- What is your name?
-
-
-
-
- Your Full Name
-
-
-
-
- What name do you want to use to log in?
-
-
-
-
- login
-
-
-
-
- What is the name of this computer?
-
-
-
-
- <small>This name will be used if you make the computer visible to others on a network.</small>
-
-
-
-
- Computer Name
-
-
-
-
- Choose a password to keep your account safe.
-
-
-
-
-
- <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small>
-
-
-
-
-
- Password
-
-
-
-
-
- Repeat Password
-
-
-
-
- When this box is checked, password-strength checking is done and you will not be able to use a weak password.
-
-
-
-
- Require strong passwords.
-
-
-
-
- Log in automatically without asking for the password.
-
-
-
-
- Use the same password for the administrator account.
-
-
-
-
- Choose a password for the administrator account.
-
-
-
-
-
- <small>Enter the same password twice, so that it can be checked for typing errors.</small>
-
-
-
-
- PartitionLabelsView
-
-
- Root
-
-
-
-
- Home
-
-
-
-
- Boot
-
-
-
-
- EFI system
-
-
-
-
- Swap
-
-
-
-
- New partition for %1
-
-
-
-
- New partition
-
-
-
-
- %1 %2
- size[number] filesystem[name]
-
-
-
-
- PartitionModel
-
-
-
- Free Space
-
-
-
-
-
- New partition
-
-
-
-
- Name
-
-
-
-
- File System
-
-
-
-
- File System Label
-
-
-
-
- Mount Point
-
-
-
-
- Size
-
-
-
-
- PartitionPage
-
-
- Form
-
-
-
-
- Storage de&vice:
-
-
-
-
- &Revert All Changes
-
-
-
-
- New Partition &Table
-
-
-
-
- Cre&ate
-
-
-
-
- &Edit
-
-
-
-
- &Delete
-
-
-
-
- New Volume Group
-
-
-
-
- Resize Volume Group
-
-
-
-
- Deactivate Volume Group
-
-
-
-
- Remove Volume Group
-
-
-
-
- I&nstall boot loader on:
-
-
-
-
- Are you sure you want to create a new partition table on %1?
-
-
-
-
- Can not create new partition
-
-
-
-
- The partition table on %1 already has %2 primary partitions, and no more can be added. Please remove one primary partition and add an extended partition, instead.
-
-
-
-
- PartitionViewStep
-
-
- Gathering system information...
-
-
-
-
- Partitions
-
-
-
-
- Current:
-
-
-
-
- After:
-
-
-
-
- No EFI system partition configured
-
-
-
-
- EFI system partition configured incorrectly
-
-
-
-
- An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem.
-
-
-
-
- The filesystem must be mounted on <strong>%1</strong>.
-
-
-
-
- The filesystem must have type FAT32.
-
-
-
-
- The filesystem must be at least %1 MiB in size.
-
-
-
-
- The filesystem must have flag <strong>%1</strong> set.
-
-
-
-
- You can continue without setting up an EFI system partition but your system may fail to start.
-
-
-
-
- Option to use GPT on BIOS
-
-
-
-
- A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.
-
-
-
-
- Boot partition not encrypted
-
-
-
-
- A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.
-
-
-
-
- has at least one disk device available.
-
-
-
-
- There are no partitions to install on.
-
-
-
-
- PlasmaLnfJob
-
-
- Plasma Look-and-Feel Job
-
-
-
-
-
- Could not select KDE Plasma Look-and-Feel package
-
-
-
-
- PlasmaLnfPage
-
-
- Form
-
-
-
-
- Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is set up. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel.
-
-
-
-
- Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is installed. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel.
-
-
-
-
- PlasmaLnfViewStep
-
-
- Look-and-Feel
-
-
-
-
- PreserveFiles
-
-
- Saving files for later ...
-
-
-
-
- No files configured to save for later.
-
-
-
-
- Not all of the configured files could be preserved.
-
-
-
-
- ProcessResult
-
-
-
-There was no output from the command.
-
-
-
-
-
-Output:
-
-
-
-
-
- External command crashed.
-
-
-
-
- Command <i>%1</i> crashed.
-
-
-
-
- External command failed to start.
-
-
-
-
- Command <i>%1</i> failed to start.
-
-
-
-
- Internal error when starting command.
-
-
-
-
- Bad parameters for process job call.
-
-
-
-
- External command failed to finish.
-
-
-
-
- Command <i>%1</i> failed to finish in %2 seconds.
-
-
-
-
- External command finished with errors.
-
-
-
-
- Command <i>%1</i> finished with exit code %2.
-
-
-
-
- QObject
-
-
- %1 (%2)
-
-
-
-
- unknown
-
-
-
-
- extended
-
-
-
-
- unformatted
-
-
-
-
- swap
-
-
-
-
-
- Default
-
-
-
-
-
-
-
- File not found
-
-
-
-
- Path <pre>%1</pre> must be an absolute path.
-
-
-
-
- Directory not found
-
-
-
-
-
- Could not create new random file <pre>%1</pre>.
-
-
-
-
- No product
-
-
-
-
- No description provided.
-
-
-
-
- (no mount point)
-
-
-
-
- Unpartitioned space or unknown partition table
-
-
-
-
- Recommended
-
-
- <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/>
- Setup can continue, but some features might be disabled.</p>
-
-
-
-
- RemoveUserJob
-
-
- Remove live user from target system
-
-
-
-
- RemoveVolumeGroupJob
-
-
-
- Remove Volume Group named %1.
-
-
-
-
- Remove Volume Group named <strong>%1</strong>.
-
-
-
-
- The installer failed to remove a volume group named '%1'.
-
-
-
-
- ReplaceWidget
-
-
- Form
-
-
-
-
- Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition.
-
-
-
-
- The selected item does not appear to be a valid partition.
-
-
-
-
- %1 cannot be installed on empty space. Please select an existing partition.
-
-
-
-
- %1 cannot be installed on an extended partition. Please select an existing primary or logical partition.
-
-
-
-
- %1 cannot be installed on this partition.
-
-
-
-
- Data partition (%1)
-
-
-
-
- Unknown system partition (%1)
-
-
-
-
- %1 system partition (%2)
-
-
-
-
- <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB.
-
-
-
-
- <strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.
-
-
-
-
-
-
- <strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost.
-
-
-
-
- The EFI system partition at %1 will be used for starting %2.
-
-
-
-
- EFI system partition:
-
-
-
-
- Requirements
-
-
- <p>This computer does not satisfy the minimum requirements for installing %1.<br/>
- Installation cannot continue.</p>
-
-
-
-
- <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/>
- Setup can continue, but some features might be disabled.</p>
-
-
-
-
- ResizeFSJob
-
-
- Resize Filesystem Job
-
-
-
-
- Invalid configuration
-
-
-
-
- The file-system resize job has an invalid configuration and will not run.
-
-
-
-
- KPMCore not Available
-
-
-
-
- Calamares cannot start KPMCore for the file-system resize job.
-
-
-
-
-
-
-
-
- Resize Failed
-
-
-
-
- The filesystem %1 could not be found in this system, and cannot be resized.
-
-
-
-
- The device %1 could not be found in this system, and cannot be resized.
-
-
-
-
-
- The filesystem %1 cannot be resized.
-
-
-
-
-
- The device %1 cannot be resized.
-
-
-
-
- The filesystem %1 must be resized, but cannot.
-
-
-
-
- The device %1 must be resized, but cannot
-
-
-
-
- ResizePartitionJob
-
-
- Resize partition %1.
-
-
-
-
- Resize <strong>%2MiB</strong> partition <strong>%1</strong> to <strong>%3MiB</strong>.
-
-
-
-
- Resizing %2MiB partition %1 to %3MiB.
-
-
-
-
- The installer failed to resize partition %1 on disk '%2'.
-
-
-
-
- ResizeVolumeGroupDialog
-
-
- Resize Volume Group
-
-
-
-
- ResizeVolumeGroupJob
-
-
-
- Resize volume group named %1 from %2 to %3.
-
-
-
-
- Resize volume group named <strong>%1</strong> from <strong>%2</strong> to <strong>%3</strong>.
-
-
-
-
- The installer failed to resize a volume group named '%1'.
-
-
-
-
- ResultsListDialog
-
-
- For best results, please ensure that this computer:
-
-
-
-
- System requirements
-
-
-
-
- ScanningDialog
-
-
- Scanning storage devices...
-
-
-
-
- Partitioning
-
-
-
-
- SetHostNameJob
-
-
- Set hostname %1
-
-
-
-
- Set hostname <strong>%1</strong>.
-
-
-
-
- Setting hostname %1.
-
-
-
-
-
- Internal Error
-
-
-
-
-
- Cannot write hostname to target system
-
-
-
-
- SetKeyboardLayoutJob
-
-
- Set keyboard model to %1, layout to %2-%3
-
-
-
-
- Failed to write keyboard configuration for the virtual console.
-
-
-
-
-
-
- Failed to write to %1
-
-
-
-
- Failed to write keyboard configuration for X11.
-
-
-
-
- Failed to write keyboard configuration to existing /etc/default directory.
-
-
-
-
- SetPartFlagsJob
-
-
- Set flags on partition %1.
-
-
-
-
- Set flags on %1MiB %2 partition.
-
-
-
-
- Set flags on new partition.
-
-
-
-
- Clear flags on partition <strong>%1</strong>.
-
-
-
-
- Clear flags on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Clear flags on new partition.
-
-
-
-
- Flag partition <strong>%1</strong> as <strong>%2</strong>.
-
-
-
-
- Flag %1MiB <strong>%2</strong> partition as <strong>%3</strong>.
-
-
-
-
- Flag new partition as <strong>%1</strong>.
-
-
-
-
- Clearing flags on partition <strong>%1</strong>.
-
-
-
-
- Clearing flags on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Clearing flags on new partition.
-
-
-
-
- Setting flags <strong>%2</strong> on partition <strong>%1</strong>.
-
-
-
-
- Setting flags <strong>%3</strong> on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Setting flags <strong>%1</strong> on new partition.
-
-
-
-
- The installer failed to set flags on partition %1.
-
-
-
-
- SetPasswordJob
-
-
- Set password for user %1
-
-
-
-
- Setting password for user %1.
-
-
-
-
- Bad destination system path.
-
-
-
-
- rootMountPoint is %1
-
-
-
-
- Cannot disable root account.
-
-
-
-
- passwd terminated with error code %1.
-
-
-
-
- Cannot set password for user %1.
-
-
-
-
- usermod terminated with error code %1.
-
-
-
-
- SetTimezoneJob
-
-
- Set timezone to %1/%2
-
-
-
-
- Cannot access selected timezone path.
-
-
-
-
- Bad path: %1
-
-
-
-
- Cannot set timezone.
-
-
-
-
- Link creation failed, target: %1; link name: %2
-
-
-
-
- Cannot set timezone,
-
-
-
-
- Cannot open /etc/timezone for writing
-
-
-
-
- SetupGroupsJob
-
-
- Preparing groups.
-
-
-
-
-
- Could not create groups in target system
-
-
-
-
- These groups are missing in the target system: %1
-
-
-
-
- SetupSudoJob
-
-
- Configure <pre>sudo</pre> users.
-
-
-
-
- Cannot chmod sudoers file.
-
-
-
-
- Cannot create sudoers file for writing.
-
-
-
-
- ShellProcessJob
-
-
- Shell Processes Job
-
-
-
-
- SlideCounter
-
-
- %L1 / %L2
- slide counter, %1 of %2 (numeric)
-
-
-
-
- StandardButtons
-
-
- &OK
-
-
-
-
- &Yes
-
-
-
-
- &No
-
-
-
-
- &Cancel
-
-
-
-
- &Close
-
-
-
-
- TrackingInstallJob
-
-
- Installation feedback
-
-
-
-
- Sending installation feedback.
-
-
-
-
- Internal error in install-tracking.
-
-
-
-
- HTTP request timed out.
-
-
-
-
- TrackingKUserFeedbackJob
-
-
- KDE user feedback
-
-
-
-
- Configuring KDE user feedback.
-
-
-
-
-
- Error in KDE user feedback configuration.
-
-
-
-
- Could not configure KDE user feedback correctly, script error %1.
-
-
-
-
- Could not configure KDE user feedback correctly, Calamares error %1.
-
-
-
-
- TrackingMachineUpdateManagerJob
-
-
- Machine feedback
-
-
-
-
- Configuring machine feedback.
-
-
-
-
-
- Error in machine feedback configuration.
-
-
-
-
- Could not configure machine feedback correctly, script error %1.
-
-
-
-
- Could not configure machine feedback correctly, Calamares error %1.
-
-
-
-
- TrackingPage
-
-
- Form
-
-
-
-
- Placeholder
-
-
-
-
- <html><head/><body><p>Click here to send <span style=" font-weight:600;">no information at all</span> about your installation.</p></body></html>
-
-
-
-
- <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html>
-
-
-
-
- Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area.
-
-
-
-
- By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes.
-
-
-
-
- By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1.
-
-
-
-
- By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1.
-
-
-
-
- TrackingViewStep
-
-
- Feedback
-
-
-
-
- UsersPage
-
-
- <small>If more than one person will use this computer, you can create multiple accounts after setup.</small>
-
-
-
-
- <small>If more than one person will use this computer, you can create multiple accounts after installation.</small>
-
-
-
-
- UsersQmlViewStep
-
-
- Users
-
-
-
-
- UsersViewStep
-
-
- Users
-
-
-
-
- VariantModel
-
-
- Key
- Column header for key/value
-
-
-
-
- Value
- Column header for key/value
-
-
-
-
- VolumeGroupBaseDialog
-
-
- Create Volume Group
-
-
-
-
- List of Physical Volumes
-
-
-
-
- Volume Group Name:
-
-
-
-
- Volume Group Type:
-
-
-
-
- Physical Extent Size:
-
-
-
-
- MiB
-
-
-
-
- Total Size:
-
-
-
-
- Used Size:
-
-
-
-
- Total Sectors:
-
-
-
-
- Quantity of LVs:
-
-
-
-
- WelcomePage
-
-
- Form
-
-
-
-
-
- Select application and system language
-
-
-
-
- &About
-
-
-
-
- Open donations website
-
-
-
-
- &Donate
-
-
-
-
- Open help and support website
-
-
-
-
- &Support
-
-
-
-
- Open issues and bug-tracking website
-
-
-
-
- &Known issues
-
-
-
-
- Open release notes website
-
-
-
-
- &Release notes
-
-
-
-
- <h1>Welcome to the Calamares setup program for %1.</h1>
-
-
-
-
- <h1>Welcome to %1 setup.</h1>
-
-
-
-
- <h1>Welcome to the Calamares installer for %1.</h1>
-
-
-
-
- <h1>Welcome to the %1 installer.</h1>
-
-
-
-
- %1 support
-
-
-
-
- About %1 setup
-
-
-
-
- About %1 installer
-
-
-
-
- <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac <teo@kde.org><br/>Copyright 2017-2020 Adriaan de Groot <groot@kde.org><br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.
-
-
-
-
- WelcomeQmlViewStep
-
-
- Welcome
-
-
-
-
- WelcomeViewStep
-
-
- Welcome
-
-
-
-
- about
-
-
- <h1>%1</h1><br/>
- <strong>%2<br/>
- for %3</strong><br/><br/>
- Copyright 2014-2017 Teo Mrnjavac <teo@kde.org><br/>
- Copyright 2017-2020 Adriaan de Groot <groot@kde.org><br/>
- Thanks to <a href='https://calamares.io/team/'>the Calamares team</a>
- and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares
- translators team</a>.<br/><br/>
- <a href='https://calamares.io/'>Calamares</a>
- development is sponsored by <br/>
- <a href='http://www.blue-systems.com/'>Blue Systems</a> -
- Liberating Software.
-
-
-
-
- Back
-
-
-
-
- calamares-sidebar
-
-
- Show debug information
-
-
-
-
- finishedq
-
-
- Installation Completed
-
-
-
-
- %1 has been installed on your computer.<br/>
- You may now restart into your new system, or continue using the Live environment.
-
-
-
-
- Close Installer
-
-
-
-
- Restart System
-
-
-
-
- <p>A full log of the install is available as installation.log in the home directory of the Live user.<br/>
- This log is copied to /var/log/installation.log of the target system.</p>
-
-
-
-
- i18n
-
-
- <h1>Languages</h1> </br>
- The system locale setting affects the language and character set for some command line user interface elements. The current setting is <strong>%1</strong>.
-
-
-
-
- <h1>Locales</h1> </br>
- The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
-
-
-
-
- Back
-
-
-
-
- keyboardq
-
-
- To activate keyboard preview, select a layout.
-
-
-
-
- Keyboard Model:
-
-
-
-
- Layouts
-
-
-
-
- Type here to test your keyboard
-
-
-
-
- Variants
-
-
-
-
- localeq
-
-
- Change
-
-
-
-
- notesqml
-
-
- <h3>%1</h3>
- <p>These are example release notes.</p>
-
-
-
-
- packagechooserq
-
-
- LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.<br/>
- Default option.
-
-
-
-
- LibreOffice
-
-
-
-
- If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives.
-
-
-
-
- No Office Suite
-
-
-
-
- Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser.
-
-
-
-
- Minimal Install
-
-
-
-
- Please select an option for your install, or use the default: LibreOffice included.
-
-
-
-
- release_notes
-
-
- <h3>%1</h3>
- <p>This an example QML file, showing options in RichText with Flickable content.</p>
-
- <p>QML with RichText can use HTML tags, Flickable content is useful for touchscreens.</p>
-
- <p><b>This is bold text</b></p>
- <p><i>This is italic text</i></p>
- <p><u>This is underlined text</u></p>
- <p><center>This text will be center-aligned.</center></p>
- <p><s>This is strikethrough</s></p>
-
- <p>Code example:
- <code>ls -l /home</code></p>
-
- <p><b>Lists:</b></p>
- <ul>
- <li>Intel CPU systems</li>
- <li>AMD CPU systems</li>
- </ul>
-
- <p>The vertical scrollbar is adjustable, current width set to 10.</p>
-
-
-
-
- Back
-
-
-
-
- usersq
-
-
- Pick your user name and credentials to login and perform admin tasks
-
-
-
-
- What is your name?
-
-
-
-
- Your Full Name
-
-
-
-
- What name do you want to use to log in?
-
-
-
-
- Login Name
-
-
-
-
- If more than one person will use this computer, you can create multiple accounts after installation.
-
-
-
-
- Only lowercase letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- root is not allowed as username.
-
-
-
-
- What is the name of this computer?
-
-
-
-
- Computer Name
-
-
-
-
- This name will be used if you make the computer visible to others on a network.
-
-
-
-
- localhost is not allowed as hostname.
-
-
-
-
- Choose a password to keep your account safe.
-
-
-
-
- Password
-
-
-
-
- Repeat Password
-
-
-
-
- Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.
-
-
-
-
- Validate passwords quality
-
-
-
-
- When this box is checked, password-strength checking is done and you will not be able to use a weak password.
-
-
-
-
- Log in automatically without asking for the password
-
-
-
-
- Only letters, numbers, underscore and hyphen are allowed, minimal of two characters.
-
-
-
-
- Reuse user password as root password
-
-
-
-
- Use the same password for the administrator account.
-
-
-
-
- Choose a root password to keep your account safe.
-
-
-
-
- Root Password
-
-
-
-
- Repeat Root Password
-
-
-
-
- Enter the same password twice, so that it can be checked for typing errors.
-
-
-
-
- welcomeq
-
-
- <h3>Welcome to the %1 <quote>%2</quote> installer</h3>
- <p>This program will ask you some questions and set up %1 on your computer.</p>
-
-
-
-
- About
-
-
-
-
- Support
-
-
-
-
- Known issues
-
-
-
-
- Release notes
-
-
-
-
- Donate
-
-
-
-
diff --git a/lang/calamares_fr_CH.ts b/lang/calamares_fr_CH.ts
deleted file mode 100644
index 9bbec804a..000000000
--- a/lang/calamares_fr_CH.ts
+++ /dev/null
@@ -1,4377 +0,0 @@
-
-
-
-
- AutoMountManagementJob
-
-
- Manage auto-mount settings
-
-
-
-
- BootInfoWidget
-
-
- The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode.
-
-
-
-
- This system was started with an <strong>EFI</strong> boot environment.<br><br>To configure startup from an EFI environment, this installer must deploy a boot loader application, like <strong>GRUB</strong> or <strong>systemd-boot</strong> on an <strong>EFI System Partition</strong>. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own.
-
-
-
-
- This system was started with a <strong>BIOS</strong> boot environment.<br><br>To configure startup from a BIOS environment, this installer must install a boot loader, like <strong>GRUB</strong>, either at the beginning of a partition or on the <strong>Master Boot Record</strong> 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.
-
-
-
-
- BootLoaderModel
-
-
- Master Boot Record of %1
-
-
-
-
- Boot Partition
-
-
-
-
- System Partition
-
-
-
-
- Do not install a boot loader
-
-
-
-
- %1 (%2)
-
-
-
-
- Calamares::BlankViewStep
-
-
- Blank Page
-
-
-
-
- Calamares::DebugWindow
-
-
- Form
-
-
-
-
- GlobalStorage
-
-
-
-
- JobQueue
-
-
-
-
- Modules
-
-
-
-
- Type:
-
-
-
-
-
- none
-
-
-
-
- Interface:
-
-
-
-
- Crashes Calamares, so that Dr. Konqui can look at it.
-
-
-
-
- Reloads the stylesheet from the branding directory.
-
-
-
-
- Uploads the session log to the configured pastebin.
-
-
-
-
- Send Session Log
-
-
-
-
- Reload Stylesheet
-
-
-
-
- Displays the tree of widget names in the log (for stylesheet debugging).
-
-
-
-
- Widget Tree
-
-
-
-
- Debug information
-
-
-
-
- Calamares::ExecutionViewStep
-
-
- Set up
-
-
-
-
- Install
-
-
-
-
- Calamares::FailJob
-
-
- Job failed (%1)
-
-
-
-
- Programmed job failure was explicitly requested.
-
-
-
-
- Calamares::JobThread
-
-
- Done
-
-
-
-
- Calamares::NamedJob
-
-
- Example job (%1)
-
-
-
-
- Calamares::ProcessJob
-
-
- Run command '%1' in target system.
-
-
-
-
- Run command '%1'.
-
-
-
-
- Running command %1 %2
-
-
-
-
- Calamares::PythonJob
-
-
- Running %1 operation.
-
-
-
-
- Bad working directory path
-
-
-
-
- Working directory %1 for python job %2 is not readable.
-
-
-
-
- Bad main script file
-
-
-
-
- Main script file %1 for python job %2 is not readable.
-
-
-
-
- Boost.Python error in job "%1".
-
-
-
-
- Calamares::QmlViewStep
-
-
- Loading ...
-
-
-
-
- QML Step <i>%1</i>.
-
-
-
-
- Loading failed.
-
-
-
-
- Calamares::RequirementsChecker
-
-
- Requirements checking for module <i>%1</i> is complete.
-
-
-
-
- Waiting for %n module(s).
-
-
-
-
-
-
-
- (%n second(s))
-
-
-
-
-
-
-
- System-requirements checking is complete.
-
-
-
-
- Calamares::ViewManager
-
-
- Setup Failed
-
-
-
-
- Installation Failed
-
-
-
-
- Would you like to paste the install log to the web?
-
-
-
-
- Error
-
-
-
-
- &Yes
-
-
-
-
- &No
-
-
-
-
- &Close
-
-
-
-
- Install Log Paste URL
-
-
-
-
- The upload was unsuccessful. No web-paste was done.
-
-
-
-
- Install log posted to
-
-%1
-
-Link copied to clipboard
-
-
-
-
- Calamares Initialization Failed
-
-
-
-
- %1 can not be installed. Calamares was unable to load all of the configured modules. This is a problem with the way Calamares is being used by the distribution.
-
-
-
-
- <br/>The following modules could not be loaded:
-
-
-
-
- Continue with setup?
-
-
-
-
- Continue with installation?
-
-
-
-
- The %1 setup program is about to make changes to your disk in order to set up %2.<br/><strong>You will not be able to undo these changes.</strong>
-
-
-
-
- The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong>
-
-
-
-
- &Set up now
-
-
-
-
- &Install now
-
-
-
-
- Go &back
-
-
-
-
- &Set up
-
-
-
-
- &Install
-
-
-
-
- Setup is complete. Close the setup program.
-
-
-
-
- The installation is complete. Close the installer.
-
-
-
-
- Cancel setup without changing the system.
-
-
-
-
- Cancel installation without changing the system.
-
-
-
-
- &Next
-
-
-
-
- &Back
-
-
-
-
- &Done
-
-
-
-
- &Cancel
-
-
-
-
- Cancel setup?
-
-
-
-
- Cancel installation?
-
-
-
-
- Do you really want to cancel the current setup process?
-The setup program will quit and all changes will be lost.
-
-
-
-
- Do you really want to cancel the current install process?
-The installer will quit and all changes will be lost.
-
-
-
-
- CalamaresPython::Helper
-
-
- Unknown exception type
-
-
-
-
- unparseable Python error
-
-
-
-
- unparseable Python traceback
-
-
-
-
- Unfetchable Python error.
-
-
-
-
- CalamaresWindow
-
-
- %1 Setup Program
-
-
-
-
- %1 Installer
-
-
-
-
- ChangeFilesystemLabelJob
-
-
- Set filesystem label on %1.
-
-
-
-
- Set filesystem label <strong>%1</strong> to partition <strong>%2</strong>.
-
-
-
-
- The installer failed to update partition table on disk '%1'.
-
-
-
-
- CheckerContainer
-
-
- Gathering system information...
-
-
-
-
- ChoicePage
-
-
- Form
-
-
-
-
- Select storage de&vice:
-
-
-
-
-
-
-
- Current:
-
-
-
-
- After:
-
-
-
-
- <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.
-
-
-
-
- Reuse %1 as home partition for %2.
-
-
-
-
- <strong>Select a partition to shrink, then drag the bottom bar to resize</strong>
-
-
-
-
- %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4.
-
-
-
-
- Boot loader location:
-
-
-
-
- <strong>Select a partition to install on</strong>
-
-
-
-
- An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.
-
-
-
-
- The EFI system partition at %1 will be used for starting %2.
-
-
-
-
- EFI system partition:
-
-
-
-
- This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
-
-
-
- <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.
-
-
-
-
-
-
-
- <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.
-
-
-
-
-
-
-
- <strong>Replace a partition</strong><br/>Replaces a partition with %1.
-
-
-
-
- This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/>
-
-
-
-
- This storage device has one of its partitions <strong>mounted</strong>.
-
-
-
-
- This storage device is a part of an <strong>inactive RAID</strong> device.
-
-
-
-
- No Swap
-
-
-
-
- Reuse Swap
-
-
-
-
- Swap (no Hibernate)
-
-
-
-
- Swap (with Hibernate)
-
-
-
-
- Swap to file
-
-
-
-
- ClearMountsJob
-
-
- Successfully unmounted %1.
-
-
-
-
- Successfully disabled swap %1.
-
-
-
-
- Successfully cleared swap %1.
-
-
-
-
- Successfully closed mapper device %1.
-
-
-
-
- Successfully disabled volume group %1.
-
-
-
-
- Clear mounts for partitioning operations on %1
-
-
-
-
- Clearing mounts for partitioning operations on %1.
-
-
-
-
- Cleared all mounts for %1
-
-
-
-
- ClearTempMountsJob
-
-
- Clear all temporary mounts.
-
-
-
-
- Clearing all temporary mounts.
-
-
-
-
- Cannot get list of temporary mounts.
-
-
-
-
- Cleared all temporary mounts.
-
-
-
-
- CommandList
-
-
-
- Could not run command.
-
-
-
-
- The command runs in the host environment and needs to know the root path, but no rootMountPoint is defined.
-
-
-
-
- The command needs to know the user's name, but no username is defined.
-
-
-
-
- Config
-
-
- Set keyboard model to %1.<br/>
-
-
-
-
- Set keyboard layout to %1/%2.
-
-
-
-
- Set timezone to %1/%2.
-
-
-
-
- The system language will be set to %1.
-
-
-
-
- The numbers and dates locale will be set to %1.
-
-
-
-
- Network Installation. (Disabled: Incorrect configuration)
-
-
-
-
- Network Installation. (Disabled: Received invalid groups data)
-
-
-
-
- Network Installation. (Disabled: Internal error)
-
-
-
-
- Network Installation. (Disabled: No package list)
-
-
-
-
- Package selection
-
-
-
-
- Network Installation. (Disabled: Unable to fetch package lists, check your network connection)
-
-
-
-
- This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a>
-
-
-
-
- This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a>
-
-
-
-
- This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled.
-
-
-
-
- This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled.
-
-
-
-
- This program will ask you some questions and set up %2 on your computer.
-
-
-
-
- <h1>Welcome to the Calamares setup program for %1</h1>
-
-
-
-
- <h1>Welcome to %1 setup</h1>
-
-
-
-
- <h1>Welcome to the Calamares installer for %1</h1>
-
-
-
-
- <h1>Welcome to the %1 installer</h1>
-
-
-
-
- Your username is too long.
-
-
-
-
- '%1' is not allowed as username.
-
-
-
-
- Your username must start with a lowercase letter or underscore.
-
-
-
-
- Only lowercase letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- Your hostname is too short.
-
-
-
-
- Your hostname is too long.
-
-
-
-
- '%1' is not allowed as hostname.
-
-
-
-
- Only letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- Your passwords do not match!
-
-
-
-
- OK!
-
-
-
-
- Setup Failed
-
-
-
-
- Installation Failed
-
-
-
-
- The setup of %1 did not complete successfully.
-
-
-
-
- The installation of %1 did not complete successfully.
-
-
-
-
- Setup Complete
-
-
-
-
- Installation Complete
-
-
-
-
- The setup of %1 is complete.
-
-
-
-
- The installation of %1 is complete.
-
-
-
-
- Package Selection
-
-
-
-
- Please pick a product from the list. The selected product will be installed.
-
-
-
-
- Install option: <strong>%1</strong>
-
-
-
-
- None
-
-
-
-
- Summary
-
-
-
-
- This is an overview of what will happen once you start the setup procedure.
-
-
-
-
- This is an overview of what will happen once you start the install procedure.
-
-
-
-
- ContextualProcessJob
-
-
- Contextual Processes Job
-
-
-
-
- CreatePartitionDialog
-
-
- Create a Partition
-
-
-
-
- Si&ze:
-
-
-
-
- MiB
-
-
-
-
- Partition &Type:
-
-
-
-
- &Primary
-
-
-
-
- E&xtended
-
-
-
-
- Fi&le System:
-
-
-
-
- LVM LV name
-
-
-
-
- &Mount Point:
-
-
-
-
- Flags:
-
-
-
-
- Label for the filesystem
-
-
-
-
- FS Label:
-
-
-
-
- En&crypt
-
-
-
-
- Logical
-
-
-
-
- Primary
-
-
-
-
- GPT
-
-
-
-
- Mountpoint already in use. Please select another one.
-
-
-
-
- CreatePartitionJob
-
-
- Create new %1MiB partition on %3 (%2) with entries %4.
-
-
-
-
- Create new %1MiB partition on %3 (%2).
-
-
-
-
- Create new %2MiB partition on %4 (%3) with file system %1.
-
-
-
-
- Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2) with entries <em>%4</em>.
-
-
-
-
- Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2).
-
-
-
-
- Create new <strong>%2MiB</strong> partition on <strong>%4</strong> (%3) with file system <strong>%1</strong>.
-
-
-
-
-
- Creating new %1 partition on %2.
-
-
-
-
- The installer failed to create partition on disk '%1'.
-
-
-
-
- CreatePartitionTableDialog
-
-
- Create Partition Table
-
-
-
-
- Creating a new partition table will delete all existing data on the disk.
-
-
-
-
- What kind of partition table do you want to create?
-
-
-
-
- Master Boot Record (MBR)
-
-
-
-
- GUID Partition Table (GPT)
-
-
-
-
- CreatePartitionTableJob
-
-
- Create new %1 partition table on %2.
-
-
-
-
- Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3).
-
-
-
-
- Creating new %1 partition table on %2.
-
-
-
-
- The installer failed to create a partition table on %1.
-
-
-
-
- CreateUserJob
-
-
- Create user %1
-
-
-
-
- Create user <strong>%1</strong>.
-
-
-
-
- Preserving home directory
-
-
-
-
-
- Creating user %1
-
-
-
-
- Configuring user %1
-
-
-
-
- Setting file permissions
-
-
-
-
- CreateVolumeGroupDialog
-
-
- Create Volume Group
-
-
-
-
- CreateVolumeGroupJob
-
-
- Create new volume group named %1.
-
-
-
-
- Create new volume group named <strong>%1</strong>.
-
-
-
-
- Creating new volume group named %1.
-
-
-
-
- The installer failed to create a volume group named '%1'.
-
-
-
-
- DeactivateVolumeGroupJob
-
-
-
- Deactivate volume group named %1.
-
-
-
-
- Deactivate volume group named <strong>%1</strong>.
-
-
-
-
- The installer failed to deactivate a volume group named %1.
-
-
-
-
- DeletePartitionJob
-
-
- Delete partition %1.
-
-
-
-
- Delete partition <strong>%1</strong>.
-
-
-
-
- Deleting partition %1.
-
-
-
-
- The installer failed to delete partition %1.
-
-
-
-
- DeviceInfoWidget
-
-
- This device has a <strong>%1</strong> partition table.
-
-
-
-
- This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem.
-
-
-
-
- This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page.
-
-
-
-
- <br><br>This is the recommended partition table type for modern systems which start from an <strong>EFI</strong> boot environment.
-
-
-
-
- <br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions.
-
-
-
-
- The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred.
-
-
-
-
- DeviceModel
-
-
- %1 - %2 (%3)
- device[name] - size[number] (device-node[name])
-
-
-
-
- %1 - (%2)
- device[name] - (device-node[name])
-
-
-
-
- DracutLuksCfgJob
-
-
- Write LUKS configuration for Dracut to %1
-
-
-
-
- Skip writing LUKS configuration for Dracut: "/" partition is not encrypted
-
-
-
-
- Failed to open %1
-
-
-
-
- DummyCppJob
-
-
- Dummy C++ Job
-
-
-
-
- EditExistingPartitionDialog
-
-
- Edit Existing Partition
-
-
-
-
- Content:
-
-
-
-
- &Keep
-
-
-
-
- Format
-
-
-
-
- Warning: Formatting the partition will erase all existing data.
-
-
-
-
- &Mount Point:
-
-
-
-
- Si&ze:
-
-
-
-
- MiB
-
-
-
-
- Fi&le System:
-
-
-
-
- Flags:
-
-
-
-
- Label for the filesystem
-
-
-
-
- FS Label:
-
-
-
-
- Mountpoint already in use. Please select another one.
-
-
-
-
- EncryptWidget
-
-
- Form
-
-
-
-
- En&crypt system
-
-
-
-
- Passphrase
-
-
-
-
- Confirm passphrase
-
-
-
-
-
- Please enter the same passphrase in both boxes.
-
-
-
-
- FillGlobalStorageJob
-
-
- Set partition information
-
-
-
-
- Install %1 on <strong>new</strong> %2 system partition with features <em>%3</em>
-
-
-
-
- Install %1 on <strong>new</strong> %2 system partition.
-
-
-
-
- Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong> and features <em>%3</em>.
-
-
-
-
- Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>%3.
-
-
-
-
- Install %2 on %3 system partition <strong>%1</strong> with features <em>%4</em>.
-
-
-
-
- Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong> and features <em>%4</em>.
-
-
-
-
- Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>%4.
-
-
-
-
- Install %2 on %3 system partition <strong>%1</strong>.
-
-
-
-
- Install boot loader on <strong>%1</strong>.
-
-
-
-
- Setting up mount points.
-
-
-
-
- FinishedPage
-
-
- Form
-
-
-
-
- &Restart now
-
-
-
-
- <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system.
-
-
-
-
- <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html>
-
-
-
-
- <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment.
-
-
-
-
- <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html>
-
-
-
-
- <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2.
-
-
-
-
- <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2.
-
-
-
-
- FinishedQmlViewStep
-
-
- Finish
-
-
-
-
- FinishedViewStep
-
-
- Finish
-
-
-
-
- FormatPartitionJob
-
-
- Format partition %1 (file system: %2, size: %3 MiB) on %4.
-
-
-
-
- Format <strong>%3MiB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>.
-
-
-
-
- Formatting partition %1 with file system %2.
-
-
-
-
- The installer failed to format partition %1 on disk '%2'.
-
-
-
-
- GeneralRequirements
-
-
- has at least %1 GiB available drive space
-
-
-
-
- There is not enough drive space. At least %1 GiB is required.
-
-
-
-
- has at least %1 GiB working memory
-
-
-
-
- The system does not have enough working memory. At least %1 GiB is required.
-
-
-
-
- is plugged in to a power source
-
-
-
-
- The system is not plugged in to a power source.
-
-
-
-
- is connected to the Internet
-
-
-
-
- The system is not connected to the Internet.
-
-
-
-
- is running the installer as an administrator (root)
-
-
-
-
- The setup program is not running with administrator rights.
-
-
-
-
- The installer is not running with administrator rights.
-
-
-
-
- has a screen large enough to show the whole installer
-
-
-
-
- The screen is too small to display the setup program.
-
-
-
-
- The screen is too small to display the installer.
-
-
-
-
- HostInfoJob
-
-
- Collecting information about your machine.
-
-
-
-
- IDJob
-
-
-
-
-
- OEM Batch Identifier
-
-
-
-
- Could not create directories <code>%1</code>.
-
-
-
-
- Could not open file <code>%1</code>.
-
-
-
-
- Could not write to file <code>%1</code>.
-
-
-
-
- InitcpioJob
-
-
- Creating initramfs with mkinitcpio.
-
-
-
-
- InitramfsJob
-
-
- Creating initramfs.
-
-
-
-
- InteractiveTerminalPage
-
-
- Konsole not installed
-
-
-
-
- Please install KDE Konsole and try again!
-
-
-
-
- Executing script: <code>%1</code>
-
-
-
-
- InteractiveTerminalViewStep
-
-
- Script
-
-
-
-
- KeyboardQmlViewStep
-
-
- Keyboard
-
-
-
-
- KeyboardViewStep
-
-
- Keyboard
-
-
-
-
- LCLocaleDialog
-
-
- System locale setting
-
-
-
-
- The system locale setting affects the language and character set for some command line user interface elements.<br/>The current setting is <strong>%1</strong>.
-
-
-
-
- &Cancel
-
-
-
-
- &OK
-
-
-
-
- LicensePage
-
-
- Form
-
-
-
-
- <h1>License Agreement</h1>
-
-
-
-
- I accept the terms and conditions above.
-
-
-
-
- Please review the End User License Agreements (EULAs).
-
-
-
-
- This setup procedure will install proprietary software that is subject to licensing terms.
-
-
-
-
- If you do not agree with the terms, the setup procedure cannot continue.
-
-
-
-
- This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience.
-
-
-
-
- If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead.
-
-
-
-
- LicenseViewStep
-
-
- License
-
-
-
-
- LicenseWidget
-
-
- URL: %1
-
-
-
-
- <strong>%1 driver</strong><br/>by %2
- %1 is an untranslatable product name, example: Creative Audigy driver
-
-
-
-
- <strong>%1 graphics driver</strong><br/><font color="Grey">by %2</font>
- %1 is usually a vendor name, example: Nvidia graphics driver
-
-
-
-
- <strong>%1 browser plugin</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1 codec</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1 package</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- File: %1
-
-
-
-
- Hide license text
-
-
-
-
- Show the license text
-
-
-
-
- Open license agreement in browser.
-
-
-
-
- LocalePage
-
-
- Region:
-
-
-
-
- Zone:
-
-
-
-
-
- &Change...
-
-
-
-
- LocaleQmlViewStep
-
-
- Location
-
-
-
-
- LocaleTests
-
-
- Quit
-
-
-
-
- LocaleViewStep
-
-
- Location
-
-
-
-
- LuksBootKeyFileJob
-
-
- Configuring LUKS key file.
-
-
-
-
-
- No partitions are defined.
-
-
-
-
-
-
- Encrypted rootfs setup error
-
-
-
-
- Root partition %1 is LUKS but no passphrase has been set.
-
-
-
-
- Could not create LUKS key file for root partition %1.
-
-
-
-
- Could not configure LUKS key file on partition %1.
-
-
-
-
- MachineIdJob
-
-
- Generate machine-id.
-
-
-
-
- Configuration Error
-
-
-
-
- No root mount point is set for MachineId.
-
-
-
-
- Map
-
-
- Timezone: %1
-
-
-
-
- Please select your preferred location on the map so the installer can suggest the locale
- and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging
- to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming.
-
-
-
-
- NetInstallViewStep
-
-
- Package selection
-
-
-
-
- Office software
-
-
-
-
- Office package
-
-
-
-
- Browser software
-
-
-
-
- Browser package
-
-
-
-
- Web browser
-
-
-
-
- Kernel
-
-
-
-
- Services
-
-
-
-
- Login
-
-
-
-
- Desktop
-
-
-
-
- Applications
-
-
-
-
- Communication
-
-
-
-
- Development
-
-
-
-
- Office
-
-
-
-
- Multimedia
-
-
-
-
- Internet
-
-
-
-
- Theming
-
-
-
-
- Gaming
-
-
-
-
- Utilities
-
-
-
-
- NotesQmlViewStep
-
-
- Notes
-
-
-
-
- OEMPage
-
-
- Ba&tch:
-
-
-
-
- <html><head/><body><p>Enter a batch-identifier here. This will be stored in the target system.</p></body></html>
-
-
-
-
- <html><head/><body><h1>OEM Configuration</h1><p>Calamares will use OEM settings while configuring the target system.</p></body></html>
-
-
-
-
- OEMViewStep
-
-
- OEM Configuration
-
-
-
-
- Set the OEM Batch Identifier to <code>%1</code>.
-
-
-
-
- Offline
-
-
- Select your preferred Region, or use the default settings.
-
-
-
-
-
-
- Timezone: %1
-
-
-
-
- Select your preferred Zone within your Region.
-
-
-
-
- Zones
-
-
-
-
- You can fine-tune Language and Locale settings below.
-
-
-
-
- PWQ
-
-
- Password is too short
-
-
-
-
- Password is too long
-
-
-
-
- Password is too weak
-
-
-
-
- Memory allocation error when setting '%1'
-
-
-
-
- Memory allocation error
-
-
-
-
- The password is the same as the old one
-
-
-
-
- The password is a palindrome
-
-
-
-
- The password differs with case changes only
-
-
-
-
- The password is too similar to the old one
-
-
-
-
- The password contains the user name in some form
-
-
-
-
- The password contains words from the real name of the user in some form
-
-
-
-
- The password contains forbidden words in some form
-
-
-
-
- The password contains too few digits
-
-
-
-
- The password contains too few uppercase letters
-
-
-
-
- The password contains fewer than %n lowercase letters
-
-
-
-
-
-
-
- The password contains too few lowercase letters
-
-
-
-
- The password contains too few non-alphanumeric characters
-
-
-
-
- The password is too short
-
-
-
-
- The password does not contain enough character classes
-
-
-
-
- The password contains too many same characters consecutively
-
-
-
-
- The password contains too many characters of the same class consecutively
-
-
-
-
- The password contains fewer than %n digits
-
-
-
-
-
-
-
- The password contains fewer than %n uppercase letters
-
-
-
-
-
-
-
- The password contains fewer than %n non-alphanumeric characters
-
-
-
-
-
-
-
- The password is shorter than %n characters
-
-
-
-
-
-
-
- The password is a rotated version of the previous one
-
-
-
-
- The password contains fewer than %n character classes
-
-
-
-
-
-
-
- The password contains more than %n same characters consecutively
-
-
-
-
-
-
-
- The password contains more than %n characters of the same class consecutively
-
-
-
-
-
-
-
- The password contains monotonic sequence longer than %n characters
-
-
-
-
-
-
-
- The password contains too long of a monotonic character sequence
-
-
-
-
- No password supplied
-
-
-
-
- Cannot obtain random numbers from the RNG device
-
-
-
-
- Password generation failed - required entropy too low for settings
-
-
-
-
- The password fails the dictionary check - %1
-
-
-
-
- The password fails the dictionary check
-
-
-
-
- Unknown setting - %1
-
-
-
-
- Unknown setting
-
-
-
-
- Bad integer value of setting - %1
-
-
-
-
- Bad integer value
-
-
-
-
- Setting %1 is not of integer type
-
-
-
-
- Setting is not of integer type
-
-
-
-
- Setting %1 is not of string type
-
-
-
-
- Setting is not of string type
-
-
-
-
- Opening the configuration file failed
-
-
-
-
- The configuration file is malformed
-
-
-
-
- Fatal failure
-
-
-
-
- Unknown error
-
-
-
-
- Password is empty
-
-
-
-
- PackageChooserPage
-
-
- Form
-
-
-
-
- Product Name
-
-
-
-
- TextLabel
-
-
-
-
- Long Product Description
-
-
-
-
- Package Selection
-
-
-
-
- Please pick a product from the list. The selected product will be installed.
-
-
-
-
- PackageChooserQmlViewStep
-
-
- Packages
-
-
-
-
- PackageChooserViewStep
-
-
- Packages
-
-
-
-
- PackageModel
-
-
- Name
-
-
-
-
- Description
-
-
-
-
- Page_Keyboard
-
-
- Form
-
-
-
-
- Keyboard Model:
-
-
-
-
- Type here to test your keyboard
-
-
-
-
- Page_UserSetup
-
-
- Form
-
-
-
-
- What is your name?
-
-
-
-
- Your Full Name
-
-
-
-
- What name do you want to use to log in?
-
-
-
-
- login
-
-
-
-
- What is the name of this computer?
-
-
-
-
- <small>This name will be used if you make the computer visible to others on a network.</small>
-
-
-
-
- Computer Name
-
-
-
-
- Choose a password to keep your account safe.
-
-
-
-
-
- <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small>
-
-
-
-
-
- Password
-
-
-
-
-
- Repeat Password
-
-
-
-
- When this box is checked, password-strength checking is done and you will not be able to use a weak password.
-
-
-
-
- Require strong passwords.
-
-
-
-
- Log in automatically without asking for the password.
-
-
-
-
- Use the same password for the administrator account.
-
-
-
-
- Choose a password for the administrator account.
-
-
-
-
-
- <small>Enter the same password twice, so that it can be checked for typing errors.</small>
-
-
-
-
- PartitionLabelsView
-
-
- Root
-
-
-
-
- Home
-
-
-
-
- Boot
-
-
-
-
- EFI system
-
-
-
-
- Swap
-
-
-
-
- New partition for %1
-
-
-
-
- New partition
-
-
-
-
- %1 %2
- size[number] filesystem[name]
-
-
-
-
- PartitionModel
-
-
-
- Free Space
-
-
-
-
-
- New partition
-
-
-
-
- Name
-
-
-
-
- File System
-
-
-
-
- File System Label
-
-
-
-
- Mount Point
-
-
-
-
- Size
-
-
-
-
- PartitionPage
-
-
- Form
-
-
-
-
- Storage de&vice:
-
-
-
-
- &Revert All Changes
-
-
-
-
- New Partition &Table
-
-
-
-
- Cre&ate
-
-
-
-
- &Edit
-
-
-
-
- &Delete
-
-
-
-
- New Volume Group
-
-
-
-
- Resize Volume Group
-
-
-
-
- Deactivate Volume Group
-
-
-
-
- Remove Volume Group
-
-
-
-
- I&nstall boot loader on:
-
-
-
-
- Are you sure you want to create a new partition table on %1?
-
-
-
-
- Can not create new partition
-
-
-
-
- The partition table on %1 already has %2 primary partitions, and no more can be added. Please remove one primary partition and add an extended partition, instead.
-
-
-
-
- PartitionViewStep
-
-
- Gathering system information...
-
-
-
-
- Partitions
-
-
-
-
- Current:
-
-
-
-
- After:
-
-
-
-
- No EFI system partition configured
-
-
-
-
- EFI system partition configured incorrectly
-
-
-
-
- An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem.
-
-
-
-
- The filesystem must be mounted on <strong>%1</strong>.
-
-
-
-
- The filesystem must have type FAT32.
-
-
-
-
- The filesystem must be at least %1 MiB in size.
-
-
-
-
- The filesystem must have flag <strong>%1</strong> set.
-
-
-
-
- You can continue without setting up an EFI system partition but your system may fail to start.
-
-
-
-
- Option to use GPT on BIOS
-
-
-
-
- A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.
-
-
-
-
- Boot partition not encrypted
-
-
-
-
- A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.
-
-
-
-
- has at least one disk device available.
-
-
-
-
- There are no partitions to install on.
-
-
-
-
- PlasmaLnfJob
-
-
- Plasma Look-and-Feel Job
-
-
-
-
-
- Could not select KDE Plasma Look-and-Feel package
-
-
-
-
- PlasmaLnfPage
-
-
- Form
-
-
-
-
- Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is set up. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel.
-
-
-
-
- Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is installed. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel.
-
-
-
-
- PlasmaLnfViewStep
-
-
- Look-and-Feel
-
-
-
-
- PreserveFiles
-
-
- Saving files for later ...
-
-
-
-
- No files configured to save for later.
-
-
-
-
- Not all of the configured files could be preserved.
-
-
-
-
- ProcessResult
-
-
-
-There was no output from the command.
-
-
-
-
-
-Output:
-
-
-
-
-
- External command crashed.
-
-
-
-
- Command <i>%1</i> crashed.
-
-
-
-
- External command failed to start.
-
-
-
-
- Command <i>%1</i> failed to start.
-
-
-
-
- Internal error when starting command.
-
-
-
-
- Bad parameters for process job call.
-
-
-
-
- External command failed to finish.
-
-
-
-
- Command <i>%1</i> failed to finish in %2 seconds.
-
-
-
-
- External command finished with errors.
-
-
-
-
- Command <i>%1</i> finished with exit code %2.
-
-
-
-
- QObject
-
-
- %1 (%2)
-
-
-
-
- unknown
-
-
-
-
- extended
-
-
-
-
- unformatted
-
-
-
-
- swap
-
-
-
-
-
- Default
-
-
-
-
-
-
-
- File not found
-
-
-
-
- Path <pre>%1</pre> must be an absolute path.
-
-
-
-
- Directory not found
-
-
-
-
-
- Could not create new random file <pre>%1</pre>.
-
-
-
-
- No product
-
-
-
-
- No description provided.
-
-
-
-
- (no mount point)
-
-
-
-
- Unpartitioned space or unknown partition table
-
-
-
-
- Recommended
-
-
- <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/>
- Setup can continue, but some features might be disabled.</p>
-
-
-
-
- RemoveUserJob
-
-
- Remove live user from target system
-
-
-
-
- RemoveVolumeGroupJob
-
-
-
- Remove Volume Group named %1.
-
-
-
-
- Remove Volume Group named <strong>%1</strong>.
-
-
-
-
- The installer failed to remove a volume group named '%1'.
-
-
-
-
- ReplaceWidget
-
-
- Form
-
-
-
-
- Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition.
-
-
-
-
- The selected item does not appear to be a valid partition.
-
-
-
-
- %1 cannot be installed on empty space. Please select an existing partition.
-
-
-
-
- %1 cannot be installed on an extended partition. Please select an existing primary or logical partition.
-
-
-
-
- %1 cannot be installed on this partition.
-
-
-
-
- Data partition (%1)
-
-
-
-
- Unknown system partition (%1)
-
-
-
-
- %1 system partition (%2)
-
-
-
-
- <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB.
-
-
-
-
- <strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.
-
-
-
-
-
-
- <strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost.
-
-
-
-
- The EFI system partition at %1 will be used for starting %2.
-
-
-
-
- EFI system partition:
-
-
-
-
- Requirements
-
-
- <p>This computer does not satisfy the minimum requirements for installing %1.<br/>
- Installation cannot continue.</p>
-
-
-
-
- <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/>
- Setup can continue, but some features might be disabled.</p>
-
-
-
-
- ResizeFSJob
-
-
- Resize Filesystem Job
-
-
-
-
- Invalid configuration
-
-
-
-
- The file-system resize job has an invalid configuration and will not run.
-
-
-
-
- KPMCore not Available
-
-
-
-
- Calamares cannot start KPMCore for the file-system resize job.
-
-
-
-
-
-
-
-
- Resize Failed
-
-
-
-
- The filesystem %1 could not be found in this system, and cannot be resized.
-
-
-
-
- The device %1 could not be found in this system, and cannot be resized.
-
-
-
-
-
- The filesystem %1 cannot be resized.
-
-
-
-
-
- The device %1 cannot be resized.
-
-
-
-
- The filesystem %1 must be resized, but cannot.
-
-
-
-
- The device %1 must be resized, but cannot
-
-
-
-
- ResizePartitionJob
-
-
- Resize partition %1.
-
-
-
-
- Resize <strong>%2MiB</strong> partition <strong>%1</strong> to <strong>%3MiB</strong>.
-
-
-
-
- Resizing %2MiB partition %1 to %3MiB.
-
-
-
-
- The installer failed to resize partition %1 on disk '%2'.
-
-
-
-
- ResizeVolumeGroupDialog
-
-
- Resize Volume Group
-
-
-
-
- ResizeVolumeGroupJob
-
-
-
- Resize volume group named %1 from %2 to %3.
-
-
-
-
- Resize volume group named <strong>%1</strong> from <strong>%2</strong> to <strong>%3</strong>.
-
-
-
-
- The installer failed to resize a volume group named '%1'.
-
-
-
-
- ResultsListDialog
-
-
- For best results, please ensure that this computer:
-
-
-
-
- System requirements
-
-
-
-
- ScanningDialog
-
-
- Scanning storage devices...
-
-
-
-
- Partitioning
-
-
-
-
- SetHostNameJob
-
-
- Set hostname %1
-
-
-
-
- Set hostname <strong>%1</strong>.
-
-
-
-
- Setting hostname %1.
-
-
-
-
-
- Internal Error
-
-
-
-
-
- Cannot write hostname to target system
-
-
-
-
- SetKeyboardLayoutJob
-
-
- Set keyboard model to %1, layout to %2-%3
-
-
-
-
- Failed to write keyboard configuration for the virtual console.
-
-
-
-
-
-
- Failed to write to %1
-
-
-
-
- Failed to write keyboard configuration for X11.
-
-
-
-
- Failed to write keyboard configuration to existing /etc/default directory.
-
-
-
-
- SetPartFlagsJob
-
-
- Set flags on partition %1.
-
-
-
-
- Set flags on %1MiB %2 partition.
-
-
-
-
- Set flags on new partition.
-
-
-
-
- Clear flags on partition <strong>%1</strong>.
-
-
-
-
- Clear flags on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Clear flags on new partition.
-
-
-
-
- Flag partition <strong>%1</strong> as <strong>%2</strong>.
-
-
-
-
- Flag %1MiB <strong>%2</strong> partition as <strong>%3</strong>.
-
-
-
-
- Flag new partition as <strong>%1</strong>.
-
-
-
-
- Clearing flags on partition <strong>%1</strong>.
-
-
-
-
- Clearing flags on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Clearing flags on new partition.
-
-
-
-
- Setting flags <strong>%2</strong> on partition <strong>%1</strong>.
-
-
-
-
- Setting flags <strong>%3</strong> on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Setting flags <strong>%1</strong> on new partition.
-
-
-
-
- The installer failed to set flags on partition %1.
-
-
-
-
- SetPasswordJob
-
-
- Set password for user %1
-
-
-
-
- Setting password for user %1.
-
-
-
-
- Bad destination system path.
-
-
-
-
- rootMountPoint is %1
-
-
-
-
- Cannot disable root account.
-
-
-
-
- passwd terminated with error code %1.
-
-
-
-
- Cannot set password for user %1.
-
-
-
-
- usermod terminated with error code %1.
-
-
-
-
- SetTimezoneJob
-
-
- Set timezone to %1/%2
-
-
-
-
- Cannot access selected timezone path.
-
-
-
-
- Bad path: %1
-
-
-
-
- Cannot set timezone.
-
-
-
-
- Link creation failed, target: %1; link name: %2
-
-
-
-
- Cannot set timezone,
-
-
-
-
- Cannot open /etc/timezone for writing
-
-
-
-
- SetupGroupsJob
-
-
- Preparing groups.
-
-
-
-
-
- Could not create groups in target system
-
-
-
-
- These groups are missing in the target system: %1
-
-
-
-
- SetupSudoJob
-
-
- Configure <pre>sudo</pre> users.
-
-
-
-
- Cannot chmod sudoers file.
-
-
-
-
- Cannot create sudoers file for writing.
-
-
-
-
- ShellProcessJob
-
-
- Shell Processes Job
-
-
-
-
- SlideCounter
-
-
- %L1 / %L2
- slide counter, %1 of %2 (numeric)
-
-
-
-
- StandardButtons
-
-
- &OK
-
-
-
-
- &Yes
-
-
-
-
- &No
-
-
-
-
- &Cancel
-
-
-
-
- &Close
-
-
-
-
- TrackingInstallJob
-
-
- Installation feedback
-
-
-
-
- Sending installation feedback.
-
-
-
-
- Internal error in install-tracking.
-
-
-
-
- HTTP request timed out.
-
-
-
-
- TrackingKUserFeedbackJob
-
-
- KDE user feedback
-
-
-
-
- Configuring KDE user feedback.
-
-
-
-
-
- Error in KDE user feedback configuration.
-
-
-
-
- Could not configure KDE user feedback correctly, script error %1.
-
-
-
-
- Could not configure KDE user feedback correctly, Calamares error %1.
-
-
-
-
- TrackingMachineUpdateManagerJob
-
-
- Machine feedback
-
-
-
-
- Configuring machine feedback.
-
-
-
-
-
- Error in machine feedback configuration.
-
-
-
-
- Could not configure machine feedback correctly, script error %1.
-
-
-
-
- Could not configure machine feedback correctly, Calamares error %1.
-
-
-
-
- TrackingPage
-
-
- Form
-
-
-
-
- Placeholder
-
-
-
-
- <html><head/><body><p>Click here to send <span style=" font-weight:600;">no information at all</span> about your installation.</p></body></html>
-
-
-
-
- <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html>
-
-
-
-
- Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area.
-
-
-
-
- By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes.
-
-
-
-
- By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1.
-
-
-
-
- By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1.
-
-
-
-
- TrackingViewStep
-
-
- Feedback
-
-
-
-
- UsersPage
-
-
- <small>If more than one person will use this computer, you can create multiple accounts after setup.</small>
-
-
-
-
- <small>If more than one person will use this computer, you can create multiple accounts after installation.</small>
-
-
-
-
- UsersQmlViewStep
-
-
- Users
-
-
-
-
- UsersViewStep
-
-
- Users
-
-
-
-
- VariantModel
-
-
- Key
- Column header for key/value
-
-
-
-
- Value
- Column header for key/value
-
-
-
-
- VolumeGroupBaseDialog
-
-
- Create Volume Group
-
-
-
-
- List of Physical Volumes
-
-
-
-
- Volume Group Name:
-
-
-
-
- Volume Group Type:
-
-
-
-
- Physical Extent Size:
-
-
-
-
- MiB
-
-
-
-
- Total Size:
-
-
-
-
- Used Size:
-
-
-
-
- Total Sectors:
-
-
-
-
- Quantity of LVs:
-
-
-
-
- WelcomePage
-
-
- Form
-
-
-
-
-
- Select application and system language
-
-
-
-
- &About
-
-
-
-
- Open donations website
-
-
-
-
- &Donate
-
-
-
-
- Open help and support website
-
-
-
-
- &Support
-
-
-
-
- Open issues and bug-tracking website
-
-
-
-
- &Known issues
-
-
-
-
- Open release notes website
-
-
-
-
- &Release notes
-
-
-
-
- <h1>Welcome to the Calamares setup program for %1.</h1>
-
-
-
-
- <h1>Welcome to %1 setup.</h1>
-
-
-
-
- <h1>Welcome to the Calamares installer for %1.</h1>
-
-
-
-
- <h1>Welcome to the %1 installer.</h1>
-
-
-
-
- %1 support
-
-
-
-
- About %1 setup
-
-
-
-
- About %1 installer
-
-
-
-
- <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac <teo@kde.org><br/>Copyright 2017-2020 Adriaan de Groot <groot@kde.org><br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.
-
-
-
-
- WelcomeQmlViewStep
-
-
- Welcome
-
-
-
-
- WelcomeViewStep
-
-
- Welcome
-
-
-
-
- about
-
-
- <h1>%1</h1><br/>
- <strong>%2<br/>
- for %3</strong><br/><br/>
- Copyright 2014-2017 Teo Mrnjavac <teo@kde.org><br/>
- Copyright 2017-2020 Adriaan de Groot <groot@kde.org><br/>
- Thanks to <a href='https://calamares.io/team/'>the Calamares team</a>
- and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares
- translators team</a>.<br/><br/>
- <a href='https://calamares.io/'>Calamares</a>
- development is sponsored by <br/>
- <a href='http://www.blue-systems.com/'>Blue Systems</a> -
- Liberating Software.
-
-
-
-
- Back
-
-
-
-
- calamares-sidebar
-
-
- Show debug information
-
-
-
-
- finishedq
-
-
- Installation Completed
-
-
-
-
- %1 has been installed on your computer.<br/>
- You may now restart into your new system, or continue using the Live environment.
-
-
-
-
- Close Installer
-
-
-
-
- Restart System
-
-
-
-
- <p>A full log of the install is available as installation.log in the home directory of the Live user.<br/>
- This log is copied to /var/log/installation.log of the target system.</p>
-
-
-
-
- i18n
-
-
- <h1>Languages</h1> </br>
- The system locale setting affects the language and character set for some command line user interface elements. The current setting is <strong>%1</strong>.
-
-
-
-
- <h1>Locales</h1> </br>
- The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
-
-
-
-
- Back
-
-
-
-
- keyboardq
-
-
- To activate keyboard preview, select a layout.
-
-
-
-
- Keyboard Model:
-
-
-
-
- Layouts
-
-
-
-
- Type here to test your keyboard
-
-
-
-
- Variants
-
-
-
-
- localeq
-
-
- Change
-
-
-
-
- notesqml
-
-
- <h3>%1</h3>
- <p>These are example release notes.</p>
-
-
-
-
- packagechooserq
-
-
- LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.<br/>
- Default option.
-
-
-
-
- LibreOffice
-
-
-
-
- If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives.
-
-
-
-
- No Office Suite
-
-
-
-
- Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser.
-
-
-
-
- Minimal Install
-
-
-
-
- Please select an option for your install, or use the default: LibreOffice included.
-
-
-
-
- release_notes
-
-
- <h3>%1</h3>
- <p>This an example QML file, showing options in RichText with Flickable content.</p>
-
- <p>QML with RichText can use HTML tags, Flickable content is useful for touchscreens.</p>
-
- <p><b>This is bold text</b></p>
- <p><i>This is italic text</i></p>
- <p><u>This is underlined text</u></p>
- <p><center>This text will be center-aligned.</center></p>
- <p><s>This is strikethrough</s></p>
-
- <p>Code example:
- <code>ls -l /home</code></p>
-
- <p><b>Lists:</b></p>
- <ul>
- <li>Intel CPU systems</li>
- <li>AMD CPU systems</li>
- </ul>
-
- <p>The vertical scrollbar is adjustable, current width set to 10.</p>
-
-
-
-
- Back
-
-
-
-
- usersq
-
-
- Pick your user name and credentials to login and perform admin tasks
-
-
-
-
- What is your name?
-
-
-
-
- Your Full Name
-
-
-
-
- What name do you want to use to log in?
-
-
-
-
- Login Name
-
-
-
-
- If more than one person will use this computer, you can create multiple accounts after installation.
-
-
-
-
- Only lowercase letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- root is not allowed as username.
-
-
-
-
- What is the name of this computer?
-
-
-
-
- Computer Name
-
-
-
-
- This name will be used if you make the computer visible to others on a network.
-
-
-
-
- localhost is not allowed as hostname.
-
-
-
-
- Choose a password to keep your account safe.
-
-
-
-
- Password
-
-
-
-
- Repeat Password
-
-
-
-
- Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.
-
-
-
-
- Validate passwords quality
-
-
-
-
- When this box is checked, password-strength checking is done and you will not be able to use a weak password.
-
-
-
-
- Log in automatically without asking for the password
-
-
-
-
- Only letters, numbers, underscore and hyphen are allowed, minimal of two characters.
-
-
-
-
- Reuse user password as root password
-
-
-
-
- Use the same password for the administrator account.
-
-
-
-
- Choose a root password to keep your account safe.
-
-
-
-
- Root Password
-
-
-
-
- Repeat Root Password
-
-
-
-
- Enter the same password twice, so that it can be checked for typing errors.
-
-
-
-
- welcomeq
-
-
- <h3>Welcome to the %1 <quote>%2</quote> installer</h3>
- <p>This program will ask you some questions and set up %1 on your computer.</p>
-
-
-
-
- About
-
-
-
-
- Support
-
-
-
-
- Known issues
-
-
-
-
- Release notes
-
-
-
-
- Donate
-
-
-
-
diff --git a/lang/calamares_hi.ts b/lang/calamares_hi.ts
index 3db2ae1f6..6f5b9b2ce 100644
--- a/lang/calamares_hi.ts
+++ b/lang/calamares_hi.ts
@@ -2846,17 +2846,17 @@ The installer will quit and all changes will be lost.
Unsafe partition actions are enabled.
-
+ विभाजन हेतु असुरक्षित कार्य सक्रिय हैं।
Partitioning is configured to <b>always</b> fail.
-
+ विभाजन प्रक्रिया <b>सदैव</b> विफल होने हेतु विन्यस्त है।
No partitions will be changed.
-
+ किसी विभाजन में कोई परिवर्तन नहीं होगा।
@@ -2916,7 +2916,7 @@ The installer will quit and all changes will be lost.
A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.
-
+ GPT विभाजन तालिका सभी सिस्टम हेतु सबसे उत्तम विकल्प है। यह इंस्टॉलर BIOS सिस्टम के सेटअप को भी समर्थन करता है। <br/><br/>BIOS पर GPT विभाजन तालिका को विन्यस्त करने हेतु, (यदि अब तक नहीं करा है) वापस जाकर विभाजन तालिका GPT पर सेट करें, फिर एक 8 MB का बिना फॉर्मेट हुआ विभाजन बनाएँ जिस पर <strong>%2</strong> का फ्लैग हो।<br/><br/>यह बिना फॉर्मेट हुआ 8 MB का विभाजन %1 को BIOS सिस्टम पर GPT के साथ आरंभ करने हेतु आवश्यक है।
@@ -4106,7 +4106,7 @@ Output:
No partitions are available for ZFS.
-
+ ZFS हेतु कोई विभाजन उपलब्ध नहीं है।
diff --git a/lang/calamares_hi_IN.ts b/lang/calamares_hi_IN.ts
deleted file mode 100644
index 9513e0f90..000000000
--- a/lang/calamares_hi_IN.ts
+++ /dev/null
@@ -1,4377 +0,0 @@
-
-
-
-
- AutoMountManagementJob
-
-
- Manage auto-mount settings
-
-
-
-
- BootInfoWidget
-
-
- The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode.
-
-
-
-
- This system was started with an <strong>EFI</strong> boot environment.<br><br>To configure startup from an EFI environment, this installer must deploy a boot loader application, like <strong>GRUB</strong> or <strong>systemd-boot</strong> on an <strong>EFI System Partition</strong>. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own.
-
-
-
-
- This system was started with a <strong>BIOS</strong> boot environment.<br><br>To configure startup from a BIOS environment, this installer must install a boot loader, like <strong>GRUB</strong>, either at the beginning of a partition or on the <strong>Master Boot Record</strong> 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.
-
-
-
-
- BootLoaderModel
-
-
- Master Boot Record of %1
-
-
-
-
- Boot Partition
-
-
-
-
- System Partition
-
-
-
-
- Do not install a boot loader
-
-
-
-
- %1 (%2)
-
-
-
-
- Calamares::BlankViewStep
-
-
- Blank Page
-
-
-
-
- Calamares::DebugWindow
-
-
- Form
-
-
-
-
- GlobalStorage
-
-
-
-
- JobQueue
-
-
-
-
- Modules
-
-
-
-
- Type:
-
-
-
-
-
- none
-
-
-
-
- Interface:
-
-
-
-
- Crashes Calamares, so that Dr. Konqui can look at it.
-
-
-
-
- Reloads the stylesheet from the branding directory.
-
-
-
-
- Uploads the session log to the configured pastebin.
-
-
-
-
- Send Session Log
-
-
-
-
- Reload Stylesheet
-
-
-
-
- Displays the tree of widget names in the log (for stylesheet debugging).
-
-
-
-
- Widget Tree
-
-
-
-
- Debug information
-
-
-
-
- Calamares::ExecutionViewStep
-
-
- Set up
-
-
-
-
- Install
-
-
-
-
- Calamares::FailJob
-
-
- Job failed (%1)
-
-
-
-
- Programmed job failure was explicitly requested.
-
-
-
-
- Calamares::JobThread
-
-
- Done
-
-
-
-
- Calamares::NamedJob
-
-
- Example job (%1)
-
-
-
-
- Calamares::ProcessJob
-
-
- Run command '%1' in target system.
-
-
-
-
- Run command '%1'.
-
-
-
-
- Running command %1 %2
-
-
-
-
- Calamares::PythonJob
-
-
- Running %1 operation.
-
-
-
-
- Bad working directory path
-
-
-
-
- Working directory %1 for python job %2 is not readable.
-
-
-
-
- Bad main script file
-
-
-
-
- Main script file %1 for python job %2 is not readable.
-
-
-
-
- Boost.Python error in job "%1".
-
-
-
-
- Calamares::QmlViewStep
-
-
- Loading ...
-
-
-
-
- QML Step <i>%1</i>.
-
-
-
-
- Loading failed.
-
-
-
-
- Calamares::RequirementsChecker
-
-
- Requirements checking for module <i>%1</i> is complete.
-
-
-
-
- Waiting for %n module(s).
-
-
-
-
-
-
-
- (%n second(s))
-
-
-
-
-
-
-
- System-requirements checking is complete.
-
-
-
-
- Calamares::ViewManager
-
-
- Setup Failed
-
-
-
-
- Installation Failed
-
-
-
-
- Would you like to paste the install log to the web?
-
-
-
-
- Error
-
-
-
-
- &Yes
-
-
-
-
- &No
-
-
-
-
- &Close
-
-
-
-
- Install Log Paste URL
-
-
-
-
- The upload was unsuccessful. No web-paste was done.
-
-
-
-
- Install log posted to
-
-%1
-
-Link copied to clipboard
-
-
-
-
- Calamares Initialization Failed
-
-
-
-
- %1 can not be installed. Calamares was unable to load all of the configured modules. This is a problem with the way Calamares is being used by the distribution.
-
-
-
-
- <br/>The following modules could not be loaded:
-
-
-
-
- Continue with setup?
-
-
-
-
- Continue with installation?
-
-
-
-
- The %1 setup program is about to make changes to your disk in order to set up %2.<br/><strong>You will not be able to undo these changes.</strong>
-
-
-
-
- The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong>
-
-
-
-
- &Set up now
-
-
-
-
- &Install now
-
-
-
-
- Go &back
-
-
-
-
- &Set up
-
-
-
-
- &Install
-
-
-
-
- Setup is complete. Close the setup program.
-
-
-
-
- The installation is complete. Close the installer.
-
-
-
-
- Cancel setup without changing the system.
-
-
-
-
- Cancel installation without changing the system.
-
-
-
-
- &Next
-
-
-
-
- &Back
-
-
-
-
- &Done
-
-
-
-
- &Cancel
-
-
-
-
- Cancel setup?
-
-
-
-
- Cancel installation?
-
-
-
-
- Do you really want to cancel the current setup process?
-The setup program will quit and all changes will be lost.
-
-
-
-
- Do you really want to cancel the current install process?
-The installer will quit and all changes will be lost.
-
-
-
-
- CalamaresPython::Helper
-
-
- Unknown exception type
-
-
-
-
- unparseable Python error
-
-
-
-
- unparseable Python traceback
-
-
-
-
- Unfetchable Python error.
-
-
-
-
- CalamaresWindow
-
-
- %1 Setup Program
-
-
-
-
- %1 Installer
-
-
-
-
- ChangeFilesystemLabelJob
-
-
- Set filesystem label on %1.
-
-
-
-
- Set filesystem label <strong>%1</strong> to partition <strong>%2</strong>.
-
-
-
-
- The installer failed to update partition table on disk '%1'.
-
-
-
-
- CheckerContainer
-
-
- Gathering system information...
-
-
-
-
- ChoicePage
-
-
- Form
-
-
-
-
- Select storage de&vice:
-
-
-
-
-
-
-
- Current:
-
-
-
-
- After:
-
-
-
-
- <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.
-
-
-
-
- Reuse %1 as home partition for %2.
-
-
-
-
- <strong>Select a partition to shrink, then drag the bottom bar to resize</strong>
-
-
-
-
- %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4.
-
-
-
-
- Boot loader location:
-
-
-
-
- <strong>Select a partition to install on</strong>
-
-
-
-
- An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.
-
-
-
-
- The EFI system partition at %1 will be used for starting %2.
-
-
-
-
- EFI system partition:
-
-
-
-
- This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
-
-
-
- <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.
-
-
-
-
-
-
-
- <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.
-
-
-
-
-
-
-
- <strong>Replace a partition</strong><br/>Replaces a partition with %1.
-
-
-
-
- This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/>
-
-
-
-
- This storage device has one of its partitions <strong>mounted</strong>.
-
-
-
-
- This storage device is a part of an <strong>inactive RAID</strong> device.
-
-
-
-
- No Swap
-
-
-
-
- Reuse Swap
-
-
-
-
- Swap (no Hibernate)
-
-
-
-
- Swap (with Hibernate)
-
-
-
-
- Swap to file
-
-
-
-
- ClearMountsJob
-
-
- Successfully unmounted %1.
-
-
-
-
- Successfully disabled swap %1.
-
-
-
-
- Successfully cleared swap %1.
-
-
-
-
- Successfully closed mapper device %1.
-
-
-
-
- Successfully disabled volume group %1.
-
-
-
-
- Clear mounts for partitioning operations on %1
-
-
-
-
- Clearing mounts for partitioning operations on %1.
-
-
-
-
- Cleared all mounts for %1
-
-
-
-
- ClearTempMountsJob
-
-
- Clear all temporary mounts.
-
-
-
-
- Clearing all temporary mounts.
-
-
-
-
- Cannot get list of temporary mounts.
-
-
-
-
- Cleared all temporary mounts.
-
-
-
-
- CommandList
-
-
-
- Could not run command.
-
-
-
-
- The command runs in the host environment and needs to know the root path, but no rootMountPoint is defined.
-
-
-
-
- The command needs to know the user's name, but no username is defined.
-
-
-
-
- Config
-
-
- Set keyboard model to %1.<br/>
-
-
-
-
- Set keyboard layout to %1/%2.
-
-
-
-
- Set timezone to %1/%2.
-
-
-
-
- The system language will be set to %1.
-
-
-
-
- The numbers and dates locale will be set to %1.
-
-
-
-
- Network Installation. (Disabled: Incorrect configuration)
-
-
-
-
- Network Installation. (Disabled: Received invalid groups data)
-
-
-
-
- Network Installation. (Disabled: Internal error)
-
-
-
-
- Network Installation. (Disabled: No package list)
-
-
-
-
- Package selection
-
-
-
-
- Network Installation. (Disabled: Unable to fetch package lists, check your network connection)
-
-
-
-
- This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a>
-
-
-
-
- This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a>
-
-
-
-
- This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled.
-
-
-
-
- This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled.
-
-
-
-
- This program will ask you some questions and set up %2 on your computer.
-
-
-
-
- <h1>Welcome to the Calamares setup program for %1</h1>
-
-
-
-
- <h1>Welcome to %1 setup</h1>
-
-
-
-
- <h1>Welcome to the Calamares installer for %1</h1>
-
-
-
-
- <h1>Welcome to the %1 installer</h1>
-
-
-
-
- Your username is too long.
-
-
-
-
- '%1' is not allowed as username.
-
-
-
-
- Your username must start with a lowercase letter or underscore.
-
-
-
-
- Only lowercase letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- Your hostname is too short.
-
-
-
-
- Your hostname is too long.
-
-
-
-
- '%1' is not allowed as hostname.
-
-
-
-
- Only letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- Your passwords do not match!
-
-
-
-
- OK!
-
-
-
-
- Setup Failed
-
-
-
-
- Installation Failed
-
-
-
-
- The setup of %1 did not complete successfully.
-
-
-
-
- The installation of %1 did not complete successfully.
-
-
-
-
- Setup Complete
-
-
-
-
- Installation Complete
-
-
-
-
- The setup of %1 is complete.
-
-
-
-
- The installation of %1 is complete.
-
-
-
-
- Package Selection
-
-
-
-
- Please pick a product from the list. The selected product will be installed.
-
-
-
-
- Install option: <strong>%1</strong>
-
-
-
-
- None
-
-
-
-
- Summary
-
-
-
-
- This is an overview of what will happen once you start the setup procedure.
-
-
-
-
- This is an overview of what will happen once you start the install procedure.
-
-
-
-
- ContextualProcessJob
-
-
- Contextual Processes Job
-
-
-
-
- CreatePartitionDialog
-
-
- Create a Partition
-
-
-
-
- Si&ze:
-
-
-
-
- MiB
-
-
-
-
- Partition &Type:
-
-
-
-
- &Primary
-
-
-
-
- E&xtended
-
-
-
-
- Fi&le System:
-
-
-
-
- LVM LV name
-
-
-
-
- &Mount Point:
-
-
-
-
- Flags:
-
-
-
-
- Label for the filesystem
-
-
-
-
- FS Label:
-
-
-
-
- En&crypt
-
-
-
-
- Logical
-
-
-
-
- Primary
-
-
-
-
- GPT
-
-
-
-
- Mountpoint already in use. Please select another one.
-
-
-
-
- CreatePartitionJob
-
-
- Create new %1MiB partition on %3 (%2) with entries %4.
-
-
-
-
- Create new %1MiB partition on %3 (%2).
-
-
-
-
- Create new %2MiB partition on %4 (%3) with file system %1.
-
-
-
-
- Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2) with entries <em>%4</em>.
-
-
-
-
- Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2).
-
-
-
-
- Create new <strong>%2MiB</strong> partition on <strong>%4</strong> (%3) with file system <strong>%1</strong>.
-
-
-
-
-
- Creating new %1 partition on %2.
-
-
-
-
- The installer failed to create partition on disk '%1'.
-
-
-
-
- CreatePartitionTableDialog
-
-
- Create Partition Table
-
-
-
-
- Creating a new partition table will delete all existing data on the disk.
-
-
-
-
- What kind of partition table do you want to create?
-
-
-
-
- Master Boot Record (MBR)
-
-
-
-
- GUID Partition Table (GPT)
-
-
-
-
- CreatePartitionTableJob
-
-
- Create new %1 partition table on %2.
-
-
-
-
- Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3).
-
-
-
-
- Creating new %1 partition table on %2.
-
-
-
-
- The installer failed to create a partition table on %1.
-
-
-
-
- CreateUserJob
-
-
- Create user %1
-
-
-
-
- Create user <strong>%1</strong>.
-
-
-
-
- Preserving home directory
-
-
-
-
-
- Creating user %1
-
-
-
-
- Configuring user %1
-
-
-
-
- Setting file permissions
-
-
-
-
- CreateVolumeGroupDialog
-
-
- Create Volume Group
-
-
-
-
- CreateVolumeGroupJob
-
-
- Create new volume group named %1.
-
-
-
-
- Create new volume group named <strong>%1</strong>.
-
-
-
-
- Creating new volume group named %1.
-
-
-
-
- The installer failed to create a volume group named '%1'.
-
-
-
-
- DeactivateVolumeGroupJob
-
-
-
- Deactivate volume group named %1.
-
-
-
-
- Deactivate volume group named <strong>%1</strong>.
-
-
-
-
- The installer failed to deactivate a volume group named %1.
-
-
-
-
- DeletePartitionJob
-
-
- Delete partition %1.
-
-
-
-
- Delete partition <strong>%1</strong>.
-
-
-
-
- Deleting partition %1.
-
-
-
-
- The installer failed to delete partition %1.
-
-
-
-
- DeviceInfoWidget
-
-
- This device has a <strong>%1</strong> partition table.
-
-
-
-
- This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem.
-
-
-
-
- This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page.
-
-
-
-
- <br><br>This is the recommended partition table type for modern systems which start from an <strong>EFI</strong> boot environment.
-
-
-
-
- <br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions.
-
-
-
-
- The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred.
-
-
-
-
- DeviceModel
-
-
- %1 - %2 (%3)
- device[name] - size[number] (device-node[name])
-
-
-
-
- %1 - (%2)
- device[name] - (device-node[name])
-
-
-
-
- DracutLuksCfgJob
-
-
- Write LUKS configuration for Dracut to %1
-
-
-
-
- Skip writing LUKS configuration for Dracut: "/" partition is not encrypted
-
-
-
-
- Failed to open %1
-
-
-
-
- DummyCppJob
-
-
- Dummy C++ Job
-
-
-
-
- EditExistingPartitionDialog
-
-
- Edit Existing Partition
-
-
-
-
- Content:
-
-
-
-
- &Keep
-
-
-
-
- Format
-
-
-
-
- Warning: Formatting the partition will erase all existing data.
-
-
-
-
- &Mount Point:
-
-
-
-
- Si&ze:
-
-
-
-
- MiB
-
-
-
-
- Fi&le System:
-
-
-
-
- Flags:
-
-
-
-
- Label for the filesystem
-
-
-
-
- FS Label:
-
-
-
-
- Mountpoint already in use. Please select another one.
-
-
-
-
- EncryptWidget
-
-
- Form
-
-
-
-
- En&crypt system
-
-
-
-
- Passphrase
-
-
-
-
- Confirm passphrase
-
-
-
-
-
- Please enter the same passphrase in both boxes.
-
-
-
-
- FillGlobalStorageJob
-
-
- Set partition information
-
-
-
-
- Install %1 on <strong>new</strong> %2 system partition with features <em>%3</em>
-
-
-
-
- Install %1 on <strong>new</strong> %2 system partition.
-
-
-
-
- Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong> and features <em>%3</em>.
-
-
-
-
- Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>%3.
-
-
-
-
- Install %2 on %3 system partition <strong>%1</strong> with features <em>%4</em>.
-
-
-
-
- Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong> and features <em>%4</em>.
-
-
-
-
- Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>%4.
-
-
-
-
- Install %2 on %3 system partition <strong>%1</strong>.
-
-
-
-
- Install boot loader on <strong>%1</strong>.
-
-
-
-
- Setting up mount points.
-
-
-
-
- FinishedPage
-
-
- Form
-
-
-
-
- &Restart now
-
-
-
-
- <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system.
-
-
-
-
- <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html>
-
-
-
-
- <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment.
-
-
-
-
- <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html>
-
-
-
-
- <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2.
-
-
-
-
- <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2.
-
-
-
-
- FinishedQmlViewStep
-
-
- Finish
-
-
-
-
- FinishedViewStep
-
-
- Finish
-
-
-
-
- FormatPartitionJob
-
-
- Format partition %1 (file system: %2, size: %3 MiB) on %4.
-
-
-
-
- Format <strong>%3MiB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>.
-
-
-
-
- Formatting partition %1 with file system %2.
-
-
-
-
- The installer failed to format partition %1 on disk '%2'.
-
-
-
-
- GeneralRequirements
-
-
- has at least %1 GiB available drive space
-
-
-
-
- There is not enough drive space. At least %1 GiB is required.
-
-
-
-
- has at least %1 GiB working memory
-
-
-
-
- The system does not have enough working memory. At least %1 GiB is required.
-
-
-
-
- is plugged in to a power source
-
-
-
-
- The system is not plugged in to a power source.
-
-
-
-
- is connected to the Internet
-
-
-
-
- The system is not connected to the Internet.
-
-
-
-
- is running the installer as an administrator (root)
-
-
-
-
- The setup program is not running with administrator rights.
-
-
-
-
- The installer is not running with administrator rights.
-
-
-
-
- has a screen large enough to show the whole installer
-
-
-
-
- The screen is too small to display the setup program.
-
-
-
-
- The screen is too small to display the installer.
-
-
-
-
- HostInfoJob
-
-
- Collecting information about your machine.
-
-
-
-
- IDJob
-
-
-
-
-
- OEM Batch Identifier
-
-
-
-
- Could not create directories <code>%1</code>.
-
-
-
-
- Could not open file <code>%1</code>.
-
-
-
-
- Could not write to file <code>%1</code>.
-
-
-
-
- InitcpioJob
-
-
- Creating initramfs with mkinitcpio.
-
-
-
-
- InitramfsJob
-
-
- Creating initramfs.
-
-
-
-
- InteractiveTerminalPage
-
-
- Konsole not installed
-
-
-
-
- Please install KDE Konsole and try again!
-
-
-
-
- Executing script: <code>%1</code>
-
-
-
-
- InteractiveTerminalViewStep
-
-
- Script
-
-
-
-
- KeyboardQmlViewStep
-
-
- Keyboard
-
-
-
-
- KeyboardViewStep
-
-
- Keyboard
-
-
-
-
- LCLocaleDialog
-
-
- System locale setting
-
-
-
-
- The system locale setting affects the language and character set for some command line user interface elements.<br/>The current setting is <strong>%1</strong>.
-
-
-
-
- &Cancel
-
-
-
-
- &OK
-
-
-
-
- LicensePage
-
-
- Form
-
-
-
-
- <h1>License Agreement</h1>
-
-
-
-
- I accept the terms and conditions above.
-
-
-
-
- Please review the End User License Agreements (EULAs).
-
-
-
-
- This setup procedure will install proprietary software that is subject to licensing terms.
-
-
-
-
- If you do not agree with the terms, the setup procedure cannot continue.
-
-
-
-
- This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience.
-
-
-
-
- If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead.
-
-
-
-
- LicenseViewStep
-
-
- License
-
-
-
-
- LicenseWidget
-
-
- URL: %1
-
-
-
-
- <strong>%1 driver</strong><br/>by %2
- %1 is an untranslatable product name, example: Creative Audigy driver
-
-
-
-
- <strong>%1 graphics driver</strong><br/><font color="Grey">by %2</font>
- %1 is usually a vendor name, example: Nvidia graphics driver
-
-
-
-
- <strong>%1 browser plugin</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1 codec</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1 package</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- File: %1
-
-
-
-
- Hide license text
-
-
-
-
- Show the license text
-
-
-
-
- Open license agreement in browser.
-
-
-
-
- LocalePage
-
-
- Region:
-
-
-
-
- Zone:
-
-
-
-
-
- &Change...
-
-
-
-
- LocaleQmlViewStep
-
-
- Location
-
-
-
-
- LocaleTests
-
-
- Quit
-
-
-
-
- LocaleViewStep
-
-
- Location
-
-
-
-
- LuksBootKeyFileJob
-
-
- Configuring LUKS key file.
-
-
-
-
-
- No partitions are defined.
-
-
-
-
-
-
- Encrypted rootfs setup error
-
-
-
-
- Root partition %1 is LUKS but no passphrase has been set.
-
-
-
-
- Could not create LUKS key file for root partition %1.
-
-
-
-
- Could not configure LUKS key file on partition %1.
-
-
-
-
- MachineIdJob
-
-
- Generate machine-id.
-
-
-
-
- Configuration Error
-
-
-
-
- No root mount point is set for MachineId.
-
-
-
-
- Map
-
-
- Timezone: %1
-
-
-
-
- Please select your preferred location on the map so the installer can suggest the locale
- and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging
- to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming.
-
-
-
-
- NetInstallViewStep
-
-
- Package selection
-
-
-
-
- Office software
-
-
-
-
- Office package
-
-
-
-
- Browser software
-
-
-
-
- Browser package
-
-
-
-
- Web browser
-
-
-
-
- Kernel
-
-
-
-
- Services
-
-
-
-
- Login
-
-
-
-
- Desktop
-
-
-
-
- Applications
-
-
-
-
- Communication
-
-
-
-
- Development
-
-
-
-
- Office
-
-
-
-
- Multimedia
-
-
-
-
- Internet
-
-
-
-
- Theming
-
-
-
-
- Gaming
-
-
-
-
- Utilities
-
-
-
-
- NotesQmlViewStep
-
-
- Notes
-
-
-
-
- OEMPage
-
-
- Ba&tch:
-
-
-
-
- <html><head/><body><p>Enter a batch-identifier here. This will be stored in the target system.</p></body></html>
-
-
-
-
- <html><head/><body><h1>OEM Configuration</h1><p>Calamares will use OEM settings while configuring the target system.</p></body></html>
-
-
-
-
- OEMViewStep
-
-
- OEM Configuration
-
-
-
-
- Set the OEM Batch Identifier to <code>%1</code>.
-
-
-
-
- Offline
-
-
- Select your preferred Region, or use the default settings.
-
-
-
-
-
-
- Timezone: %1
-
-
-
-
- Select your preferred Zone within your Region.
-
-
-
-
- Zones
-
-
-
-
- You can fine-tune Language and Locale settings below.
-
-
-
-
- PWQ
-
-
- Password is too short
-
-
-
-
- Password is too long
-
-
-
-
- Password is too weak
-
-
-
-
- Memory allocation error when setting '%1'
-
-
-
-
- Memory allocation error
-
-
-
-
- The password is the same as the old one
-
-
-
-
- The password is a palindrome
-
-
-
-
- The password differs with case changes only
-
-
-
-
- The password is too similar to the old one
-
-
-
-
- The password contains the user name in some form
-
-
-
-
- The password contains words from the real name of the user in some form
-
-
-
-
- The password contains forbidden words in some form
-
-
-
-
- The password contains too few digits
-
-
-
-
- The password contains too few uppercase letters
-
-
-
-
- The password contains fewer than %n lowercase letters
-
-
-
-
-
-
-
- The password contains too few lowercase letters
-
-
-
-
- The password contains too few non-alphanumeric characters
-
-
-
-
- The password is too short
-
-
-
-
- The password does not contain enough character classes
-
-
-
-
- The password contains too many same characters consecutively
-
-
-
-
- The password contains too many characters of the same class consecutively
-
-
-
-
- The password contains fewer than %n digits
-
-
-
-
-
-
-
- The password contains fewer than %n uppercase letters
-
-
-
-
-
-
-
- The password contains fewer than %n non-alphanumeric characters
-
-
-
-
-
-
-
- The password is shorter than %n characters
-
-
-
-
-
-
-
- The password is a rotated version of the previous one
-
-
-
-
- The password contains fewer than %n character classes
-
-
-
-
-
-
-
- The password contains more than %n same characters consecutively
-
-
-
-
-
-
-
- The password contains more than %n characters of the same class consecutively
-
-
-
-
-
-
-
- The password contains monotonic sequence longer than %n characters
-
-
-
-
-
-
-
- The password contains too long of a monotonic character sequence
-
-
-
-
- No password supplied
-
-
-
-
- Cannot obtain random numbers from the RNG device
-
-
-
-
- Password generation failed - required entropy too low for settings
-
-
-
-
- The password fails the dictionary check - %1
-
-
-
-
- The password fails the dictionary check
-
-
-
-
- Unknown setting - %1
-
-
-
-
- Unknown setting
-
-
-
-
- Bad integer value of setting - %1
-
-
-
-
- Bad integer value
-
-
-
-
- Setting %1 is not of integer type
-
-
-
-
- Setting is not of integer type
-
-
-
-
- Setting %1 is not of string type
-
-
-
-
- Setting is not of string type
-
-
-
-
- Opening the configuration file failed
-
-
-
-
- The configuration file is malformed
-
-
-
-
- Fatal failure
-
-
-
-
- Unknown error
-
-
-
-
- Password is empty
-
-
-
-
- PackageChooserPage
-
-
- Form
-
-
-
-
- Product Name
-
-
-
-
- TextLabel
-
-
-
-
- Long Product Description
-
-
-
-
- Package Selection
-
-
-
-
- Please pick a product from the list. The selected product will be installed.
-
-
-
-
- PackageChooserQmlViewStep
-
-
- Packages
-
-
-
-
- PackageChooserViewStep
-
-
- Packages
-
-
-
-
- PackageModel
-
-
- Name
-
-
-
-
- Description
-
-
-
-
- Page_Keyboard
-
-
- Form
-
-
-
-
- Keyboard Model:
-
-
-
-
- Type here to test your keyboard
-
-
-
-
- Page_UserSetup
-
-
- Form
-
-
-
-
- What is your name?
-
-
-
-
- Your Full Name
-
-
-
-
- What name do you want to use to log in?
-
-
-
-
- login
-
-
-
-
- What is the name of this computer?
-
-
-
-
- <small>This name will be used if you make the computer visible to others on a network.</small>
-
-
-
-
- Computer Name
-
-
-
-
- Choose a password to keep your account safe.
-
-
-
-
-
- <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small>
-
-
-
-
-
- Password
-
-
-
-
-
- Repeat Password
-
-
-
-
- When this box is checked, password-strength checking is done and you will not be able to use a weak password.
-
-
-
-
- Require strong passwords.
-
-
-
-
- Log in automatically without asking for the password.
-
-
-
-
- Use the same password for the administrator account.
-
-
-
-
- Choose a password for the administrator account.
-
-
-
-
-
- <small>Enter the same password twice, so that it can be checked for typing errors.</small>
-
-
-
-
- PartitionLabelsView
-
-
- Root
-
-
-
-
- Home
-
-
-
-
- Boot
-
-
-
-
- EFI system
-
-
-
-
- Swap
-
-
-
-
- New partition for %1
-
-
-
-
- New partition
-
-
-
-
- %1 %2
- size[number] filesystem[name]
-
-
-
-
- PartitionModel
-
-
-
- Free Space
-
-
-
-
-
- New partition
-
-
-
-
- Name
-
-
-
-
- File System
-
-
-
-
- File System Label
-
-
-
-
- Mount Point
-
-
-
-
- Size
-
-
-
-
- PartitionPage
-
-
- Form
-
-
-
-
- Storage de&vice:
-
-
-
-
- &Revert All Changes
-
-
-
-
- New Partition &Table
-
-
-
-
- Cre&ate
-
-
-
-
- &Edit
-
-
-
-
- &Delete
-
-
-
-
- New Volume Group
-
-
-
-
- Resize Volume Group
-
-
-
-
- Deactivate Volume Group
-
-
-
-
- Remove Volume Group
-
-
-
-
- I&nstall boot loader on:
-
-
-
-
- Are you sure you want to create a new partition table on %1?
-
-
-
-
- Can not create new partition
-
-
-
-
- The partition table on %1 already has %2 primary partitions, and no more can be added. Please remove one primary partition and add an extended partition, instead.
-
-
-
-
- PartitionViewStep
-
-
- Gathering system information...
-
-
-
-
- Partitions
-
-
-
-
- Current:
-
-
-
-
- After:
-
-
-
-
- No EFI system partition configured
-
-
-
-
- EFI system partition configured incorrectly
-
-
-
-
- An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem.
-
-
-
-
- The filesystem must be mounted on <strong>%1</strong>.
-
-
-
-
- The filesystem must have type FAT32.
-
-
-
-
- The filesystem must be at least %1 MiB in size.
-
-
-
-
- The filesystem must have flag <strong>%1</strong> set.
-
-
-
-
- You can continue without setting up an EFI system partition but your system may fail to start.
-
-
-
-
- Option to use GPT on BIOS
-
-
-
-
- A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.
-
-
-
-
- Boot partition not encrypted
-
-
-
-
- A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.
-
-
-
-
- has at least one disk device available.
-
-
-
-
- There are no partitions to install on.
-
-
-
-
- PlasmaLnfJob
-
-
- Plasma Look-and-Feel Job
-
-
-
-
-
- Could not select KDE Plasma Look-and-Feel package
-
-
-
-
- PlasmaLnfPage
-
-
- Form
-
-
-
-
- Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is set up. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel.
-
-
-
-
- Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is installed. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel.
-
-
-
-
- PlasmaLnfViewStep
-
-
- Look-and-Feel
-
-
-
-
- PreserveFiles
-
-
- Saving files for later ...
-
-
-
-
- No files configured to save for later.
-
-
-
-
- Not all of the configured files could be preserved.
-
-
-
-
- ProcessResult
-
-
-
-There was no output from the command.
-
-
-
-
-
-Output:
-
-
-
-
-
- External command crashed.
-
-
-
-
- Command <i>%1</i> crashed.
-
-
-
-
- External command failed to start.
-
-
-
-
- Command <i>%1</i> failed to start.
-
-
-
-
- Internal error when starting command.
-
-
-
-
- Bad parameters for process job call.
-
-
-
-
- External command failed to finish.
-
-
-
-
- Command <i>%1</i> failed to finish in %2 seconds.
-
-
-
-
- External command finished with errors.
-
-
-
-
- Command <i>%1</i> finished with exit code %2.
-
-
-
-
- QObject
-
-
- %1 (%2)
-
-
-
-
- unknown
-
-
-
-
- extended
-
-
-
-
- unformatted
-
-
-
-
- swap
-
-
-
-
-
- Default
-
-
-
-
-
-
-
- File not found
-
-
-
-
- Path <pre>%1</pre> must be an absolute path.
-
-
-
-
- Directory not found
-
-
-
-
-
- Could not create new random file <pre>%1</pre>.
-
-
-
-
- No product
-
-
-
-
- No description provided.
-
-
-
-
- (no mount point)
-
-
-
-
- Unpartitioned space or unknown partition table
-
-
-
-
- Recommended
-
-
- <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/>
- Setup can continue, but some features might be disabled.</p>
-
-
-
-
- RemoveUserJob
-
-
- Remove live user from target system
-
-
-
-
- RemoveVolumeGroupJob
-
-
-
- Remove Volume Group named %1.
-
-
-
-
- Remove Volume Group named <strong>%1</strong>.
-
-
-
-
- The installer failed to remove a volume group named '%1'.
-
-
-
-
- ReplaceWidget
-
-
- Form
-
-
-
-
- Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition.
-
-
-
-
- The selected item does not appear to be a valid partition.
-
-
-
-
- %1 cannot be installed on empty space. Please select an existing partition.
-
-
-
-
- %1 cannot be installed on an extended partition. Please select an existing primary or logical partition.
-
-
-
-
- %1 cannot be installed on this partition.
-
-
-
-
- Data partition (%1)
-
-
-
-
- Unknown system partition (%1)
-
-
-
-
- %1 system partition (%2)
-
-
-
-
- <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB.
-
-
-
-
- <strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.
-
-
-
-
-
-
- <strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost.
-
-
-
-
- The EFI system partition at %1 will be used for starting %2.
-
-
-
-
- EFI system partition:
-
-
-
-
- Requirements
-
-
- <p>This computer does not satisfy the minimum requirements for installing %1.<br/>
- Installation cannot continue.</p>
-
-
-
-
- <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/>
- Setup can continue, but some features might be disabled.</p>
-
-
-
-
- ResizeFSJob
-
-
- Resize Filesystem Job
-
-
-
-
- Invalid configuration
-
-
-
-
- The file-system resize job has an invalid configuration and will not run.
-
-
-
-
- KPMCore not Available
-
-
-
-
- Calamares cannot start KPMCore for the file-system resize job.
-
-
-
-
-
-
-
-
- Resize Failed
-
-
-
-
- The filesystem %1 could not be found in this system, and cannot be resized.
-
-
-
-
- The device %1 could not be found in this system, and cannot be resized.
-
-
-
-
-
- The filesystem %1 cannot be resized.
-
-
-
-
-
- The device %1 cannot be resized.
-
-
-
-
- The filesystem %1 must be resized, but cannot.
-
-
-
-
- The device %1 must be resized, but cannot
-
-
-
-
- ResizePartitionJob
-
-
- Resize partition %1.
-
-
-
-
- Resize <strong>%2MiB</strong> partition <strong>%1</strong> to <strong>%3MiB</strong>.
-
-
-
-
- Resizing %2MiB partition %1 to %3MiB.
-
-
-
-
- The installer failed to resize partition %1 on disk '%2'.
-
-
-
-
- ResizeVolumeGroupDialog
-
-
- Resize Volume Group
-
-
-
-
- ResizeVolumeGroupJob
-
-
-
- Resize volume group named %1 from %2 to %3.
-
-
-
-
- Resize volume group named <strong>%1</strong> from <strong>%2</strong> to <strong>%3</strong>.
-
-
-
-
- The installer failed to resize a volume group named '%1'.
-
-
-
-
- ResultsListDialog
-
-
- For best results, please ensure that this computer:
-
-
-
-
- System requirements
-
-
-
-
- ScanningDialog
-
-
- Scanning storage devices...
-
-
-
-
- Partitioning
-
-
-
-
- SetHostNameJob
-
-
- Set hostname %1
-
-
-
-
- Set hostname <strong>%1</strong>.
-
-
-
-
- Setting hostname %1.
-
-
-
-
-
- Internal Error
-
-
-
-
-
- Cannot write hostname to target system
-
-
-
-
- SetKeyboardLayoutJob
-
-
- Set keyboard model to %1, layout to %2-%3
-
-
-
-
- Failed to write keyboard configuration for the virtual console.
-
-
-
-
-
-
- Failed to write to %1
-
-
-
-
- Failed to write keyboard configuration for X11.
-
-
-
-
- Failed to write keyboard configuration to existing /etc/default directory.
-
-
-
-
- SetPartFlagsJob
-
-
- Set flags on partition %1.
-
-
-
-
- Set flags on %1MiB %2 partition.
-
-
-
-
- Set flags on new partition.
-
-
-
-
- Clear flags on partition <strong>%1</strong>.
-
-
-
-
- Clear flags on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Clear flags on new partition.
-
-
-
-
- Flag partition <strong>%1</strong> as <strong>%2</strong>.
-
-
-
-
- Flag %1MiB <strong>%2</strong> partition as <strong>%3</strong>.
-
-
-
-
- Flag new partition as <strong>%1</strong>.
-
-
-
-
- Clearing flags on partition <strong>%1</strong>.
-
-
-
-
- Clearing flags on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Clearing flags on new partition.
-
-
-
-
- Setting flags <strong>%2</strong> on partition <strong>%1</strong>.
-
-
-
-
- Setting flags <strong>%3</strong> on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Setting flags <strong>%1</strong> on new partition.
-
-
-
-
- The installer failed to set flags on partition %1.
-
-
-
-
- SetPasswordJob
-
-
- Set password for user %1
-
-
-
-
- Setting password for user %1.
-
-
-
-
- Bad destination system path.
-
-
-
-
- rootMountPoint is %1
-
-
-
-
- Cannot disable root account.
-
-
-
-
- passwd terminated with error code %1.
-
-
-
-
- Cannot set password for user %1.
-
-
-
-
- usermod terminated with error code %1.
-
-
-
-
- SetTimezoneJob
-
-
- Set timezone to %1/%2
-
-
-
-
- Cannot access selected timezone path.
-
-
-
-
- Bad path: %1
-
-
-
-
- Cannot set timezone.
-
-
-
-
- Link creation failed, target: %1; link name: %2
-
-
-
-
- Cannot set timezone,
-
-
-
-
- Cannot open /etc/timezone for writing
-
-
-
-
- SetupGroupsJob
-
-
- Preparing groups.
-
-
-
-
-
- Could not create groups in target system
-
-
-
-
- These groups are missing in the target system: %1
-
-
-
-
- SetupSudoJob
-
-
- Configure <pre>sudo</pre> users.
-
-
-
-
- Cannot chmod sudoers file.
-
-
-
-
- Cannot create sudoers file for writing.
-
-
-
-
- ShellProcessJob
-
-
- Shell Processes Job
-
-
-
-
- SlideCounter
-
-
- %L1 / %L2
- slide counter, %1 of %2 (numeric)
-
-
-
-
- StandardButtons
-
-
- &OK
-
-
-
-
- &Yes
-
-
-
-
- &No
-
-
-
-
- &Cancel
-
-
-
-
- &Close
-
-
-
-
- TrackingInstallJob
-
-
- Installation feedback
-
-
-
-
- Sending installation feedback.
-
-
-
-
- Internal error in install-tracking.
-
-
-
-
- HTTP request timed out.
-
-
-
-
- TrackingKUserFeedbackJob
-
-
- KDE user feedback
-
-
-
-
- Configuring KDE user feedback.
-
-
-
-
-
- Error in KDE user feedback configuration.
-
-
-
-
- Could not configure KDE user feedback correctly, script error %1.
-
-
-
-
- Could not configure KDE user feedback correctly, Calamares error %1.
-
-
-
-
- TrackingMachineUpdateManagerJob
-
-
- Machine feedback
-
-
-
-
- Configuring machine feedback.
-
-
-
-
-
- Error in machine feedback configuration.
-
-
-
-
- Could not configure machine feedback correctly, script error %1.
-
-
-
-
- Could not configure machine feedback correctly, Calamares error %1.
-
-
-
-
- TrackingPage
-
-
- Form
-
-
-
-
- Placeholder
-
-
-
-
- <html><head/><body><p>Click here to send <span style=" font-weight:600;">no information at all</span> about your installation.</p></body></html>
-
-
-
-
- <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html>
-
-
-
-
- Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area.
-
-
-
-
- By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes.
-
-
-
-
- By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1.
-
-
-
-
- By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1.
-
-
-
-
- TrackingViewStep
-
-
- Feedback
-
-
-
-
- UsersPage
-
-
- <small>If more than one person will use this computer, you can create multiple accounts after setup.</small>
-
-
-
-
- <small>If more than one person will use this computer, you can create multiple accounts after installation.</small>
-
-
-
-
- UsersQmlViewStep
-
-
- Users
-
-
-
-
- UsersViewStep
-
-
- Users
-
-
-
-
- VariantModel
-
-
- Key
- Column header for key/value
-
-
-
-
- Value
- Column header for key/value
-
-
-
-
- VolumeGroupBaseDialog
-
-
- Create Volume Group
-
-
-
-
- List of Physical Volumes
-
-
-
-
- Volume Group Name:
-
-
-
-
- Volume Group Type:
-
-
-
-
- Physical Extent Size:
-
-
-
-
- MiB
-
-
-
-
- Total Size:
-
-
-
-
- Used Size:
-
-
-
-
- Total Sectors:
-
-
-
-
- Quantity of LVs:
-
-
-
-
- WelcomePage
-
-
- Form
-
-
-
-
-
- Select application and system language
-
-
-
-
- &About
-
-
-
-
- Open donations website
-
-
-
-
- &Donate
-
-
-
-
- Open help and support website
-
-
-
-
- &Support
-
-
-
-
- Open issues and bug-tracking website
-
-
-
-
- &Known issues
-
-
-
-
- Open release notes website
-
-
-
-
- &Release notes
-
-
-
-
- <h1>Welcome to the Calamares setup program for %1.</h1>
-
-
-
-
- <h1>Welcome to %1 setup.</h1>
-
-
-
-
- <h1>Welcome to the Calamares installer for %1.</h1>
-
-
-
-
- <h1>Welcome to the %1 installer.</h1>
-
-
-
-
- %1 support
-
-
-
-
- About %1 setup
-
-
-
-
- About %1 installer
-
-
-
-
- <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac <teo@kde.org><br/>Copyright 2017-2020 Adriaan de Groot <groot@kde.org><br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.
-
-
-
-
- WelcomeQmlViewStep
-
-
- Welcome
-
-
-
-
- WelcomeViewStep
-
-
- Welcome
-
-
-
-
- about
-
-
- <h1>%1</h1><br/>
- <strong>%2<br/>
- for %3</strong><br/><br/>
- Copyright 2014-2017 Teo Mrnjavac <teo@kde.org><br/>
- Copyright 2017-2020 Adriaan de Groot <groot@kde.org><br/>
- Thanks to <a href='https://calamares.io/team/'>the Calamares team</a>
- and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares
- translators team</a>.<br/><br/>
- <a href='https://calamares.io/'>Calamares</a>
- development is sponsored by <br/>
- <a href='http://www.blue-systems.com/'>Blue Systems</a> -
- Liberating Software.
-
-
-
-
- Back
-
-
-
-
- calamares-sidebar
-
-
- Show debug information
-
-
-
-
- finishedq
-
-
- Installation Completed
-
-
-
-
- %1 has been installed on your computer.<br/>
- You may now restart into your new system, or continue using the Live environment.
-
-
-
-
- Close Installer
-
-
-
-
- Restart System
-
-
-
-
- <p>A full log of the install is available as installation.log in the home directory of the Live user.<br/>
- This log is copied to /var/log/installation.log of the target system.</p>
-
-
-
-
- i18n
-
-
- <h1>Languages</h1> </br>
- The system locale setting affects the language and character set for some command line user interface elements. The current setting is <strong>%1</strong>.
-
-
-
-
- <h1>Locales</h1> </br>
- The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
-
-
-
-
- Back
-
-
-
-
- keyboardq
-
-
- To activate keyboard preview, select a layout.
-
-
-
-
- Keyboard Model:
-
-
-
-
- Layouts
-
-
-
-
- Type here to test your keyboard
-
-
-
-
- Variants
-
-
-
-
- localeq
-
-
- Change
-
-
-
-
- notesqml
-
-
- <h3>%1</h3>
- <p>These are example release notes.</p>
-
-
-
-
- packagechooserq
-
-
- LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.<br/>
- Default option.
-
-
-
-
- LibreOffice
-
-
-
-
- If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives.
-
-
-
-
- No Office Suite
-
-
-
-
- Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser.
-
-
-
-
- Minimal Install
-
-
-
-
- Please select an option for your install, or use the default: LibreOffice included.
-
-
-
-
- release_notes
-
-
- <h3>%1</h3>
- <p>This an example QML file, showing options in RichText with Flickable content.</p>
-
- <p>QML with RichText can use HTML tags, Flickable content is useful for touchscreens.</p>
-
- <p><b>This is bold text</b></p>
- <p><i>This is italic text</i></p>
- <p><u>This is underlined text</u></p>
- <p><center>This text will be center-aligned.</center></p>
- <p><s>This is strikethrough</s></p>
-
- <p>Code example:
- <code>ls -l /home</code></p>
-
- <p><b>Lists:</b></p>
- <ul>
- <li>Intel CPU systems</li>
- <li>AMD CPU systems</li>
- </ul>
-
- <p>The vertical scrollbar is adjustable, current width set to 10.</p>
-
-
-
-
- Back
-
-
-
-
- usersq
-
-
- Pick your user name and credentials to login and perform admin tasks
-
-
-
-
- What is your name?
-
-
-
-
- Your Full Name
-
-
-
-
- What name do you want to use to log in?
-
-
-
-
- Login Name
-
-
-
-
- If more than one person will use this computer, you can create multiple accounts after installation.
-
-
-
-
- Only lowercase letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- root is not allowed as username.
-
-
-
-
- What is the name of this computer?
-
-
-
-
- Computer Name
-
-
-
-
- This name will be used if you make the computer visible to others on a network.
-
-
-
-
- localhost is not allowed as hostname.
-
-
-
-
- Choose a password to keep your account safe.
-
-
-
-
- Password
-
-
-
-
- Repeat Password
-
-
-
-
- Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.
-
-
-
-
- Validate passwords quality
-
-
-
-
- When this box is checked, password-strength checking is done and you will not be able to use a weak password.
-
-
-
-
- Log in automatically without asking for the password
-
-
-
-
- Only letters, numbers, underscore and hyphen are allowed, minimal of two characters.
-
-
-
-
- Reuse user password as root password
-
-
-
-
- Use the same password for the administrator account.
-
-
-
-
- Choose a root password to keep your account safe.
-
-
-
-
- Root Password
-
-
-
-
- Repeat Root Password
-
-
-
-
- Enter the same password twice, so that it can be checked for typing errors.
-
-
-
-
- welcomeq
-
-
- <h3>Welcome to the %1 <quote>%2</quote> installer</h3>
- <p>This program will ask you some questions and set up %1 on your computer.</p>
-
-
-
-
- About
-
-
-
-
- Support
-
-
-
-
- Known issues
-
-
-
-
- Release notes
-
-
-
-
- Donate
-
-
-
-
diff --git a/lang/calamares_hr_HR.ts b/lang/calamares_hr_HR.ts
deleted file mode 100644
index 3bc2d2379..000000000
--- a/lang/calamares_hr_HR.ts
+++ /dev/null
@@ -1,2490 +0,0 @@
-
-
-
-
- AlongsidePage
-
-
- Choose partition to shrink:
-
-
-
-
- Allocate drive space by dragging the divider below:
-
-
-
-
- With this operation, the partition <b>%1</b> which contains %4 will be shrunk to %2MB and a new %3MB partition will be created for %5.
-
-
-
-
- ApplyProgressDetailsWidgetBase
-
-
- Save
-
-
-
-
- Open in External Browser
-
-
-
-
- ApplyProgressDialogWidgetBase
-
-
- Operations and Jobs
-
-
-
-
- Time Elapsed
-
-
-
-
- Total Time: 00:00:00
-
-
-
-
- Operation: %p%
-
-
-
-
- Status
-
-
-
-
- Total: %p%
-
-
-
-
- Base
-
-
- Installer
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600; color:#343434;">Welcome</span></p></body></html>
-
-
-
-
- Location
-
-
-
-
- License Approval
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600; color:#343434;">Installation</span></p></body></html>
-
-
-
-
- Install System
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600; color:#343434;">Configuration</span></p></body></html>
-
-
-
-
- Reboot
-
-
-
-
- Language
-
-
-
-
- User Info
-
-
-
-
- Summary
-
-
-
-
- Keyboard
-
-
-
-
- Disk Setup
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600; color:#343434;">Preparation</span></p></body></html>
-
-
-
-
- BootLoaderModel
-
-
- Master Boot Record of %1
-
-
-
-
- Boot Partition
-
-
-
-
- System Partition
-
-
-
-
- Calamares::InstallationViewStep
-
-
- Install
-
-
-
-
- Calamares::JobThread
-
-
- Done
-
-
-
-
- Calamares::ProcessJob
-
-
- Run command %1
-
-
-
-
- External command crashed
-
-
-
-
- Command %1 crashed.
-Output:
-%2
-
-
-
-
- External command failed to start
-
-
-
-
- Command %1 failed to start.
-
-
-
-
- Internal error when starting command
-
-
-
-
- Bad parameters for process job call.
-
-
-
-
- External command failed to finish
-
-
-
-
- Command %1 failed to finish in %2s.
-Output:
-%3
-
-
-
-
- External command finished with errors
-
-
-
-
- Command %1 finished with exit code %2.
-Output:
-%3
-
-
-
-
- Calamares::PythonJob
-
-
- Run script %1
-
-
-
-
- Bad working directory path
-
-
-
-
- Working directory %1 for python job %2 is not readable.
-
-
-
-
- Bad main script file
-
-
-
-
- Main script file %1 for python job %2 is not readable.
-
-
-
-
- Boost.Python error in job "%1".
-
-
-
-
- Calamares::ViewManager
-
-
- &Back
-
-
-
-
- &Next
-
-
-
-
- &Quit
-
-
-
-
- Error
-
-
-
-
- Installation Failed
-
-
-
-
- CalamaresPython::Helper
-
-
- Unknown exception type
-
-
-
-
- unparseable Python error
-
-
-
-
- unparseable Python traceback
-
-
-
-
- Unfetchable Python error.
-
-
-
-
- CalamaresWindow
-
-
- %1 Installer
-
-
-
-
- CheckFileSystemJob
-
-
- Checking file system on partition %1.
-
-
-
-
- The file system check on partition %1 failed.
-
-
-
-
- ChoicePage
-
-
- This computer currently does not seem to have an operating system on it. What would you like to do?
-
-
-
-
- <b>Erase disk and install %1</b><br/><font color="red">Warning: </font>This will delete all of your programs, documents, photos, music, and any other files.
-
-
-
-
- This computer currently has %1 on it. What would you like to do?
-
-
-
-
- <b>Install %2 alongside %1</b><br/>Documents, music and other personal files will be kept. You can choose which operating system you want each time the computer starts up.
-
-
-
-
- <b>Replace %1 with %2</b><br/><font color="red">Warning: </font>This will erase the whole disk and delete all of your %1 programs, documents, photos, music, and any other files.
-
-
-
-
- This computer already has an operating system on it. What would you like to do?
-
-
-
-
- <b>Install %1 alongside your current operating system</b><br/>Documents, music and other personal files will be kept. You can choose which operating system you want each time the computer starts up.
-
-
-
-
-
- <b>Erase disk and install %1</b><br/><font color="red">Warning: </font>This will delete all of your Windows 7 programs, documents, photos, music, and any other files.
-
-
-
-
- This computer currently has multiple operating systems on it. What would you like to do?
-
-
-
-
- <b>Install %1 alongside your current operating systems</b><br/>Documents, music and other personal files will be kept. You can choose which operating system you want each time the computer starts up.
-
-
-
-
- <b>Something else</b><br/>You can create or resize partitions yourself, or choose multiple partitions for %1.
-
-
-
-
- ConfigurePageAdvanced
-
-
- Permissions
-
-
-
-
- Allow applying operations without administrator privileges
-
-
-
-
- Backend
-
-
-
-
- Active backend:
-
-
-
-
- Units
-
-
-
-
- Preferred unit:
-
-
-
-
- Byte
-
-
-
-
- KiB
-
-
-
-
- MiB
-
-
-
-
- GiB
-
-
-
-
- TiB
-
-
-
-
- PiB
-
-
-
-
- EiB
-
-
-
-
- ConfigurePageFileSystemColors
-
-
- File Systems
-
-
-
-
- luks:
-
-
-
-
- ntfs:
-
-
-
-
- ext2:
-
-
-
-
- ext3:
-
-
-
-
- ext4:
-
-
-
-
- btrfs:
-
-
-
-
- linuxswap:
-
-
-
-
- fat16:
-
-
-
-
- fat32:
-
-
-
-
- zfs:
-
-
-
-
- reiserfs:
-
-
-
-
- reiser4:
-
-
-
-
- hpfs:
-
-
-
-
- jfs
-
-
-
-
- hfs:
-
-
-
-
- hfsplus:
-
-
-
-
- ufs:
-
-
-
-
- xfs:
-
-
-
-
- ocfs2:
-
-
-
-
- extended:
-
-
-
-
- unformatted:
-
-
-
-
- unknown:
-
-
-
-
- exfat:
-
-
-
-
- nilfs2:
-
-
-
-
- lvm2 pv:
-
-
-
-
- ConfigurePageGeneral
-
-
- Partition Alignment
-
-
-
-
- Use cylinder based alignment (Windows XP compatible)
-
-
-
-
- Sector alignment:
-
-
-
-
- sectors
-
-
-
-
- Align partitions per default
-
-
-
-
- Logging
-
-
-
-
- Hide messages below:
-
-
-
-
- Debug
-
-
-
-
- Information
-
-
-
-
- Warning
-
-
-
-
- Error
-
-
-
-
- File Systems
-
-
-
-
- Default file system:
-
-
-
-
- Shredding
-
-
-
-
- Overwrite with:
-
-
-
-
- Random data
-
-
-
-
- Zeros
-
-
-
-
- CreatePartitionDialog
-
-
- Create a Partition
-
-
-
-
- Partition &Type:
-
-
-
-
- &Primary
-
-
-
-
- E&xtended
-
-
-
-
- F&ile System:
-
-
-
-
- &Mount Point:
-
-
-
-
- /
-
-
-
-
- /boot
-
-
-
-
- /home
-
-
-
-
- /opt
-
-
-
-
- /usr
-
-
-
-
- /var
-
-
-
-
- Si&ze:
-
-
-
-
- MB
-
-
-
-
- Logical
-
-
-
-
- Primary
-
-
-
-
- GPT
-
-
-
-
- CreatePartitionJob
-
-
- Create partition (file system: %1, size: %2 MB) on %3.
-
-
-
-
- The installer failed to create partition on disk '%1'.
-
-
-
-
- Could not open device '%1'.
-
-
-
-
- Could not open partition table.
-
-
-
-
- The installer failed to create file system on partition %1.
-
-
-
-
- The installer failed to update partition table on disk '%1'.
-
-
-
-
- CreatePartitionTableDialog
-
-
- Create Partition Table
-
-
-
-
- Creating a new partition table will delete all existing data on the disk.
-
-
-
-
- What kind of partition table do you want to create?
-
-
-
-
- Master Boot Record (MBR)
-
-
-
-
- GUID Partition Table (GPT)
-
-
-
-
- CreatePartitionTableJob
-
-
- Create partition table
-
-
-
-
- The installer failed to create a partition table on %1.
-
-
-
-
- Could not open device %1.
-
-
-
-
- CreatePartitionTableWidgetBase
-
-
- Choose the type of partition table you want to create:
-
-
-
-
- GPT
-
-
-
-
- MS-Dos
-
-
-
-
- (icon)
-
-
-
-
- <b>Warning:</b> This will destroy all data on the device!
-
-
-
-
- CreateUserJob
-
-
- Create user %1
-
-
-
-
- Sudoers dir is not writable.
-
-
-
-
- Cannot create sudoers file for writing.
-
-
-
-
- Cannot chmod sudoers file.
-
-
-
-
- Cannot open groups file for reading.
-
-
-
-
- Cannot create user %1.
-
-
-
-
- useradd terminated with error code %1.
-
-
-
-
- Cannot set full name for user %1.
-
-
-
-
- chfn terminated with error code %1.
-
-
-
-
- Cannot set home directory ownership for user %1.
-
-
-
-
- chown terminated with error code %1.
-
-
-
-
- DecryptLuksDialogWidgetBase
-
-
- &Name:
-
-
-
-
- &Passphrase:
-
-
-
-
- DeletePartitionJob
-
-
- Delete partition %1
-
-
-
-
- The installer failed to delete partition %1.
-
-
-
-
- Partition (%1) and device (%2) do not match.
-
-
-
-
- Could not open device %1.
-
-
-
-
- Could not open partition table.
-
-
-
-
- DeviceModel
-
-
- %1 - %2 (%3)
-
-
-
-
- DevicePropsWidgetBase
-
-
- Partition table:
-
-
-
-
- Cylinder alignment
-
-
-
-
- Sector based alignment
-
-
-
-
- Capacity:
-
-
-
-
- Total sectors:
-
-
-
-
- Cylinders/Heads/Sectors:
-
-
-
-
- Logical sector size:
-
-
-
-
- Physical sector size:
-
-
-
-
- Cylinder size:
-
-
-
-
- Primaries/Max:
-
-
-
-
- SMART status:
-
-
-
-
- More...
-
-
-
-
- EditExistingPartitionDialog
-
-
- Edit Existing Partition
-
-
-
-
- Content:
-
-
-
-
- Keep
-
-
-
-
- Format
-
-
-
-
- Warning: Formatting the partition will erase all existing data.
-
-
-
-
- &Mount Point:
-
-
-
-
- /
-
-
-
-
- /boot
-
-
-
-
- /home
-
-
-
-
- /opt
-
-
-
-
- /usr
-
-
-
-
- /var
-
-
-
-
- Size:
-
-
-
-
- EditMountOptionsDialogWidgetBase
-
-
- Edit Mount Options
-
-
-
-
- Edit the mount options for this file system:
-
-
-
-
- EditMountPointDialogWidgetBase
-
-
- Path:
-
-
-
-
- Select...
-
-
-
-
- Type:
-
-
-
-
- Options:
-
-
-
-
- Read-only
-
-
-
-
- Users can mount and unmount
-
-
-
-
- No automatic mount
-
-
-
-
- No update of file access times
-
-
-
-
- Synchronous access
-
-
-
-
- No update of directory access times
-
-
-
-
- No binary execution
-
-
-
-
- Update access times relative to modification
-
-
-
-
- More...
-
-
-
-
- Dump Frequency:
-
-
-
-
- Pass Number:
-
-
-
-
- Device Node
-
-
-
-
- UUID
-
-
-
-
- Label
-
-
-
-
- Identify by:
-
-
-
-
- EraseDiskPage
-
-
- Select drive:
-
-
-
-
- Before:
-
-
-
-
- After:
-
-
-
-
- FileSystemSupportDialogWidgetBase
-
-
- This table shows which file systems are supported and which specific operations can be performed on them.
-Some file systems need external tools to be installed for them to be supported. But not all operations can be performed on all file systems, even if all required tools are installed. Please see the documentation for details.
-
-
-
-
- File System
-
-
-
-
- Create
-
-
-
-
- Grow
-
-
-
-
- Shrink
-
-
-
-
- Move
-
-
-
-
- Copy
-
-
-
-
- Check
-
-
-
-
- Read Label
-
-
-
-
- Write Label
-
-
-
-
- Read Usage
-
-
-
-
- Backup
-
-
-
-
- Restore
-
-
-
-
- Support Tools
-
-
-
-
- Rescan Support
- @action:button
-
-
-
-
- FillGlobalStorageJob
-
-
- Set partition information
-
-
-
-
- Failed to find path for boot loader
-
-
-
-
- FormatPartitionJob
-
-
- Format partition %1 (file system: %2, size: %3 MB) on %4.
-
-
-
-
- The installer failed to format partition %1 on disk '%2'.
-
-
-
-
- Could not open device '%1'.
-
-
-
-
- Could not open partition table.
-
-
-
-
- The installer failed to create file system on partition %1.
-
-
-
-
- The installer failed to update partition table on disk '%1'.
-
-
-
-
- GreetingPage
-
-
- <h1>Welcome to the %1 installer.</h1><br/>This program will ask you some questions and set up %2 on your computer.
-
-
-
-
- GreetingViewStep
-
-
- Welcome
-
-
-
-
- KeyboardPage
-
-
- Set keyboard model to %1.<br/>
-
-
-
-
- Set keyboard layout to %1/%2.
-
-
-
-
- KeyboardViewStep
-
-
- Keyboard
-
-
-
-
- LocalePage
-
-
- Region:
-
-
-
-
- Zone:
-
-
-
-
- Set timezone to %1/%2.<br/>
-
-
-
-
- LocaleViewStep
-
-
- Loading location data...
-
-
-
-
- Location
-
-
-
-
- MainWindowBase
-
-
- KDE Partition Manager
- @title:window
-
-
-
-
- Devices
- @title:window
-
-
-
-
- Pending Operations
- @title:window
-
-
-
-
- Information
- @title:window
-
-
-
-
- Log Output
- @title:window
-
-
-
-
- MoveFileSystemJob
-
-
- Move file system of partition %1.
-
-
-
-
- Could not open file system on partition %1 for moving.
-
-
-
-
- Could not create target for moving file system on partition %1.
-
-
-
-
- Moving of partition %1 failed, changes have been rolled back.
-
-
-
-
- Moving of partition %1 failed. Roll back of the changes have failed.
-
-
-
-
- Updating boot sector after the moving of partition %1 failed.
-
-
-
-
- The logical sector sizes in the source and target for copying are not the same. This is currently unsupported.
-
-
-
-
- Source and target for copying do not overlap: Rollback is not required.
-
-
-
-
-
- Could not open device %1 to rollback copying.
-
-
-
-
- Page_Keyboard
-
-
- Form
-
-
-
-
- Keyboard Model:
-
-
-
-
- Type here to test your keyboard
-
-
-
-
- Page_UserSetup
-
-
- Form
-
-
-
-
- What is your name?
-
-
-
-
- What name do you want to use to log in?
-
-
-
-
-
-
-
- font-weight: normal
-
-
-
-
- <small>If more than one person will use this computer, you can set up multiple accounts after installation.</small>
-
-
-
-
- Choose a password to keep your account safe.
-
-
-
-
- <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small>
-
-
-
-
- What is the name of this computer?
-
-
-
-
- <small>This name will be used if you make the computer visible to others on a network.</small>
-
-
-
-
- Choose a password for the administrator account.
-
-
-
-
- <small>Enter the same password twice, so that it can be checked for typing errors.</small>
-
-
-
-
- Log in automatically
-
-
-
-
- Require my password to log in
-
-
-
-
- PartPropsWidgetBase
-
-
- File system:
- @label:listbox
-
-
-
-
- Label:
- @label
-
-
-
-
- This file system does not support setting a label.
- @label
-
-
-
-
- Recreate existing file system
- @action:button
-
-
-
-
- Mount point:
- @label
-
-
-
-
- Partition type:
- @label
-
-
-
-
- Status:
- @label
-
-
-
-
- UUID:
- @label
-
-
-
-
- Size:
- @label
-
-
-
-
- Available:
- @label partition capacity available
-
-
-
-
- Used:
- @label partition capacity used
-
-
-
-
- First sector:
- @label
-
-
-
-
- Last sector:
- @label
-
-
-
-
- Number of sectors:
- @label
-
-
-
-
- Flags:
- @label
-
-
-
-
- PartitionManagerWidgetBase
-
-
- KDE Partition Manager
- @title:window
-
-
-
-
- Partition
-
-
-
-
- Type
-
-
-
-
- Mount Point
-
-
-
-
- Label
-
-
-
-
- UUID
-
-
-
-
- Size
-
-
-
-
- Used
-
-
-
-
- Available
-
-
-
-
- First Sector
-
-
-
-
- Last Sector
-
-
-
-
- Number of Sectors
-
-
-
-
- Flags
-
-
-
-
- PartitionModel
-
-
- Free Space
-
-
-
-
- New partition
-
-
-
-
- Name
-
-
-
-
- File System
-
-
-
-
- Mount Point
-
-
-
-
- Size
-
-
-
-
- PartitionPage
-
-
- Form
-
-
-
-
- &Disk:
-
-
-
-
- &Revert All Changes
-
-
-
-
- New Partition &Table
-
-
-
-
- &Create
-
-
-
-
- &Edit
-
-
-
-
- &Delete
-
-
-
-
- &Install boot loader on:
-
-
-
-
- Are you sure you want to create a new partition table on %1?
-
-
-
-
- PartitionViewStep
-
-
- Gathering system information...
-
-
-
-
- Partitions
-
-
-
-
- Before:
-
-
-
-
- After:
-
-
-
-
- PreparePage
-
-
- For best results, please ensure that this computer:
-
-
-
-
- This computer does not satisfy the minimum requirements for installing %1.
-Installation cannot continue.
-
-
-
-
- This computer does not satisfy some of the recommended requirements for installing %1.
-Installation can continue, but some features might be disabled.
-
-
-
-
- PrepareViewStep
-
-
- Gathering system information...
-
-
-
-
- has at least %1 GB available drive space
-
-
-
-
- has at least %1 GB working memory
-
-
-
-
- is plugged in to a power source
-
-
-
-
- is connected to the Internet
-
-
-
-
- Prepare
-
-
-
-
- ProgressTreeModel
-
-
- Prepare
-
-
-
-
- Finish
-
-
-
-
- QObject
-
-
- Default Keyboard Model
-
-
-
-
-
- Default
-
-
-
-
- ReleaseDialog
-
-
- KDE Release Builder
-
-
-
-
- Application
-
-
-
-
- Name:
-
-
-
-
- &Version:
-
-
-
-
- Repository and Revision
-
-
-
-
- &Checkout From:
-
-
-
-
- trunk
-
-
-
-
- branches
-
-
-
-
- tags
-
-
-
-
- Ta&g/Branch:
-
-
-
-
- &SVN Access:
-
-
-
-
- anonsvn
-
-
-
-
- https
-
-
-
-
- svn+ssh
-
-
-
-
- &User:
-
-
-
-
- Options
-
-
-
-
- Get &Documentation
-
-
-
-
- Get &Translations
-
-
-
-
- C&reate Tag
-
-
-
-
- S&kip translations below completion:
-
-
-
-
- %
-
-
-
-
- Create Tar&ball
-
-
-
-
- Apply &fixes
-
-
-
-
- ResizeFileSystemJob
-
-
- Resize file system on partition %1.
-
-
-
-
- Parted failed to resize filesystem.
-
-
-
-
- Failed to resize filesystem.
-
-
-
-
- ResizePartitionJob
-
-
- Resize partition %1.
-
-
-
-
-
- The installer failed to resize partition %1 on disk '%2'.
-
-
-
-
- Could not open device '%1'.
-
-
-
-
- SetHostNameJob
-
-
- Set hostname %1
-
-
-
-
-
- Internal Error
-
-
-
-
- Cannot write hostname to target system
-
-
-
-
- SetPartGeometryJob
-
-
- Update geometry of partition %1.
-
-
-
-
- Failed to change the geometry of the partition.
-
-
-
-
- SetPasswordJob
-
-
- Set password for user %1
-
-
-
-
- Bad destination system path.
-
-
-
-
- rootMountPoint is %1
-
-
-
-
- Cannot set password for user %1.
-
-
-
-
- usermod terminated with error code %1.
-
-
-
-
- SetTimezoneJob
-
-
- Set timezone to %1/%2
-
-
-
-
- Cannot access selected timezone path.
-
-
-
-
- Bad path: %1
-
-
-
-
- Cannot set timezone.
-
-
-
-
- Link creation failed, target: %1; link name: %2
-
-
-
-
- SizeDetailsWidgetBase
-
-
- First sector:
- @label:listbox
-
-
-
-
- Last sector:
- @label:listbox
-
-
-
-
- Align partition
-
-
-
-
- SizeDialogWidgetBase
-
-
- Partition type:
- @label:listbox
-
-
-
-
- Primary
-
-
-
-
- Extended
-
-
-
-
- Logical
-
-
-
-
- File system:
- @label:listbox
-
-
-
-
- Label:
- @label
-
-
-
-
- This file system does not support setting a label.
- @label
-
-
-
-
- Minimum size:
- @label
-
-
-
-
- Maximum size:
- @label
-
-
-
-
- Free space before:
- @label:listbox
-
-
-
-
- Size:
- @label:listbox
-
-
-
-
- Free space after:
- @label:listbox
-
-
-
-
- SmartDialogWidgetBase
-
-
- SMART status:
-
-
-
-
- Model:
-
-
-
-
- Serial number:
-
-
-
-
- Firmware revision:
-
-
-
-
- Temperature:
-
-
-
-
- Bad sectors:
-
-
-
-
- Powered on for:
-
-
-
-
- Power cycles:
-
-
-
-
- Id
-
-
-
-
- Attribute
-
-
-
-
- Failure Type
-
-
-
-
- Update Type
-
-
-
-
- Worst
-
-
-
-
- Current
-
-
-
-
- Threshold
-
-
-
-
- Raw
-
-
-
-
- Assessment
-
-
-
-
- Value
-
-
-
-
- Overall assessment:
-
-
-
-
- Self tests:
-
-
-
-
- SummaryViewStep
-
-
- Summary
-
-
-
-
- TreeLogBase
-
-
- Sev.
- @title:column Severity of a log entry / log level. Text must be very short.
-
-
-
-
- Severity
-
-
-
-
- Time
- @title:column a time stamp of a log entry
-
-
-
-
- Message
- @title:column the text message of a log entry
-
-
-
-
- UsersPage
-
-
- Your username contains an invalid character '%1'
-
-
-
-
- Your username contains invalid characters!
-
-
-
-
- Your hostname contains an invalid character '%1'
-
-
-
-
- Your hostname contains invalid characters!
-
-
-
-
-
- Your passwords do not match!
-
-
-
-
- UsersViewStep
-
-
- Users
-
-
-
-
diff --git a/lang/calamares_id_ID.ts b/lang/calamares_id_ID.ts
deleted file mode 100644
index f6aba7e8f..000000000
--- a/lang/calamares_id_ID.ts
+++ /dev/null
@@ -1,4366 +0,0 @@
-
-
-
-
- AutoMountManagementJob
-
-
- Manage auto-mount settings
-
-
-
-
- BootInfoWidget
-
-
- The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode.
-
-
-
-
- This system was started with an <strong>EFI</strong> boot environment.<br><br>To configure startup from an EFI environment, this installer must deploy a boot loader application, like <strong>GRUB</strong> or <strong>systemd-boot</strong> on an <strong>EFI System Partition</strong>. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own.
-
-
-
-
- This system was started with a <strong>BIOS</strong> boot environment.<br><br>To configure startup from a BIOS environment, this installer must install a boot loader, like <strong>GRUB</strong>, either at the beginning of a partition or on the <strong>Master Boot Record</strong> 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.
-
-
-
-
- BootLoaderModel
-
-
- Master Boot Record of %1
-
-
-
-
- Boot Partition
-
-
-
-
- System Partition
-
-
-
-
- Do not install a boot loader
-
-
-
-
- %1 (%2)
-
-
-
-
- Calamares::BlankViewStep
-
-
- Blank Page
-
-
-
-
- Calamares::DebugWindow
-
-
- Form
-
-
-
-
- GlobalStorage
-
-
-
-
- JobQueue
-
-
-
-
- Modules
-
-
-
-
- Type:
-
-
-
-
-
- none
-
-
-
-
- Interface:
-
-
-
-
- Crashes Calamares, so that Dr. Konqui can look at it.
-
-
-
-
- Reloads the stylesheet from the branding directory.
-
-
-
-
- Uploads the session log to the configured pastebin.
-
-
-
-
- Send Session Log
-
-
-
-
- Reload Stylesheet
-
-
-
-
- Displays the tree of widget names in the log (for stylesheet debugging).
-
-
-
-
- Widget Tree
-
-
-
-
- Debug information
-
-
-
-
- Calamares::ExecutionViewStep
-
-
- Set up
-
-
-
-
- Install
-
-
-
-
- Calamares::FailJob
-
-
- Job failed (%1)
-
-
-
-
- Programmed job failure was explicitly requested.
-
-
-
-
- Calamares::JobThread
-
-
- Done
-
-
-
-
- Calamares::NamedJob
-
-
- Example job (%1)
-
-
-
-
- Calamares::ProcessJob
-
-
- Run command '%1' in target system.
-
-
-
-
- Run command '%1'.
-
-
-
-
- Running command %1 %2
-
-
-
-
- Calamares::PythonJob
-
-
- Running %1 operation.
-
-
-
-
- Bad working directory path
-
-
-
-
- Working directory %1 for python job %2 is not readable.
-
-
-
-
- Bad main script file
-
-
-
-
- Main script file %1 for python job %2 is not readable.
-
-
-
-
- Boost.Python error in job "%1".
-
-
-
-
- Calamares::QmlViewStep
-
-
- Loading ...
-
-
-
-
- QML Step <i>%1</i>.
-
-
-
-
- Loading failed.
-
-
-
-
- Calamares::RequirementsChecker
-
-
- Requirements checking for module <i>%1</i> is complete.
-
-
-
-
- Waiting for %n module(s).
-
-
-
-
-
-
- (%n second(s))
-
-
-
-
-
-
- System-requirements checking is complete.
-
-
-
-
- Calamares::ViewManager
-
-
- Setup Failed
-
-
-
-
- Installation Failed
-
-
-
-
- Would you like to paste the install log to the web?
-
-
-
-
- Error
-
-
-
-
- &Yes
-
-
-
-
- &No
-
-
-
-
- &Close
-
-
-
-
- Install Log Paste URL
-
-
-
-
- The upload was unsuccessful. No web-paste was done.
-
-
-
-
- Install log posted to
-
-%1
-
-Link copied to clipboard
-
-
-
-
- Calamares Initialization Failed
-
-
-
-
- %1 can not be installed. Calamares was unable to load all of the configured modules. This is a problem with the way Calamares is being used by the distribution.
-
-
-
-
- <br/>The following modules could not be loaded:
-
-
-
-
- Continue with setup?
-
-
-
-
- Continue with installation?
-
-
-
-
- The %1 setup program is about to make changes to your disk in order to set up %2.<br/><strong>You will not be able to undo these changes.</strong>
-
-
-
-
- The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong>
-
-
-
-
- &Set up now
-
-
-
-
- &Install now
-
-
-
-
- Go &back
-
-
-
-
- &Set up
-
-
-
-
- &Install
-
-
-
-
- Setup is complete. Close the setup program.
-
-
-
-
- The installation is complete. Close the installer.
-
-
-
-
- Cancel setup without changing the system.
-
-
-
-
- Cancel installation without changing the system.
-
-
-
-
- &Next
-
-
-
-
- &Back
-
-
-
-
- &Done
-
-
-
-
- &Cancel
-
-
-
-
- Cancel setup?
-
-
-
-
- Cancel installation?
-
-
-
-
- Do you really want to cancel the current setup process?
-The setup program will quit and all changes will be lost.
-
-
-
-
- Do you really want to cancel the current install process?
-The installer will quit and all changes will be lost.
-
-
-
-
- CalamaresPython::Helper
-
-
- Unknown exception type
-
-
-
-
- unparseable Python error
-
-
-
-
- unparseable Python traceback
-
-
-
-
- Unfetchable Python error.
-
-
-
-
- CalamaresWindow
-
-
- %1 Setup Program
-
-
-
-
- %1 Installer
-
-
-
-
- ChangeFilesystemLabelJob
-
-
- Set filesystem label on %1.
-
-
-
-
- Set filesystem label <strong>%1</strong> to partition <strong>%2</strong>.
-
-
-
-
- The installer failed to update partition table on disk '%1'.
-
-
-
-
- CheckerContainer
-
-
- Gathering system information...
-
-
-
-
- ChoicePage
-
-
- Form
-
-
-
-
- Select storage de&vice:
-
-
-
-
-
-
-
- Current:
-
-
-
-
- After:
-
-
-
-
- <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.
-
-
-
-
- Reuse %1 as home partition for %2.
-
-
-
-
- <strong>Select a partition to shrink, then drag the bottom bar to resize</strong>
-
-
-
-
- %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4.
-
-
-
-
- Boot loader location:
-
-
-
-
- <strong>Select a partition to install on</strong>
-
-
-
-
- An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.
-
-
-
-
- The EFI system partition at %1 will be used for starting %2.
-
-
-
-
- EFI system partition:
-
-
-
-
- This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
-
-
-
- <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.
-
-
-
-
-
-
-
- <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.
-
-
-
-
-
-
-
- <strong>Replace a partition</strong><br/>Replaces a partition with %1.
-
-
-
-
- This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/>
-
-
-
-
- This storage device has one of its partitions <strong>mounted</strong>.
-
-
-
-
- This storage device is a part of an <strong>inactive RAID</strong> device.
-
-
-
-
- No Swap
-
-
-
-
- Reuse Swap
-
-
-
-
- Swap (no Hibernate)
-
-
-
-
- Swap (with Hibernate)
-
-
-
-
- Swap to file
-
-
-
-
- ClearMountsJob
-
-
- Successfully unmounted %1.
-
-
-
-
- Successfully disabled swap %1.
-
-
-
-
- Successfully cleared swap %1.
-
-
-
-
- Successfully closed mapper device %1.
-
-
-
-
- Successfully disabled volume group %1.
-
-
-
-
- Clear mounts for partitioning operations on %1
-
-
-
-
- Clearing mounts for partitioning operations on %1.
-
-
-
-
- Cleared all mounts for %1
-
-
-
-
- ClearTempMountsJob
-
-
- Clear all temporary mounts.
-
-
-
-
- Clearing all temporary mounts.
-
-
-
-
- Cannot get list of temporary mounts.
-
-
-
-
- Cleared all temporary mounts.
-
-
-
-
- CommandList
-
-
-
- Could not run command.
-
-
-
-
- The command runs in the host environment and needs to know the root path, but no rootMountPoint is defined.
-
-
-
-
- The command needs to know the user's name, but no username is defined.
-
-
-
-
- Config
-
-
- Set keyboard model to %1.<br/>
-
-
-
-
- Set keyboard layout to %1/%2.
-
-
-
-
- Set timezone to %1/%2.
-
-
-
-
- The system language will be set to %1.
-
-
-
-
- The numbers and dates locale will be set to %1.
-
-
-
-
- Network Installation. (Disabled: Incorrect configuration)
-
-
-
-
- Network Installation. (Disabled: Received invalid groups data)
-
-
-
-
- Network Installation. (Disabled: Internal error)
-
-
-
-
- Network Installation. (Disabled: No package list)
-
-
-
-
- Package selection
-
-
-
-
- Network Installation. (Disabled: Unable to fetch package lists, check your network connection)
-
-
-
-
- This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a>
-
-
-
-
- This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a>
-
-
-
-
- This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled.
-
-
-
-
- This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled.
-
-
-
-
- This program will ask you some questions and set up %2 on your computer.
-
-
-
-
- <h1>Welcome to the Calamares setup program for %1</h1>
-
-
-
-
- <h1>Welcome to %1 setup</h1>
-
-
-
-
- <h1>Welcome to the Calamares installer for %1</h1>
-
-
-
-
- <h1>Welcome to the %1 installer</h1>
-
-
-
-
- Your username is too long.
-
-
-
-
- '%1' is not allowed as username.
-
-
-
-
- Your username must start with a lowercase letter or underscore.
-
-
-
-
- Only lowercase letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- Your hostname is too short.
-
-
-
-
- Your hostname is too long.
-
-
-
-
- '%1' is not allowed as hostname.
-
-
-
-
- Only letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- Your passwords do not match!
-
-
-
-
- OK!
-
-
-
-
- Setup Failed
-
-
-
-
- Installation Failed
-
-
-
-
- The setup of %1 did not complete successfully.
-
-
-
-
- The installation of %1 did not complete successfully.
-
-
-
-
- Setup Complete
-
-
-
-
- Installation Complete
-
-
-
-
- The setup of %1 is complete.
-
-
-
-
- The installation of %1 is complete.
-
-
-
-
- Package Selection
-
-
-
-
- Please pick a product from the list. The selected product will be installed.
-
-
-
-
- Install option: <strong>%1</strong>
-
-
-
-
- None
-
-
-
-
- Summary
-
-
-
-
- This is an overview of what will happen once you start the setup procedure.
-
-
-
-
- This is an overview of what will happen once you start the install procedure.
-
-
-
-
- ContextualProcessJob
-
-
- Contextual Processes Job
-
-
-
-
- CreatePartitionDialog
-
-
- Create a Partition
-
-
-
-
- Si&ze:
-
-
-
-
- MiB
-
-
-
-
- Partition &Type:
-
-
-
-
- &Primary
-
-
-
-
- E&xtended
-
-
-
-
- Fi&le System:
-
-
-
-
- LVM LV name
-
-
-
-
- &Mount Point:
-
-
-
-
- Flags:
-
-
-
-
- Label for the filesystem
-
-
-
-
- FS Label:
-
-
-
-
- En&crypt
-
-
-
-
- Logical
-
-
-
-
- Primary
-
-
-
-
- GPT
-
-
-
-
- Mountpoint already in use. Please select another one.
-
-
-
-
- CreatePartitionJob
-
-
- Create new %1MiB partition on %3 (%2) with entries %4.
-
-
-
-
- Create new %1MiB partition on %3 (%2).
-
-
-
-
- Create new %2MiB partition on %4 (%3) with file system %1.
-
-
-
-
- Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2) with entries <em>%4</em>.
-
-
-
-
- Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2).
-
-
-
-
- Create new <strong>%2MiB</strong> partition on <strong>%4</strong> (%3) with file system <strong>%1</strong>.
-
-
-
-
-
- Creating new %1 partition on %2.
-
-
-
-
- The installer failed to create partition on disk '%1'.
-
-
-
-
- CreatePartitionTableDialog
-
-
- Create Partition Table
-
-
-
-
- Creating a new partition table will delete all existing data on the disk.
-
-
-
-
- What kind of partition table do you want to create?
-
-
-
-
- Master Boot Record (MBR)
-
-
-
-
- GUID Partition Table (GPT)
-
-
-
-
- CreatePartitionTableJob
-
-
- Create new %1 partition table on %2.
-
-
-
-
- Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3).
-
-
-
-
- Creating new %1 partition table on %2.
-
-
-
-
- The installer failed to create a partition table on %1.
-
-
-
-
- CreateUserJob
-
-
- Create user %1
-
-
-
-
- Create user <strong>%1</strong>.
-
-
-
-
- Preserving home directory
-
-
-
-
-
- Creating user %1
-
-
-
-
- Configuring user %1
-
-
-
-
- Setting file permissions
-
-
-
-
- CreateVolumeGroupDialog
-
-
- Create Volume Group
-
-
-
-
- CreateVolumeGroupJob
-
-
- Create new volume group named %1.
-
-
-
-
- Create new volume group named <strong>%1</strong>.
-
-
-
-
- Creating new volume group named %1.
-
-
-
-
- The installer failed to create a volume group named '%1'.
-
-
-
-
- DeactivateVolumeGroupJob
-
-
-
- Deactivate volume group named %1.
-
-
-
-
- Deactivate volume group named <strong>%1</strong>.
-
-
-
-
- The installer failed to deactivate a volume group named %1.
-
-
-
-
- DeletePartitionJob
-
-
- Delete partition %1.
-
-
-
-
- Delete partition <strong>%1</strong>.
-
-
-
-
- Deleting partition %1.
-
-
-
-
- The installer failed to delete partition %1.
-
-
-
-
- DeviceInfoWidget
-
-
- This device has a <strong>%1</strong> partition table.
-
-
-
-
- This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem.
-
-
-
-
- This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page.
-
-
-
-
- <br><br>This is the recommended partition table type for modern systems which start from an <strong>EFI</strong> boot environment.
-
-
-
-
- <br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions.
-
-
-
-
- The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred.
-
-
-
-
- DeviceModel
-
-
- %1 - %2 (%3)
- device[name] - size[number] (device-node[name])
-
-
-
-
- %1 - (%2)
- device[name] - (device-node[name])
-
-
-
-
- DracutLuksCfgJob
-
-
- Write LUKS configuration for Dracut to %1
-
-
-
-
- Skip writing LUKS configuration for Dracut: "/" partition is not encrypted
-
-
-
-
- Failed to open %1
-
-
-
-
- DummyCppJob
-
-
- Dummy C++ Job
-
-
-
-
- EditExistingPartitionDialog
-
-
- Edit Existing Partition
-
-
-
-
- Content:
-
-
-
-
- &Keep
-
-
-
-
- Format
-
-
-
-
- Warning: Formatting the partition will erase all existing data.
-
-
-
-
- &Mount Point:
-
-
-
-
- Si&ze:
-
-
-
-
- MiB
-
-
-
-
- Fi&le System:
-
-
-
-
- Flags:
-
-
-
-
- Label for the filesystem
-
-
-
-
- FS Label:
-
-
-
-
- Mountpoint already in use. Please select another one.
-
-
-
-
- EncryptWidget
-
-
- Form
-
-
-
-
- En&crypt system
-
-
-
-
- Passphrase
-
-
-
-
- Confirm passphrase
-
-
-
-
-
- Please enter the same passphrase in both boxes.
-
-
-
-
- FillGlobalStorageJob
-
-
- Set partition information
-
-
-
-
- Install %1 on <strong>new</strong> %2 system partition with features <em>%3</em>
-
-
-
-
- Install %1 on <strong>new</strong> %2 system partition.
-
-
-
-
- Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong> and features <em>%3</em>.
-
-
-
-
- Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>%3.
-
-
-
-
- Install %2 on %3 system partition <strong>%1</strong> with features <em>%4</em>.
-
-
-
-
- Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong> and features <em>%4</em>.
-
-
-
-
- Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>%4.
-
-
-
-
- Install %2 on %3 system partition <strong>%1</strong>.
-
-
-
-
- Install boot loader on <strong>%1</strong>.
-
-
-
-
- Setting up mount points.
-
-
-
-
- FinishedPage
-
-
- Form
-
-
-
-
- &Restart now
-
-
-
-
- <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system.
-
-
-
-
- <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html>
-
-
-
-
- <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment.
-
-
-
-
- <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html>
-
-
-
-
- <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2.
-
-
-
-
- <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2.
-
-
-
-
- FinishedQmlViewStep
-
-
- Finish
-
-
-
-
- FinishedViewStep
-
-
- Finish
-
-
-
-
- FormatPartitionJob
-
-
- Format partition %1 (file system: %2, size: %3 MiB) on %4.
-
-
-
-
- Format <strong>%3MiB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>.
-
-
-
-
- Formatting partition %1 with file system %2.
-
-
-
-
- The installer failed to format partition %1 on disk '%2'.
-
-
-
-
- GeneralRequirements
-
-
- has at least %1 GiB available drive space
-
-
-
-
- There is not enough drive space. At least %1 GiB is required.
-
-
-
-
- has at least %1 GiB working memory
-
-
-
-
- The system does not have enough working memory. At least %1 GiB is required.
-
-
-
-
- is plugged in to a power source
-
-
-
-
- The system is not plugged in to a power source.
-
-
-
-
- is connected to the Internet
-
-
-
-
- The system is not connected to the Internet.
-
-
-
-
- is running the installer as an administrator (root)
-
-
-
-
- The setup program is not running with administrator rights.
-
-
-
-
- The installer is not running with administrator rights.
-
-
-
-
- has a screen large enough to show the whole installer
-
-
-
-
- The screen is too small to display the setup program.
-
-
-
-
- The screen is too small to display the installer.
-
-
-
-
- HostInfoJob
-
-
- Collecting information about your machine.
-
-
-
-
- IDJob
-
-
-
-
-
- OEM Batch Identifier
-
-
-
-
- Could not create directories <code>%1</code>.
-
-
-
-
- Could not open file <code>%1</code>.
-
-
-
-
- Could not write to file <code>%1</code>.
-
-
-
-
- InitcpioJob
-
-
- Creating initramfs with mkinitcpio.
-
-
-
-
- InitramfsJob
-
-
- Creating initramfs.
-
-
-
-
- InteractiveTerminalPage
-
-
- Konsole not installed
-
-
-
-
- Please install KDE Konsole and try again!
-
-
-
-
- Executing script: <code>%1</code>
-
-
-
-
- InteractiveTerminalViewStep
-
-
- Script
-
-
-
-
- KeyboardQmlViewStep
-
-
- Keyboard
-
-
-
-
- KeyboardViewStep
-
-
- Keyboard
-
-
-
-
- LCLocaleDialog
-
-
- System locale setting
-
-
-
-
- The system locale setting affects the language and character set for some command line user interface elements.<br/>The current setting is <strong>%1</strong>.
-
-
-
-
- &Cancel
-
-
-
-
- &OK
-
-
-
-
- LicensePage
-
-
- Form
-
-
-
-
- <h1>License Agreement</h1>
-
-
-
-
- I accept the terms and conditions above.
-
-
-
-
- Please review the End User License Agreements (EULAs).
-
-
-
-
- This setup procedure will install proprietary software that is subject to licensing terms.
-
-
-
-
- If you do not agree with the terms, the setup procedure cannot continue.
-
-
-
-
- This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience.
-
-
-
-
- If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead.
-
-
-
-
- LicenseViewStep
-
-
- License
-
-
-
-
- LicenseWidget
-
-
- URL: %1
-
-
-
-
- <strong>%1 driver</strong><br/>by %2
- %1 is an untranslatable product name, example: Creative Audigy driver
-
-
-
-
- <strong>%1 graphics driver</strong><br/><font color="Grey">by %2</font>
- %1 is usually a vendor name, example: Nvidia graphics driver
-
-
-
-
- <strong>%1 browser plugin</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1 codec</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1 package</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- File: %1
-
-
-
-
- Hide license text
-
-
-
-
- Show the license text
-
-
-
-
- Open license agreement in browser.
-
-
-
-
- LocalePage
-
-
- Region:
-
-
-
-
- Zone:
-
-
-
-
-
- &Change...
-
-
-
-
- LocaleQmlViewStep
-
-
- Location
-
-
-
-
- LocaleTests
-
-
- Quit
-
-
-
-
- LocaleViewStep
-
-
- Location
-
-
-
-
- LuksBootKeyFileJob
-
-
- Configuring LUKS key file.
-
-
-
-
-
- No partitions are defined.
-
-
-
-
-
-
- Encrypted rootfs setup error
-
-
-
-
- Root partition %1 is LUKS but no passphrase has been set.
-
-
-
-
- Could not create LUKS key file for root partition %1.
-
-
-
-
- Could not configure LUKS key file on partition %1.
-
-
-
-
- MachineIdJob
-
-
- Generate machine-id.
-
-
-
-
- Configuration Error
-
-
-
-
- No root mount point is set for MachineId.
-
-
-
-
- Map
-
-
- Timezone: %1
-
-
-
-
- Please select your preferred location on the map so the installer can suggest the locale
- and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging
- to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming.
-
-
-
-
- NetInstallViewStep
-
-
- Package selection
-
-
-
-
- Office software
-
-
-
-
- Office package
-
-
-
-
- Browser software
-
-
-
-
- Browser package
-
-
-
-
- Web browser
-
-
-
-
- Kernel
-
-
-
-
- Services
-
-
-
-
- Login
-
-
-
-
- Desktop
-
-
-
-
- Applications
-
-
-
-
- Communication
-
-
-
-
- Development
-
-
-
-
- Office
-
-
-
-
- Multimedia
-
-
-
-
- Internet
-
-
-
-
- Theming
-
-
-
-
- Gaming
-
-
-
-
- Utilities
-
-
-
-
- NotesQmlViewStep
-
-
- Notes
-
-
-
-
- OEMPage
-
-
- Ba&tch:
-
-
-
-
- <html><head/><body><p>Enter a batch-identifier here. This will be stored in the target system.</p></body></html>
-
-
-
-
- <html><head/><body><h1>OEM Configuration</h1><p>Calamares will use OEM settings while configuring the target system.</p></body></html>
-
-
-
-
- OEMViewStep
-
-
- OEM Configuration
-
-
-
-
- Set the OEM Batch Identifier to <code>%1</code>.
-
-
-
-
- Offline
-
-
- Select your preferred Region, or use the default settings.
-
-
-
-
-
-
- Timezone: %1
-
-
-
-
- Select your preferred Zone within your Region.
-
-
-
-
- Zones
-
-
-
-
- You can fine-tune Language and Locale settings below.
-
-
-
-
- PWQ
-
-
- Password is too short
-
-
-
-
- Password is too long
-
-
-
-
- Password is too weak
-
-
-
-
- Memory allocation error when setting '%1'
-
-
-
-
- Memory allocation error
-
-
-
-
- The password is the same as the old one
-
-
-
-
- The password is a palindrome
-
-
-
-
- The password differs with case changes only
-
-
-
-
- The password is too similar to the old one
-
-
-
-
- The password contains the user name in some form
-
-
-
-
- The password contains words from the real name of the user in some form
-
-
-
-
- The password contains forbidden words in some form
-
-
-
-
- The password contains too few digits
-
-
-
-
- The password contains too few uppercase letters
-
-
-
-
- The password contains fewer than %n lowercase letters
-
-
-
-
-
-
- The password contains too few lowercase letters
-
-
-
-
- The password contains too few non-alphanumeric characters
-
-
-
-
- The password is too short
-
-
-
-
- The password does not contain enough character classes
-
-
-
-
- The password contains too many same characters consecutively
-
-
-
-
- The password contains too many characters of the same class consecutively
-
-
-
-
- The password contains fewer than %n digits
-
-
-
-
-
-
- The password contains fewer than %n uppercase letters
-
-
-
-
-
-
- The password contains fewer than %n non-alphanumeric characters
-
-
-
-
-
-
- The password is shorter than %n characters
-
-
-
-
-
-
- The password is a rotated version of the previous one
-
-
-
-
- The password contains fewer than %n character classes
-
-
-
-
-
-
- The password contains more than %n same characters consecutively
-
-
-
-
-
-
- The password contains more than %n characters of the same class consecutively
-
-
-
-
-
-
- The password contains monotonic sequence longer than %n characters
-
-
-
-
-
-
- The password contains too long of a monotonic character sequence
-
-
-
-
- No password supplied
-
-
-
-
- Cannot obtain random numbers from the RNG device
-
-
-
-
- Password generation failed - required entropy too low for settings
-
-
-
-
- The password fails the dictionary check - %1
-
-
-
-
- The password fails the dictionary check
-
-
-
-
- Unknown setting - %1
-
-
-
-
- Unknown setting
-
-
-
-
- Bad integer value of setting - %1
-
-
-
-
- Bad integer value
-
-
-
-
- Setting %1 is not of integer type
-
-
-
-
- Setting is not of integer type
-
-
-
-
- Setting %1 is not of string type
-
-
-
-
- Setting is not of string type
-
-
-
-
- Opening the configuration file failed
-
-
-
-
- The configuration file is malformed
-
-
-
-
- Fatal failure
-
-
-
-
- Unknown error
-
-
-
-
- Password is empty
-
-
-
-
- PackageChooserPage
-
-
- Form
-
-
-
-
- Product Name
-
-
-
-
- TextLabel
-
-
-
-
- Long Product Description
-
-
-
-
- Package Selection
-
-
-
-
- Please pick a product from the list. The selected product will be installed.
-
-
-
-
- PackageChooserQmlViewStep
-
-
- Packages
-
-
-
-
- PackageChooserViewStep
-
-
- Packages
-
-
-
-
- PackageModel
-
-
- Name
-
-
-
-
- Description
-
-
-
-
- Page_Keyboard
-
-
- Form
-
-
-
-
- Keyboard Model:
-
-
-
-
- Type here to test your keyboard
-
-
-
-
- Page_UserSetup
-
-
- Form
-
-
-
-
- What is your name?
-
-
-
-
- Your Full Name
-
-
-
-
- What name do you want to use to log in?
-
-
-
-
- login
-
-
-
-
- What is the name of this computer?
-
-
-
-
- <small>This name will be used if you make the computer visible to others on a network.</small>
-
-
-
-
- Computer Name
-
-
-
-
- Choose a password to keep your account safe.
-
-
-
-
-
- <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small>
-
-
-
-
-
- Password
-
-
-
-
-
- Repeat Password
-
-
-
-
- When this box is checked, password-strength checking is done and you will not be able to use a weak password.
-
-
-
-
- Require strong passwords.
-
-
-
-
- Log in automatically without asking for the password.
-
-
-
-
- Use the same password for the administrator account.
-
-
-
-
- Choose a password for the administrator account.
-
-
-
-
-
- <small>Enter the same password twice, so that it can be checked for typing errors.</small>
-
-
-
-
- PartitionLabelsView
-
-
- Root
-
-
-
-
- Home
-
-
-
-
- Boot
-
-
-
-
- EFI system
-
-
-
-
- Swap
-
-
-
-
- New partition for %1
-
-
-
-
- New partition
-
-
-
-
- %1 %2
- size[number] filesystem[name]
-
-
-
-
- PartitionModel
-
-
-
- Free Space
-
-
-
-
-
- New partition
-
-
-
-
- Name
-
-
-
-
- File System
-
-
-
-
- File System Label
-
-
-
-
- Mount Point
-
-
-
-
- Size
-
-
-
-
- PartitionPage
-
-
- Form
-
-
-
-
- Storage de&vice:
-
-
-
-
- &Revert All Changes
-
-
-
-
- New Partition &Table
-
-
-
-
- Cre&ate
-
-
-
-
- &Edit
-
-
-
-
- &Delete
-
-
-
-
- New Volume Group
-
-
-
-
- Resize Volume Group
-
-
-
-
- Deactivate Volume Group
-
-
-
-
- Remove Volume Group
-
-
-
-
- I&nstall boot loader on:
-
-
-
-
- Are you sure you want to create a new partition table on %1?
-
-
-
-
- Can not create new partition
-
-
-
-
- The partition table on %1 already has %2 primary partitions, and no more can be added. Please remove one primary partition and add an extended partition, instead.
-
-
-
-
- PartitionViewStep
-
-
- Gathering system information...
-
-
-
-
- Partitions
-
-
-
-
- Current:
-
-
-
-
- After:
-
-
-
-
- No EFI system partition configured
-
-
-
-
- EFI system partition configured incorrectly
-
-
-
-
- An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem.
-
-
-
-
- The filesystem must be mounted on <strong>%1</strong>.
-
-
-
-
- The filesystem must have type FAT32.
-
-
-
-
- The filesystem must be at least %1 MiB in size.
-
-
-
-
- The filesystem must have flag <strong>%1</strong> set.
-
-
-
-
- You can continue without setting up an EFI system partition but your system may fail to start.
-
-
-
-
- Option to use GPT on BIOS
-
-
-
-
- A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.
-
-
-
-
- Boot partition not encrypted
-
-
-
-
- A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.
-
-
-
-
- has at least one disk device available.
-
-
-
-
- There are no partitions to install on.
-
-
-
-
- PlasmaLnfJob
-
-
- Plasma Look-and-Feel Job
-
-
-
-
-
- Could not select KDE Plasma Look-and-Feel package
-
-
-
-
- PlasmaLnfPage
-
-
- Form
-
-
-
-
- Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is set up. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel.
-
-
-
-
- Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is installed. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel.
-
-
-
-
- PlasmaLnfViewStep
-
-
- Look-and-Feel
-
-
-
-
- PreserveFiles
-
-
- Saving files for later ...
-
-
-
-
- No files configured to save for later.
-
-
-
-
- Not all of the configured files could be preserved.
-
-
-
-
- ProcessResult
-
-
-
-There was no output from the command.
-
-
-
-
-
-Output:
-
-
-
-
-
- External command crashed.
-
-
-
-
- Command <i>%1</i> crashed.
-
-
-
-
- External command failed to start.
-
-
-
-
- Command <i>%1</i> failed to start.
-
-
-
-
- Internal error when starting command.
-
-
-
-
- Bad parameters for process job call.
-
-
-
-
- External command failed to finish.
-
-
-
-
- Command <i>%1</i> failed to finish in %2 seconds.
-
-
-
-
- External command finished with errors.
-
-
-
-
- Command <i>%1</i> finished with exit code %2.
-
-
-
-
- QObject
-
-
- %1 (%2)
-
-
-
-
- unknown
-
-
-
-
- extended
-
-
-
-
- unformatted
-
-
-
-
- swap
-
-
-
-
-
- Default
-
-
-
-
-
-
-
- File not found
-
-
-
-
- Path <pre>%1</pre> must be an absolute path.
-
-
-
-
- Directory not found
-
-
-
-
-
- Could not create new random file <pre>%1</pre>.
-
-
-
-
- No product
-
-
-
-
- No description provided.
-
-
-
-
- (no mount point)
-
-
-
-
- Unpartitioned space or unknown partition table
-
-
-
-
- Recommended
-
-
- <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/>
- Setup can continue, but some features might be disabled.</p>
-
-
-
-
- RemoveUserJob
-
-
- Remove live user from target system
-
-
-
-
- RemoveVolumeGroupJob
-
-
-
- Remove Volume Group named %1.
-
-
-
-
- Remove Volume Group named <strong>%1</strong>.
-
-
-
-
- The installer failed to remove a volume group named '%1'.
-
-
-
-
- ReplaceWidget
-
-
- Form
-
-
-
-
- Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition.
-
-
-
-
- The selected item does not appear to be a valid partition.
-
-
-
-
- %1 cannot be installed on empty space. Please select an existing partition.
-
-
-
-
- %1 cannot be installed on an extended partition. Please select an existing primary or logical partition.
-
-
-
-
- %1 cannot be installed on this partition.
-
-
-
-
- Data partition (%1)
-
-
-
-
- Unknown system partition (%1)
-
-
-
-
- %1 system partition (%2)
-
-
-
-
- <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB.
-
-
-
-
- <strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.
-
-
-
-
-
-
- <strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost.
-
-
-
-
- The EFI system partition at %1 will be used for starting %2.
-
-
-
-
- EFI system partition:
-
-
-
-
- Requirements
-
-
- <p>This computer does not satisfy the minimum requirements for installing %1.<br/>
- Installation cannot continue.</p>
-
-
-
-
- <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/>
- Setup can continue, but some features might be disabled.</p>
-
-
-
-
- ResizeFSJob
-
-
- Resize Filesystem Job
-
-
-
-
- Invalid configuration
-
-
-
-
- The file-system resize job has an invalid configuration and will not run.
-
-
-
-
- KPMCore not Available
-
-
-
-
- Calamares cannot start KPMCore for the file-system resize job.
-
-
-
-
-
-
-
-
- Resize Failed
-
-
-
-
- The filesystem %1 could not be found in this system, and cannot be resized.
-
-
-
-
- The device %1 could not be found in this system, and cannot be resized.
-
-
-
-
-
- The filesystem %1 cannot be resized.
-
-
-
-
-
- The device %1 cannot be resized.
-
-
-
-
- The filesystem %1 must be resized, but cannot.
-
-
-
-
- The device %1 must be resized, but cannot
-
-
-
-
- ResizePartitionJob
-
-
- Resize partition %1.
-
-
-
-
- Resize <strong>%2MiB</strong> partition <strong>%1</strong> to <strong>%3MiB</strong>.
-
-
-
-
- Resizing %2MiB partition %1 to %3MiB.
-
-
-
-
- The installer failed to resize partition %1 on disk '%2'.
-
-
-
-
- ResizeVolumeGroupDialog
-
-
- Resize Volume Group
-
-
-
-
- ResizeVolumeGroupJob
-
-
-
- Resize volume group named %1 from %2 to %3.
-
-
-
-
- Resize volume group named <strong>%1</strong> from <strong>%2</strong> to <strong>%3</strong>.
-
-
-
-
- The installer failed to resize a volume group named '%1'.
-
-
-
-
- ResultsListDialog
-
-
- For best results, please ensure that this computer:
-
-
-
-
- System requirements
-
-
-
-
- ScanningDialog
-
-
- Scanning storage devices...
-
-
-
-
- Partitioning
-
-
-
-
- SetHostNameJob
-
-
- Set hostname %1
-
-
-
-
- Set hostname <strong>%1</strong>.
-
-
-
-
- Setting hostname %1.
-
-
-
-
-
- Internal Error
-
-
-
-
-
- Cannot write hostname to target system
-
-
-
-
- SetKeyboardLayoutJob
-
-
- Set keyboard model to %1, layout to %2-%3
-
-
-
-
- Failed to write keyboard configuration for the virtual console.
-
-
-
-
-
-
- Failed to write to %1
-
-
-
-
- Failed to write keyboard configuration for X11.
-
-
-
-
- Failed to write keyboard configuration to existing /etc/default directory.
-
-
-
-
- SetPartFlagsJob
-
-
- Set flags on partition %1.
-
-
-
-
- Set flags on %1MiB %2 partition.
-
-
-
-
- Set flags on new partition.
-
-
-
-
- Clear flags on partition <strong>%1</strong>.
-
-
-
-
- Clear flags on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Clear flags on new partition.
-
-
-
-
- Flag partition <strong>%1</strong> as <strong>%2</strong>.
-
-
-
-
- Flag %1MiB <strong>%2</strong> partition as <strong>%3</strong>.
-
-
-
-
- Flag new partition as <strong>%1</strong>.
-
-
-
-
- Clearing flags on partition <strong>%1</strong>.
-
-
-
-
- Clearing flags on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Clearing flags on new partition.
-
-
-
-
- Setting flags <strong>%2</strong> on partition <strong>%1</strong>.
-
-
-
-
- Setting flags <strong>%3</strong> on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Setting flags <strong>%1</strong> on new partition.
-
-
-
-
- The installer failed to set flags on partition %1.
-
-
-
-
- SetPasswordJob
-
-
- Set password for user %1
-
-
-
-
- Setting password for user %1.
-
-
-
-
- Bad destination system path.
-
-
-
-
- rootMountPoint is %1
-
-
-
-
- Cannot disable root account.
-
-
-
-
- passwd terminated with error code %1.
-
-
-
-
- Cannot set password for user %1.
-
-
-
-
- usermod terminated with error code %1.
-
-
-
-
- SetTimezoneJob
-
-
- Set timezone to %1/%2
-
-
-
-
- Cannot access selected timezone path.
-
-
-
-
- Bad path: %1
-
-
-
-
- Cannot set timezone.
-
-
-
-
- Link creation failed, target: %1; link name: %2
-
-
-
-
- Cannot set timezone,
-
-
-
-
- Cannot open /etc/timezone for writing
-
-
-
-
- SetupGroupsJob
-
-
- Preparing groups.
-
-
-
-
-
- Could not create groups in target system
-
-
-
-
- These groups are missing in the target system: %1
-
-
-
-
- SetupSudoJob
-
-
- Configure <pre>sudo</pre> users.
-
-
-
-
- Cannot chmod sudoers file.
-
-
-
-
- Cannot create sudoers file for writing.
-
-
-
-
- ShellProcessJob
-
-
- Shell Processes Job
-
-
-
-
- SlideCounter
-
-
- %L1 / %L2
- slide counter, %1 of %2 (numeric)
-
-
-
-
- StandardButtons
-
-
- &OK
-
-
-
-
- &Yes
-
-
-
-
- &No
-
-
-
-
- &Cancel
-
-
-
-
- &Close
-
-
-
-
- TrackingInstallJob
-
-
- Installation feedback
-
-
-
-
- Sending installation feedback.
-
-
-
-
- Internal error in install-tracking.
-
-
-
-
- HTTP request timed out.
-
-
-
-
- TrackingKUserFeedbackJob
-
-
- KDE user feedback
-
-
-
-
- Configuring KDE user feedback.
-
-
-
-
-
- Error in KDE user feedback configuration.
-
-
-
-
- Could not configure KDE user feedback correctly, script error %1.
-
-
-
-
- Could not configure KDE user feedback correctly, Calamares error %1.
-
-
-
-
- TrackingMachineUpdateManagerJob
-
-
- Machine feedback
-
-
-
-
- Configuring machine feedback.
-
-
-
-
-
- Error in machine feedback configuration.
-
-
-
-
- Could not configure machine feedback correctly, script error %1.
-
-
-
-
- Could not configure machine feedback correctly, Calamares error %1.
-
-
-
-
- TrackingPage
-
-
- Form
-
-
-
-
- Placeholder
-
-
-
-
- <html><head/><body><p>Click here to send <span style=" font-weight:600;">no information at all</span> about your installation.</p></body></html>
-
-
-
-
- <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html>
-
-
-
-
- Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area.
-
-
-
-
- By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes.
-
-
-
-
- By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1.
-
-
-
-
- By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1.
-
-
-
-
- TrackingViewStep
-
-
- Feedback
-
-
-
-
- UsersPage
-
-
- <small>If more than one person will use this computer, you can create multiple accounts after setup.</small>
-
-
-
-
- <small>If more than one person will use this computer, you can create multiple accounts after installation.</small>
-
-
-
-
- UsersQmlViewStep
-
-
- Users
-
-
-
-
- UsersViewStep
-
-
- Users
-
-
-
-
- VariantModel
-
-
- Key
- Column header for key/value
-
-
-
-
- Value
- Column header for key/value
-
-
-
-
- VolumeGroupBaseDialog
-
-
- Create Volume Group
-
-
-
-
- List of Physical Volumes
-
-
-
-
- Volume Group Name:
-
-
-
-
- Volume Group Type:
-
-
-
-
- Physical Extent Size:
-
-
-
-
- MiB
-
-
-
-
- Total Size:
-
-
-
-
- Used Size:
-
-
-
-
- Total Sectors:
-
-
-
-
- Quantity of LVs:
-
-
-
-
- WelcomePage
-
-
- Form
-
-
-
-
-
- Select application and system language
-
-
-
-
- &About
-
-
-
-
- Open donations website
-
-
-
-
- &Donate
-
-
-
-
- Open help and support website
-
-
-
-
- &Support
-
-
-
-
- Open issues and bug-tracking website
-
-
-
-
- &Known issues
-
-
-
-
- Open release notes website
-
-
-
-
- &Release notes
-
-
-
-
- <h1>Welcome to the Calamares setup program for %1.</h1>
-
-
-
-
- <h1>Welcome to %1 setup.</h1>
-
-
-
-
- <h1>Welcome to the Calamares installer for %1.</h1>
-
-
-
-
- <h1>Welcome to the %1 installer.</h1>
-
-
-
-
- %1 support
-
-
-
-
- About %1 setup
-
-
-
-
- About %1 installer
-
-
-
-
- <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac <teo@kde.org><br/>Copyright 2017-2020 Adriaan de Groot <groot@kde.org><br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.
-
-
-
-
- WelcomeQmlViewStep
-
-
- Welcome
-
-
-
-
- WelcomeViewStep
-
-
- Welcome
-
-
-
-
- about
-
-
- <h1>%1</h1><br/>
- <strong>%2<br/>
- for %3</strong><br/><br/>
- Copyright 2014-2017 Teo Mrnjavac <teo@kde.org><br/>
- Copyright 2017-2020 Adriaan de Groot <groot@kde.org><br/>
- Thanks to <a href='https://calamares.io/team/'>the Calamares team</a>
- and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares
- translators team</a>.<br/><br/>
- <a href='https://calamares.io/'>Calamares</a>
- development is sponsored by <br/>
- <a href='http://www.blue-systems.com/'>Blue Systems</a> -
- Liberating Software.
-
-
-
-
- Back
-
-
-
-
- calamares-sidebar
-
-
- Show debug information
-
-
-
-
- finishedq
-
-
- Installation Completed
-
-
-
-
- %1 has been installed on your computer.<br/>
- You may now restart into your new system, or continue using the Live environment.
-
-
-
-
- Close Installer
-
-
-
-
- Restart System
-
-
-
-
- <p>A full log of the install is available as installation.log in the home directory of the Live user.<br/>
- This log is copied to /var/log/installation.log of the target system.</p>
-
-
-
-
- i18n
-
-
- <h1>Languages</h1> </br>
- The system locale setting affects the language and character set for some command line user interface elements. The current setting is <strong>%1</strong>.
-
-
-
-
- <h1>Locales</h1> </br>
- The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
-
-
-
-
- Back
-
-
-
-
- keyboardq
-
-
- To activate keyboard preview, select a layout.
-
-
-
-
- Keyboard Model:
-
-
-
-
- Layouts
-
-
-
-
- Type here to test your keyboard
-
-
-
-
- Variants
-
-
-
-
- localeq
-
-
- Change
-
-
-
-
- notesqml
-
-
- <h3>%1</h3>
- <p>These are example release notes.</p>
-
-
-
-
- packagechooserq
-
-
- LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.<br/>
- Default option.
-
-
-
-
- LibreOffice
-
-
-
-
- If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives.
-
-
-
-
- No Office Suite
-
-
-
-
- Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser.
-
-
-
-
- Minimal Install
-
-
-
-
- Please select an option for your install, or use the default: LibreOffice included.
-
-
-
-
- release_notes
-
-
- <h3>%1</h3>
- <p>This an example QML file, showing options in RichText with Flickable content.</p>
-
- <p>QML with RichText can use HTML tags, Flickable content is useful for touchscreens.</p>
-
- <p><b>This is bold text</b></p>
- <p><i>This is italic text</i></p>
- <p><u>This is underlined text</u></p>
- <p><center>This text will be center-aligned.</center></p>
- <p><s>This is strikethrough</s></p>
-
- <p>Code example:
- <code>ls -l /home</code></p>
-
- <p><b>Lists:</b></p>
- <ul>
- <li>Intel CPU systems</li>
- <li>AMD CPU systems</li>
- </ul>
-
- <p>The vertical scrollbar is adjustable, current width set to 10.</p>
-
-
-
-
- Back
-
-
-
-
- usersq
-
-
- Pick your user name and credentials to login and perform admin tasks
-
-
-
-
- What is your name?
-
-
-
-
- Your Full Name
-
-
-
-
- What name do you want to use to log in?
-
-
-
-
- Login Name
-
-
-
-
- If more than one person will use this computer, you can create multiple accounts after installation.
-
-
-
-
- Only lowercase letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- root is not allowed as username.
-
-
-
-
- What is the name of this computer?
-
-
-
-
- Computer Name
-
-
-
-
- This name will be used if you make the computer visible to others on a network.
-
-
-
-
- localhost is not allowed as hostname.
-
-
-
-
- Choose a password to keep your account safe.
-
-
-
-
- Password
-
-
-
-
- Repeat Password
-
-
-
-
- Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.
-
-
-
-
- Validate passwords quality
-
-
-
-
- When this box is checked, password-strength checking is done and you will not be able to use a weak password.
-
-
-
-
- Log in automatically without asking for the password
-
-
-
-
- Only letters, numbers, underscore and hyphen are allowed, minimal of two characters.
-
-
-
-
- Reuse user password as root password
-
-
-
-
- Use the same password for the administrator account.
-
-
-
-
- Choose a root password to keep your account safe.
-
-
-
-
- Root Password
-
-
-
-
- Repeat Root Password
-
-
-
-
- Enter the same password twice, so that it can be checked for typing errors.
-
-
-
-
- welcomeq
-
-
- <h3>Welcome to the %1 <quote>%2</quote> installer</h3>
- <p>This program will ask you some questions and set up %1 on your computer.</p>
-
-
-
-
- About
-
-
-
-
- Support
-
-
-
-
- Known issues
-
-
-
-
- Release notes
-
-
-
-
- Donate
-
-
-
-
diff --git a/lang/calamares_ko_KR.ts b/lang/calamares_ko_KR.ts
deleted file mode 100644
index e95e2a9dd..000000000
--- a/lang/calamares_ko_KR.ts
+++ /dev/null
@@ -1,4366 +0,0 @@
-
-
-
-
- AutoMountManagementJob
-
-
- Manage auto-mount settings
-
-
-
-
- BootInfoWidget
-
-
- The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode.
-
-
-
-
- This system was started with an <strong>EFI</strong> boot environment.<br><br>To configure startup from an EFI environment, this installer must deploy a boot loader application, like <strong>GRUB</strong> or <strong>systemd-boot</strong> on an <strong>EFI System Partition</strong>. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own.
-
-
-
-
- This system was started with a <strong>BIOS</strong> boot environment.<br><br>To configure startup from a BIOS environment, this installer must install a boot loader, like <strong>GRUB</strong>, either at the beginning of a partition or on the <strong>Master Boot Record</strong> 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.
-
-
-
-
- BootLoaderModel
-
-
- Master Boot Record of %1
-
-
-
-
- Boot Partition
-
-
-
-
- System Partition
-
-
-
-
- Do not install a boot loader
-
-
-
-
- %1 (%2)
-
-
-
-
- Calamares::BlankViewStep
-
-
- Blank Page
-
-
-
-
- Calamares::DebugWindow
-
-
- Form
-
-
-
-
- GlobalStorage
-
-
-
-
- JobQueue
-
-
-
-
- Modules
-
-
-
-
- Type:
-
-
-
-
-
- none
-
-
-
-
- Interface:
-
-
-
-
- Crashes Calamares, so that Dr. Konqui can look at it.
-
-
-
-
- Reloads the stylesheet from the branding directory.
-
-
-
-
- Uploads the session log to the configured pastebin.
-
-
-
-
- Send Session Log
-
-
-
-
- Reload Stylesheet
-
-
-
-
- Displays the tree of widget names in the log (for stylesheet debugging).
-
-
-
-
- Widget Tree
-
-
-
-
- Debug information
-
-
-
-
- Calamares::ExecutionViewStep
-
-
- Set up
-
-
-
-
- Install
-
-
-
-
- Calamares::FailJob
-
-
- Job failed (%1)
-
-
-
-
- Programmed job failure was explicitly requested.
-
-
-
-
- Calamares::JobThread
-
-
- Done
-
-
-
-
- Calamares::NamedJob
-
-
- Example job (%1)
-
-
-
-
- Calamares::ProcessJob
-
-
- Run command '%1' in target system.
-
-
-
-
- Run command '%1'.
-
-
-
-
- Running command %1 %2
-
-
-
-
- Calamares::PythonJob
-
-
- Running %1 operation.
-
-
-
-
- Bad working directory path
-
-
-
-
- Working directory %1 for python job %2 is not readable.
-
-
-
-
- Bad main script file
-
-
-
-
- Main script file %1 for python job %2 is not readable.
-
-
-
-
- Boost.Python error in job "%1".
-
-
-
-
- Calamares::QmlViewStep
-
-
- Loading ...
-
-
-
-
- QML Step <i>%1</i>.
-
-
-
-
- Loading failed.
-
-
-
-
- Calamares::RequirementsChecker
-
-
- Requirements checking for module <i>%1</i> is complete.
-
-
-
-
- Waiting for %n module(s).
-
-
-
-
-
-
- (%n second(s))
-
-
-
-
-
-
- System-requirements checking is complete.
-
-
-
-
- Calamares::ViewManager
-
-
- Setup Failed
-
-
-
-
- Installation Failed
-
-
-
-
- Would you like to paste the install log to the web?
-
-
-
-
- Error
-
-
-
-
- &Yes
-
-
-
-
- &No
-
-
-
-
- &Close
-
-
-
-
- Install Log Paste URL
-
-
-
-
- The upload was unsuccessful. No web-paste was done.
-
-
-
-
- Install log posted to
-
-%1
-
-Link copied to clipboard
-
-
-
-
- Calamares Initialization Failed
-
-
-
-
- %1 can not be installed. Calamares was unable to load all of the configured modules. This is a problem with the way Calamares is being used by the distribution.
-
-
-
-
- <br/>The following modules could not be loaded:
-
-
-
-
- Continue with setup?
-
-
-
-
- Continue with installation?
-
-
-
-
- The %1 setup program is about to make changes to your disk in order to set up %2.<br/><strong>You will not be able to undo these changes.</strong>
-
-
-
-
- The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong>
-
-
-
-
- &Set up now
-
-
-
-
- &Install now
-
-
-
-
- Go &back
-
-
-
-
- &Set up
-
-
-
-
- &Install
-
-
-
-
- Setup is complete. Close the setup program.
-
-
-
-
- The installation is complete. Close the installer.
-
-
-
-
- Cancel setup without changing the system.
-
-
-
-
- Cancel installation without changing the system.
-
-
-
-
- &Next
-
-
-
-
- &Back
-
-
-
-
- &Done
-
-
-
-
- &Cancel
-
-
-
-
- Cancel setup?
-
-
-
-
- Cancel installation?
-
-
-
-
- Do you really want to cancel the current setup process?
-The setup program will quit and all changes will be lost.
-
-
-
-
- Do you really want to cancel the current install process?
-The installer will quit and all changes will be lost.
-
-
-
-
- CalamaresPython::Helper
-
-
- Unknown exception type
-
-
-
-
- unparseable Python error
-
-
-
-
- unparseable Python traceback
-
-
-
-
- Unfetchable Python error.
-
-
-
-
- CalamaresWindow
-
-
- %1 Setup Program
-
-
-
-
- %1 Installer
-
-
-
-
- ChangeFilesystemLabelJob
-
-
- Set filesystem label on %1.
-
-
-
-
- Set filesystem label <strong>%1</strong> to partition <strong>%2</strong>.
-
-
-
-
- The installer failed to update partition table on disk '%1'.
-
-
-
-
- CheckerContainer
-
-
- Gathering system information...
-
-
-
-
- ChoicePage
-
-
- Form
-
-
-
-
- Select storage de&vice:
-
-
-
-
-
-
-
- Current:
-
-
-
-
- After:
-
-
-
-
- <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.
-
-
-
-
- Reuse %1 as home partition for %2.
-
-
-
-
- <strong>Select a partition to shrink, then drag the bottom bar to resize</strong>
-
-
-
-
- %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4.
-
-
-
-
- Boot loader location:
-
-
-
-
- <strong>Select a partition to install on</strong>
-
-
-
-
- An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.
-
-
-
-
- The EFI system partition at %1 will be used for starting %2.
-
-
-
-
- EFI system partition:
-
-
-
-
- This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
-
-
-
- <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.
-
-
-
-
-
-
-
- <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.
-
-
-
-
-
-
-
- <strong>Replace a partition</strong><br/>Replaces a partition with %1.
-
-
-
-
- This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/>
-
-
-
-
- This storage device has one of its partitions <strong>mounted</strong>.
-
-
-
-
- This storage device is a part of an <strong>inactive RAID</strong> device.
-
-
-
-
- No Swap
-
-
-
-
- Reuse Swap
-
-
-
-
- Swap (no Hibernate)
-
-
-
-
- Swap (with Hibernate)
-
-
-
-
- Swap to file
-
-
-
-
- ClearMountsJob
-
-
- Successfully unmounted %1.
-
-
-
-
- Successfully disabled swap %1.
-
-
-
-
- Successfully cleared swap %1.
-
-
-
-
- Successfully closed mapper device %1.
-
-
-
-
- Successfully disabled volume group %1.
-
-
-
-
- Clear mounts for partitioning operations on %1
-
-
-
-
- Clearing mounts for partitioning operations on %1.
-
-
-
-
- Cleared all mounts for %1
-
-
-
-
- ClearTempMountsJob
-
-
- Clear all temporary mounts.
-
-
-
-
- Clearing all temporary mounts.
-
-
-
-
- Cannot get list of temporary mounts.
-
-
-
-
- Cleared all temporary mounts.
-
-
-
-
- CommandList
-
-
-
- Could not run command.
-
-
-
-
- The command runs in the host environment and needs to know the root path, but no rootMountPoint is defined.
-
-
-
-
- The command needs to know the user's name, but no username is defined.
-
-
-
-
- Config
-
-
- Set keyboard model to %1.<br/>
-
-
-
-
- Set keyboard layout to %1/%2.
-
-
-
-
- Set timezone to %1/%2.
-
-
-
-
- The system language will be set to %1.
-
-
-
-
- The numbers and dates locale will be set to %1.
-
-
-
-
- Network Installation. (Disabled: Incorrect configuration)
-
-
-
-
- Network Installation. (Disabled: Received invalid groups data)
-
-
-
-
- Network Installation. (Disabled: Internal error)
-
-
-
-
- Network Installation. (Disabled: No package list)
-
-
-
-
- Package selection
-
-
-
-
- Network Installation. (Disabled: Unable to fetch package lists, check your network connection)
-
-
-
-
- This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a>
-
-
-
-
- This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a>
-
-
-
-
- This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled.
-
-
-
-
- This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled.
-
-
-
-
- This program will ask you some questions and set up %2 on your computer.
-
-
-
-
- <h1>Welcome to the Calamares setup program for %1</h1>
-
-
-
-
- <h1>Welcome to %1 setup</h1>
-
-
-
-
- <h1>Welcome to the Calamares installer for %1</h1>
-
-
-
-
- <h1>Welcome to the %1 installer</h1>
-
-
-
-
- Your username is too long.
-
-
-
-
- '%1' is not allowed as username.
-
-
-
-
- Your username must start with a lowercase letter or underscore.
-
-
-
-
- Only lowercase letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- Your hostname is too short.
-
-
-
-
- Your hostname is too long.
-
-
-
-
- '%1' is not allowed as hostname.
-
-
-
-
- Only letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- Your passwords do not match!
-
-
-
-
- OK!
-
-
-
-
- Setup Failed
-
-
-
-
- Installation Failed
-
-
-
-
- The setup of %1 did not complete successfully.
-
-
-
-
- The installation of %1 did not complete successfully.
-
-
-
-
- Setup Complete
-
-
-
-
- Installation Complete
-
-
-
-
- The setup of %1 is complete.
-
-
-
-
- The installation of %1 is complete.
-
-
-
-
- Package Selection
-
-
-
-
- Please pick a product from the list. The selected product will be installed.
-
-
-
-
- Install option: <strong>%1</strong>
-
-
-
-
- None
-
-
-
-
- Summary
-
-
-
-
- This is an overview of what will happen once you start the setup procedure.
-
-
-
-
- This is an overview of what will happen once you start the install procedure.
-
-
-
-
- ContextualProcessJob
-
-
- Contextual Processes Job
-
-
-
-
- CreatePartitionDialog
-
-
- Create a Partition
-
-
-
-
- Si&ze:
-
-
-
-
- MiB
-
-
-
-
- Partition &Type:
-
-
-
-
- &Primary
-
-
-
-
- E&xtended
-
-
-
-
- Fi&le System:
-
-
-
-
- LVM LV name
-
-
-
-
- &Mount Point:
-
-
-
-
- Flags:
-
-
-
-
- Label for the filesystem
-
-
-
-
- FS Label:
-
-
-
-
- En&crypt
-
-
-
-
- Logical
-
-
-
-
- Primary
-
-
-
-
- GPT
-
-
-
-
- Mountpoint already in use. Please select another one.
-
-
-
-
- CreatePartitionJob
-
-
- Create new %1MiB partition on %3 (%2) with entries %4.
-
-
-
-
- Create new %1MiB partition on %3 (%2).
-
-
-
-
- Create new %2MiB partition on %4 (%3) with file system %1.
-
-
-
-
- Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2) with entries <em>%4</em>.
-
-
-
-
- Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2).
-
-
-
-
- Create new <strong>%2MiB</strong> partition on <strong>%4</strong> (%3) with file system <strong>%1</strong>.
-
-
-
-
-
- Creating new %1 partition on %2.
-
-
-
-
- The installer failed to create partition on disk '%1'.
-
-
-
-
- CreatePartitionTableDialog
-
-
- Create Partition Table
-
-
-
-
- Creating a new partition table will delete all existing data on the disk.
-
-
-
-
- What kind of partition table do you want to create?
-
-
-
-
- Master Boot Record (MBR)
-
-
-
-
- GUID Partition Table (GPT)
-
-
-
-
- CreatePartitionTableJob
-
-
- Create new %1 partition table on %2.
-
-
-
-
- Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3).
-
-
-
-
- Creating new %1 partition table on %2.
-
-
-
-
- The installer failed to create a partition table on %1.
-
-
-
-
- CreateUserJob
-
-
- Create user %1
-
-
-
-
- Create user <strong>%1</strong>.
-
-
-
-
- Preserving home directory
-
-
-
-
-
- Creating user %1
-
-
-
-
- Configuring user %1
-
-
-
-
- Setting file permissions
-
-
-
-
- CreateVolumeGroupDialog
-
-
- Create Volume Group
-
-
-
-
- CreateVolumeGroupJob
-
-
- Create new volume group named %1.
-
-
-
-
- Create new volume group named <strong>%1</strong>.
-
-
-
-
- Creating new volume group named %1.
-
-
-
-
- The installer failed to create a volume group named '%1'.
-
-
-
-
- DeactivateVolumeGroupJob
-
-
-
- Deactivate volume group named %1.
-
-
-
-
- Deactivate volume group named <strong>%1</strong>.
-
-
-
-
- The installer failed to deactivate a volume group named %1.
-
-
-
-
- DeletePartitionJob
-
-
- Delete partition %1.
-
-
-
-
- Delete partition <strong>%1</strong>.
-
-
-
-
- Deleting partition %1.
-
-
-
-
- The installer failed to delete partition %1.
-
-
-
-
- DeviceInfoWidget
-
-
- This device has a <strong>%1</strong> partition table.
-
-
-
-
- This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem.
-
-
-
-
- This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page.
-
-
-
-
- <br><br>This is the recommended partition table type for modern systems which start from an <strong>EFI</strong> boot environment.
-
-
-
-
- <br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions.
-
-
-
-
- The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred.
-
-
-
-
- DeviceModel
-
-
- %1 - %2 (%3)
- device[name] - size[number] (device-node[name])
-
-
-
-
- %1 - (%2)
- device[name] - (device-node[name])
-
-
-
-
- DracutLuksCfgJob
-
-
- Write LUKS configuration for Dracut to %1
-
-
-
-
- Skip writing LUKS configuration for Dracut: "/" partition is not encrypted
-
-
-
-
- Failed to open %1
-
-
-
-
- DummyCppJob
-
-
- Dummy C++ Job
-
-
-
-
- EditExistingPartitionDialog
-
-
- Edit Existing Partition
-
-
-
-
- Content:
-
-
-
-
- &Keep
-
-
-
-
- Format
-
-
-
-
- Warning: Formatting the partition will erase all existing data.
-
-
-
-
- &Mount Point:
-
-
-
-
- Si&ze:
-
-
-
-
- MiB
-
-
-
-
- Fi&le System:
-
-
-
-
- Flags:
-
-
-
-
- Label for the filesystem
-
-
-
-
- FS Label:
-
-
-
-
- Mountpoint already in use. Please select another one.
-
-
-
-
- EncryptWidget
-
-
- Form
-
-
-
-
- En&crypt system
-
-
-
-
- Passphrase
-
-
-
-
- Confirm passphrase
-
-
-
-
-
- Please enter the same passphrase in both boxes.
-
-
-
-
- FillGlobalStorageJob
-
-
- Set partition information
-
-
-
-
- Install %1 on <strong>new</strong> %2 system partition with features <em>%3</em>
-
-
-
-
- Install %1 on <strong>new</strong> %2 system partition.
-
-
-
-
- Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong> and features <em>%3</em>.
-
-
-
-
- Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>%3.
-
-
-
-
- Install %2 on %3 system partition <strong>%1</strong> with features <em>%4</em>.
-
-
-
-
- Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong> and features <em>%4</em>.
-
-
-
-
- Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>%4.
-
-
-
-
- Install %2 on %3 system partition <strong>%1</strong>.
-
-
-
-
- Install boot loader on <strong>%1</strong>.
-
-
-
-
- Setting up mount points.
-
-
-
-
- FinishedPage
-
-
- Form
-
-
-
-
- &Restart now
-
-
-
-
- <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system.
-
-
-
-
- <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html>
-
-
-
-
- <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment.
-
-
-
-
- <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html>
-
-
-
-
- <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2.
-
-
-
-
- <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2.
-
-
-
-
- FinishedQmlViewStep
-
-
- Finish
-
-
-
-
- FinishedViewStep
-
-
- Finish
-
-
-
-
- FormatPartitionJob
-
-
- Format partition %1 (file system: %2, size: %3 MiB) on %4.
-
-
-
-
- Format <strong>%3MiB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>.
-
-
-
-
- Formatting partition %1 with file system %2.
-
-
-
-
- The installer failed to format partition %1 on disk '%2'.
-
-
-
-
- GeneralRequirements
-
-
- has at least %1 GiB available drive space
-
-
-
-
- There is not enough drive space. At least %1 GiB is required.
-
-
-
-
- has at least %1 GiB working memory
-
-
-
-
- The system does not have enough working memory. At least %1 GiB is required.
-
-
-
-
- is plugged in to a power source
-
-
-
-
- The system is not plugged in to a power source.
-
-
-
-
- is connected to the Internet
-
-
-
-
- The system is not connected to the Internet.
-
-
-
-
- is running the installer as an administrator (root)
-
-
-
-
- The setup program is not running with administrator rights.
-
-
-
-
- The installer is not running with administrator rights.
-
-
-
-
- has a screen large enough to show the whole installer
-
-
-
-
- The screen is too small to display the setup program.
-
-
-
-
- The screen is too small to display the installer.
-
-
-
-
- HostInfoJob
-
-
- Collecting information about your machine.
-
-
-
-
- IDJob
-
-
-
-
-
- OEM Batch Identifier
-
-
-
-
- Could not create directories <code>%1</code>.
-
-
-
-
- Could not open file <code>%1</code>.
-
-
-
-
- Could not write to file <code>%1</code>.
-
-
-
-
- InitcpioJob
-
-
- Creating initramfs with mkinitcpio.
-
-
-
-
- InitramfsJob
-
-
- Creating initramfs.
-
-
-
-
- InteractiveTerminalPage
-
-
- Konsole not installed
-
-
-
-
- Please install KDE Konsole and try again!
-
-
-
-
- Executing script: <code>%1</code>
-
-
-
-
- InteractiveTerminalViewStep
-
-
- Script
-
-
-
-
- KeyboardQmlViewStep
-
-
- Keyboard
-
-
-
-
- KeyboardViewStep
-
-
- Keyboard
-
-
-
-
- LCLocaleDialog
-
-
- System locale setting
-
-
-
-
- The system locale setting affects the language and character set for some command line user interface elements.<br/>The current setting is <strong>%1</strong>.
-
-
-
-
- &Cancel
-
-
-
-
- &OK
-
-
-
-
- LicensePage
-
-
- Form
-
-
-
-
- <h1>License Agreement</h1>
-
-
-
-
- I accept the terms and conditions above.
-
-
-
-
- Please review the End User License Agreements (EULAs).
-
-
-
-
- This setup procedure will install proprietary software that is subject to licensing terms.
-
-
-
-
- If you do not agree with the terms, the setup procedure cannot continue.
-
-
-
-
- This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience.
-
-
-
-
- If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead.
-
-
-
-
- LicenseViewStep
-
-
- License
-
-
-
-
- LicenseWidget
-
-
- URL: %1
-
-
-
-
- <strong>%1 driver</strong><br/>by %2
- %1 is an untranslatable product name, example: Creative Audigy driver
-
-
-
-
- <strong>%1 graphics driver</strong><br/><font color="Grey">by %2</font>
- %1 is usually a vendor name, example: Nvidia graphics driver
-
-
-
-
- <strong>%1 browser plugin</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1 codec</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1 package</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- File: %1
-
-
-
-
- Hide license text
-
-
-
-
- Show the license text
-
-
-
-
- Open license agreement in browser.
-
-
-
-
- LocalePage
-
-
- Region:
-
-
-
-
- Zone:
-
-
-
-
-
- &Change...
-
-
-
-
- LocaleQmlViewStep
-
-
- Location
-
-
-
-
- LocaleTests
-
-
- Quit
-
-
-
-
- LocaleViewStep
-
-
- Location
-
-
-
-
- LuksBootKeyFileJob
-
-
- Configuring LUKS key file.
-
-
-
-
-
- No partitions are defined.
-
-
-
-
-
-
- Encrypted rootfs setup error
-
-
-
-
- Root partition %1 is LUKS but no passphrase has been set.
-
-
-
-
- Could not create LUKS key file for root partition %1.
-
-
-
-
- Could not configure LUKS key file on partition %1.
-
-
-
-
- MachineIdJob
-
-
- Generate machine-id.
-
-
-
-
- Configuration Error
-
-
-
-
- No root mount point is set for MachineId.
-
-
-
-
- Map
-
-
- Timezone: %1
-
-
-
-
- Please select your preferred location on the map so the installer can suggest the locale
- and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging
- to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming.
-
-
-
-
- NetInstallViewStep
-
-
- Package selection
-
-
-
-
- Office software
-
-
-
-
- Office package
-
-
-
-
- Browser software
-
-
-
-
- Browser package
-
-
-
-
- Web browser
-
-
-
-
- Kernel
-
-
-
-
- Services
-
-
-
-
- Login
-
-
-
-
- Desktop
-
-
-
-
- Applications
-
-
-
-
- Communication
-
-
-
-
- Development
-
-
-
-
- Office
-
-
-
-
- Multimedia
-
-
-
-
- Internet
-
-
-
-
- Theming
-
-
-
-
- Gaming
-
-
-
-
- Utilities
-
-
-
-
- NotesQmlViewStep
-
-
- Notes
-
-
-
-
- OEMPage
-
-
- Ba&tch:
-
-
-
-
- <html><head/><body><p>Enter a batch-identifier here. This will be stored in the target system.</p></body></html>
-
-
-
-
- <html><head/><body><h1>OEM Configuration</h1><p>Calamares will use OEM settings while configuring the target system.</p></body></html>
-
-
-
-
- OEMViewStep
-
-
- OEM Configuration
-
-
-
-
- Set the OEM Batch Identifier to <code>%1</code>.
-
-
-
-
- Offline
-
-
- Select your preferred Region, or use the default settings.
-
-
-
-
-
-
- Timezone: %1
-
-
-
-
- Select your preferred Zone within your Region.
-
-
-
-
- Zones
-
-
-
-
- You can fine-tune Language and Locale settings below.
-
-
-
-
- PWQ
-
-
- Password is too short
-
-
-
-
- Password is too long
-
-
-
-
- Password is too weak
-
-
-
-
- Memory allocation error when setting '%1'
-
-
-
-
- Memory allocation error
-
-
-
-
- The password is the same as the old one
-
-
-
-
- The password is a palindrome
-
-
-
-
- The password differs with case changes only
-
-
-
-
- The password is too similar to the old one
-
-
-
-
- The password contains the user name in some form
-
-
-
-
- The password contains words from the real name of the user in some form
-
-
-
-
- The password contains forbidden words in some form
-
-
-
-
- The password contains too few digits
-
-
-
-
- The password contains too few uppercase letters
-
-
-
-
- The password contains fewer than %n lowercase letters
-
-
-
-
-
-
- The password contains too few lowercase letters
-
-
-
-
- The password contains too few non-alphanumeric characters
-
-
-
-
- The password is too short
-
-
-
-
- The password does not contain enough character classes
-
-
-
-
- The password contains too many same characters consecutively
-
-
-
-
- The password contains too many characters of the same class consecutively
-
-
-
-
- The password contains fewer than %n digits
-
-
-
-
-
-
- The password contains fewer than %n uppercase letters
-
-
-
-
-
-
- The password contains fewer than %n non-alphanumeric characters
-
-
-
-
-
-
- The password is shorter than %n characters
-
-
-
-
-
-
- The password is a rotated version of the previous one
-
-
-
-
- The password contains fewer than %n character classes
-
-
-
-
-
-
- The password contains more than %n same characters consecutively
-
-
-
-
-
-
- The password contains more than %n characters of the same class consecutively
-
-
-
-
-
-
- The password contains monotonic sequence longer than %n characters
-
-
-
-
-
-
- The password contains too long of a monotonic character sequence
-
-
-
-
- No password supplied
-
-
-
-
- Cannot obtain random numbers from the RNG device
-
-
-
-
- Password generation failed - required entropy too low for settings
-
-
-
-
- The password fails the dictionary check - %1
-
-
-
-
- The password fails the dictionary check
-
-
-
-
- Unknown setting - %1
-
-
-
-
- Unknown setting
-
-
-
-
- Bad integer value of setting - %1
-
-
-
-
- Bad integer value
-
-
-
-
- Setting %1 is not of integer type
-
-
-
-
- Setting is not of integer type
-
-
-
-
- Setting %1 is not of string type
-
-
-
-
- Setting is not of string type
-
-
-
-
- Opening the configuration file failed
-
-
-
-
- The configuration file is malformed
-
-
-
-
- Fatal failure
-
-
-
-
- Unknown error
-
-
-
-
- Password is empty
-
-
-
-
- PackageChooserPage
-
-
- Form
-
-
-
-
- Product Name
-
-
-
-
- TextLabel
-
-
-
-
- Long Product Description
-
-
-
-
- Package Selection
-
-
-
-
- Please pick a product from the list. The selected product will be installed.
-
-
-
-
- PackageChooserQmlViewStep
-
-
- Packages
-
-
-
-
- PackageChooserViewStep
-
-
- Packages
-
-
-
-
- PackageModel
-
-
- Name
-
-
-
-
- Description
-
-
-
-
- Page_Keyboard
-
-
- Form
-
-
-
-
- Keyboard Model:
-
-
-
-
- Type here to test your keyboard
-
-
-
-
- Page_UserSetup
-
-
- Form
-
-
-
-
- What is your name?
-
-
-
-
- Your Full Name
-
-
-
-
- What name do you want to use to log in?
-
-
-
-
- login
-
-
-
-
- What is the name of this computer?
-
-
-
-
- <small>This name will be used if you make the computer visible to others on a network.</small>
-
-
-
-
- Computer Name
-
-
-
-
- Choose a password to keep your account safe.
-
-
-
-
-
- <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small>
-
-
-
-
-
- Password
-
-
-
-
-
- Repeat Password
-
-
-
-
- When this box is checked, password-strength checking is done and you will not be able to use a weak password.
-
-
-
-
- Require strong passwords.
-
-
-
-
- Log in automatically without asking for the password.
-
-
-
-
- Use the same password for the administrator account.
-
-
-
-
- Choose a password for the administrator account.
-
-
-
-
-
- <small>Enter the same password twice, so that it can be checked for typing errors.</small>
-
-
-
-
- PartitionLabelsView
-
-
- Root
-
-
-
-
- Home
-
-
-
-
- Boot
-
-
-
-
- EFI system
-
-
-
-
- Swap
-
-
-
-
- New partition for %1
-
-
-
-
- New partition
-
-
-
-
- %1 %2
- size[number] filesystem[name]
-
-
-
-
- PartitionModel
-
-
-
- Free Space
-
-
-
-
-
- New partition
-
-
-
-
- Name
-
-
-
-
- File System
-
-
-
-
- File System Label
-
-
-
-
- Mount Point
-
-
-
-
- Size
-
-
-
-
- PartitionPage
-
-
- Form
-
-
-
-
- Storage de&vice:
-
-
-
-
- &Revert All Changes
-
-
-
-
- New Partition &Table
-
-
-
-
- Cre&ate
-
-
-
-
- &Edit
-
-
-
-
- &Delete
-
-
-
-
- New Volume Group
-
-
-
-
- Resize Volume Group
-
-
-
-
- Deactivate Volume Group
-
-
-
-
- Remove Volume Group
-
-
-
-
- I&nstall boot loader on:
-
-
-
-
- Are you sure you want to create a new partition table on %1?
-
-
-
-
- Can not create new partition
-
-
-
-
- The partition table on %1 already has %2 primary partitions, and no more can be added. Please remove one primary partition and add an extended partition, instead.
-
-
-
-
- PartitionViewStep
-
-
- Gathering system information...
-
-
-
-
- Partitions
-
-
-
-
- Current:
-
-
-
-
- After:
-
-
-
-
- No EFI system partition configured
-
-
-
-
- EFI system partition configured incorrectly
-
-
-
-
- An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem.
-
-
-
-
- The filesystem must be mounted on <strong>%1</strong>.
-
-
-
-
- The filesystem must have type FAT32.
-
-
-
-
- The filesystem must be at least %1 MiB in size.
-
-
-
-
- The filesystem must have flag <strong>%1</strong> set.
-
-
-
-
- You can continue without setting up an EFI system partition but your system may fail to start.
-
-
-
-
- Option to use GPT on BIOS
-
-
-
-
- A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.
-
-
-
-
- Boot partition not encrypted
-
-
-
-
- A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.
-
-
-
-
- has at least one disk device available.
-
-
-
-
- There are no partitions to install on.
-
-
-
-
- PlasmaLnfJob
-
-
- Plasma Look-and-Feel Job
-
-
-
-
-
- Could not select KDE Plasma Look-and-Feel package
-
-
-
-
- PlasmaLnfPage
-
-
- Form
-
-
-
-
- Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is set up. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel.
-
-
-
-
- Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is installed. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel.
-
-
-
-
- PlasmaLnfViewStep
-
-
- Look-and-Feel
-
-
-
-
- PreserveFiles
-
-
- Saving files for later ...
-
-
-
-
- No files configured to save for later.
-
-
-
-
- Not all of the configured files could be preserved.
-
-
-
-
- ProcessResult
-
-
-
-There was no output from the command.
-
-
-
-
-
-Output:
-
-
-
-
-
- External command crashed.
-
-
-
-
- Command <i>%1</i> crashed.
-
-
-
-
- External command failed to start.
-
-
-
-
- Command <i>%1</i> failed to start.
-
-
-
-
- Internal error when starting command.
-
-
-
-
- Bad parameters for process job call.
-
-
-
-
- External command failed to finish.
-
-
-
-
- Command <i>%1</i> failed to finish in %2 seconds.
-
-
-
-
- External command finished with errors.
-
-
-
-
- Command <i>%1</i> finished with exit code %2.
-
-
-
-
- QObject
-
-
- %1 (%2)
-
-
-
-
- unknown
-
-
-
-
- extended
-
-
-
-
- unformatted
-
-
-
-
- swap
-
-
-
-
-
- Default
-
-
-
-
-
-
-
- File not found
-
-
-
-
- Path <pre>%1</pre> must be an absolute path.
-
-
-
-
- Directory not found
-
-
-
-
-
- Could not create new random file <pre>%1</pre>.
-
-
-
-
- No product
-
-
-
-
- No description provided.
-
-
-
-
- (no mount point)
-
-
-
-
- Unpartitioned space or unknown partition table
-
-
-
-
- Recommended
-
-
- <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/>
- Setup can continue, but some features might be disabled.</p>
-
-
-
-
- RemoveUserJob
-
-
- Remove live user from target system
-
-
-
-
- RemoveVolumeGroupJob
-
-
-
- Remove Volume Group named %1.
-
-
-
-
- Remove Volume Group named <strong>%1</strong>.
-
-
-
-
- The installer failed to remove a volume group named '%1'.
-
-
-
-
- ReplaceWidget
-
-
- Form
-
-
-
-
- Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition.
-
-
-
-
- The selected item does not appear to be a valid partition.
-
-
-
-
- %1 cannot be installed on empty space. Please select an existing partition.
-
-
-
-
- %1 cannot be installed on an extended partition. Please select an existing primary or logical partition.
-
-
-
-
- %1 cannot be installed on this partition.
-
-
-
-
- Data partition (%1)
-
-
-
-
- Unknown system partition (%1)
-
-
-
-
- %1 system partition (%2)
-
-
-
-
- <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB.
-
-
-
-
- <strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.
-
-
-
-
-
-
- <strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost.
-
-
-
-
- The EFI system partition at %1 will be used for starting %2.
-
-
-
-
- EFI system partition:
-
-
-
-
- Requirements
-
-
- <p>This computer does not satisfy the minimum requirements for installing %1.<br/>
- Installation cannot continue.</p>
-
-
-
-
- <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/>
- Setup can continue, but some features might be disabled.</p>
-
-
-
-
- ResizeFSJob
-
-
- Resize Filesystem Job
-
-
-
-
- Invalid configuration
-
-
-
-
- The file-system resize job has an invalid configuration and will not run.
-
-
-
-
- KPMCore not Available
-
-
-
-
- Calamares cannot start KPMCore for the file-system resize job.
-
-
-
-
-
-
-
-
- Resize Failed
-
-
-
-
- The filesystem %1 could not be found in this system, and cannot be resized.
-
-
-
-
- The device %1 could not be found in this system, and cannot be resized.
-
-
-
-
-
- The filesystem %1 cannot be resized.
-
-
-
-
-
- The device %1 cannot be resized.
-
-
-
-
- The filesystem %1 must be resized, but cannot.
-
-
-
-
- The device %1 must be resized, but cannot
-
-
-
-
- ResizePartitionJob
-
-
- Resize partition %1.
-
-
-
-
- Resize <strong>%2MiB</strong> partition <strong>%1</strong> to <strong>%3MiB</strong>.
-
-
-
-
- Resizing %2MiB partition %1 to %3MiB.
-
-
-
-
- The installer failed to resize partition %1 on disk '%2'.
-
-
-
-
- ResizeVolumeGroupDialog
-
-
- Resize Volume Group
-
-
-
-
- ResizeVolumeGroupJob
-
-
-
- Resize volume group named %1 from %2 to %3.
-
-
-
-
- Resize volume group named <strong>%1</strong> from <strong>%2</strong> to <strong>%3</strong>.
-
-
-
-
- The installer failed to resize a volume group named '%1'.
-
-
-
-
- ResultsListDialog
-
-
- For best results, please ensure that this computer:
-
-
-
-
- System requirements
-
-
-
-
- ScanningDialog
-
-
- Scanning storage devices...
-
-
-
-
- Partitioning
-
-
-
-
- SetHostNameJob
-
-
- Set hostname %1
-
-
-
-
- Set hostname <strong>%1</strong>.
-
-
-
-
- Setting hostname %1.
-
-
-
-
-
- Internal Error
-
-
-
-
-
- Cannot write hostname to target system
-
-
-
-
- SetKeyboardLayoutJob
-
-
- Set keyboard model to %1, layout to %2-%3
-
-
-
-
- Failed to write keyboard configuration for the virtual console.
-
-
-
-
-
-
- Failed to write to %1
-
-
-
-
- Failed to write keyboard configuration for X11.
-
-
-
-
- Failed to write keyboard configuration to existing /etc/default directory.
-
-
-
-
- SetPartFlagsJob
-
-
- Set flags on partition %1.
-
-
-
-
- Set flags on %1MiB %2 partition.
-
-
-
-
- Set flags on new partition.
-
-
-
-
- Clear flags on partition <strong>%1</strong>.
-
-
-
-
- Clear flags on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Clear flags on new partition.
-
-
-
-
- Flag partition <strong>%1</strong> as <strong>%2</strong>.
-
-
-
-
- Flag %1MiB <strong>%2</strong> partition as <strong>%3</strong>.
-
-
-
-
- Flag new partition as <strong>%1</strong>.
-
-
-
-
- Clearing flags on partition <strong>%1</strong>.
-
-
-
-
- Clearing flags on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Clearing flags on new partition.
-
-
-
-
- Setting flags <strong>%2</strong> on partition <strong>%1</strong>.
-
-
-
-
- Setting flags <strong>%3</strong> on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Setting flags <strong>%1</strong> on new partition.
-
-
-
-
- The installer failed to set flags on partition %1.
-
-
-
-
- SetPasswordJob
-
-
- Set password for user %1
-
-
-
-
- Setting password for user %1.
-
-
-
-
- Bad destination system path.
-
-
-
-
- rootMountPoint is %1
-
-
-
-
- Cannot disable root account.
-
-
-
-
- passwd terminated with error code %1.
-
-
-
-
- Cannot set password for user %1.
-
-
-
-
- usermod terminated with error code %1.
-
-
-
-
- SetTimezoneJob
-
-
- Set timezone to %1/%2
-
-
-
-
- Cannot access selected timezone path.
-
-
-
-
- Bad path: %1
-
-
-
-
- Cannot set timezone.
-
-
-
-
- Link creation failed, target: %1; link name: %2
-
-
-
-
- Cannot set timezone,
-
-
-
-
- Cannot open /etc/timezone for writing
-
-
-
-
- SetupGroupsJob
-
-
- Preparing groups.
-
-
-
-
-
- Could not create groups in target system
-
-
-
-
- These groups are missing in the target system: %1
-
-
-
-
- SetupSudoJob
-
-
- Configure <pre>sudo</pre> users.
-
-
-
-
- Cannot chmod sudoers file.
-
-
-
-
- Cannot create sudoers file for writing.
-
-
-
-
- ShellProcessJob
-
-
- Shell Processes Job
-
-
-
-
- SlideCounter
-
-
- %L1 / %L2
- slide counter, %1 of %2 (numeric)
-
-
-
-
- StandardButtons
-
-
- &OK
-
-
-
-
- &Yes
-
-
-
-
- &No
-
-
-
-
- &Cancel
-
-
-
-
- &Close
-
-
-
-
- TrackingInstallJob
-
-
- Installation feedback
-
-
-
-
- Sending installation feedback.
-
-
-
-
- Internal error in install-tracking.
-
-
-
-
- HTTP request timed out.
-
-
-
-
- TrackingKUserFeedbackJob
-
-
- KDE user feedback
-
-
-
-
- Configuring KDE user feedback.
-
-
-
-
-
- Error in KDE user feedback configuration.
-
-
-
-
- Could not configure KDE user feedback correctly, script error %1.
-
-
-
-
- Could not configure KDE user feedback correctly, Calamares error %1.
-
-
-
-
- TrackingMachineUpdateManagerJob
-
-
- Machine feedback
-
-
-
-
- Configuring machine feedback.
-
-
-
-
-
- Error in machine feedback configuration.
-
-
-
-
- Could not configure machine feedback correctly, script error %1.
-
-
-
-
- Could not configure machine feedback correctly, Calamares error %1.
-
-
-
-
- TrackingPage
-
-
- Form
-
-
-
-
- Placeholder
-
-
-
-
- <html><head/><body><p>Click here to send <span style=" font-weight:600;">no information at all</span> about your installation.</p></body></html>
-
-
-
-
- <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html>
-
-
-
-
- Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area.
-
-
-
-
- By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes.
-
-
-
-
- By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1.
-
-
-
-
- By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1.
-
-
-
-
- TrackingViewStep
-
-
- Feedback
-
-
-
-
- UsersPage
-
-
- <small>If more than one person will use this computer, you can create multiple accounts after setup.</small>
-
-
-
-
- <small>If more than one person will use this computer, you can create multiple accounts after installation.</small>
-
-
-
-
- UsersQmlViewStep
-
-
- Users
-
-
-
-
- UsersViewStep
-
-
- Users
-
-
-
-
- VariantModel
-
-
- Key
- Column header for key/value
-
-
-
-
- Value
- Column header for key/value
-
-
-
-
- VolumeGroupBaseDialog
-
-
- Create Volume Group
-
-
-
-
- List of Physical Volumes
-
-
-
-
- Volume Group Name:
-
-
-
-
- Volume Group Type:
-
-
-
-
- Physical Extent Size:
-
-
-
-
- MiB
-
-
-
-
- Total Size:
-
-
-
-
- Used Size:
-
-
-
-
- Total Sectors:
-
-
-
-
- Quantity of LVs:
-
-
-
-
- WelcomePage
-
-
- Form
-
-
-
-
-
- Select application and system language
-
-
-
-
- &About
-
-
-
-
- Open donations website
-
-
-
-
- &Donate
-
-
-
-
- Open help and support website
-
-
-
-
- &Support
-
-
-
-
- Open issues and bug-tracking website
-
-
-
-
- &Known issues
-
-
-
-
- Open release notes website
-
-
-
-
- &Release notes
-
-
-
-
- <h1>Welcome to the Calamares setup program for %1.</h1>
-
-
-
-
- <h1>Welcome to %1 setup.</h1>
-
-
-
-
- <h1>Welcome to the Calamares installer for %1.</h1>
-
-
-
-
- <h1>Welcome to the %1 installer.</h1>
-
-
-
-
- %1 support
-
-
-
-
- About %1 setup
-
-
-
-
- About %1 installer
-
-
-
-
- <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac <teo@kde.org><br/>Copyright 2017-2020 Adriaan de Groot <groot@kde.org><br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.
-
-
-
-
- WelcomeQmlViewStep
-
-
- Welcome
-
-
-
-
- WelcomeViewStep
-
-
- Welcome
-
-
-
-
- about
-
-
- <h1>%1</h1><br/>
- <strong>%2<br/>
- for %3</strong><br/><br/>
- Copyright 2014-2017 Teo Mrnjavac <teo@kde.org><br/>
- Copyright 2017-2020 Adriaan de Groot <groot@kde.org><br/>
- Thanks to <a href='https://calamares.io/team/'>the Calamares team</a>
- and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares
- translators team</a>.<br/><br/>
- <a href='https://calamares.io/'>Calamares</a>
- development is sponsored by <br/>
- <a href='http://www.blue-systems.com/'>Blue Systems</a> -
- Liberating Software.
-
-
-
-
- Back
-
-
-
-
- calamares-sidebar
-
-
- Show debug information
-
-
-
-
- finishedq
-
-
- Installation Completed
-
-
-
-
- %1 has been installed on your computer.<br/>
- You may now restart into your new system, or continue using the Live environment.
-
-
-
-
- Close Installer
-
-
-
-
- Restart System
-
-
-
-
- <p>A full log of the install is available as installation.log in the home directory of the Live user.<br/>
- This log is copied to /var/log/installation.log of the target system.</p>
-
-
-
-
- i18n
-
-
- <h1>Languages</h1> </br>
- The system locale setting affects the language and character set for some command line user interface elements. The current setting is <strong>%1</strong>.
-
-
-
-
- <h1>Locales</h1> </br>
- The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
-
-
-
-
- Back
-
-
-
-
- keyboardq
-
-
- To activate keyboard preview, select a layout.
-
-
-
-
- Keyboard Model:
-
-
-
-
- Layouts
-
-
-
-
- Type here to test your keyboard
-
-
-
-
- Variants
-
-
-
-
- localeq
-
-
- Change
-
-
-
-
- notesqml
-
-
- <h3>%1</h3>
- <p>These are example release notes.</p>
-
-
-
-
- packagechooserq
-
-
- LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.<br/>
- Default option.
-
-
-
-
- LibreOffice
-
-
-
-
- If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives.
-
-
-
-
- No Office Suite
-
-
-
-
- Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser.
-
-
-
-
- Minimal Install
-
-
-
-
- Please select an option for your install, or use the default: LibreOffice included.
-
-
-
-
- release_notes
-
-
- <h3>%1</h3>
- <p>This an example QML file, showing options in RichText with Flickable content.</p>
-
- <p>QML with RichText can use HTML tags, Flickable content is useful for touchscreens.</p>
-
- <p><b>This is bold text</b></p>
- <p><i>This is italic text</i></p>
- <p><u>This is underlined text</u></p>
- <p><center>This text will be center-aligned.</center></p>
- <p><s>This is strikethrough</s></p>
-
- <p>Code example:
- <code>ls -l /home</code></p>
-
- <p><b>Lists:</b></p>
- <ul>
- <li>Intel CPU systems</li>
- <li>AMD CPU systems</li>
- </ul>
-
- <p>The vertical scrollbar is adjustable, current width set to 10.</p>
-
-
-
-
- Back
-
-
-
-
- usersq
-
-
- Pick your user name and credentials to login and perform admin tasks
-
-
-
-
- What is your name?
-
-
-
-
- Your Full Name
-
-
-
-
- What name do you want to use to log in?
-
-
-
-
- Login Name
-
-
-
-
- If more than one person will use this computer, you can create multiple accounts after installation.
-
-
-
-
- Only lowercase letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- root is not allowed as username.
-
-
-
-
- What is the name of this computer?
-
-
-
-
- Computer Name
-
-
-
-
- This name will be used if you make the computer visible to others on a network.
-
-
-
-
- localhost is not allowed as hostname.
-
-
-
-
- Choose a password to keep your account safe.
-
-
-
-
- Password
-
-
-
-
- Repeat Password
-
-
-
-
- Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.
-
-
-
-
- Validate passwords quality
-
-
-
-
- When this box is checked, password-strength checking is done and you will not be able to use a weak password.
-
-
-
-
- Log in automatically without asking for the password
-
-
-
-
- Only letters, numbers, underscore and hyphen are allowed, minimal of two characters.
-
-
-
-
- Reuse user password as root password
-
-
-
-
- Use the same password for the administrator account.
-
-
-
-
- Choose a root password to keep your account safe.
-
-
-
-
- Root Password
-
-
-
-
- Repeat Root Password
-
-
-
-
- Enter the same password twice, so that it can be checked for typing errors.
-
-
-
-
- welcomeq
-
-
- <h3>Welcome to the %1 <quote>%2</quote> installer</h3>
- <p>This program will ask you some questions and set up %1 on your computer.</p>
-
-
-
-
- About
-
-
-
-
- Support
-
-
-
-
- Known issues
-
-
-
-
- Release notes
-
-
-
-
- Donate
-
-
-
-
diff --git a/lang/calamares_ne.ts b/lang/calamares_ne.ts
deleted file mode 100644
index baf6e367c..000000000
--- a/lang/calamares_ne.ts
+++ /dev/null
@@ -1,4509 +0,0 @@
-
-
-
-
- AutoMountManagementJob
-
-
- Manage auto-mount settings
-
-
-
-
- BootInfoWidget
-
-
- The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode.
-
-
-
-
- This system was started with an <strong>EFI</strong> boot environment.<br><br>To configure startup from an EFI environment, this installer must deploy a boot loader application, like <strong>GRUB</strong> or <strong>systemd-boot</strong> on an <strong>EFI System Partition</strong>. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own.
-
-
-
-
- This system was started with a <strong>BIOS</strong> boot environment.<br><br>To configure startup from a BIOS environment, this installer must install a boot loader, like <strong>GRUB</strong>, either at the beginning of a partition or on the <strong>Master Boot Record</strong> 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.
-
-
-
-
- BootLoaderModel
-
-
- Master Boot Record of %1
-
-
-
-
- Boot Partition
-
-
-
-
- System Partition
-
-
-
-
- Do not install a boot loader
-
-
-
-
- %1 (%2)
-
-
-
-
- Calamares::BlankViewStep
-
-
- Blank Page
-
-
-
-
- Calamares::DebugWindow
-
-
- Form
-
-
-
-
- GlobalStorage
-
-
-
-
- JobQueue
-
-
-
-
- Modules
-
-
-
-
- Type:
-
-
-
-
-
- none
-
-
-
-
- Interface:
-
-
-
-
- Crashes Calamares, so that Dr. Konqui can look at it.
-
-
-
-
- Reloads the stylesheet from the branding directory.
-
-
-
-
- Uploads the session log to the configured pastebin.
-
-
-
-
- Send Session Log
-
-
-
-
- Reload Stylesheet
-
-
-
-
- Displays the tree of widget names in the log (for stylesheet debugging).
-
-
-
-
- Widget Tree
-
-
-
-
- Debug information
-
-
-
-
- Calamares::ExecutionViewStep
-
-
- Set up
-
-
-
-
- Install
-
-
-
-
- Calamares::FailJob
-
-
- Job failed (%1)
-
-
-
-
- Programmed job failure was explicitly requested.
-
-
-
-
- Calamares::JobThread
-
-
- Done
-
-
-
-
- Calamares::NamedJob
-
-
- Example job (%1)
-
-
-
-
- Calamares::ProcessJob
-
-
- Run command '%1' in target system.
-
-
-
-
- Run command '%1'.
-
-
-
-
- Running command %1 %2
-
-
-
-
- Calamares::PythonJob
-
-
- Running %1 operation.
-
-
-
-
- Bad working directory path
-
-
-
-
- Working directory %1 for python job %2 is not readable.
-
-
-
-
- Bad main script file
-
-
-
-
- Main script file %1 for python job %2 is not readable.
-
-
-
-
- Boost.Python error in job "%1".
-
-
-
-
- Calamares::QmlViewStep
-
-
- Loading ...
-
-
-
-
- QML Step <i>%1</i>.
-
-
-
-
- Loading failed.
-
-
-
-
- Calamares::RequirementsChecker
-
-
- Requirements checking for module <i>%1</i> is complete.
-
-
-
-
- Waiting for %n module(s).
-
-
-
-
-
-
-
- (%n second(s))
-
-
-
-
-
-
-
- System-requirements checking is complete.
-
-
-
-
- Calamares::ViewManager
-
-
- Setup Failed
-
-
-
-
- Installation Failed
-
-
-
-
- Error
-
-
-
-
- &Yes
-
-
-
-
- &No
-
-
-
-
- &Close
-
-
-
-
- Install Log Paste URL
-
-
-
-
- The upload was unsuccessful. No web-paste was done.
-
-
-
-
- Install log posted to
-
-%1
-
-Link copied to clipboard
-
-
-
-
- Calamares Initialization Failed
-
-
-
-
- %1 can not be installed. Calamares was unable to load all of the configured modules. This is a problem with the way Calamares is being used by the distribution.
-
-
-
-
- <br/>The following modules could not be loaded:
-
-
-
-
- Continue with setup?
-
-
-
-
- Continue with installation?
-
-
-
-
- The %1 setup program is about to make changes to your disk in order to set up %2.<br/><strong>You will not be able to undo these changes.</strong>
-
-
-
-
- The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong>
-
-
-
-
- &Set up now
-
-
-
-
- &Install now
-
-
-
-
- Go &back
-
-
-
-
- &Set up
-
-
-
-
- &Install
-
-
-
-
- Setup is complete. Close the setup program.
-
-
-
-
- The installation is complete. Close the installer.
-
-
-
-
- Cancel setup without changing the system.
-
-
-
-
- Cancel installation without changing the system.
-
-
-
-
- &Next
-
-
-
-
- &Back
-
-
-
-
- &Done
-
-
-
-
- &Cancel
-
-
-
-
- Cancel setup?
-
-
-
-
- Cancel installation?
-
-
-
-
- Do you really want to cancel the current setup process?
-The setup program will quit and all changes will be lost.
-
-
-
-
- Do you really want to cancel the current install process?
-The installer will quit and all changes will be lost.
-
-
-
-
- CalamaresPython::Helper
-
-
- Unknown exception type
-
-
-
-
- unparseable Python error
-
-
-
-
- unparseable Python traceback
-
-
-
-
- Unfetchable Python error.
-
-
-
-
- CalamaresWindow
-
-
- %1 Setup Program
-
-
-
-
- %1 Installer
-
-
-
-
- ChangeFilesystemLabelJob
-
-
- Set filesystem label on %1.
-
-
-
-
- Set filesystem label <strong>%1</strong> to partition <strong>%2</strong>.
-
-
-
-
- The installer failed to update partition table on disk '%1'.
-
-
-
-
- CheckerContainer
-
-
- Gathering system information...
-
-
-
-
- ChoicePage
-
-
- Form
-
-
-
-
- Select storage de&vice:
-
-
-
-
-
-
-
- Current:
-
-
-
-
- After:
-
-
-
-
- <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.
-
-
-
-
- Reuse %1 as home partition for %2.
-
-
-
-
- <strong>Select a partition to shrink, then drag the bottom bar to resize</strong>
-
-
-
-
- %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4.
-
-
-
-
- Boot loader location:
-
-
-
-
- <strong>Select a partition to install on</strong>
-
-
-
-
- An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.
-
-
-
-
- The EFI system partition at %1 will be used for starting %2.
-
-
-
-
- EFI system partition:
-
-
-
-
- This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
-
-
-
- <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.
-
-
-
-
-
-
-
- <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.
-
-
-
-
-
-
-
- <strong>Replace a partition</strong><br/>Replaces a partition with %1.
-
-
-
-
- This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/>
-
-
-
-
- This storage device has one of its partitions <strong>mounted</strong>.
-
-
-
-
- This storage device is a part of an <strong>inactive RAID</strong> device.
-
-
-
-
- No Swap
-
-
-
-
- Reuse Swap
-
-
-
-
- Swap (no Hibernate)
-
-
-
-
- Swap (with Hibernate)
-
-
-
-
- Swap to file
-
-
-
-
- ClearMountsJob
-
-
- Successfully unmounted %1.
-
-
-
-
- Successfully disabled swap %1.
-
-
-
-
- Successfully cleared swap %1.
-
-
-
-
- Successfully closed mapper device %1.
-
-
-
-
- Successfully disabled volume group %1.
-
-
-
-
- Clear mounts for partitioning operations on %1
-
-
-
-
- Clearing mounts for partitioning operations on %1.
-
-
-
-
- Cleared all mounts for %1
-
-
-
-
- ClearTempMountsJob
-
-
- Clear all temporary mounts.
-
-
-
-
- Clearing all temporary mounts.
-
-
-
-
- Cleared all temporary mounts.
-
-
-
-
- CommandList
-
-
-
- Could not run command.
-
-
-
-
- The command runs in the host environment and needs to know the root path, but no rootMountPoint is defined.
-
-
-
-
- The command needs to know the user's name, but no username is defined.
-
-
-
-
- Config
-
-
- Set keyboard model to %1.<br/>
-
-
-
-
- Set keyboard layout to %1/%2.
-
-
-
-
- Set timezone to %1/%2.
-
-
-
-
- The system language will be set to %1.
-
-
-
-
- The numbers and dates locale will be set to %1.
-
-
-
-
- Network Installation. (Disabled: Incorrect configuration)
-
-
-
-
- Network Installation. (Disabled: Received invalid groups data)
-
-
-
-
- Network Installation. (Disabled: Internal error)
-
-
-
-
- Network Installation. (Disabled: No package list)
-
-
-
-
- Package selection
-
-
-
-
- Network Installation. (Disabled: Unable to fetch package lists, check your network connection)
-
-
-
-
- This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a>
-
-
-
-
- This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a>
-
-
-
-
- This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled.
-
-
-
-
- This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled.
-
-
-
-
- This program will ask you some questions and set up %2 on your computer.
-
-
-
-
- <h1>Welcome to the Calamares setup program for %1</h1>
-
-
-
-
- <h1>Welcome to %1 setup</h1>
-
-
-
-
- <h1>Welcome to the Calamares installer for %1</h1>
-
-
-
-
- <h1>Welcome to the %1 installer</h1>
-
-
-
-
- Your username is too long.
-
-
-
-
- '%1' is not allowed as username.
-
-
-
-
- Your username must start with a lowercase letter or underscore.
-
-
-
-
- Only lowercase letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- Your hostname is too short.
-
-
-
-
- Your hostname is too long.
-
-
-
-
- '%1' is not allowed as hostname.
-
-
-
-
- Only letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- Your passwords do not match!
-
-
-
-
- OK!
-
-
-
-
- Setup Failed
-
-
-
-
- Installation Failed
-
-
-
-
- The setup of %1 did not complete successfully.
-
-
-
-
- The installation of %1 did not complete successfully.
-
-
-
-
- Setup Complete
-
-
-
-
- Installation Complete
-
-
-
-
- The setup of %1 is complete.
-
-
-
-
- The installation of %1 is complete.
-
-
-
-
- Package Selection
-
-
-
-
- Please pick a product from the list. The selected product will be installed.
-
-
-
-
- Install option: <strong>%1</strong>
-
-
-
-
- None
-
-
-
-
- Summary
-
-
-
-
- This is an overview of what will happen once you start the setup procedure.
-
-
-
-
- This is an overview of what will happen once you start the install procedure.
-
-
-
-
- ContextualProcessJob
-
-
- Contextual Processes Job
-
-
-
-
- CreatePartitionDialog
-
-
- Create a Partition
-
-
-
-
- Si&ze:
-
-
-
-
- MiB
-
-
-
-
- Partition &Type:
-
-
-
-
- Primar&y
-
-
-
-
- E&xtended
-
-
-
-
- Fi&le System:
-
-
-
-
- LVM LV name
-
-
-
-
- &Mount Point:
-
-
-
-
- Flags:
-
-
-
-
- Label for the filesystem
-
-
-
-
- FS Label:
-
-
-
-
- En&crypt
-
-
-
-
- Logical
-
-
-
-
- Primary
-
-
-
-
- GPT
-
-
-
-
- Mountpoint already in use. Please select another one.
-
-
-
-
- Mountpoint must start with a <tt>/</tt>.
-
-
-
-
- CreatePartitionJob
-
-
- Create new %1MiB partition on %3 (%2) with entries %4.
-
-
-
-
- Create new %1MiB partition on %3 (%2).
-
-
-
-
- Create new %2MiB partition on %4 (%3) with file system %1.
-
-
-
-
- Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2) with entries <em>%4</em>.
-
-
-
-
- Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2).
-
-
-
-
- Create new <strong>%2MiB</strong> partition on <strong>%4</strong> (%3) with file system <strong>%1</strong>.
-
-
-
-
-
- Creating new %1 partition on %2.
-
-
-
-
- The installer failed to create partition on disk '%1'.
-
-
-
-
- CreatePartitionTableDialog
-
-
- Create Partition Table
-
-
-
-
- Creating a new partition table will delete all existing data on the disk.
-
-
-
-
- What kind of partition table do you want to create?
-
-
-
-
- Master Boot Record (MBR)
-
-
-
-
- GUID Partition Table (GPT)
-
-
-
-
- CreatePartitionTableJob
-
-
- Create new %1 partition table on %2.
-
-
-
-
- Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3).
-
-
-
-
- Creating new %1 partition table on %2.
-
-
-
-
- The installer failed to create a partition table on %1.
-
-
-
-
- CreateUserJob
-
-
- Create user %1
-
-
-
-
- Create user <strong>%1</strong>.
-
-
-
-
- Preserving home directory
-
-
-
-
-
- Creating user %1
-
-
-
-
- Configuring user %1
-
-
-
-
- Setting file permissions
-
-
-
-
- CreateVolumeGroupDialog
-
-
- Create Volume Group
-
-
-
-
- CreateVolumeGroupJob
-
-
- Create new volume group named %1.
-
-
-
-
- Create new volume group named <strong>%1</strong>.
-
-
-
-
- Creating new volume group named %1.
-
-
-
-
- The installer failed to create a volume group named '%1'.
-
-
-
-
- DeactivateVolumeGroupJob
-
-
-
- Deactivate volume group named %1.
-
-
-
-
- Deactivate volume group named <strong>%1</strong>.
-
-
-
-
- The installer failed to deactivate a volume group named %1.
-
-
-
-
- DeletePartitionJob
-
-
- Delete partition %1.
-
-
-
-
- Delete partition <strong>%1</strong>.
-
-
-
-
- Deleting partition %1.
-
-
-
-
- The installer failed to delete partition %1.
-
-
-
-
- DeviceInfoWidget
-
-
- This device has a <strong>%1</strong> partition table.
-
-
-
-
- This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem.
-
-
-
-
- This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page.
-
-
-
-
- <br><br>This is the recommended partition table type for modern systems which start from an <strong>EFI</strong> boot environment.
-
-
-
-
- <br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions.
-
-
-
-
- The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred.
-
-
-
-
- DeviceModel
-
-
- %1 - %2 (%3)
- device[name] - size[number] (device-node[name])
-
-
-
-
- %1 - (%2)
- device[name] - (device-node[name])
-
-
-
-
- DracutLuksCfgJob
-
-
- Write LUKS configuration for Dracut to %1
-
-
-
-
- Skip writing LUKS configuration for Dracut: "/" partition is not encrypted
-
-
-
-
- Failed to open %1
-
-
-
-
- DummyCppJob
-
-
- Dummy C++ Job
-
-
-
-
- EditExistingPartitionDialog
-
-
- Edit Existing Partition
-
-
-
-
- Con&tent:
-
-
-
-
- &Keep
-
-
-
-
- Format
-
-
-
-
- Warning: Formatting the partition will erase all existing data.
-
-
-
-
- &Mount Point:
-
-
-
-
- Si&ze:
-
-
-
-
- MiB
-
-
-
-
- Fi&le System:
-
-
-
-
- Flags:
-
-
-
-
- Label for the filesystem
-
-
-
-
- FS Label:
-
-
-
-
- EncryptWidget
-
-
- Form
-
-
-
-
- En&crypt system
-
-
-
-
- Your system does not seem to support encryption well enough to encrypt the entire system. You may enable encryption, but performance may suffer.
-
-
-
-
- Passphrase
-
-
-
-
- Confirm passphrase
-
-
-
-
-
- Please enter the same passphrase in both boxes.
-
-
-
-
- ErrorDialog
-
-
- Details:
-
-
-
-
- Would you like to paste the install log to the web?
-
-
-
-
- FillGlobalStorageJob
-
-
- Set partition information
-
-
-
-
- Install %1 on <strong>new</strong> %2 system partition with features <em>%3</em>
-
-
-
-
- Install %1 on <strong>new</strong> %2 system partition.
-
-
-
-
- Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong> and features <em>%3</em>.
-
-
-
-
- Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>%3.
-
-
-
-
- Install %2 on %3 system partition <strong>%1</strong> with features <em>%4</em>.
-
-
-
-
- Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong> and features <em>%4</em>.
-
-
-
-
- Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>%4.
-
-
-
-
- Install %2 on %3 system partition <strong>%1</strong>.
-
-
-
-
- Install boot loader on <strong>%1</strong>.
-
-
-
-
- Setting up mount points.
-
-
-
-
- FinishedPage
-
-
- Form
-
-
-
-
- &Restart now
-
-
-
-
- <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system.
-
-
-
-
- <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html>
-
-
-
-
- <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment.
-
-
-
-
- <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html>
-
-
-
-
- <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2.
-
-
-
-
- <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2.
-
-
-
-
- FinishedQmlViewStep
-
-
- Finish
-
-
-
-
- FinishedViewStep
-
-
- Finish
-
-
-
-
- FormatPartitionJob
-
-
- Format partition %1 (file system: %2, size: %3 MiB) on %4.
-
-
-
-
- Format <strong>%3MiB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>.
-
-
-
-
- Formatting partition %1 with file system %2.
-
-
-
-
- The installer failed to format partition %1 on disk '%2'.
-
-
-
-
- GeneralRequirements
-
-
- has at least %1 GiB available drive space
-
-
-
-
- There is not enough drive space. At least %1 GiB is required.
-
-
-
-
- has at least %1 GiB working memory
-
-
-
-
- The system does not have enough working memory. At least %1 GiB is required.
-
-
-
-
- is plugged in to a power source
-
-
-
-
- The system is not plugged in to a power source.
-
-
-
-
- is connected to the Internet
-
-
-
-
- The system is not connected to the Internet.
-
-
-
-
- is running the installer as an administrator (root)
-
-
-
-
- The setup program is not running with administrator rights.
-
-
-
-
- The installer is not running with administrator rights.
-
-
-
-
- has a screen large enough to show the whole installer
-
-
-
-
- The screen is too small to display the setup program.
-
-
-
-
- The screen is too small to display the installer.
-
-
-
-
- HostInfoJob
-
-
- Collecting information about your machine.
-
-
-
-
- IDJob
-
-
-
-
-
- OEM Batch Identifier
-
-
-
-
- Could not create directories <code>%1</code>.
-
-
-
-
- Could not open file <code>%1</code>.
-
-
-
-
- Could not write to file <code>%1</code>.
-
-
-
-
- InitcpioJob
-
-
- Creating initramfs with mkinitcpio.
-
-
-
-
- InitramfsJob
-
-
- Creating initramfs.
-
-
-
-
- InteractiveTerminalPage
-
-
- Konsole not installed
-
-
-
-
- Please install KDE Konsole and try again!
-
-
-
-
- Executing script: <code>%1</code>
-
-
-
-
- InteractiveTerminalViewStep
-
-
- Script
-
-
-
-
- KeyboardQmlViewStep
-
-
- Keyboard
-
-
-
-
- KeyboardViewStep
-
-
- Keyboard
-
-
-
-
- LCLocaleDialog
-
-
- System locale setting
-
-
-
-
- The system locale setting affects the language and character set for some command line user interface elements.<br/>The current setting is <strong>%1</strong>.
-
-
-
-
- &Cancel
-
-
-
-
- &OK
-
-
-
-
- LOSHJob
-
-
- Configuring encrypted swap.
-
-
-
-
- No target system available.
-
-
-
-
- No rootMountPoint is set.
-
-
-
-
- No configFilePath is set.
-
-
-
-
- LicensePage
-
-
- Form
-
-
-
-
- <h1>License Agreement</h1>
-
-
-
-
- I accept the terms and conditions above.
-
-
-
-
- Please review the End User License Agreements (EULAs).
-
-
-
-
- This setup procedure will install proprietary software that is subject to licensing terms.
-
-
-
-
- If you do not agree with the terms, the setup procedure cannot continue.
-
-
-
-
- This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience.
-
-
-
-
- If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead.
-
-
-
-
- LicenseViewStep
-
-
- License
-
-
-
-
- LicenseWidget
-
-
- URL: %1
-
-
-
-
- <strong>%1 driver</strong><br/>by %2
- %1 is an untranslatable product name, example: Creative Audigy driver
-
-
-
-
- <strong>%1 graphics driver</strong><br/><font color="Grey">by %2</font>
- %1 is usually a vendor name, example: Nvidia graphics driver
-
-
-
-
- <strong>%1 browser plugin</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1 codec</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1 package</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- File: %1
-
-
-
-
- Hide license text
-
-
-
-
- Show the license text
-
-
-
-
- Open license agreement in browser.
-
-
-
-
- LocalePage
-
-
- Region:
-
-
-
-
- Zone:
-
-
-
-
-
- &Change...
-
-
-
-
- LocaleQmlViewStep
-
-
- Location
-
-
-
-
- LocaleTests
-
-
- Quit
-
-
-
-
- LocaleViewStep
-
-
- Location
-
-
-
-
- LuksBootKeyFileJob
-
-
- Configuring LUKS key file.
-
-
-
-
-
- No partitions are defined.
-
-
-
-
-
-
- Encrypted rootfs setup error
-
-
-
-
- Root partition %1 is LUKS but no passphrase has been set.
-
-
-
-
- Could not create LUKS key file for root partition %1.
-
-
-
-
- Could not configure LUKS key file on partition %1.
-
-
-
-
- MachineIdJob
-
-
- Generate machine-id.
-
-
-
-
- Configuration Error
-
-
-
-
- No root mount point is set for MachineId.
-
-
-
-
- Map
-
-
- Timezone: %1
-
-
-
-
- Please select your preferred location on the map so the installer can suggest the locale
- and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging
- to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming.
-
-
-
-
- NetInstallViewStep
-
-
- Package selection
-
-
-
-
- Office software
-
-
-
-
- Office package
-
-
-
-
- Browser software
-
-
-
-
- Browser package
-
-
-
-
- Web browser
-
-
-
-
- Kernel
-
-
-
-
- Services
-
-
-
-
- Login
-
-
-
-
- Desktop
-
-
-
-
- Applications
-
-
-
-
- Communication
-
-
-
-
- Development
-
-
-
-
- Office
-
-
-
-
- Multimedia
-
-
-
-
- Internet
-
-
-
-
- Theming
-
-
-
-
- Gaming
-
-
-
-
- Utilities
-
-
-
-
- NotesQmlViewStep
-
-
- Notes
-
-
-
-
- OEMPage
-
-
- Ba&tch:
-
-
-
-
- <html><head/><body><p>Enter a batch-identifier here. This will be stored in the target system.</p></body></html>
-
-
-
-
- <html><head/><body><h1>OEM Configuration</h1><p>Calamares will use OEM settings while configuring the target system.</p></body></html>
-
-
-
-
- OEMViewStep
-
-
- OEM Configuration
-
-
-
-
- Set the OEM Batch Identifier to <code>%1</code>.
-
-
-
-
- Offline
-
-
- Select your preferred Region, or use the default settings.
-
-
-
-
-
-
- Timezone: %1
-
-
-
-
- Select your preferred Zone within your Region.
-
-
-
-
- Zones
-
-
-
-
- You can fine-tune Language and Locale settings below.
-
-
-
-
- PWQ
-
-
- Password is too short
-
-
-
-
- Password is too long
-
-
-
-
- Password is too weak
-
-
-
-
- Memory allocation error when setting '%1'
-
-
-
-
- Memory allocation error
-
-
-
-
- The password is the same as the old one
-
-
-
-
- The password is a palindrome
-
-
-
-
- The password differs with case changes only
-
-
-
-
- The password is too similar to the old one
-
-
-
-
- The password contains the user name in some form
-
-
-
-
- The password contains words from the real name of the user in some form
-
-
-
-
- The password contains forbidden words in some form
-
-
-
-
- The password contains too few digits
-
-
-
-
- The password contains too few uppercase letters
-
-
-
-
- The password contains fewer than %n lowercase letters
-
-
-
-
-
-
-
- The password contains too few lowercase letters
-
-
-
-
- The password contains too few non-alphanumeric characters
-
-
-
-
- The password is too short
-
-
-
-
- The password does not contain enough character classes
-
-
-
-
- The password contains too many same characters consecutively
-
-
-
-
- The password contains too many characters of the same class consecutively
-
-
-
-
- The password contains fewer than %n digits
-
-
-
-
-
-
-
- The password contains fewer than %n uppercase letters
-
-
-
-
-
-
-
- The password contains fewer than %n non-alphanumeric characters
-
-
-
-
-
-
-
- The password is shorter than %n characters
-
-
-
-
-
-
-
- The password is a rotated version of the previous one
-
-
-
-
- The password contains fewer than %n character classes
-
-
-
-
-
-
-
- The password contains more than %n same characters consecutively
-
-
-
-
-
-
-
- The password contains more than %n characters of the same class consecutively
-
-
-
-
-
-
-
- The password contains monotonic sequence longer than %n characters
-
-
-
-
-
-
-
- The password contains too long of a monotonic character sequence
-
-
-
-
- No password supplied
-
-
-
-
- Cannot obtain random numbers from the RNG device
-
-
-
-
- Password generation failed - required entropy too low for settings
-
-
-
-
- The password fails the dictionary check - %1
-
-
-
-
- The password fails the dictionary check
-
-
-
-
- Unknown setting - %1
-
-
-
-
- Unknown setting
-
-
-
-
- Bad integer value of setting - %1
-
-
-
-
- Bad integer value
-
-
-
-
- Setting %1 is not of integer type
-
-
-
-
- Setting is not of integer type
-
-
-
-
- Setting %1 is not of string type
-
-
-
-
- Setting is not of string type
-
-
-
-
- Opening the configuration file failed
-
-
-
-
- The configuration file is malformed
-
-
-
-
- Fatal failure
-
-
-
-
- Unknown error
-
-
-
-
- Password is empty
-
-
-
-
- PackageChooserPage
-
-
- Form
-
-
-
-
- Product Name
-
-
-
-
- TextLabel
-
-
-
-
- Long Product Description
-
-
-
-
- Package Selection
-
-
-
-
- Please pick a product from the list. The selected product will be installed.
-
-
-
-
- PackageChooserQmlViewStep
-
-
- Packages
-
-
-
-
- PackageChooserViewStep
-
-
- Packages
-
-
-
-
- PackageModel
-
-
- Name
-
-
-
-
- Description
-
-
-
-
- Page_Keyboard
-
-
- Form
-
-
-
-
- Keyboard Model:
-
-
-
-
- Type here to test your keyboard
-
-
-
-
- Page_UserSetup
-
-
- Form
-
-
-
-
- What is your name?
-
-
-
-
- Your Full Name
-
-
-
-
- What name do you want to use to log in?
-
-
-
-
- login
-
-
-
-
- What is the name of this computer?
-
-
-
-
- <small>This name will be used if you make the computer visible to others on a network.</small>
-
-
-
-
- Computer Name
-
-
-
-
- Choose a password to keep your account safe.
-
-
-
-
-
- <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small>
-
-
-
-
-
- Password
-
-
-
-
-
- Repeat Password
-
-
-
-
- When this box is checked, password-strength checking is done and you will not be able to use a weak password.
-
-
-
-
- Require strong passwords.
-
-
-
-
- Log in automatically without asking for the password.
-
-
-
-
- Use the same password for the administrator account.
-
-
-
-
- Choose a password for the administrator account.
-
-
-
-
-
- <small>Enter the same password twice, so that it can be checked for typing errors.</small>
-
-
-
-
- PartitionLabelsView
-
-
- Root
-
-
-
-
- Home
-
-
-
-
- Boot
-
-
-
-
- EFI system
-
-
-
-
- Swap
-
-
-
-
- New partition for %1
-
-
-
-
- New partition
-
-
-
-
- %1 %2
- size[number] filesystem[name]
-
-
-
-
- PartitionModel
-
-
-
- Free Space
-
-
-
-
-
- New partition
-
-
-
-
- Name
-
-
-
-
- File System
-
-
-
-
- File System Label
-
-
-
-
- Mount Point
-
-
-
-
- Size
-
-
-
-
- PartitionPage
-
-
- Form
-
-
-
-
- Storage de&vice:
-
-
-
-
- &Revert All Changes
-
-
-
-
- New Partition &Table
-
-
-
-
- Cre&ate
-
-
-
-
- &Edit
-
-
-
-
- &Delete
-
-
-
-
- New Volume Group
-
-
-
-
- Resize Volume Group
-
-
-
-
- Deactivate Volume Group
-
-
-
-
- Remove Volume Group
-
-
-
-
- I&nstall boot loader on:
-
-
-
-
- Are you sure you want to create a new partition table on %1?
-
-
-
-
- Can not create new partition
-
-
-
-
- The partition table on %1 already has %2 primary partitions, and no more can be added. Please remove one primary partition and add an extended partition, instead.
-
-
-
-
- PartitionViewStep
-
-
- Gathering system information...
-
-
-
-
- Partitions
-
-
-
-
- Unsafe partition actions are enabled.
-
-
-
-
- Partitioning is configured to <b>always</b> fail.
-
-
-
-
- No partitions will be changed.
-
-
-
-
- Current:
-
-
-
-
- After:
-
-
-
-
- No EFI system partition configured
-
-
-
-
- EFI system partition configured incorrectly
-
-
-
-
- An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem.
-
-
-
-
- The filesystem must be mounted on <strong>%1</strong>.
-
-
-
-
- The filesystem must have type FAT32.
-
-
-
-
- The filesystem must be at least %1 MiB in size.
-
-
-
-
- The filesystem must have flag <strong>%1</strong> set.
-
-
-
-
- You can continue without setting up an EFI system partition but your system may fail to start.
-
-
-
-
- Option to use GPT on BIOS
-
-
-
-
- A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.
-
-
-
-
- Boot partition not encrypted
-
-
-
-
- A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.
-
-
-
-
- has at least one disk device available.
-
-
-
-
- There are no partitions to install on.
-
-
-
-
- PlasmaLnfJob
-
-
- Plasma Look-and-Feel Job
-
-
-
-
-
- Could not select KDE Plasma Look-and-Feel package
-
-
-
-
- PlasmaLnfPage
-
-
- Form
-
-
-
-
- Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is set up. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel.
-
-
-
-
- Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is installed. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel.
-
-
-
-
- PlasmaLnfViewStep
-
-
- Look-and-Feel
-
-
-
-
- PreserveFiles
-
-
- Saving files for later ...
-
-
-
-
- No files configured to save for later.
-
-
-
-
- Not all of the configured files could be preserved.
-
-
-
-
- ProcessResult
-
-
-
-There was no output from the command.
-
-
-
-
-
-Output:
-
-
-
-
-
- External command crashed.
-
-
-
-
- Command <i>%1</i> crashed.
-
-
-
-
- External command failed to start.
-
-
-
-
- Command <i>%1</i> failed to start.
-
-
-
-
- Internal error when starting command.
-
-
-
-
- Bad parameters for process job call.
-
-
-
-
- External command failed to finish.
-
-
-
-
- Command <i>%1</i> failed to finish in %2 seconds.
-
-
-
-
- External command finished with errors.
-
-
-
-
- Command <i>%1</i> finished with exit code %2.
-
-
-
-
- QObject
-
-
- %1 (%2)
-
-
-
-
- unknown
-
-
-
-
- extended
-
-
-
-
- unformatted
-
-
-
-
- swap
-
-
-
-
-
- Default
-
-
-
-
-
-
-
- File not found
-
-
-
-
- Path <pre>%1</pre> must be an absolute path.
-
-
-
-
- Directory not found
-
-
-
-
-
- Could not create new random file <pre>%1</pre>.
-
-
-
-
- No product
-
-
-
-
- No description provided.
-
-
-
-
- (no mount point)
-
-
-
-
- Unpartitioned space or unknown partition table
-
-
-
-
- Recommended
-
-
- <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/>
- Setup can continue, but some features might be disabled.</p>
-
-
-
-
- RemoveUserJob
-
-
- Remove live user from target system
-
-
-
-
- RemoveVolumeGroupJob
-
-
-
- Remove Volume Group named %1.
-
-
-
-
- Remove Volume Group named <strong>%1</strong>.
-
-
-
-
- The installer failed to remove a volume group named '%1'.
-
-
-
-
- ReplaceWidget
-
-
- Form
-
-
-
-
- Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition.
-
-
-
-
- The selected item does not appear to be a valid partition.
-
-
-
-
- %1 cannot be installed on empty space. Please select an existing partition.
-
-
-
-
- %1 cannot be installed on an extended partition. Please select an existing primary or logical partition.
-
-
-
-
- %1 cannot be installed on this partition.
-
-
-
-
- Data partition (%1)
-
-
-
-
- Unknown system partition (%1)
-
-
-
-
- %1 system partition (%2)
-
-
-
-
- <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB.
-
-
-
-
- <strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.
-
-
-
-
-
-
- <strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost.
-
-
-
-
- The EFI system partition at %1 will be used for starting %2.
-
-
-
-
- EFI system partition:
-
-
-
-
- Requirements
-
-
- <p>This computer does not satisfy the minimum requirements for installing %1.<br/>
- Installation cannot continue.</p>
-
-
-
-
- <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/>
- Setup can continue, but some features might be disabled.</p>
-
-
-
-
- ResizeFSJob
-
-
- Resize Filesystem Job
-
-
-
-
- Invalid configuration
-
-
-
-
- The file-system resize job has an invalid configuration and will not run.
-
-
-
-
- KPMCore not Available
-
-
-
-
- Calamares cannot start KPMCore for the file-system resize job.
-
-
-
-
-
-
-
-
- Resize Failed
-
-
-
-
- The filesystem %1 could not be found in this system, and cannot be resized.
-
-
-
-
- The device %1 could not be found in this system, and cannot be resized.
-
-
-
-
-
- The filesystem %1 cannot be resized.
-
-
-
-
-
- The device %1 cannot be resized.
-
-
-
-
- The filesystem %1 must be resized, but cannot.
-
-
-
-
- The device %1 must be resized, but cannot
-
-
-
-
- ResizePartitionJob
-
-
- Resize partition %1.
-
-
-
-
- Resize <strong>%2MiB</strong> partition <strong>%1</strong> to <strong>%3MiB</strong>.
-
-
-
-
- Resizing %2MiB partition %1 to %3MiB.
-
-
-
-
- The installer failed to resize partition %1 on disk '%2'.
-
-
-
-
- ResizeVolumeGroupDialog
-
-
- Resize Volume Group
-
-
-
-
- ResizeVolumeGroupJob
-
-
-
- Resize volume group named %1 from %2 to %3.
-
-
-
-
- Resize volume group named <strong>%1</strong> from <strong>%2</strong> to <strong>%3</strong>.
-
-
-
-
- The installer failed to resize a volume group named '%1'.
-
-
-
-
- ResultsListDialog
-
-
- For best results, please ensure that this computer:
-
-
-
-
- System requirements
-
-
-
-
- ScanningDialog
-
-
- Scanning storage devices...
-
-
-
-
- Partitioning
-
-
-
-
- SetHostNameJob
-
-
- Set hostname %1
-
-
-
-
- Set hostname <strong>%1</strong>.
-
-
-
-
- Setting hostname %1.
-
-
-
-
-
- Internal Error
-
-
-
-
-
- Cannot write hostname to target system
-
-
-
-
- SetKeyboardLayoutJob
-
-
- Set keyboard model to %1, layout to %2-%3
-
-
-
-
- Failed to write keyboard configuration for the virtual console.
-
-
-
-
-
-
- Failed to write to %1
-
-
-
-
- Failed to write keyboard configuration for X11.
-
-
-
-
- Failed to write keyboard configuration to existing /etc/default directory.
-
-
-
-
- SetPartFlagsJob
-
-
- Set flags on partition %1.
-
-
-
-
- Set flags on %1MiB %2 partition.
-
-
-
-
- Set flags on new partition.
-
-
-
-
- Clear flags on partition <strong>%1</strong>.
-
-
-
-
- Clear flags on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Clear flags on new partition.
-
-
-
-
- Flag partition <strong>%1</strong> as <strong>%2</strong>.
-
-
-
-
- Flag %1MiB <strong>%2</strong> partition as <strong>%3</strong>.
-
-
-
-
- Flag new partition as <strong>%1</strong>.
-
-
-
-
- Clearing flags on partition <strong>%1</strong>.
-
-
-
-
- Clearing flags on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Clearing flags on new partition.
-
-
-
-
- Setting flags <strong>%2</strong> on partition <strong>%1</strong>.
-
-
-
-
- Setting flags <strong>%3</strong> on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Setting flags <strong>%1</strong> on new partition.
-
-
-
-
- The installer failed to set flags on partition %1.
-
-
-
-
- SetPasswordJob
-
-
- Set password for user %1
-
-
-
-
- Setting password for user %1.
-
-
-
-
- Bad destination system path.
-
-
-
-
- rootMountPoint is %1
-
-
-
-
- Cannot disable root account.
-
-
-
-
- passwd terminated with error code %1.
-
-
-
-
- Cannot set password for user %1.
-
-
-
-
- usermod terminated with error code %1.
-
-
-
-
- SetTimezoneJob
-
-
- Set timezone to %1/%2
-
-
-
-
- Cannot access selected timezone path.
-
-
-
-
- Bad path: %1
-
-
-
-
- Cannot set timezone.
-
-
-
-
- Link creation failed, target: %1; link name: %2
-
-
-
-
- Cannot set timezone,
-
-
-
-
- Cannot open /etc/timezone for writing
-
-
-
-
- SetupGroupsJob
-
-
- Preparing groups.
-
-
-
-
-
- Could not create groups in target system
-
-
-
-
- These groups are missing in the target system: %1
-
-
-
-
- SetupSudoJob
-
-
- Configure <pre>sudo</pre> users.
-
-
-
-
- Cannot chmod sudoers file.
-
-
-
-
- Cannot create sudoers file for writing.
-
-
-
-
- ShellProcessJob
-
-
- Shell Processes Job
-
-
-
-
- SlideCounter
-
-
- %L1 / %L2
- slide counter, %1 of %2 (numeric)
-
-
-
-
- StandardButtons
-
-
- &OK
-
-
-
-
- &Yes
-
-
-
-
- &No
-
-
-
-
- &Cancel
-
-
-
-
- &Close
-
-
-
-
- TrackingInstallJob
-
-
- Installation feedback
-
-
-
-
- Sending installation feedback.
-
-
-
-
- Internal error in install-tracking.
-
-
-
-
- HTTP request timed out.
-
-
-
-
- TrackingKUserFeedbackJob
-
-
- KDE user feedback
-
-
-
-
- Configuring KDE user feedback.
-
-
-
-
-
- Error in KDE user feedback configuration.
-
-
-
-
- Could not configure KDE user feedback correctly, script error %1.
-
-
-
-
- Could not configure KDE user feedback correctly, Calamares error %1.
-
-
-
-
- TrackingMachineUpdateManagerJob
-
-
- Machine feedback
-
-
-
-
- Configuring machine feedback.
-
-
-
-
-
- Error in machine feedback configuration.
-
-
-
-
- Could not configure machine feedback correctly, script error %1.
-
-
-
-
- Could not configure machine feedback correctly, Calamares error %1.
-
-
-
-
- TrackingPage
-
-
- Form
-
-
-
-
- Placeholder
-
-
-
-
- <html><head/><body><p>Click here to send <span style=" font-weight:600;">no information at all</span> about your installation.</p></body></html>
-
-
-
-
- <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html>
-
-
-
-
- Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area.
-
-
-
-
- By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes.
-
-
-
-
- By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1.
-
-
-
-
- By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1.
-
-
-
-
- TrackingViewStep
-
-
- Feedback
-
-
-
-
- UmountJob
-
-
- Unmount file systems.
-
-
-
-
- No target system available.
-
-
-
-
- No rootMountPoint is set.
-
-
-
-
- UsersPage
-
-
- <small>If more than one person will use this computer, you can create multiple accounts after setup.</small>
-
-
-
-
- <small>If more than one person will use this computer, you can create multiple accounts after installation.</small>
-
-
-
-
- UsersQmlViewStep
-
-
- Users
-
-
-
-
- UsersViewStep
-
-
- Users
-
-
-
-
- VariantModel
-
-
- Key
- Column header for key/value
-
-
-
-
- Value
- Column header for key/value
-
-
-
-
- VolumeGroupBaseDialog
-
-
- Create Volume Group
-
-
-
-
- List of Physical Volumes
-
-
-
-
- Volume Group Name:
-
-
-
-
- Volume Group Type:
-
-
-
-
- Physical Extent Size:
-
-
-
-
- MiB
-
-
-
-
- Total Size:
-
-
-
-
- Used Size:
-
-
-
-
- Total Sectors:
-
-
-
-
- Quantity of LVs:
-
-
-
-
- WelcomePage
-
-
- Form
-
-
-
-
-
- Select application and system language
-
-
-
-
- &About
-
-
-
-
- Open donations website
-
-
-
-
- &Donate
-
-
-
-
- Open help and support website
-
-
-
-
- &Support
-
-
-
-
- Open issues and bug-tracking website
-
-
-
-
- &Known issues
-
-
-
-
- Open release notes website
-
-
-
-
- &Release notes
-
-
-
-
- <h1>Welcome to the Calamares setup program for %1.</h1>
-
-
-
-
- <h1>Welcome to %1 setup.</h1>
-
-
-
-
- <h1>Welcome to the Calamares installer for %1.</h1>
-
-
-
-
- <h1>Welcome to the %1 installer.</h1>
-
-
-
-
- %1 support
-
-
-
-
- About %1 setup
-
-
-
-
- About %1 installer
-
-
-
-
- <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac <teo@kde.org><br/>Copyright 2017-2020 Adriaan de Groot <groot@kde.org><br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.
-
-
-
-
- WelcomeQmlViewStep
-
-
- Welcome
-
-
-
-
- WelcomeViewStep
-
-
- Welcome
-
-
-
-
- ZfsJob
-
-
- Create ZFS pools and datasets
-
-
-
-
- Failed to create zpool on
-
-
-
-
- Configuration Error
-
-
-
-
- No partitions are available for ZFS.
-
-
-
-
- Internal data missing
-
-
-
-
-
- Failed to create zpool
-
-
-
-
- Failed to create dataset
-
-
-
-
- The output was:
-
-
-
-
- about
-
-
- <h1>%1</h1><br/>
- <strong>%2<br/>
- for %3</strong><br/><br/>
- Copyright 2014-2017 Teo Mrnjavac <teo@kde.org><br/>
- Copyright 2017-2020 Adriaan de Groot <groot@kde.org><br/>
- Thanks to <a href='https://calamares.io/team/'>the Calamares team</a>
- and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares
- translators team</a>.<br/><br/>
- <a href='https://calamares.io/'>Calamares</a>
- development is sponsored by <br/>
- <a href='http://www.blue-systems.com/'>Blue Systems</a> -
- Liberating Software.
-
-
-
-
- Back
-
-
-
-
- calamares-sidebar
-
-
- Show debug information
-
-
-
-
- finishedq
-
-
- Installation Completed
-
-
-
-
- %1 has been installed on your computer.<br/>
- You may now restart into your new system, or continue using the Live environment.
-
-
-
-
- Close Installer
-
-
-
-
- Restart System
-
-
-
-
- <p>A full log of the install is available as installation.log in the home directory of the Live user.<br/>
- This log is copied to /var/log/installation.log of the target system.</p>
-
-
-
-
- finishedq@mobile
-
-
- Installation Completed
-
-
-
-
- %1 has been installed on your computer.<br/>
- You may now restart your device.
-
-
-
-
- Close
-
-
-
-
- Restart
-
-
-
-
- i18n
-
-
- <h1>Languages</h1> </br>
- The system locale setting affects the language and character set for some command line user interface elements. The current setting is <strong>%1</strong>.
-
-
-
-
- <h1>Locales</h1> </br>
- The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
-
-
-
-
- Back
-
-
-
-
- keyboardq
-
-
- To activate keyboard preview, select a layout.
-
-
-
-
- Keyboard Model:
-
-
-
-
- Layouts
-
-
-
-
- Type here to test your keyboard
-
-
-
-
- Variants
-
-
-
-
- localeq
-
-
- Change
-
-
-
-
- notesqml
-
-
- <h3>%1</h3>
- <p>These are example release notes.</p>
-
-
-
-
- packagechooserq
-
-
- LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.<br/>
- Default option.
-
-
-
-
- LibreOffice
-
-
-
-
- If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives.
-
-
-
-
- No Office Suite
-
-
-
-
- Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser.
-
-
-
-
- Minimal Install
-
-
-
-
- Please select an option for your install, or use the default: LibreOffice included.
-
-
-
-
- release_notes
-
-
- <h3>%1</h3>
- <p>This an example QML file, showing options in RichText with Flickable content.</p>
-
- <p>QML with RichText can use HTML tags, Flickable content is useful for touchscreens.</p>
-
- <p><b>This is bold text</b></p>
- <p><i>This is italic text</i></p>
- <p><u>This is underlined text</u></p>
- <p><center>This text will be center-aligned.</center></p>
- <p><s>This is strikethrough</s></p>
-
- <p>Code example:
- <code>ls -l /home</code></p>
-
- <p><b>Lists:</b></p>
- <ul>
- <li>Intel CPU systems</li>
- <li>AMD CPU systems</li>
- </ul>
-
- <p>The vertical scrollbar is adjustable, current width set to 10.</p>
-
-
-
-
- Back
-
-
-
-
- usersq
-
-
- Pick your user name and credentials to login and perform admin tasks
-
-
-
-
- What is your name?
-
-
-
-
- Your Full Name
-
-
-
-
- What name do you want to use to log in?
-
-
-
-
- Login Name
-
-
-
-
- If more than one person will use this computer, you can create multiple accounts after installation.
-
-
-
-
- Only lowercase letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- root is not allowed as username.
-
-
-
-
- What is the name of this computer?
-
-
-
-
- Computer Name
-
-
-
-
- This name will be used if you make the computer visible to others on a network.
-
-
-
-
- localhost is not allowed as hostname.
-
-
-
-
- Choose a password to keep your account safe.
-
-
-
-
- Password
-
-
-
-
- Repeat Password
-
-
-
-
- Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.
-
-
-
-
- Validate passwords quality
-
-
-
-
- When this box is checked, password-strength checking is done and you will not be able to use a weak password.
-
-
-
-
- Log in automatically without asking for the password
-
-
-
-
- Only letters, numbers, underscore and hyphen are allowed, minimal of two characters.
-
-
-
-
- Reuse user password as root password
-
-
-
-
- Use the same password for the administrator account.
-
-
-
-
- Choose a root password to keep your account safe.
-
-
-
-
- Root Password
-
-
-
-
- Repeat Root Password
-
-
-
-
- Enter the same password twice, so that it can be checked for typing errors.
-
-
-
-
- welcomeq
-
-
- <h3>Welcome to the %1 <quote>%2</quote> installer</h3>
- <p>This program will ask you some questions and set up %1 on your computer.</p>
-
-
-
-
- About
-
-
-
-
- Support
-
-
-
-
- Known issues
-
-
-
-
- Release notes
-
-
-
-
- Donate
-
-
-
-
diff --git a/lang/calamares_ru_RU.ts b/lang/calamares_ru_RU.ts
deleted file mode 100644
index 819102065..000000000
--- a/lang/calamares_ru_RU.ts
+++ /dev/null
@@ -1,4374 +0,0 @@
-
-
-
-
- AutoMountManagementJob
-
-
- Manage auto-mount settings
-
-
-
-
- BootInfoWidget
-
-
- The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode.
-
-
-
-
- This system was started with an <strong>EFI</strong> boot environment.<br><br>To configure startup from an EFI environment, this installer must deploy a boot loader application, like <strong>GRUB</strong> or <strong>systemd-boot</strong> on an <strong>EFI System Partition</strong>. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own.
-
-
-
-
- This system was started with a <strong>BIOS</strong> boot environment.<br><br>To configure startup from a BIOS environment, this installer must install a boot loader, like <strong>GRUB</strong>, either at the beginning of a partition or on the <strong>Master Boot Record</strong> 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.
-
-
-
-
- BootLoaderModel
-
-
- Master Boot Record of %1
-
-
-
-
- Boot Partition
-
-
-
-
- System Partition
-
-
-
-
- Do not install a boot loader
-
-
-
-
- %1 (%2)
-
-
-
-
- Calamares::BlankViewStep
-
-
- Blank Page
-
-
-
-
- Calamares::DebugWindow
-
-
- Form
-
-
-
-
- GlobalStorage
-
-
-
-
- JobQueue
-
-
-
-
- Modules
-
-
-
-
- Type:
-
-
-
-
-
- none
-
-
-
-
- Interface:
-
-
-
-
- Crashes Calamares, so that Dr. Konqui can look at it.
-
-
-
-
- Reloads the stylesheet from the branding directory.
-
-
-
-
- Uploads the session log to the configured pastebin.
-
-
-
-
- Send Session Log
-
-
-
-
- Reload Stylesheet
-
-
-
-
- Displays the tree of widget names in the log (for stylesheet debugging).
-
-
-
-
- Widget Tree
-
-
-
-
- Debug information
-
-
-
-
- Calamares::ExecutionViewStep
-
-
- Set up
-
-
-
-
- Install
-
-
-
-
- Calamares::FailJob
-
-
- Job failed (%1)
-
-
-
-
- Programmed job failure was explicitly requested.
-
-
-
-
- Calamares::JobThread
-
-
- Done
-
-
-
-
- Calamares::NamedJob
-
-
- Example job (%1)
-
-
-
-
- Calamares::ProcessJob
-
-
- Run command '%1' in target system.
-
-
-
-
- Run command '%1'.
-
-
-
-
- Running command %1 %2
-
-
-
-
- Calamares::PythonJob
-
-
- Running %1 operation.
-
-
-
-
- Bad working directory path
-
-
-
-
- Working directory %1 for python job %2 is not readable.
-
-
-
-
- Bad main script file
-
-
-
-
- Main script file %1 for python job %2 is not readable.
-
-
-
-
- Boost.Python error in job "%1".
-
-
-
-
- Calamares::QmlViewStep
-
-
- Loading ...
-
-
-
-
- QML Step <i>%1</i>.
-
-
-
-
- Loading failed.
-
-
-
-
- Calamares::RequirementsChecker
-
-
- Requirements checking for module <i>%1</i> is complete.
-
-
-
-
- Waiting for %n module(s).
-
-
-
-
-
-
-
-
-
- (%n second(s))
-
-
-
-
-
-
-
-
-
- System-requirements checking is complete.
-
-
-
-
- Calamares::ViewManager
-
-
- Setup Failed
-
-
-
-
- Installation Failed
-
-
-
-
- Would you like to paste the install log to the web?
-
-
-
-
- Error
-
-
-
-
- &Yes
-
-
-
-
- &No
-
-
-
-
- &Close
-
-
-
-
- Install Log Paste URL
-
-
-
-
- The upload was unsuccessful. No web-paste was done.
-
-
-
-
- Install log posted to
-
-%1
-
-Link copied to clipboard
-
-
-
-
- Calamares Initialization Failed
-
-
-
-
- %1 can not be installed. Calamares was unable to load all of the configured modules. This is a problem with the way Calamares is being used by the distribution.
-
-
-
-
- <br/>The following modules could not be loaded:
-
-
-
-
- Continue with setup?
-
-
-
-
- Continue with installation?
-
-
-
-
- The %1 setup program is about to make changes to your disk in order to set up %2.<br/><strong>You will not be able to undo these changes.</strong>
-
-
-
-
- The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong>
-
-
-
-
- &Set up now
-
-
-
-
- &Install now
-
-
-
-
- Go &back
-
-
-
-
- &Set up
-
-
-
-
- &Install
-
-
-
-
- Setup is complete. Close the setup program.
-
-
-
-
- The installation is complete. Close the installer.
-
-
-
-
- Cancel setup without changing the system.
-
-
-
-
- Cancel installation without changing the system.
-
-
-
-
- &Next
-
-
-
-
- &Back
-
-
-
-
- &Done
-
-
-
-
- &Cancel
-
-
-
-
- Cancel setup?
-
-
-
-
- Cancel installation?
-
-
-
-
- Do you really want to cancel the current setup process?
-The setup program will quit and all changes will be lost.
-
-
-
-
- Do you really want to cancel the current install process?
-The installer will quit and all changes will be lost.
-
-
-
-
- CalamaresPython::Helper
-
-
- Unknown exception type
-
-
-
-
- unparseable Python error
-
-
-
-
- unparseable Python traceback
-
-
-
-
- Unfetchable Python error.
-
-
-
-
- CalamaresWindow
-
-
- %1 Setup Program
-
-
-
-
- %1 Installer
-
-
-
-
- ChangeFilesystemLabelJob
-
-
- Set filesystem label on %1.
-
-
-
-
- Set filesystem label <strong>%1</strong> to partition <strong>%2</strong>.
-
-
-
-
- The installer failed to update partition table on disk '%1'.
-
-
-
-
- CheckerContainer
-
-
- Gathering system information...
-
-
-
-
- ChoicePage
-
-
- Form
-
-
-
-
- Select storage de&vice:
-
-
-
-
-
-
-
- Current:
-
-
-
-
- After:
-
-
-
-
- <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.
-
-
-
-
- Reuse %1 as home partition for %2.
-
-
-
-
- <strong>Select a partition to shrink, then drag the bottom bar to resize</strong>
-
-
-
-
- %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4.
-
-
-
-
- Boot loader location:
-
-
-
-
- <strong>Select a partition to install on</strong>
-
-
-
-
- An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.
-
-
-
-
- The EFI system partition at %1 will be used for starting %2.
-
-
-
-
- EFI system partition:
-
-
-
-
- This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
-
-
-
- <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.
-
-
-
-
-
-
-
- <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.
-
-
-
-
-
-
-
- <strong>Replace a partition</strong><br/>Replaces a partition with %1.
-
-
-
-
- This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/>
-
-
-
-
- This storage device has one of its partitions <strong>mounted</strong>.
-
-
-
-
- This storage device is a part of an <strong>inactive RAID</strong> device.
-
-
-
-
- No Swap
-
-
-
-
- Reuse Swap
-
-
-
-
- Swap (no Hibernate)
-
-
-
-
- Swap (with Hibernate)
-
-
-
-
- Swap to file
-
-
-
-
- ClearMountsJob
-
-
- Clear mounts for partitioning operations on %1
-
-
-
-
- Clearing mounts for partitioning operations on %1.
-
-
-
-
- Cleared all mounts for %1
-
-
-
-
- ClearTempMountsJob
-
-
- Clear all temporary mounts.
-
-
-
-
- Clearing all temporary mounts.
-
-
-
-
- Cannot get list of temporary mounts.
-
-
-
-
- Cleared all temporary mounts.
-
-
-
-
- CommandList
-
-
-
- Could not run command.
-
-
-
-
- The command runs in the host environment and needs to know the root path, but no rootMountPoint is defined.
-
-
-
-
- The command needs to know the user's name, but no username is defined.
-
-
-
-
- Config
-
-
- Set keyboard model to %1.<br/>
-
-
-
-
- Set keyboard layout to %1/%2.
-
-
-
-
- Set timezone to %1/%2.
-
-
-
-
- The system language will be set to %1.
-
-
-
-
- The numbers and dates locale will be set to %1.
-
-
-
-
- Network Installation. (Disabled: Incorrect configuration)
-
-
-
-
- Network Installation. (Disabled: Received invalid groups data)
-
-
-
-
- Network Installation. (Disabled: Internal error)
-
-
-
-
- Network Installation. (Disabled: No package list)
-
-
-
-
- Package selection
-
-
-
-
- Network Installation. (Disabled: Unable to fetch package lists, check your network connection)
-
-
-
-
- This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a>
-
-
-
-
- This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a>
-
-
-
-
- This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled.
-
-
-
-
- This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled.
-
-
-
-
- This program will ask you some questions and set up %2 on your computer.
-
-
-
-
- <h1>Welcome to the Calamares setup program for %1</h1>
-
-
-
-
- <h1>Welcome to %1 setup</h1>
-
-
-
-
- <h1>Welcome to the Calamares installer for %1</h1>
-
-
-
-
- <h1>Welcome to the %1 installer</h1>
-
-
-
-
- Your username is too long.
-
-
-
-
- '%1' is not allowed as username.
-
-
-
-
- Your username must start with a lowercase letter or underscore.
-
-
-
-
- Only lowercase letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- Your hostname is too short.
-
-
-
-
- Your hostname is too long.
-
-
-
-
- '%1' is not allowed as hostname.
-
-
-
-
- Only letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- Your passwords do not match!
-
-
-
-
- OK!
-
-
-
-
- Setup Failed
-
-
-
-
- Installation Failed
-
-
-
-
- The setup of %1 did not complete successfully.
-
-
-
-
- The installation of %1 did not complete successfully.
-
-
-
-
- Setup Complete
-
-
-
-
- Installation Complete
-
-
-
-
- The setup of %1 is complete.
-
-
-
-
- The installation of %1 is complete.
-
-
-
-
- Package Selection
-
-
-
-
- Please pick a product from the list. The selected product will be installed.
-
-
-
-
- Install option: <strong>%1</strong>
-
-
-
-
- None
-
-
-
-
- Summary
-
-
-
-
- This is an overview of what will happen once you start the setup procedure.
-
-
-
-
- This is an overview of what will happen once you start the install procedure.
-
-
-
-
- ContextualProcessJob
-
-
- Contextual Processes Job
-
-
-
-
- CreatePartitionDialog
-
-
- Create a Partition
-
-
-
-
- Si&ze:
-
-
-
-
- MiB
-
-
-
-
- Partition &Type:
-
-
-
-
- &Primary
-
-
-
-
- E&xtended
-
-
-
-
- Fi&le System:
-
-
-
-
- LVM LV name
-
-
-
-
- &Mount Point:
-
-
-
-
- Flags:
-
-
-
-
- Label for the filesystem
-
-
-
-
- FS Label:
-
-
-
-
- En&crypt
-
-
-
-
- Logical
-
-
-
-
- Primary
-
-
-
-
- GPT
-
-
-
-
- Mountpoint already in use. Please select another one.
-
-
-
-
- CreatePartitionJob
-
-
- Create new %1MiB partition on %3 (%2) with entries %4.
-
-
-
-
- Create new %1MiB partition on %3 (%2).
-
-
-
-
- Create new %2MiB partition on %4 (%3) with file system %1.
-
-
-
-
- Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2) with entries <em>%4</em>.
-
-
-
-
- Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2).
-
-
-
-
- Create new <strong>%2MiB</strong> partition on <strong>%4</strong> (%3) with file system <strong>%1</strong>.
-
-
-
-
-
- Creating new %1 partition on %2.
-
-
-
-
- The installer failed to create partition on disk '%1'.
-
-
-
-
- CreatePartitionTableDialog
-
-
- Create Partition Table
-
-
-
-
- Creating a new partition table will delete all existing data on the disk.
-
-
-
-
- What kind of partition table do you want to create?
-
-
-
-
- Master Boot Record (MBR)
-
-
-
-
- GUID Partition Table (GPT)
-
-
-
-
- CreatePartitionTableJob
-
-
- Create new %1 partition table on %2.
-
-
-
-
- Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3).
-
-
-
-
- Creating new %1 partition table on %2.
-
-
-
-
- The installer failed to create a partition table on %1.
-
-
-
-
- CreateUserJob
-
-
- Create user %1
-
-
-
-
- Create user <strong>%1</strong>.
-
-
-
-
- Preserving home directory
-
-
-
-
-
- Creating user %1
-
-
-
-
- Configuring user %1
-
-
-
-
- Setting file permissions
-
-
-
-
- CreateVolumeGroupDialog
-
-
- Create Volume Group
-
-
-
-
- CreateVolumeGroupJob
-
-
- Create new volume group named %1.
-
-
-
-
- Create new volume group named <strong>%1</strong>.
-
-
-
-
- Creating new volume group named %1.
-
-
-
-
- The installer failed to create a volume group named '%1'.
-
-
-
-
- DeactivateVolumeGroupJob
-
-
-
- Deactivate volume group named %1.
-
-
-
-
- Deactivate volume group named <strong>%1</strong>.
-
-
-
-
- The installer failed to deactivate a volume group named %1.
-
-
-
-
- DeletePartitionJob
-
-
- Delete partition %1.
-
-
-
-
- Delete partition <strong>%1</strong>.
-
-
-
-
- Deleting partition %1.
-
-
-
-
- The installer failed to delete partition %1.
-
-
-
-
- DeviceInfoWidget
-
-
- This device has a <strong>%1</strong> partition table.
-
-
-
-
- This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem.
-
-
-
-
- This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page.
-
-
-
-
- <br><br>This is the recommended partition table type for modern systems which start from an <strong>EFI</strong> boot environment.
-
-
-
-
- <br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions.
-
-
-
-
- The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred.
-
-
-
-
- DeviceModel
-
-
- %1 - %2 (%3)
- device[name] - size[number] (device-node[name])
-
-
-
-
- %1 - (%2)
- device[name] - (device-node[name])
-
-
-
-
- DracutLuksCfgJob
-
-
- Write LUKS configuration for Dracut to %1
-
-
-
-
- Skip writing LUKS configuration for Dracut: "/" partition is not encrypted
-
-
-
-
- Failed to open %1
-
-
-
-
- DummyCppJob
-
-
- Dummy C++ Job
-
-
-
-
- EditExistingPartitionDialog
-
-
- Edit Existing Partition
-
-
-
-
- Content:
-
-
-
-
- &Keep
-
-
-
-
- Format
-
-
-
-
- Warning: Formatting the partition will erase all existing data.
-
-
-
-
- &Mount Point:
-
-
-
-
- Si&ze:
-
-
-
-
- MiB
-
-
-
-
- Fi&le System:
-
-
-
-
- Flags:
-
-
-
-
- Label for the filesystem
-
-
-
-
- FS Label:
-
-
-
-
- Mountpoint already in use. Please select another one.
-
-
-
-
- EncryptWidget
-
-
- Form
-
-
-
-
- En&crypt system
-
-
-
-
- Passphrase
-
-
-
-
- Confirm passphrase
-
-
-
-
-
- Please enter the same passphrase in both boxes.
-
-
-
-
- FillGlobalStorageJob
-
-
- Set partition information
-
-
-
-
- Install %1 on <strong>new</strong> %2 system partition with features <em>%3</em>
-
-
-
-
- Install %1 on <strong>new</strong> %2 system partition.
-
-
-
-
- Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong> and features <em>%3</em>.
-
-
-
-
- Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>%3.
-
-
-
-
- Install %2 on %3 system partition <strong>%1</strong> with features <em>%4</em>.
-
-
-
-
- Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong> and features <em>%4</em>.
-
-
-
-
- Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>%4.
-
-
-
-
- Install %2 on %3 system partition <strong>%1</strong>.
-
-
-
-
- Install boot loader on <strong>%1</strong>.
-
-
-
-
- Setting up mount points.
-
-
-
-
- FinishedPage
-
-
- Form
-
-
-
-
- &Restart now
-
-
-
-
- <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system.
-
-
-
-
- <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html>
-
-
-
-
- <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment.
-
-
-
-
- <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html>
-
-
-
-
- <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2.
-
-
-
-
- <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2.
-
-
-
-
- FinishedQmlViewStep
-
-
- Finish
-
-
-
-
- FinishedViewStep
-
-
- Finish
-
-
-
-
- FormatPartitionJob
-
-
- Format partition %1 (file system: %2, size: %3 MiB) on %4.
-
-
-
-
- Format <strong>%3MiB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>.
-
-
-
-
- Formatting partition %1 with file system %2.
-
-
-
-
- The installer failed to format partition %1 on disk '%2'.
-
-
-
-
- GeneralRequirements
-
-
- has at least %1 GiB available drive space
-
-
-
-
- There is not enough drive space. At least %1 GiB is required.
-
-
-
-
- has at least %1 GiB working memory
-
-
-
-
- The system does not have enough working memory. At least %1 GiB is required.
-
-
-
-
- is plugged in to a power source
-
-
-
-
- The system is not plugged in to a power source.
-
-
-
-
- is connected to the Internet
-
-
-
-
- The system is not connected to the Internet.
-
-
-
-
- is running the installer as an administrator (root)
-
-
-
-
- The setup program is not running with administrator rights.
-
-
-
-
- The installer is not running with administrator rights.
-
-
-
-
- has a screen large enough to show the whole installer
-
-
-
-
- The screen is too small to display the setup program.
-
-
-
-
- The screen is too small to display the installer.
-
-
-
-
- HostInfoJob
-
-
- Collecting information about your machine.
-
-
-
-
- IDJob
-
-
-
-
-
- OEM Batch Identifier
-
-
-
-
- Could not create directories <code>%1</code>.
-
-
-
-
- Could not open file <code>%1</code>.
-
-
-
-
- Could not write to file <code>%1</code>.
-
-
-
-
- InitcpioJob
-
-
- Creating initramfs with mkinitcpio.
-
-
-
-
- InitramfsJob
-
-
- Creating initramfs.
-
-
-
-
- InteractiveTerminalPage
-
-
- Konsole not installed
-
-
-
-
- Please install KDE Konsole and try again!
-
-
-
-
- Executing script: <code>%1</code>
-
-
-
-
- InteractiveTerminalViewStep
-
-
- Script
-
-
-
-
- KeyboardQmlViewStep
-
-
- Keyboard
-
-
-
-
- KeyboardViewStep
-
-
- Keyboard
-
-
-
-
- LCLocaleDialog
-
-
- System locale setting
-
-
-
-
- The system locale setting affects the language and character set for some command line user interface elements.<br/>The current setting is <strong>%1</strong>.
-
-
-
-
- &Cancel
-
-
-
-
- &OK
-
-
-
-
- LicensePage
-
-
- Form
-
-
-
-
- <h1>License Agreement</h1>
-
-
-
-
- I accept the terms and conditions above.
-
-
-
-
- Please review the End User License Agreements (EULAs).
-
-
-
-
- This setup procedure will install proprietary software that is subject to licensing terms.
-
-
-
-
- If you do not agree with the terms, the setup procedure cannot continue.
-
-
-
-
- This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience.
-
-
-
-
- If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead.
-
-
-
-
- LicenseViewStep
-
-
- License
-
-
-
-
- LicenseWidget
-
-
- URL: %1
-
-
-
-
- <strong>%1 driver</strong><br/>by %2
- %1 is an untranslatable product name, example: Creative Audigy driver
-
-
-
-
- <strong>%1 graphics driver</strong><br/><font color="Grey">by %2</font>
- %1 is usually a vendor name, example: Nvidia graphics driver
-
-
-
-
- <strong>%1 browser plugin</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1 codec</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1 package</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- File: %1
-
-
-
-
- Hide license text
-
-
-
-
- Show the license text
-
-
-
-
- Open license agreement in browser.
-
-
-
-
- LocalePage
-
-
- Region:
-
-
-
-
- Zone:
-
-
-
-
-
- &Change...
-
-
-
-
- LocaleQmlViewStep
-
-
- Location
-
-
-
-
- LocaleTests
-
-
- Quit
-
-
-
-
- LocaleViewStep
-
-
- Location
-
-
-
-
- LuksBootKeyFileJob
-
-
- Configuring LUKS key file.
-
-
-
-
-
- No partitions are defined.
-
-
-
-
-
-
- Encrypted rootfs setup error
-
-
-
-
- Root partition %1 is LUKS but no passphrase has been set.
-
-
-
-
- Could not create LUKS key file for root partition %1.
-
-
-
-
- Could not configure LUKS key file on partition %1.
-
-
-
-
- MachineIdJob
-
-
- Generate machine-id.
-
-
-
-
- Configuration Error
-
-
-
-
- No root mount point is set for MachineId.
-
-
-
-
- Map
-
-
- Timezone: %1
-
-
-
-
- Please select your preferred location on the map so the installer can suggest the locale
- and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging
- to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming.
-
-
-
-
- NetInstallViewStep
-
-
- Package selection
-
-
-
-
- Office software
-
-
-
-
- Office package
-
-
-
-
- Browser software
-
-
-
-
- Browser package
-
-
-
-
- Web browser
-
-
-
-
- Kernel
-
-
-
-
- Services
-
-
-
-
- Login
-
-
-
-
- Desktop
-
-
-
-
- Applications
-
-
-
-
- Communication
-
-
-
-
- Development
-
-
-
-
- Office
-
-
-
-
- Multimedia
-
-
-
-
- Internet
-
-
-
-
- Theming
-
-
-
-
- Gaming
-
-
-
-
- Utilities
-
-
-
-
- NotesQmlViewStep
-
-
- Notes
-
-
-
-
- OEMPage
-
-
- Ba&tch:
-
-
-
-
- <html><head/><body><p>Enter a batch-identifier here. This will be stored in the target system.</p></body></html>
-
-
-
-
- <html><head/><body><h1>OEM Configuration</h1><p>Calamares will use OEM settings while configuring the target system.</p></body></html>
-
-
-
-
- OEMViewStep
-
-
- OEM Configuration
-
-
-
-
- Set the OEM Batch Identifier to <code>%1</code>.
-
-
-
-
- Offline
-
-
- Select your preferred Region, or use the default settings.
-
-
-
-
-
-
- Timezone: %1
-
-
-
-
- Select your preferred Zone within your Region.
-
-
-
-
- Zones
-
-
-
-
- You can fine-tune Language and Locale settings below.
-
-
-
-
- PWQ
-
-
- Password is too short
-
-
-
-
- Password is too long
-
-
-
-
- Password is too weak
-
-
-
-
- Memory allocation error when setting '%1'
-
-
-
-
- Memory allocation error
-
-
-
-
- The password is the same as the old one
-
-
-
-
- The password is a palindrome
-
-
-
-
- The password differs with case changes only
-
-
-
-
- The password is too similar to the old one
-
-
-
-
- The password contains the user name in some form
-
-
-
-
- The password contains words from the real name of the user in some form
-
-
-
-
- The password contains forbidden words in some form
-
-
-
-
- The password contains too few digits
-
-
-
-
- The password contains too few uppercase letters
-
-
-
-
- The password contains fewer than %n lowercase letters
-
-
-
-
-
-
-
-
-
- The password contains too few lowercase letters
-
-
-
-
- The password contains too few non-alphanumeric characters
-
-
-
-
- The password is too short
-
-
-
-
- The password does not contain enough character classes
-
-
-
-
- The password contains too many same characters consecutively
-
-
-
-
- The password contains too many characters of the same class consecutively
-
-
-
-
- The password contains fewer than %n digits
-
-
-
-
-
-
-
-
-
- The password contains fewer than %n uppercase letters
-
-
-
-
-
-
-
-
-
- The password contains fewer than %n non-alphanumeric characters
-
-
-
-
-
-
-
-
-
- The password is shorter than %n characters
-
-
-
-
-
-
-
-
-
- The password is a rotated version of the previous one
-
-
-
-
- The password contains fewer than %n character classes
-
-
-
-
-
-
-
-
-
- The password contains more than %n same characters consecutively
-
-
-
-
-
-
-
-
-
- The password contains more than %n characters of the same class consecutively
-
-
-
-
-
-
-
-
-
- The password contains monotonic sequence longer than %n characters
-
-
-
-
-
-
-
-
-
- The password contains too long of a monotonic character sequence
-
-
-
-
- No password supplied
-
-
-
-
- Cannot obtain random numbers from the RNG device
-
-
-
-
- Password generation failed - required entropy too low for settings
-
-
-
-
- The password fails the dictionary check - %1
-
-
-
-
- The password fails the dictionary check
-
-
-
-
- Unknown setting - %1
-
-
-
-
- Unknown setting
-
-
-
-
- Bad integer value of setting - %1
-
-
-
-
- Bad integer value
-
-
-
-
- Setting %1 is not of integer type
-
-
-
-
- Setting is not of integer type
-
-
-
-
- Setting %1 is not of string type
-
-
-
-
- Setting is not of string type
-
-
-
-
- Opening the configuration file failed
-
-
-
-
- The configuration file is malformed
-
-
-
-
- Fatal failure
-
-
-
-
- Unknown error
-
-
-
-
- Password is empty
-
-
-
-
- PackageChooserPage
-
-
- Form
-
-
-
-
- Product Name
-
-
-
-
- TextLabel
-
-
-
-
- Long Product Description
-
-
-
-
- Package Selection
-
-
-
-
- Please pick a product from the list. The selected product will be installed.
-
-
-
-
- PackageChooserQmlViewStep
-
-
- Packages
-
-
-
-
- PackageChooserViewStep
-
-
- Packages
-
-
-
-
- PackageModel
-
-
- Name
-
-
-
-
- Description
-
-
-
-
- Page_Keyboard
-
-
- Form
-
-
-
-
- Keyboard Model:
-
-
-
-
- Type here to test your keyboard
-
-
-
-
- Page_UserSetup
-
-
- Form
-
-
-
-
- What is your name?
-
-
-
-
- Your Full Name
-
-
-
-
- What name do you want to use to log in?
-
-
-
-
- login
-
-
-
-
- What is the name of this computer?
-
-
-
-
- <small>This name will be used if you make the computer visible to others on a network.</small>
-
-
-
-
- Computer Name
-
-
-
-
- Choose a password to keep your account safe.
-
-
-
-
-
- <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small>
-
-
-
-
-
- Password
-
-
-
-
-
- Repeat Password
-
-
-
-
- When this box is checked, password-strength checking is done and you will not be able to use a weak password.
-
-
-
-
- Require strong passwords.
-
-
-
-
- Log in automatically without asking for the password.
-
-
-
-
- Use the same password for the administrator account.
-
-
-
-
- Choose a password for the administrator account.
-
-
-
-
-
- <small>Enter the same password twice, so that it can be checked for typing errors.</small>
-
-
-
-
- PartitionLabelsView
-
-
- Root
-
-
-
-
- Home
-
-
-
-
- Boot
-
-
-
-
- EFI system
-
-
-
-
- Swap
-
-
-
-
- New partition for %1
-
-
-
-
- New partition
-
-
-
-
- %1 %2
- size[number] filesystem[name]
-
-
-
-
- PartitionModel
-
-
-
- Free Space
-
-
-
-
-
- New partition
-
-
-
-
- Name
-
-
-
-
- File System
-
-
-
-
- File System Label
-
-
-
-
- Mount Point
-
-
-
-
- Size
-
-
-
-
- PartitionPage
-
-
- Form
-
-
-
-
- Storage de&vice:
-
-
-
-
- &Revert All Changes
-
-
-
-
- New Partition &Table
-
-
-
-
- Cre&ate
-
-
-
-
- &Edit
-
-
-
-
- &Delete
-
-
-
-
- New Volume Group
-
-
-
-
- Resize Volume Group
-
-
-
-
- Deactivate Volume Group
-
-
-
-
- Remove Volume Group
-
-
-
-
- I&nstall boot loader on:
-
-
-
-
- Are you sure you want to create a new partition table on %1?
-
-
-
-
- Can not create new partition
-
-
-
-
- The partition table on %1 already has %2 primary partitions, and no more can be added. Please remove one primary partition and add an extended partition, instead.
-
-
-
-
- PartitionViewStep
-
-
- Gathering system information...
-
-
-
-
- Partitions
-
-
-
-
- Current:
-
-
-
-
- After:
-
-
-
-
- No EFI system partition configured
-
-
-
-
- EFI system partition configured incorrectly
-
-
-
-
- An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem.
-
-
-
-
- The filesystem must be mounted on <strong>%1</strong>.
-
-
-
-
- The filesystem must have type FAT32.
-
-
-
-
- The filesystem must be at least %1 MiB in size.
-
-
-
-
- The filesystem must have flag <strong>%1</strong> set.
-
-
-
-
- You can continue without setting up an EFI system partition but your system may fail to start.
-
-
-
-
- Option to use GPT on BIOS
-
-
-
-
- A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.
-
-
-
-
- Boot partition not encrypted
-
-
-
-
- A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.
-
-
-
-
- has at least one disk device available.
-
-
-
-
- There are no partitions to install on.
-
-
-
-
- PlasmaLnfJob
-
-
- Plasma Look-and-Feel Job
-
-
-
-
-
- Could not select KDE Plasma Look-and-Feel package
-
-
-
-
- PlasmaLnfPage
-
-
- Form
-
-
-
-
- Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is set up. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel.
-
-
-
-
- Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is installed. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel.
-
-
-
-
- PlasmaLnfViewStep
-
-
- Look-and-Feel
-
-
-
-
- PreserveFiles
-
-
- Saving files for later ...
-
-
-
-
- No files configured to save for later.
-
-
-
-
- Not all of the configured files could be preserved.
-
-
-
-
- ProcessResult
-
-
-
-There was no output from the command.
-
-
-
-
-
-Output:
-
-
-
-
-
- External command crashed.
-
-
-
-
- Command <i>%1</i> crashed.
-
-
-
-
- External command failed to start.
-
-
-
-
- Command <i>%1</i> failed to start.
-
-
-
-
- Internal error when starting command.
-
-
-
-
- Bad parameters for process job call.
-
-
-
-
- External command failed to finish.
-
-
-
-
- Command <i>%1</i> failed to finish in %2 seconds.
-
-
-
-
- External command finished with errors.
-
-
-
-
- Command <i>%1</i> finished with exit code %2.
-
-
-
-
- QObject
-
-
- %1 (%2)
-
-
-
-
- unknown
-
-
-
-
- extended
-
-
-
-
- unformatted
-
-
-
-
- swap
-
-
-
-
-
- Default
-
-
-
-
-
-
-
- File not found
-
-
-
-
- Path <pre>%1</pre> must be an absolute path.
-
-
-
-
- Directory not found
-
-
-
-
-
- Could not create new random file <pre>%1</pre>.
-
-
-
-
- No product
-
-
-
-
- No description provided.
-
-
-
-
- (no mount point)
-
-
-
-
- Unpartitioned space or unknown partition table
-
-
-
-
- Recommended
-
-
- <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/>
- Setup can continue, but some features might be disabled.</p>
-
-
-
-
- RemoveUserJob
-
-
- Remove live user from target system
-
-
-
-
- RemoveVolumeGroupJob
-
-
-
- Remove Volume Group named %1.
-
-
-
-
- Remove Volume Group named <strong>%1</strong>.
-
-
-
-
- The installer failed to remove a volume group named '%1'.
-
-
-
-
- ReplaceWidget
-
-
- Form
-
-
-
-
- Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition.
-
-
-
-
- The selected item does not appear to be a valid partition.
-
-
-
-
- %1 cannot be installed on empty space. Please select an existing partition.
-
-
-
-
- %1 cannot be installed on an extended partition. Please select an existing primary or logical partition.
-
-
-
-
- %1 cannot be installed on this partition.
-
-
-
-
- Data partition (%1)
-
-
-
-
- Unknown system partition (%1)
-
-
-
-
- %1 system partition (%2)
-
-
-
-
- <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB.
-
-
-
-
- <strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.
-
-
-
-
-
-
- <strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost.
-
-
-
-
- The EFI system partition at %1 will be used for starting %2.
-
-
-
-
- EFI system partition:
-
-
-
-
- Requirements
-
-
- <p>This computer does not satisfy the minimum requirements for installing %1.<br/>
- Installation cannot continue.</p>
-
-
-
-
- <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/>
- Setup can continue, but some features might be disabled.</p>
-
-
-
-
- ResizeFSJob
-
-
- Resize Filesystem Job
-
-
-
-
- Invalid configuration
-
-
-
-
- The file-system resize job has an invalid configuration and will not run.
-
-
-
-
- KPMCore not Available
-
-
-
-
- Calamares cannot start KPMCore for the file-system resize job.
-
-
-
-
-
-
-
-
- Resize Failed
-
-
-
-
- The filesystem %1 could not be found in this system, and cannot be resized.
-
-
-
-
- The device %1 could not be found in this system, and cannot be resized.
-
-
-
-
-
- The filesystem %1 cannot be resized.
-
-
-
-
-
- The device %1 cannot be resized.
-
-
-
-
- The filesystem %1 must be resized, but cannot.
-
-
-
-
- The device %1 must be resized, but cannot
-
-
-
-
- ResizePartitionJob
-
-
- Resize partition %1.
-
-
-
-
- Resize <strong>%2MiB</strong> partition <strong>%1</strong> to <strong>%3MiB</strong>.
-
-
-
-
- Resizing %2MiB partition %1 to %3MiB.
-
-
-
-
- The installer failed to resize partition %1 on disk '%2'.
-
-
-
-
- ResizeVolumeGroupDialog
-
-
- Resize Volume Group
-
-
-
-
- ResizeVolumeGroupJob
-
-
-
- Resize volume group named %1 from %2 to %3.
-
-
-
-
- Resize volume group named <strong>%1</strong> from <strong>%2</strong> to <strong>%3</strong>.
-
-
-
-
- The installer failed to resize a volume group named '%1'.
-
-
-
-
- ResultsListDialog
-
-
- For best results, please ensure that this computer:
-
-
-
-
- System requirements
-
-
-
-
- ScanningDialog
-
-
- Scanning storage devices...
-
-
-
-
- Partitioning
-
-
-
-
- SetHostNameJob
-
-
- Set hostname %1
-
-
-
-
- Set hostname <strong>%1</strong>.
-
-
-
-
- Setting hostname %1.
-
-
-
-
-
- Internal Error
-
-
-
-
-
- Cannot write hostname to target system
-
-
-
-
- SetKeyboardLayoutJob
-
-
- Set keyboard model to %1, layout to %2-%3
-
-
-
-
- Failed to write keyboard configuration for the virtual console.
-
-
-
-
-
-
- Failed to write to %1
-
-
-
-
- Failed to write keyboard configuration for X11.
-
-
-
-
- Failed to write keyboard configuration to existing /etc/default directory.
-
-
-
-
- SetPartFlagsJob
-
-
- Set flags on partition %1.
-
-
-
-
- Set flags on %1MiB %2 partition.
-
-
-
-
- Set flags on new partition.
-
-
-
-
- Clear flags on partition <strong>%1</strong>.
-
-
-
-
- Clear flags on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Clear flags on new partition.
-
-
-
-
- Flag partition <strong>%1</strong> as <strong>%2</strong>.
-
-
-
-
- Flag %1MiB <strong>%2</strong> partition as <strong>%3</strong>.
-
-
-
-
- Flag new partition as <strong>%1</strong>.
-
-
-
-
- Clearing flags on partition <strong>%1</strong>.
-
-
-
-
- Clearing flags on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Clearing flags on new partition.
-
-
-
-
- Setting flags <strong>%2</strong> on partition <strong>%1</strong>.
-
-
-
-
- Setting flags <strong>%3</strong> on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Setting flags <strong>%1</strong> on new partition.
-
-
-
-
- The installer failed to set flags on partition %1.
-
-
-
-
- SetPasswordJob
-
-
- Set password for user %1
-
-
-
-
- Setting password for user %1.
-
-
-
-
- Bad destination system path.
-
-
-
-
- rootMountPoint is %1
-
-
-
-
- Cannot disable root account.
-
-
-
-
- passwd terminated with error code %1.
-
-
-
-
- Cannot set password for user %1.
-
-
-
-
- usermod terminated with error code %1.
-
-
-
-
- SetTimezoneJob
-
-
- Set timezone to %1/%2
-
-
-
-
- Cannot access selected timezone path.
-
-
-
-
- Bad path: %1
-
-
-
-
- Cannot set timezone.
-
-
-
-
- Link creation failed, target: %1; link name: %2
-
-
-
-
- Cannot set timezone,
-
-
-
-
- Cannot open /etc/timezone for writing
-
-
-
-
- SetupGroupsJob
-
-
- Preparing groups.
-
-
-
-
-
- Could not create groups in target system
-
-
-
-
- These groups are missing in the target system: %1
-
-
-
-
- SetupSudoJob
-
-
- Configure <pre>sudo</pre> users.
-
-
-
-
- Cannot chmod sudoers file.
-
-
-
-
- Cannot create sudoers file for writing.
-
-
-
-
- ShellProcessJob
-
-
- Shell Processes Job
-
-
-
-
- SlideCounter
-
-
- %L1 / %L2
- slide counter, %1 of %2 (numeric)
-
-
-
-
- StandardButtons
-
-
- &OK
-
-
-
-
- &Yes
-
-
-
-
- &No
-
-
-
-
- &Cancel
-
-
-
-
- &Close
-
-
-
-
- TrackingInstallJob
-
-
- Installation feedback
-
-
-
-
- Sending installation feedback.
-
-
-
-
- Internal error in install-tracking.
-
-
-
-
- HTTP request timed out.
-
-
-
-
- TrackingKUserFeedbackJob
-
-
- KDE user feedback
-
-
-
-
- Configuring KDE user feedback.
-
-
-
-
-
- Error in KDE user feedback configuration.
-
-
-
-
- Could not configure KDE user feedback correctly, script error %1.
-
-
-
-
- Could not configure KDE user feedback correctly, Calamares error %1.
-
-
-
-
- TrackingMachineUpdateManagerJob
-
-
- Machine feedback
-
-
-
-
- Configuring machine feedback.
-
-
-
-
-
- Error in machine feedback configuration.
-
-
-
-
- Could not configure machine feedback correctly, script error %1.
-
-
-
-
- Could not configure machine feedback correctly, Calamares error %1.
-
-
-
-
- TrackingPage
-
-
- Form
-
-
-
-
- Placeholder
-
-
-
-
- <html><head/><body><p>Click here to send <span style=" font-weight:600;">no information at all</span> about your installation.</p></body></html>
-
-
-
-
- <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html>
-
-
-
-
- Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area.
-
-
-
-
- By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes.
-
-
-
-
- By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1.
-
-
-
-
- By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1.
-
-
-
-
- TrackingViewStep
-
-
- Feedback
-
-
-
-
- UsersPage
-
-
- <small>If more than one person will use this computer, you can create multiple accounts after setup.</small>
-
-
-
-
- <small>If more than one person will use this computer, you can create multiple accounts after installation.</small>
-
-
-
-
- UsersQmlViewStep
-
-
- Users
-
-
-
-
- UsersViewStep
-
-
- Users
-
-
-
-
- VariantModel
-
-
- Key
- Column header for key/value
-
-
-
-
- Value
- Column header for key/value
-
-
-
-
- VolumeGroupBaseDialog
-
-
- Create Volume Group
-
-
-
-
- List of Physical Volumes
-
-
-
-
- Volume Group Name:
-
-
-
-
- Volume Group Type:
-
-
-
-
- Physical Extent Size:
-
-
-
-
- MiB
-
-
-
-
- Total Size:
-
-
-
-
- Used Size:
-
-
-
-
- Total Sectors:
-
-
-
-
- Quantity of LVs:
-
-
-
-
- WelcomePage
-
-
- Form
-
-
-
-
-
- Select application and system language
-
-
-
-
- &About
-
-
-
-
- Open donations website
-
-
-
-
- &Donate
-
-
-
-
- Open help and support website
-
-
-
-
- &Support
-
-
-
-
- Open issues and bug-tracking website
-
-
-
-
- &Known issues
-
-
-
-
- Open release notes website
-
-
-
-
- &Release notes
-
-
-
-
- <h1>Welcome to the Calamares setup program for %1.</h1>
-
-
-
-
- <h1>Welcome to %1 setup.</h1>
-
-
-
-
- <h1>Welcome to the Calamares installer for %1.</h1>
-
-
-
-
- <h1>Welcome to the %1 installer.</h1>
-
-
-
-
- %1 support
-
-
-
-
- About %1 setup
-
-
-
-
- About %1 installer
-
-
-
-
- <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac <teo@kde.org><br/>Copyright 2017-2020 Adriaan de Groot <groot@kde.org><br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.
-
-
-
-
- WelcomeQmlViewStep
-
-
- Welcome
-
-
-
-
- WelcomeViewStep
-
-
- Welcome
-
-
-
-
- about
-
-
- <h1>%1</h1><br/>
- <strong>%2<br/>
- for %3</strong><br/><br/>
- Copyright 2014-2017 Teo Mrnjavac <teo@kde.org><br/>
- Copyright 2017-2020 Adriaan de Groot <groot@kde.org><br/>
- Thanks to <a href='https://calamares.io/team/'>the Calamares team</a>
- and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares
- translators team</a>.<br/><br/>
- <a href='https://calamares.io/'>Calamares</a>
- development is sponsored by <br/>
- <a href='http://www.blue-systems.com/'>Blue Systems</a> -
- Liberating Software.
-
-
-
-
- Back
-
-
-
-
- calamares-sidebar
-
-
- Show debug information
-
-
-
-
- finishedq
-
-
- Installation Completed
-
-
-
-
- %1 has been installed on your computer.<br/>
- You may now restart into your new system, or continue using the Live environment.
-
-
-
-
- Close Installer
-
-
-
-
- Restart System
-
-
-
-
- <p>A full log of the install is available as installation.log in the home directory of the Live user.<br/>
- This log is copied to /var/log/installation.log of the target system.</p>
-
-
-
-
- i18n
-
-
- <h1>Languages</h1> </br>
- The system locale setting affects the language and character set for some command line user interface elements. The current setting is <strong>%1</strong>.
-
-
-
-
- <h1>Locales</h1> </br>
- The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
-
-
-
-
- Back
-
-
-
-
- keyboardq
-
-
- To activate keyboard preview, select a layout.
-
-
-
-
- Keyboard Model:
-
-
-
-
- Layouts
-
-
-
-
- Type here to test your keyboard
-
-
-
-
- Variants
-
-
-
-
- localeq
-
-
- Change
-
-
-
-
- notesqml
-
-
- <h3>%1</h3>
- <p>These are example release notes.</p>
-
-
-
-
- packagechooserq
-
-
- LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.<br/>
- Default option.
-
-
-
-
- LibreOffice
-
-
-
-
- If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives.
-
-
-
-
- No Office Suite
-
-
-
-
- Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser.
-
-
-
-
- Minimal Install
-
-
-
-
- Please select an option for your install, or use the default: LibreOffice included.
-
-
-
-
- release_notes
-
-
- <h3>%1</h3>
- <p>This an example QML file, showing options in RichText with Flickable content.</p>
-
- <p>QML with RichText can use HTML tags, Flickable content is useful for touchscreens.</p>
-
- <p><b>This is bold text</b></p>
- <p><i>This is italic text</i></p>
- <p><u>This is underlined text</u></p>
- <p><center>This text will be center-aligned.</center></p>
- <p><s>This is strikethrough</s></p>
-
- <p>Code example:
- <code>ls -l /home</code></p>
-
- <p><b>Lists:</b></p>
- <ul>
- <li>Intel CPU systems</li>
- <li>AMD CPU systems</li>
- </ul>
-
- <p>The vertical scrollbar is adjustable, current width set to 10.</p>
-
-
-
-
- Back
-
-
-
-
- usersq
-
-
- Pick your user name and credentials to login and perform admin tasks
-
-
-
-
- What is your name?
-
-
-
-
- Your Full Name
-
-
-
-
- What name do you want to use to log in?
-
-
-
-
- Login Name
-
-
-
-
- If more than one person will use this computer, you can create multiple accounts after installation.
-
-
-
-
- Only lowercase letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- root is not allowed as username.
-
-
-
-
- What is the name of this computer?
-
-
-
-
- Computer Name
-
-
-
-
- This name will be used if you make the computer visible to others on a network.
-
-
-
-
- localhost is not allowed as hostname.
-
-
-
-
- Choose a password to keep your account safe.
-
-
-
-
- Password
-
-
-
-
- Repeat Password
-
-
-
-
- Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.
-
-
-
-
- Validate passwords quality
-
-
-
-
- When this box is checked, password-strength checking is done and you will not be able to use a weak password.
-
-
-
-
- Log in automatically without asking for the password
-
-
-
-
- Only letters, numbers, underscore and hyphen are allowed, minimal of two characters.
-
-
-
-
- Reuse user password as root password
-
-
-
-
- Use the same password for the administrator account.
-
-
-
-
- Choose a root password to keep your account safe.
-
-
-
-
- Root Password
-
-
-
-
- Repeat Root Password
-
-
-
-
- Enter the same password twice, so that it can be checked for typing errors.
-
-
-
-
- welcomeq
-
-
- <h3>Welcome to the %1 <quote>%2</quote> installer</h3>
- <p>This program will ask you some questions and set up %1 on your computer.</p>
-
-
-
-
- About
-
-
-
-
- Support
-
-
-
-
- Known issues
-
-
-
-
- Release notes
-
-
-
-
- Donate
-
-
-
-
diff --git a/lang/calamares_te_IN.ts b/lang/calamares_te_IN.ts
deleted file mode 100644
index fd99fce54..000000000
--- a/lang/calamares_te_IN.ts
+++ /dev/null
@@ -1,4377 +0,0 @@
-
-
-
-
- AutoMountManagementJob
-
-
- Manage auto-mount settings
-
-
-
-
- BootInfoWidget
-
-
- The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode.
-
-
-
-
- This system was started with an <strong>EFI</strong> boot environment.<br><br>To configure startup from an EFI environment, this installer must deploy a boot loader application, like <strong>GRUB</strong> or <strong>systemd-boot</strong> on an <strong>EFI System Partition</strong>. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own.
-
-
-
-
- This system was started with a <strong>BIOS</strong> boot environment.<br><br>To configure startup from a BIOS environment, this installer must install a boot loader, like <strong>GRUB</strong>, either at the beginning of a partition or on the <strong>Master Boot Record</strong> 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.
-
-
-
-
- BootLoaderModel
-
-
- Master Boot Record of %1
-
-
-
-
- Boot Partition
-
-
-
-
- System Partition
-
-
-
-
- Do not install a boot loader
-
-
-
-
- %1 (%2)
-
-
-
-
- Calamares::BlankViewStep
-
-
- Blank Page
-
-
-
-
- Calamares::DebugWindow
-
-
- Form
-
-
-
-
- GlobalStorage
-
-
-
-
- JobQueue
-
-
-
-
- Modules
-
-
-
-
- Type:
-
-
-
-
-
- none
-
-
-
-
- Interface:
-
-
-
-
- Crashes Calamares, so that Dr. Konqui can look at it.
-
-
-
-
- Reloads the stylesheet from the branding directory.
-
-
-
-
- Uploads the session log to the configured pastebin.
-
-
-
-
- Send Session Log
-
-
-
-
- Reload Stylesheet
-
-
-
-
- Displays the tree of widget names in the log (for stylesheet debugging).
-
-
-
-
- Widget Tree
-
-
-
-
- Debug information
-
-
-
-
- Calamares::ExecutionViewStep
-
-
- Set up
-
-
-
-
- Install
-
-
-
-
- Calamares::FailJob
-
-
- Job failed (%1)
-
-
-
-
- Programmed job failure was explicitly requested.
-
-
-
-
- Calamares::JobThread
-
-
- Done
-
-
-
-
- Calamares::NamedJob
-
-
- Example job (%1)
-
-
-
-
- Calamares::ProcessJob
-
-
- Run command '%1' in target system.
-
-
-
-
- Run command '%1'.
-
-
-
-
- Running command %1 %2
-
-
-
-
- Calamares::PythonJob
-
-
- Running %1 operation.
-
-
-
-
- Bad working directory path
-
-
-
-
- Working directory %1 for python job %2 is not readable.
-
-
-
-
- Bad main script file
-
-
-
-
- Main script file %1 for python job %2 is not readable.
-
-
-
-
- Boost.Python error in job "%1".
-
-
-
-
- Calamares::QmlViewStep
-
-
- Loading ...
-
-
-
-
- QML Step <i>%1</i>.
-
-
-
-
- Loading failed.
-
-
-
-
- Calamares::RequirementsChecker
-
-
- Requirements checking for module <i>%1</i> is complete.
-
-
-
-
- Waiting for %n module(s).
-
-
-
-
-
-
-
- (%n second(s))
-
-
-
-
-
-
-
- System-requirements checking is complete.
-
-
-
-
- Calamares::ViewManager
-
-
- Setup Failed
-
-
-
-
- Installation Failed
-
-
-
-
- Would you like to paste the install log to the web?
-
-
-
-
- Error
-
-
-
-
- &Yes
-
-
-
-
- &No
-
-
-
-
- &Close
-
-
-
-
- Install Log Paste URL
-
-
-
-
- The upload was unsuccessful. No web-paste was done.
-
-
-
-
- Install log posted to
-
-%1
-
-Link copied to clipboard
-
-
-
-
- Calamares Initialization Failed
-
-
-
-
- %1 can not be installed. Calamares was unable to load all of the configured modules. This is a problem with the way Calamares is being used by the distribution.
-
-
-
-
- <br/>The following modules could not be loaded:
-
-
-
-
- Continue with setup?
-
-
-
-
- Continue with installation?
-
-
-
-
- The %1 setup program is about to make changes to your disk in order to set up %2.<br/><strong>You will not be able to undo these changes.</strong>
-
-
-
-
- The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong>
-
-
-
-
- &Set up now
-
-
-
-
- &Install now
-
-
-
-
- Go &back
-
-
-
-
- &Set up
-
-
-
-
- &Install
-
-
-
-
- Setup is complete. Close the setup program.
-
-
-
-
- The installation is complete. Close the installer.
-
-
-
-
- Cancel setup without changing the system.
-
-
-
-
- Cancel installation without changing the system.
-
-
-
-
- &Next
-
-
-
-
- &Back
-
-
-
-
- &Done
-
-
-
-
- &Cancel
-
-
-
-
- Cancel setup?
-
-
-
-
- Cancel installation?
-
-
-
-
- Do you really want to cancel the current setup process?
-The setup program will quit and all changes will be lost.
-
-
-
-
- Do you really want to cancel the current install process?
-The installer will quit and all changes will be lost.
-
-
-
-
- CalamaresPython::Helper
-
-
- Unknown exception type
-
-
-
-
- unparseable Python error
-
-
-
-
- unparseable Python traceback
-
-
-
-
- Unfetchable Python error.
-
-
-
-
- CalamaresWindow
-
-
- %1 Setup Program
-
-
-
-
- %1 Installer
-
-
-
-
- ChangeFilesystemLabelJob
-
-
- Set filesystem label on %1.
-
-
-
-
- Set filesystem label <strong>%1</strong> to partition <strong>%2</strong>.
-
-
-
-
- The installer failed to update partition table on disk '%1'.
-
-
-
-
- CheckerContainer
-
-
- Gathering system information...
-
-
-
-
- ChoicePage
-
-
- Form
-
-
-
-
- Select storage de&vice:
-
-
-
-
-
-
-
- Current:
-
-
-
-
- After:
-
-
-
-
- <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.
-
-
-
-
- Reuse %1 as home partition for %2.
-
-
-
-
- <strong>Select a partition to shrink, then drag the bottom bar to resize</strong>
-
-
-
-
- %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4.
-
-
-
-
- Boot loader location:
-
-
-
-
- <strong>Select a partition to install on</strong>
-
-
-
-
- An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.
-
-
-
-
- The EFI system partition at %1 will be used for starting %2.
-
-
-
-
- EFI system partition:
-
-
-
-
- This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
-
-
-
- <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.
-
-
-
-
-
-
-
- <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.
-
-
-
-
-
-
-
- <strong>Replace a partition</strong><br/>Replaces a partition with %1.
-
-
-
-
- This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/>
-
-
-
-
- This storage device has one of its partitions <strong>mounted</strong>.
-
-
-
-
- This storage device is a part of an <strong>inactive RAID</strong> device.
-
-
-
-
- No Swap
-
-
-
-
- Reuse Swap
-
-
-
-
- Swap (no Hibernate)
-
-
-
-
- Swap (with Hibernate)
-
-
-
-
- Swap to file
-
-
-
-
- ClearMountsJob
-
-
- Successfully unmounted %1.
-
-
-
-
- Successfully disabled swap %1.
-
-
-
-
- Successfully cleared swap %1.
-
-
-
-
- Successfully closed mapper device %1.
-
-
-
-
- Successfully disabled volume group %1.
-
-
-
-
- Clear mounts for partitioning operations on %1
-
-
-
-
- Clearing mounts for partitioning operations on %1.
-
-
-
-
- Cleared all mounts for %1
-
-
-
-
- ClearTempMountsJob
-
-
- Clear all temporary mounts.
-
-
-
-
- Clearing all temporary mounts.
-
-
-
-
- Cannot get list of temporary mounts.
-
-
-
-
- Cleared all temporary mounts.
-
-
-
-
- CommandList
-
-
-
- Could not run command.
-
-
-
-
- The command runs in the host environment and needs to know the root path, but no rootMountPoint is defined.
-
-
-
-
- The command needs to know the user's name, but no username is defined.
-
-
-
-
- Config
-
-
- Set keyboard model to %1.<br/>
-
-
-
-
- Set keyboard layout to %1/%2.
-
-
-
-
- Set timezone to %1/%2.
-
-
-
-
- The system language will be set to %1.
-
-
-
-
- The numbers and dates locale will be set to %1.
-
-
-
-
- Network Installation. (Disabled: Incorrect configuration)
-
-
-
-
- Network Installation. (Disabled: Received invalid groups data)
-
-
-
-
- Network Installation. (Disabled: Internal error)
-
-
-
-
- Network Installation. (Disabled: No package list)
-
-
-
-
- Package selection
-
-
-
-
- Network Installation. (Disabled: Unable to fetch package lists, check your network connection)
-
-
-
-
- This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a>
-
-
-
-
- This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a>
-
-
-
-
- This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled.
-
-
-
-
- This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled.
-
-
-
-
- This program will ask you some questions and set up %2 on your computer.
-
-
-
-
- <h1>Welcome to the Calamares setup program for %1</h1>
-
-
-
-
- <h1>Welcome to %1 setup</h1>
-
-
-
-
- <h1>Welcome to the Calamares installer for %1</h1>
-
-
-
-
- <h1>Welcome to the %1 installer</h1>
-
-
-
-
- Your username is too long.
-
-
-
-
- '%1' is not allowed as username.
-
-
-
-
- Your username must start with a lowercase letter or underscore.
-
-
-
-
- Only lowercase letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- Your hostname is too short.
-
-
-
-
- Your hostname is too long.
-
-
-
-
- '%1' is not allowed as hostname.
-
-
-
-
- Only letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- Your passwords do not match!
-
-
-
-
- OK!
-
-
-
-
- Setup Failed
-
-
-
-
- Installation Failed
-
-
-
-
- The setup of %1 did not complete successfully.
-
-
-
-
- The installation of %1 did not complete successfully.
-
-
-
-
- Setup Complete
-
-
-
-
- Installation Complete
-
-
-
-
- The setup of %1 is complete.
-
-
-
-
- The installation of %1 is complete.
-
-
-
-
- Package Selection
-
-
-
-
- Please pick a product from the list. The selected product will be installed.
-
-
-
-
- Install option: <strong>%1</strong>
-
-
-
-
- None
-
-
-
-
- Summary
-
-
-
-
- This is an overview of what will happen once you start the setup procedure.
-
-
-
-
- This is an overview of what will happen once you start the install procedure.
-
-
-
-
- ContextualProcessJob
-
-
- Contextual Processes Job
-
-
-
-
- CreatePartitionDialog
-
-
- Create a Partition
-
-
-
-
- Si&ze:
-
-
-
-
- MiB
-
-
-
-
- Partition &Type:
-
-
-
-
- &Primary
-
-
-
-
- E&xtended
-
-
-
-
- Fi&le System:
-
-
-
-
- LVM LV name
-
-
-
-
- &Mount Point:
-
-
-
-
- Flags:
-
-
-
-
- Label for the filesystem
-
-
-
-
- FS Label:
-
-
-
-
- En&crypt
-
-
-
-
- Logical
-
-
-
-
- Primary
-
-
-
-
- GPT
-
-
-
-
- Mountpoint already in use. Please select another one.
-
-
-
-
- CreatePartitionJob
-
-
- Create new %1MiB partition on %3 (%2) with entries %4.
-
-
-
-
- Create new %1MiB partition on %3 (%2).
-
-
-
-
- Create new %2MiB partition on %4 (%3) with file system %1.
-
-
-
-
- Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2) with entries <em>%4</em>.
-
-
-
-
- Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2).
-
-
-
-
- Create new <strong>%2MiB</strong> partition on <strong>%4</strong> (%3) with file system <strong>%1</strong>.
-
-
-
-
-
- Creating new %1 partition on %2.
-
-
-
-
- The installer failed to create partition on disk '%1'.
-
-
-
-
- CreatePartitionTableDialog
-
-
- Create Partition Table
-
-
-
-
- Creating a new partition table will delete all existing data on the disk.
-
-
-
-
- What kind of partition table do you want to create?
-
-
-
-
- Master Boot Record (MBR)
-
-
-
-
- GUID Partition Table (GPT)
-
-
-
-
- CreatePartitionTableJob
-
-
- Create new %1 partition table on %2.
-
-
-
-
- Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3).
-
-
-
-
- Creating new %1 partition table on %2.
-
-
-
-
- The installer failed to create a partition table on %1.
-
-
-
-
- CreateUserJob
-
-
- Create user %1
-
-
-
-
- Create user <strong>%1</strong>.
-
-
-
-
- Preserving home directory
-
-
-
-
-
- Creating user %1
-
-
-
-
- Configuring user %1
-
-
-
-
- Setting file permissions
-
-
-
-
- CreateVolumeGroupDialog
-
-
- Create Volume Group
-
-
-
-
- CreateVolumeGroupJob
-
-
- Create new volume group named %1.
-
-
-
-
- Create new volume group named <strong>%1</strong>.
-
-
-
-
- Creating new volume group named %1.
-
-
-
-
- The installer failed to create a volume group named '%1'.
-
-
-
-
- DeactivateVolumeGroupJob
-
-
-
- Deactivate volume group named %1.
-
-
-
-
- Deactivate volume group named <strong>%1</strong>.
-
-
-
-
- The installer failed to deactivate a volume group named %1.
-
-
-
-
- DeletePartitionJob
-
-
- Delete partition %1.
-
-
-
-
- Delete partition <strong>%1</strong>.
-
-
-
-
- Deleting partition %1.
-
-
-
-
- The installer failed to delete partition %1.
-
-
-
-
- DeviceInfoWidget
-
-
- This device has a <strong>%1</strong> partition table.
-
-
-
-
- This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem.
-
-
-
-
- This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page.
-
-
-
-
- <br><br>This is the recommended partition table type for modern systems which start from an <strong>EFI</strong> boot environment.
-
-
-
-
- <br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions.
-
-
-
-
- The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred.
-
-
-
-
- DeviceModel
-
-
- %1 - %2 (%3)
- device[name] - size[number] (device-node[name])
-
-
-
-
- %1 - (%2)
- device[name] - (device-node[name])
-
-
-
-
- DracutLuksCfgJob
-
-
- Write LUKS configuration for Dracut to %1
-
-
-
-
- Skip writing LUKS configuration for Dracut: "/" partition is not encrypted
-
-
-
-
- Failed to open %1
-
-
-
-
- DummyCppJob
-
-
- Dummy C++ Job
-
-
-
-
- EditExistingPartitionDialog
-
-
- Edit Existing Partition
-
-
-
-
- Content:
-
-
-
-
- &Keep
-
-
-
-
- Format
-
-
-
-
- Warning: Formatting the partition will erase all existing data.
-
-
-
-
- &Mount Point:
-
-
-
-
- Si&ze:
-
-
-
-
- MiB
-
-
-
-
- Fi&le System:
-
-
-
-
- Flags:
-
-
-
-
- Label for the filesystem
-
-
-
-
- FS Label:
-
-
-
-
- Mountpoint already in use. Please select another one.
-
-
-
-
- EncryptWidget
-
-
- Form
-
-
-
-
- En&crypt system
-
-
-
-
- Passphrase
-
-
-
-
- Confirm passphrase
-
-
-
-
-
- Please enter the same passphrase in both boxes.
-
-
-
-
- FillGlobalStorageJob
-
-
- Set partition information
-
-
-
-
- Install %1 on <strong>new</strong> %2 system partition with features <em>%3</em>
-
-
-
-
- Install %1 on <strong>new</strong> %2 system partition.
-
-
-
-
- Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong> and features <em>%3</em>.
-
-
-
-
- Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>%3.
-
-
-
-
- Install %2 on %3 system partition <strong>%1</strong> with features <em>%4</em>.
-
-
-
-
- Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong> and features <em>%4</em>.
-
-
-
-
- Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>%4.
-
-
-
-
- Install %2 on %3 system partition <strong>%1</strong>.
-
-
-
-
- Install boot loader on <strong>%1</strong>.
-
-
-
-
- Setting up mount points.
-
-
-
-
- FinishedPage
-
-
- Form
-
-
-
-
- &Restart now
-
-
-
-
- <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system.
-
-
-
-
- <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html>
-
-
-
-
- <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment.
-
-
-
-
- <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html>
-
-
-
-
- <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2.
-
-
-
-
- <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2.
-
-
-
-
- FinishedQmlViewStep
-
-
- Finish
-
-
-
-
- FinishedViewStep
-
-
- Finish
-
-
-
-
- FormatPartitionJob
-
-
- Format partition %1 (file system: %2, size: %3 MiB) on %4.
-
-
-
-
- Format <strong>%3MiB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>.
-
-
-
-
- Formatting partition %1 with file system %2.
-
-
-
-
- The installer failed to format partition %1 on disk '%2'.
-
-
-
-
- GeneralRequirements
-
-
- has at least %1 GiB available drive space
-
-
-
-
- There is not enough drive space. At least %1 GiB is required.
-
-
-
-
- has at least %1 GiB working memory
-
-
-
-
- The system does not have enough working memory. At least %1 GiB is required.
-
-
-
-
- is plugged in to a power source
-
-
-
-
- The system is not plugged in to a power source.
-
-
-
-
- is connected to the Internet
-
-
-
-
- The system is not connected to the Internet.
-
-
-
-
- is running the installer as an administrator (root)
-
-
-
-
- The setup program is not running with administrator rights.
-
-
-
-
- The installer is not running with administrator rights.
-
-
-
-
- has a screen large enough to show the whole installer
-
-
-
-
- The screen is too small to display the setup program.
-
-
-
-
- The screen is too small to display the installer.
-
-
-
-
- HostInfoJob
-
-
- Collecting information about your machine.
-
-
-
-
- IDJob
-
-
-
-
-
- OEM Batch Identifier
-
-
-
-
- Could not create directories <code>%1</code>.
-
-
-
-
- Could not open file <code>%1</code>.
-
-
-
-
- Could not write to file <code>%1</code>.
-
-
-
-
- InitcpioJob
-
-
- Creating initramfs with mkinitcpio.
-
-
-
-
- InitramfsJob
-
-
- Creating initramfs.
-
-
-
-
- InteractiveTerminalPage
-
-
- Konsole not installed
-
-
-
-
- Please install KDE Konsole and try again!
-
-
-
-
- Executing script: <code>%1</code>
-
-
-
-
- InteractiveTerminalViewStep
-
-
- Script
-
-
-
-
- KeyboardQmlViewStep
-
-
- Keyboard
-
-
-
-
- KeyboardViewStep
-
-
- Keyboard
-
-
-
-
- LCLocaleDialog
-
-
- System locale setting
-
-
-
-
- The system locale setting affects the language and character set for some command line user interface elements.<br/>The current setting is <strong>%1</strong>.
-
-
-
-
- &Cancel
-
-
-
-
- &OK
-
-
-
-
- LicensePage
-
-
- Form
-
-
-
-
- <h1>License Agreement</h1>
-
-
-
-
- I accept the terms and conditions above.
-
-
-
-
- Please review the End User License Agreements (EULAs).
-
-
-
-
- This setup procedure will install proprietary software that is subject to licensing terms.
-
-
-
-
- If you do not agree with the terms, the setup procedure cannot continue.
-
-
-
-
- This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience.
-
-
-
-
- If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead.
-
-
-
-
- LicenseViewStep
-
-
- License
-
-
-
-
- LicenseWidget
-
-
- URL: %1
-
-
-
-
- <strong>%1 driver</strong><br/>by %2
- %1 is an untranslatable product name, example: Creative Audigy driver
-
-
-
-
- <strong>%1 graphics driver</strong><br/><font color="Grey">by %2</font>
- %1 is usually a vendor name, example: Nvidia graphics driver
-
-
-
-
- <strong>%1 browser plugin</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1 codec</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1 package</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- File: %1
-
-
-
-
- Hide license text
-
-
-
-
- Show the license text
-
-
-
-
- Open license agreement in browser.
-
-
-
-
- LocalePage
-
-
- Region:
-
-
-
-
- Zone:
-
-
-
-
-
- &Change...
-
-
-
-
- LocaleQmlViewStep
-
-
- Location
-
-
-
-
- LocaleTests
-
-
- Quit
-
-
-
-
- LocaleViewStep
-
-
- Location
-
-
-
-
- LuksBootKeyFileJob
-
-
- Configuring LUKS key file.
-
-
-
-
-
- No partitions are defined.
-
-
-
-
-
-
- Encrypted rootfs setup error
-
-
-
-
- Root partition %1 is LUKS but no passphrase has been set.
-
-
-
-
- Could not create LUKS key file for root partition %1.
-
-
-
-
- Could not configure LUKS key file on partition %1.
-
-
-
-
- MachineIdJob
-
-
- Generate machine-id.
-
-
-
-
- Configuration Error
-
-
-
-
- No root mount point is set for MachineId.
-
-
-
-
- Map
-
-
- Timezone: %1
-
-
-
-
- Please select your preferred location on the map so the installer can suggest the locale
- and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging
- to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming.
-
-
-
-
- NetInstallViewStep
-
-
- Package selection
-
-
-
-
- Office software
-
-
-
-
- Office package
-
-
-
-
- Browser software
-
-
-
-
- Browser package
-
-
-
-
- Web browser
-
-
-
-
- Kernel
-
-
-
-
- Services
-
-
-
-
- Login
-
-
-
-
- Desktop
-
-
-
-
- Applications
-
-
-
-
- Communication
-
-
-
-
- Development
-
-
-
-
- Office
-
-
-
-
- Multimedia
-
-
-
-
- Internet
-
-
-
-
- Theming
-
-
-
-
- Gaming
-
-
-
-
- Utilities
-
-
-
-
- NotesQmlViewStep
-
-
- Notes
-
-
-
-
- OEMPage
-
-
- Ba&tch:
-
-
-
-
- <html><head/><body><p>Enter a batch-identifier here. This will be stored in the target system.</p></body></html>
-
-
-
-
- <html><head/><body><h1>OEM Configuration</h1><p>Calamares will use OEM settings while configuring the target system.</p></body></html>
-
-
-
-
- OEMViewStep
-
-
- OEM Configuration
-
-
-
-
- Set the OEM Batch Identifier to <code>%1</code>.
-
-
-
-
- Offline
-
-
- Select your preferred Region, or use the default settings.
-
-
-
-
-
-
- Timezone: %1
-
-
-
-
- Select your preferred Zone within your Region.
-
-
-
-
- Zones
-
-
-
-
- You can fine-tune Language and Locale settings below.
-
-
-
-
- PWQ
-
-
- Password is too short
-
-
-
-
- Password is too long
-
-
-
-
- Password is too weak
-
-
-
-
- Memory allocation error when setting '%1'
-
-
-
-
- Memory allocation error
-
-
-
-
- The password is the same as the old one
-
-
-
-
- The password is a palindrome
-
-
-
-
- The password differs with case changes only
-
-
-
-
- The password is too similar to the old one
-
-
-
-
- The password contains the user name in some form
-
-
-
-
- The password contains words from the real name of the user in some form
-
-
-
-
- The password contains forbidden words in some form
-
-
-
-
- The password contains too few digits
-
-
-
-
- The password contains too few uppercase letters
-
-
-
-
- The password contains fewer than %n lowercase letters
-
-
-
-
-
-
-
- The password contains too few lowercase letters
-
-
-
-
- The password contains too few non-alphanumeric characters
-
-
-
-
- The password is too short
-
-
-
-
- The password does not contain enough character classes
-
-
-
-
- The password contains too many same characters consecutively
-
-
-
-
- The password contains too many characters of the same class consecutively
-
-
-
-
- The password contains fewer than %n digits
-
-
-
-
-
-
-
- The password contains fewer than %n uppercase letters
-
-
-
-
-
-
-
- The password contains fewer than %n non-alphanumeric characters
-
-
-
-
-
-
-
- The password is shorter than %n characters
-
-
-
-
-
-
-
- The password is a rotated version of the previous one
-
-
-
-
- The password contains fewer than %n character classes
-
-
-
-
-
-
-
- The password contains more than %n same characters consecutively
-
-
-
-
-
-
-
- The password contains more than %n characters of the same class consecutively
-
-
-
-
-
-
-
- The password contains monotonic sequence longer than %n characters
-
-
-
-
-
-
-
- The password contains too long of a monotonic character sequence
-
-
-
-
- No password supplied
-
-
-
-
- Cannot obtain random numbers from the RNG device
-
-
-
-
- Password generation failed - required entropy too low for settings
-
-
-
-
- The password fails the dictionary check - %1
-
-
-
-
- The password fails the dictionary check
-
-
-
-
- Unknown setting - %1
-
-
-
-
- Unknown setting
-
-
-
-
- Bad integer value of setting - %1
-
-
-
-
- Bad integer value
-
-
-
-
- Setting %1 is not of integer type
-
-
-
-
- Setting is not of integer type
-
-
-
-
- Setting %1 is not of string type
-
-
-
-
- Setting is not of string type
-
-
-
-
- Opening the configuration file failed
-
-
-
-
- The configuration file is malformed
-
-
-
-
- Fatal failure
-
-
-
-
- Unknown error
-
-
-
-
- Password is empty
-
-
-
-
- PackageChooserPage
-
-
- Form
-
-
-
-
- Product Name
-
-
-
-
- TextLabel
-
-
-
-
- Long Product Description
-
-
-
-
- Package Selection
-
-
-
-
- Please pick a product from the list. The selected product will be installed.
-
-
-
-
- PackageChooserQmlViewStep
-
-
- Packages
-
-
-
-
- PackageChooserViewStep
-
-
- Packages
-
-
-
-
- PackageModel
-
-
- Name
-
-
-
-
- Description
-
-
-
-
- Page_Keyboard
-
-
- Form
-
-
-
-
- Keyboard Model:
-
-
-
-
- Type here to test your keyboard
-
-
-
-
- Page_UserSetup
-
-
- Form
-
-
-
-
- What is your name?
-
-
-
-
- Your Full Name
-
-
-
-
- What name do you want to use to log in?
-
-
-
-
- login
-
-
-
-
- What is the name of this computer?
-
-
-
-
- <small>This name will be used if you make the computer visible to others on a network.</small>
-
-
-
-
- Computer Name
-
-
-
-
- Choose a password to keep your account safe.
-
-
-
-
-
- <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small>
-
-
-
-
-
- Password
-
-
-
-
-
- Repeat Password
-
-
-
-
- When this box is checked, password-strength checking is done and you will not be able to use a weak password.
-
-
-
-
- Require strong passwords.
-
-
-
-
- Log in automatically without asking for the password.
-
-
-
-
- Use the same password for the administrator account.
-
-
-
-
- Choose a password for the administrator account.
-
-
-
-
-
- <small>Enter the same password twice, so that it can be checked for typing errors.</small>
-
-
-
-
- PartitionLabelsView
-
-
- Root
-
-
-
-
- Home
-
-
-
-
- Boot
-
-
-
-
- EFI system
-
-
-
-
- Swap
-
-
-
-
- New partition for %1
-
-
-
-
- New partition
-
-
-
-
- %1 %2
- size[number] filesystem[name]
-
-
-
-
- PartitionModel
-
-
-
- Free Space
-
-
-
-
-
- New partition
-
-
-
-
- Name
-
-
-
-
- File System
-
-
-
-
- File System Label
-
-
-
-
- Mount Point
-
-
-
-
- Size
-
-
-
-
- PartitionPage
-
-
- Form
-
-
-
-
- Storage de&vice:
-
-
-
-
- &Revert All Changes
-
-
-
-
- New Partition &Table
-
-
-
-
- Cre&ate
-
-
-
-
- &Edit
-
-
-
-
- &Delete
-
-
-
-
- New Volume Group
-
-
-
-
- Resize Volume Group
-
-
-
-
- Deactivate Volume Group
-
-
-
-
- Remove Volume Group
-
-
-
-
- I&nstall boot loader on:
-
-
-
-
- Are you sure you want to create a new partition table on %1?
-
-
-
-
- Can not create new partition
-
-
-
-
- The partition table on %1 already has %2 primary partitions, and no more can be added. Please remove one primary partition and add an extended partition, instead.
-
-
-
-
- PartitionViewStep
-
-
- Gathering system information...
-
-
-
-
- Partitions
-
-
-
-
- Current:
-
-
-
-
- After:
-
-
-
-
- No EFI system partition configured
-
-
-
-
- EFI system partition configured incorrectly
-
-
-
-
- An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem.
-
-
-
-
- The filesystem must be mounted on <strong>%1</strong>.
-
-
-
-
- The filesystem must have type FAT32.
-
-
-
-
- The filesystem must be at least %1 MiB in size.
-
-
-
-
- The filesystem must have flag <strong>%1</strong> set.
-
-
-
-
- You can continue without setting up an EFI system partition but your system may fail to start.
-
-
-
-
- Option to use GPT on BIOS
-
-
-
-
- A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.
-
-
-
-
- Boot partition not encrypted
-
-
-
-
- A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.
-
-
-
-
- has at least one disk device available.
-
-
-
-
- There are no partitions to install on.
-
-
-
-
- PlasmaLnfJob
-
-
- Plasma Look-and-Feel Job
-
-
-
-
-
- Could not select KDE Plasma Look-and-Feel package
-
-
-
-
- PlasmaLnfPage
-
-
- Form
-
-
-
-
- Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is set up. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel.
-
-
-
-
- Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is installed. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel.
-
-
-
-
- PlasmaLnfViewStep
-
-
- Look-and-Feel
-
-
-
-
- PreserveFiles
-
-
- Saving files for later ...
-
-
-
-
- No files configured to save for later.
-
-
-
-
- Not all of the configured files could be preserved.
-
-
-
-
- ProcessResult
-
-
-
-There was no output from the command.
-
-
-
-
-
-Output:
-
-
-
-
-
- External command crashed.
-
-
-
-
- Command <i>%1</i> crashed.
-
-
-
-
- External command failed to start.
-
-
-
-
- Command <i>%1</i> failed to start.
-
-
-
-
- Internal error when starting command.
-
-
-
-
- Bad parameters for process job call.
-
-
-
-
- External command failed to finish.
-
-
-
-
- Command <i>%1</i> failed to finish in %2 seconds.
-
-
-
-
- External command finished with errors.
-
-
-
-
- Command <i>%1</i> finished with exit code %2.
-
-
-
-
- QObject
-
-
- %1 (%2)
-
-
-
-
- unknown
-
-
-
-
- extended
-
-
-
-
- unformatted
-
-
-
-
- swap
-
-
-
-
-
- Default
-
-
-
-
-
-
-
- File not found
-
-
-
-
- Path <pre>%1</pre> must be an absolute path.
-
-
-
-
- Directory not found
-
-
-
-
-
- Could not create new random file <pre>%1</pre>.
-
-
-
-
- No product
-
-
-
-
- No description provided.
-
-
-
-
- (no mount point)
-
-
-
-
- Unpartitioned space or unknown partition table
-
-
-
-
- Recommended
-
-
- <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/>
- Setup can continue, but some features might be disabled.</p>
-
-
-
-
- RemoveUserJob
-
-
- Remove live user from target system
-
-
-
-
- RemoveVolumeGroupJob
-
-
-
- Remove Volume Group named %1.
-
-
-
-
- Remove Volume Group named <strong>%1</strong>.
-
-
-
-
- The installer failed to remove a volume group named '%1'.
-
-
-
-
- ReplaceWidget
-
-
- Form
-
-
-
-
- Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition.
-
-
-
-
- The selected item does not appear to be a valid partition.
-
-
-
-
- %1 cannot be installed on empty space. Please select an existing partition.
-
-
-
-
- %1 cannot be installed on an extended partition. Please select an existing primary or logical partition.
-
-
-
-
- %1 cannot be installed on this partition.
-
-
-
-
- Data partition (%1)
-
-
-
-
- Unknown system partition (%1)
-
-
-
-
- %1 system partition (%2)
-
-
-
-
- <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB.
-
-
-
-
- <strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.
-
-
-
-
-
-
- <strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost.
-
-
-
-
- The EFI system partition at %1 will be used for starting %2.
-
-
-
-
- EFI system partition:
-
-
-
-
- Requirements
-
-
- <p>This computer does not satisfy the minimum requirements for installing %1.<br/>
- Installation cannot continue.</p>
-
-
-
-
- <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/>
- Setup can continue, but some features might be disabled.</p>
-
-
-
-
- ResizeFSJob
-
-
- Resize Filesystem Job
-
-
-
-
- Invalid configuration
-
-
-
-
- The file-system resize job has an invalid configuration and will not run.
-
-
-
-
- KPMCore not Available
-
-
-
-
- Calamares cannot start KPMCore for the file-system resize job.
-
-
-
-
-
-
-
-
- Resize Failed
-
-
-
-
- The filesystem %1 could not be found in this system, and cannot be resized.
-
-
-
-
- The device %1 could not be found in this system, and cannot be resized.
-
-
-
-
-
- The filesystem %1 cannot be resized.
-
-
-
-
-
- The device %1 cannot be resized.
-
-
-
-
- The filesystem %1 must be resized, but cannot.
-
-
-
-
- The device %1 must be resized, but cannot
-
-
-
-
- ResizePartitionJob
-
-
- Resize partition %1.
-
-
-
-
- Resize <strong>%2MiB</strong> partition <strong>%1</strong> to <strong>%3MiB</strong>.
-
-
-
-
- Resizing %2MiB partition %1 to %3MiB.
-
-
-
-
- The installer failed to resize partition %1 on disk '%2'.
-
-
-
-
- ResizeVolumeGroupDialog
-
-
- Resize Volume Group
-
-
-
-
- ResizeVolumeGroupJob
-
-
-
- Resize volume group named %1 from %2 to %3.
-
-
-
-
- Resize volume group named <strong>%1</strong> from <strong>%2</strong> to <strong>%3</strong>.
-
-
-
-
- The installer failed to resize a volume group named '%1'.
-
-
-
-
- ResultsListDialog
-
-
- For best results, please ensure that this computer:
-
-
-
-
- System requirements
-
-
-
-
- ScanningDialog
-
-
- Scanning storage devices...
-
-
-
-
- Partitioning
-
-
-
-
- SetHostNameJob
-
-
- Set hostname %1
-
-
-
-
- Set hostname <strong>%1</strong>.
-
-
-
-
- Setting hostname %1.
-
-
-
-
-
- Internal Error
-
-
-
-
-
- Cannot write hostname to target system
-
-
-
-
- SetKeyboardLayoutJob
-
-
- Set keyboard model to %1, layout to %2-%3
-
-
-
-
- Failed to write keyboard configuration for the virtual console.
-
-
-
-
-
-
- Failed to write to %1
-
-
-
-
- Failed to write keyboard configuration for X11.
-
-
-
-
- Failed to write keyboard configuration to existing /etc/default directory.
-
-
-
-
- SetPartFlagsJob
-
-
- Set flags on partition %1.
-
-
-
-
- Set flags on %1MiB %2 partition.
-
-
-
-
- Set flags on new partition.
-
-
-
-
- Clear flags on partition <strong>%1</strong>.
-
-
-
-
- Clear flags on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Clear flags on new partition.
-
-
-
-
- Flag partition <strong>%1</strong> as <strong>%2</strong>.
-
-
-
-
- Flag %1MiB <strong>%2</strong> partition as <strong>%3</strong>.
-
-
-
-
- Flag new partition as <strong>%1</strong>.
-
-
-
-
- Clearing flags on partition <strong>%1</strong>.
-
-
-
-
- Clearing flags on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Clearing flags on new partition.
-
-
-
-
- Setting flags <strong>%2</strong> on partition <strong>%1</strong>.
-
-
-
-
- Setting flags <strong>%3</strong> on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Setting flags <strong>%1</strong> on new partition.
-
-
-
-
- The installer failed to set flags on partition %1.
-
-
-
-
- SetPasswordJob
-
-
- Set password for user %1
-
-
-
-
- Setting password for user %1.
-
-
-
-
- Bad destination system path.
-
-
-
-
- rootMountPoint is %1
-
-
-
-
- Cannot disable root account.
-
-
-
-
- passwd terminated with error code %1.
-
-
-
-
- Cannot set password for user %1.
-
-
-
-
- usermod terminated with error code %1.
-
-
-
-
- SetTimezoneJob
-
-
- Set timezone to %1/%2
-
-
-
-
- Cannot access selected timezone path.
-
-
-
-
- Bad path: %1
-
-
-
-
- Cannot set timezone.
-
-
-
-
- Link creation failed, target: %1; link name: %2
-
-
-
-
- Cannot set timezone,
-
-
-
-
- Cannot open /etc/timezone for writing
-
-
-
-
- SetupGroupsJob
-
-
- Preparing groups.
-
-
-
-
-
- Could not create groups in target system
-
-
-
-
- These groups are missing in the target system: %1
-
-
-
-
- SetupSudoJob
-
-
- Configure <pre>sudo</pre> users.
-
-
-
-
- Cannot chmod sudoers file.
-
-
-
-
- Cannot create sudoers file for writing.
-
-
-
-
- ShellProcessJob
-
-
- Shell Processes Job
-
-
-
-
- SlideCounter
-
-
- %L1 / %L2
- slide counter, %1 of %2 (numeric)
-
-
-
-
- StandardButtons
-
-
- &OK
-
-
-
-
- &Yes
-
-
-
-
- &No
-
-
-
-
- &Cancel
-
-
-
-
- &Close
-
-
-
-
- TrackingInstallJob
-
-
- Installation feedback
-
-
-
-
- Sending installation feedback.
-
-
-
-
- Internal error in install-tracking.
-
-
-
-
- HTTP request timed out.
-
-
-
-
- TrackingKUserFeedbackJob
-
-
- KDE user feedback
-
-
-
-
- Configuring KDE user feedback.
-
-
-
-
-
- Error in KDE user feedback configuration.
-
-
-
-
- Could not configure KDE user feedback correctly, script error %1.
-
-
-
-
- Could not configure KDE user feedback correctly, Calamares error %1.
-
-
-
-
- TrackingMachineUpdateManagerJob
-
-
- Machine feedback
-
-
-
-
- Configuring machine feedback.
-
-
-
-
-
- Error in machine feedback configuration.
-
-
-
-
- Could not configure machine feedback correctly, script error %1.
-
-
-
-
- Could not configure machine feedback correctly, Calamares error %1.
-
-
-
-
- TrackingPage
-
-
- Form
-
-
-
-
- Placeholder
-
-
-
-
- <html><head/><body><p>Click here to send <span style=" font-weight:600;">no information at all</span> about your installation.</p></body></html>
-
-
-
-
- <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html>
-
-
-
-
- Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area.
-
-
-
-
- By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes.
-
-
-
-
- By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1.
-
-
-
-
- By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1.
-
-
-
-
- TrackingViewStep
-
-
- Feedback
-
-
-
-
- UsersPage
-
-
- <small>If more than one person will use this computer, you can create multiple accounts after setup.</small>
-
-
-
-
- <small>If more than one person will use this computer, you can create multiple accounts after installation.</small>
-
-
-
-
- UsersQmlViewStep
-
-
- Users
-
-
-
-
- UsersViewStep
-
-
- Users
-
-
-
-
- VariantModel
-
-
- Key
- Column header for key/value
-
-
-
-
- Value
- Column header for key/value
-
-
-
-
- VolumeGroupBaseDialog
-
-
- Create Volume Group
-
-
-
-
- List of Physical Volumes
-
-
-
-
- Volume Group Name:
-
-
-
-
- Volume Group Type:
-
-
-
-
- Physical Extent Size:
-
-
-
-
- MiB
-
-
-
-
- Total Size:
-
-
-
-
- Used Size:
-
-
-
-
- Total Sectors:
-
-
-
-
- Quantity of LVs:
-
-
-
-
- WelcomePage
-
-
- Form
-
-
-
-
-
- Select application and system language
-
-
-
-
- &About
-
-
-
-
- Open donations website
-
-
-
-
- &Donate
-
-
-
-
- Open help and support website
-
-
-
-
- &Support
-
-
-
-
- Open issues and bug-tracking website
-
-
-
-
- &Known issues
-
-
-
-
- Open release notes website
-
-
-
-
- &Release notes
-
-
-
-
- <h1>Welcome to the Calamares setup program for %1.</h1>
-
-
-
-
- <h1>Welcome to %1 setup.</h1>
-
-
-
-
- <h1>Welcome to the Calamares installer for %1.</h1>
-
-
-
-
- <h1>Welcome to the %1 installer.</h1>
-
-
-
-
- %1 support
-
-
-
-
- About %1 setup
-
-
-
-
- About %1 installer
-
-
-
-
- <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac <teo@kde.org><br/>Copyright 2017-2020 Adriaan de Groot <groot@kde.org><br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.
-
-
-
-
- WelcomeQmlViewStep
-
-
- Welcome
-
-
-
-
- WelcomeViewStep
-
-
- Welcome
-
-
-
-
- about
-
-
- <h1>%1</h1><br/>
- <strong>%2<br/>
- for %3</strong><br/><br/>
- Copyright 2014-2017 Teo Mrnjavac <teo@kde.org><br/>
- Copyright 2017-2020 Adriaan de Groot <groot@kde.org><br/>
- Thanks to <a href='https://calamares.io/team/'>the Calamares team</a>
- and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares
- translators team</a>.<br/><br/>
- <a href='https://calamares.io/'>Calamares</a>
- development is sponsored by <br/>
- <a href='http://www.blue-systems.com/'>Blue Systems</a> -
- Liberating Software.
-
-
-
-
- Back
-
-
-
-
- calamares-sidebar
-
-
- Show debug information
-
-
-
-
- finishedq
-
-
- Installation Completed
-
-
-
-
- %1 has been installed on your computer.<br/>
- You may now restart into your new system, or continue using the Live environment.
-
-
-
-
- Close Installer
-
-
-
-
- Restart System
-
-
-
-
- <p>A full log of the install is available as installation.log in the home directory of the Live user.<br/>
- This log is copied to /var/log/installation.log of the target system.</p>
-
-
-
-
- i18n
-
-
- <h1>Languages</h1> </br>
- The system locale setting affects the language and character set for some command line user interface elements. The current setting is <strong>%1</strong>.
-
-
-
-
- <h1>Locales</h1> </br>
- The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
-
-
-
-
- Back
-
-
-
-
- keyboardq
-
-
- To activate keyboard preview, select a layout.
-
-
-
-
- Keyboard Model:
-
-
-
-
- Layouts
-
-
-
-
- Type here to test your keyboard
-
-
-
-
- Variants
-
-
-
-
- localeq
-
-
- Change
-
-
-
-
- notesqml
-
-
- <h3>%1</h3>
- <p>These are example release notes.</p>
-
-
-
-
- packagechooserq
-
-
- LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.<br/>
- Default option.
-
-
-
-
- LibreOffice
-
-
-
-
- If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives.
-
-
-
-
- No Office Suite
-
-
-
-
- Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser.
-
-
-
-
- Minimal Install
-
-
-
-
- Please select an option for your install, or use the default: LibreOffice included.
-
-
-
-
- release_notes
-
-
- <h3>%1</h3>
- <p>This an example QML file, showing options in RichText with Flickable content.</p>
-
- <p>QML with RichText can use HTML tags, Flickable content is useful for touchscreens.</p>
-
- <p><b>This is bold text</b></p>
- <p><i>This is italic text</i></p>
- <p><u>This is underlined text</u></p>
- <p><center>This text will be center-aligned.</center></p>
- <p><s>This is strikethrough</s></p>
-
- <p>Code example:
- <code>ls -l /home</code></p>
-
- <p><b>Lists:</b></p>
- <ul>
- <li>Intel CPU systems</li>
- <li>AMD CPU systems</li>
- </ul>
-
- <p>The vertical scrollbar is adjustable, current width set to 10.</p>
-
-
-
-
- Back
-
-
-
-
- usersq
-
-
- Pick your user name and credentials to login and perform admin tasks
-
-
-
-
- What is your name?
-
-
-
-
- Your Full Name
-
-
-
-
- What name do you want to use to log in?
-
-
-
-
- Login Name
-
-
-
-
- If more than one person will use this computer, you can create multiple accounts after installation.
-
-
-
-
- Only lowercase letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- root is not allowed as username.
-
-
-
-
- What is the name of this computer?
-
-
-
-
- Computer Name
-
-
-
-
- This name will be used if you make the computer visible to others on a network.
-
-
-
-
- localhost is not allowed as hostname.
-
-
-
-
- Choose a password to keep your account safe.
-
-
-
-
- Password
-
-
-
-
- Repeat Password
-
-
-
-
- Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.
-
-
-
-
- Validate passwords quality
-
-
-
-
- When this box is checked, password-strength checking is done and you will not be able to use a weak password.
-
-
-
-
- Log in automatically without asking for the password
-
-
-
-
- Only letters, numbers, underscore and hyphen are allowed, minimal of two characters.
-
-
-
-
- Reuse user password as root password
-
-
-
-
- Use the same password for the administrator account.
-
-
-
-
- Choose a root password to keep your account safe.
-
-
-
-
- Root Password
-
-
-
-
- Repeat Root Password
-
-
-
-
- Enter the same password twice, so that it can be checked for typing errors.
-
-
-
-
- welcomeq
-
-
- <h3>Welcome to the %1 <quote>%2</quote> installer</h3>
- <p>This program will ask you some questions and set up %1 on your computer.</p>
-
-
-
-
- About
-
-
-
-
- Support
-
-
-
-
- Known issues
-
-
-
-
- Release notes
-
-
-
-
- Donate
-
-
-
-
diff --git a/lang/calamares_uz.ts b/lang/calamares_uz.ts
deleted file mode 100644
index 804f88408..000000000
--- a/lang/calamares_uz.ts
+++ /dev/null
@@ -1,4341 +0,0 @@
-
-
-
-
- AutoMountManagementJob
-
-
- Manage auto-mount settings
-
-
-
-
- BootInfoWidget
-
-
- The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode.
-
-
-
-
- This system was started with an <strong>EFI</strong> boot environment.<br><br>To configure startup from an EFI environment, this installer must deploy a boot loader application, like <strong>GRUB</strong> or <strong>systemd-boot</strong> on an <strong>EFI System Partition</strong>. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own.
-
-
-
-
- This system was started with a <strong>BIOS</strong> boot environment.<br><br>To configure startup from a BIOS environment, this installer must install a boot loader, like <strong>GRUB</strong>, either at the beginning of a partition or on the <strong>Master Boot Record</strong> 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.
-
-
-
-
- BootLoaderModel
-
-
- Master Boot Record of %1
-
-
-
-
- Boot Partition
-
-
-
-
- System Partition
-
-
-
-
- Do not install a boot loader
-
-
-
-
- %1 (%2)
-
-
-
-
- Calamares::BlankViewStep
-
-
- Blank Page
-
-
-
-
- Calamares::DebugWindow
-
-
- Form
-
-
-
-
- GlobalStorage
-
-
-
-
- JobQueue
-
-
-
-
- Modules
-
-
-
-
- Type:
-
-
-
-
-
- none
-
-
-
-
- Interface:
-
-
-
-
- Crashes Calamares, so that Dr. Konqui can look at it.
-
-
-
-
- Reloads the stylesheet from the branding directory.
-
-
-
-
- Uploads the session log to the configured pastebin.
-
-
-
-
- Send Session Log
-
-
-
-
- Reload Stylesheet
-
-
-
-
- Displays the tree of widget names in the log (for stylesheet debugging).
-
-
-
-
- Widget Tree
-
-
-
-
- Debug information
-
-
-
-
- Calamares::ExecutionViewStep
-
-
- Set up
-
-
-
-
- Install
-
-
-
-
- Calamares::FailJob
-
-
- Job failed (%1)
-
-
-
-
- Programmed job failure was explicitly requested.
-
-
-
-
- Calamares::JobThread
-
-
- Done
-
-
-
-
- Calamares::NamedJob
-
-
- Example job (%1)
-
-
-
-
- Calamares::ProcessJob
-
-
- Run command '%1' in target system.
-
-
-
-
- Run command '%1'.
-
-
-
-
- Running command %1 %2
-
-
-
-
- Calamares::PythonJob
-
-
- Running %1 operation.
-
-
-
-
- Bad working directory path
-
-
-
-
- Working directory %1 for python job %2 is not readable.
-
-
-
-
- Bad main script file
-
-
-
-
- Main script file %1 for python job %2 is not readable.
-
-
-
-
- Boost.Python error in job "%1".
-
-
-
-
- Calamares::QmlViewStep
-
-
- Loading ...
-
-
-
-
- QML Step <i>%1</i>.
-
-
-
-
- Loading failed.
-
-
-
-
- Calamares::RequirementsChecker
-
-
- Requirements checking for module <i>%1</i> is complete.
-
-
-
-
- Waiting for %n module(s).
-
-
-
-
-
-
- (%n second(s))
-
-
-
-
-
-
- System-requirements checking is complete.
-
-
-
-
- Calamares::ViewManager
-
-
- Setup Failed
-
-
-
-
- Installation Failed
-
-
-
-
- Would you like to paste the install log to the web?
-
-
-
-
- Error
-
-
-
-
- &Yes
-
-
-
-
- &No
-
-
-
-
- &Close
-
-
-
-
- Install Log Paste URL
-
-
-
-
- The upload was unsuccessful. No web-paste was done.
-
-
-
-
- Install log posted to
-
-%1
-
-Link copied to clipboard
-
-
-
-
- Calamares Initialization Failed
-
-
-
-
- %1 can not be installed. Calamares was unable to load all of the configured modules. This is a problem with the way Calamares is being used by the distribution.
-
-
-
-
- <br/>The following modules could not be loaded:
-
-
-
-
- Continue with setup?
-
-
-
-
- Continue with installation?
-
-
-
-
- The %1 setup program is about to make changes to your disk in order to set up %2.<br/><strong>You will not be able to undo these changes.</strong>
-
-
-
-
- The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong>
-
-
-
-
- &Set up now
-
-
-
-
- &Install now
-
-
-
-
- Go &back
-
-
-
-
- &Set up
-
-
-
-
- &Install
-
-
-
-
- Setup is complete. Close the setup program.
-
-
-
-
- The installation is complete. Close the installer.
-
-
-
-
- Cancel setup without changing the system.
-
-
-
-
- Cancel installation without changing the system.
-
-
-
-
- &Next
-
-
-
-
- &Back
-
-
-
-
- &Done
-
-
-
-
- &Cancel
-
-
-
-
- Cancel setup?
-
-
-
-
- Cancel installation?
-
-
-
-
- Do you really want to cancel the current setup process?
-The setup program will quit and all changes will be lost.
-
-
-
-
- Do you really want to cancel the current install process?
-The installer will quit and all changes will be lost.
-
-
-
-
- CalamaresPython::Helper
-
-
- Unknown exception type
-
-
-
-
- unparseable Python error
-
-
-
-
- unparseable Python traceback
-
-
-
-
- Unfetchable Python error.
-
-
-
-
- CalamaresWindow
-
-
- %1 Setup Program
-
-
-
-
- %1 Installer
-
-
-
-
- ChangeFilesystemLabelJob
-
-
- Set filesystem label on %1.
-
-
-
-
- Set filesystem label <strong>%1</strong> to partition <strong>%2</strong>.
-
-
-
-
- The installer failed to update partition table on disk '%1'.
-
-
-
-
- CheckerContainer
-
-
- Gathering system information...
-
-
-
-
- ChoicePage
-
-
- Form
-
-
-
-
- Select storage de&vice:
-
-
-
-
-
-
-
- Current:
-
-
-
-
- After:
-
-
-
-
- <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.
-
-
-
-
- Reuse %1 as home partition for %2.
-
-
-
-
- <strong>Select a partition to shrink, then drag the bottom bar to resize</strong>
-
-
-
-
- %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4.
-
-
-
-
- Boot loader location:
-
-
-
-
- <strong>Select a partition to install on</strong>
-
-
-
-
- An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.
-
-
-
-
- The EFI system partition at %1 will be used for starting %2.
-
-
-
-
- EFI system partition:
-
-
-
-
- This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
-
-
-
- <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.
-
-
-
-
-
-
-
- <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.
-
-
-
-
-
-
-
- <strong>Replace a partition</strong><br/>Replaces a partition with %1.
-
-
-
-
- This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
- This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/>
-
-
-
-
- This storage device has one of its partitions <strong>mounted</strong>.
-
-
-
-
- This storage device is a part of an <strong>inactive RAID</strong> device.
-
-
-
-
- No Swap
-
-
-
-
- Reuse Swap
-
-
-
-
- Swap (no Hibernate)
-
-
-
-
- Swap (with Hibernate)
-
-
-
-
- Swap to file
-
-
-
-
- ClearMountsJob
-
-
- Clear mounts for partitioning operations on %1
-
-
-
-
- Clearing mounts for partitioning operations on %1.
-
-
-
-
- Cleared all mounts for %1
-
-
-
-
- ClearTempMountsJob
-
-
- Clear all temporary mounts.
-
-
-
-
- Clearing all temporary mounts.
-
-
-
-
- Cannot get list of temporary mounts.
-
-
-
-
- Cleared all temporary mounts.
-
-
-
-
- CommandList
-
-
-
- Could not run command.
-
-
-
-
- The command runs in the host environment and needs to know the root path, but no rootMountPoint is defined.
-
-
-
-
- The command needs to know the user's name, but no username is defined.
-
-
-
-
- Config
-
-
- Set keyboard model to %1.<br/>
-
-
-
-
- Set keyboard layout to %1/%2.
-
-
-
-
- Set timezone to %1/%2.
-
-
-
-
- The system language will be set to %1.
-
-
-
-
- The numbers and dates locale will be set to %1.
-
-
-
-
- Network Installation. (Disabled: Incorrect configuration)
-
-
-
-
- Network Installation. (Disabled: Received invalid groups data)
-
-
-
-
- Network Installation. (Disabled: Internal error)
-
-
-
-
- Network Installation. (Disabled: No package list)
-
-
-
-
- Package selection
-
-
-
-
- Network Installation. (Disabled: Unable to fetch package lists, check your network connection)
-
-
-
-
- This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a>
-
-
-
-
- This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a>
-
-
-
-
- This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled.
-
-
-
-
- This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled.
-
-
-
-
- This program will ask you some questions and set up %2 on your computer.
-
-
-
-
- <h1>Welcome to the Calamares setup program for %1</h1>
-
-
-
-
- <h1>Welcome to %1 setup</h1>
-
-
-
-
- <h1>Welcome to the Calamares installer for %1</h1>
-
-
-
-
- <h1>Welcome to the %1 installer</h1>
-
-
-
-
- Your username is too long.
-
-
-
-
- '%1' is not allowed as username.
-
-
-
-
- Your username must start with a lowercase letter or underscore.
-
-
-
-
- Only lowercase letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- Your hostname is too short.
-
-
-
-
- Your hostname is too long.
-
-
-
-
- '%1' is not allowed as hostname.
-
-
-
-
- Only letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- Your passwords do not match!
-
-
-
-
- OK!
-
-
-
-
- Setup Failed
-
-
-
-
- Installation Failed
-
-
-
-
- The setup of %1 did not complete successfully.
-
-
-
-
- The installation of %1 did not complete successfully.
-
-
-
-
- Setup Complete
-
-
-
-
- Installation Complete
-
-
-
-
- The setup of %1 is complete.
-
-
-
-
- The installation of %1 is complete.
-
-
-
-
- Package Selection
-
-
-
-
- Please pick a product from the list. The selected product will be installed.
-
-
-
-
- Install option: <strong>%1</strong>
-
-
-
-
- None
-
-
-
-
- Summary
-
-
-
-
- This is an overview of what will happen once you start the setup procedure.
-
-
-
-
- This is an overview of what will happen once you start the install procedure.
-
-
-
-
- ContextualProcessJob
-
-
- Contextual Processes Job
-
-
-
-
- CreatePartitionDialog
-
-
- Create a Partition
-
-
-
-
- Si&ze:
-
-
-
-
- MiB
-
-
-
-
- Partition &Type:
-
-
-
-
- &Primary
-
-
-
-
- E&xtended
-
-
-
-
- Fi&le System:
-
-
-
-
- LVM LV name
-
-
-
-
- &Mount Point:
-
-
-
-
- Flags:
-
-
-
-
- Label for the filesystem
-
-
-
-
- FS Label:
-
-
-
-
- En&crypt
-
-
-
-
- Logical
-
-
-
-
- Primary
-
-
-
-
- GPT
-
-
-
-
- Mountpoint already in use. Please select another one.
-
-
-
-
- CreatePartitionJob
-
-
- Create new %1MiB partition on %3 (%2) with entries %4.
-
-
-
-
- Create new %1MiB partition on %3 (%2).
-
-
-
-
- Create new %2MiB partition on %4 (%3) with file system %1.
-
-
-
-
- Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2) with entries <em>%4</em>.
-
-
-
-
- Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2).
-
-
-
-
- Create new <strong>%2MiB</strong> partition on <strong>%4</strong> (%3) with file system <strong>%1</strong>.
-
-
-
-
-
- Creating new %1 partition on %2.
-
-
-
-
- The installer failed to create partition on disk '%1'.
-
-
-
-
- CreatePartitionTableDialog
-
-
- Create Partition Table
-
-
-
-
- Creating a new partition table will delete all existing data on the disk.
-
-
-
-
- What kind of partition table do you want to create?
-
-
-
-
- Master Boot Record (MBR)
-
-
-
-
- GUID Partition Table (GPT)
-
-
-
-
- CreatePartitionTableJob
-
-
- Create new %1 partition table on %2.
-
-
-
-
- Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3).
-
-
-
-
- Creating new %1 partition table on %2.
-
-
-
-
- The installer failed to create a partition table on %1.
-
-
-
-
- CreateUserJob
-
-
- Create user %1
-
-
-
-
- Create user <strong>%1</strong>.
-
-
-
-
- Preserving home directory
-
-
-
-
-
- Creating user %1
-
-
-
-
- Configuring user %1
-
-
-
-
- Setting file permissions
-
-
-
-
- CreateVolumeGroupDialog
-
-
- Create Volume Group
-
-
-
-
- CreateVolumeGroupJob
-
-
- Create new volume group named %1.
-
-
-
-
- Create new volume group named <strong>%1</strong>.
-
-
-
-
- Creating new volume group named %1.
-
-
-
-
- The installer failed to create a volume group named '%1'.
-
-
-
-
- DeactivateVolumeGroupJob
-
-
-
- Deactivate volume group named %1.
-
-
-
-
- Deactivate volume group named <strong>%1</strong>.
-
-
-
-
- The installer failed to deactivate a volume group named %1.
-
-
-
-
- DeletePartitionJob
-
-
- Delete partition %1.
-
-
-
-
- Delete partition <strong>%1</strong>.
-
-
-
-
- Deleting partition %1.
-
-
-
-
- The installer failed to delete partition %1.
-
-
-
-
- DeviceInfoWidget
-
-
- This device has a <strong>%1</strong> partition table.
-
-
-
-
- This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem.
-
-
-
-
- This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page.
-
-
-
-
- <br><br>This is the recommended partition table type for modern systems which start from an <strong>EFI</strong> boot environment.
-
-
-
-
- <br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions.
-
-
-
-
- The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred.
-
-
-
-
- DeviceModel
-
-
- %1 - %2 (%3)
- device[name] - size[number] (device-node[name])
-
-
-
-
- %1 - (%2)
- device[name] - (device-node[name])
-
-
-
-
- DracutLuksCfgJob
-
-
- Write LUKS configuration for Dracut to %1
-
-
-
-
- Skip writing LUKS configuration for Dracut: "/" partition is not encrypted
-
-
-
-
- Failed to open %1
-
-
-
-
- DummyCppJob
-
-
- Dummy C++ Job
-
-
-
-
- EditExistingPartitionDialog
-
-
- Edit Existing Partition
-
-
-
-
- Content:
-
-
-
-
- &Keep
-
-
-
-
- Format
-
-
-
-
- Warning: Formatting the partition will erase all existing data.
-
-
-
-
- &Mount Point:
-
-
-
-
- Si&ze:
-
-
-
-
- MiB
-
-
-
-
- Fi&le System:
-
-
-
-
- Flags:
-
-
-
-
- Label for the filesystem
-
-
-
-
- FS Label:
-
-
-
-
- Mountpoint already in use. Please select another one.
-
-
-
-
- EncryptWidget
-
-
- Form
-
-
-
-
- En&crypt system
-
-
-
-
- Passphrase
-
-
-
-
- Confirm passphrase
-
-
-
-
-
- Please enter the same passphrase in both boxes.
-
-
-
-
- FillGlobalStorageJob
-
-
- Set partition information
-
-
-
-
- Install %1 on <strong>new</strong> %2 system partition with features <em>%3</em>
-
-
-
-
- Install %1 on <strong>new</strong> %2 system partition.
-
-
-
-
- Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong> and features <em>%3</em>.
-
-
-
-
- Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>%3.
-
-
-
-
- Install %2 on %3 system partition <strong>%1</strong> with features <em>%4</em>.
-
-
-
-
- Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong> and features <em>%4</em>.
-
-
-
-
- Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>%4.
-
-
-
-
- Install %2 on %3 system partition <strong>%1</strong>.
-
-
-
-
- Install boot loader on <strong>%1</strong>.
-
-
-
-
- Setting up mount points.
-
-
-
-
- FinishedPage
-
-
- Form
-
-
-
-
- &Restart now
-
-
-
-
- <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system.
-
-
-
-
- <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html>
-
-
-
-
- <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment.
-
-
-
-
- <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html>
-
-
-
-
- <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2.
-
-
-
-
- <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2.
-
-
-
-
- FinishedQmlViewStep
-
-
- Finish
-
-
-
-
- FinishedViewStep
-
-
- Finish
-
-
-
-
- FormatPartitionJob
-
-
- Format partition %1 (file system: %2, size: %3 MiB) on %4.
-
-
-
-
- Format <strong>%3MiB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>.
-
-
-
-
- Formatting partition %1 with file system %2.
-
-
-
-
- The installer failed to format partition %1 on disk '%2'.
-
-
-
-
- GeneralRequirements
-
-
- has at least %1 GiB available drive space
-
-
-
-
- There is not enough drive space. At least %1 GiB is required.
-
-
-
-
- has at least %1 GiB working memory
-
-
-
-
- The system does not have enough working memory. At least %1 GiB is required.
-
-
-
-
- is plugged in to a power source
-
-
-
-
- The system is not plugged in to a power source.
-
-
-
-
- is connected to the Internet
-
-
-
-
- The system is not connected to the Internet.
-
-
-
-
- is running the installer as an administrator (root)
-
-
-
-
- The setup program is not running with administrator rights.
-
-
-
-
- The installer is not running with administrator rights.
-
-
-
-
- has a screen large enough to show the whole installer
-
-
-
-
- The screen is too small to display the setup program.
-
-
-
-
- The screen is too small to display the installer.
-
-
-
-
- HostInfoJob
-
-
- Collecting information about your machine.
-
-
-
-
- IDJob
-
-
-
-
-
- OEM Batch Identifier
-
-
-
-
- Could not create directories <code>%1</code>.
-
-
-
-
- Could not open file <code>%1</code>.
-
-
-
-
- Could not write to file <code>%1</code>.
-
-
-
-
- InitcpioJob
-
-
- Creating initramfs with mkinitcpio.
-
-
-
-
- InitramfsJob
-
-
- Creating initramfs.
-
-
-
-
- InteractiveTerminalPage
-
-
- Konsole not installed
-
-
-
-
- Please install KDE Konsole and try again!
-
-
-
-
- Executing script: <code>%1</code>
-
-
-
-
- InteractiveTerminalViewStep
-
-
- Script
-
-
-
-
- KeyboardQmlViewStep
-
-
- Keyboard
-
-
-
-
- KeyboardViewStep
-
-
- Keyboard
-
-
-
-
- LCLocaleDialog
-
-
- System locale setting
-
-
-
-
- The system locale setting affects the language and character set for some command line user interface elements.<br/>The current setting is <strong>%1</strong>.
-
-
-
-
- &Cancel
-
-
-
-
- &OK
-
-
-
-
- LicensePage
-
-
- Form
-
-
-
-
- <h1>License Agreement</h1>
-
-
-
-
- I accept the terms and conditions above.
-
-
-
-
- Please review the End User License Agreements (EULAs).
-
-
-
-
- This setup procedure will install proprietary software that is subject to licensing terms.
-
-
-
-
- If you do not agree with the terms, the setup procedure cannot continue.
-
-
-
-
- This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience.
-
-
-
-
- If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead.
-
-
-
-
- LicenseViewStep
-
-
- License
-
-
-
-
- LicenseWidget
-
-
- URL: %1
-
-
-
-
- <strong>%1 driver</strong><br/>by %2
- %1 is an untranslatable product name, example: Creative Audigy driver
-
-
-
-
- <strong>%1 graphics driver</strong><br/><font color="Grey">by %2</font>
- %1 is usually a vendor name, example: Nvidia graphics driver
-
-
-
-
- <strong>%1 browser plugin</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1 codec</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1 package</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- <strong>%1</strong><br/><font color="Grey">by %2</font>
-
-
-
-
- File: %1
-
-
-
-
- Hide license text
-
-
-
-
- Show the license text
-
-
-
-
- Open license agreement in browser.
-
-
-
-
- LocalePage
-
-
- Region:
-
-
-
-
- Zone:
-
-
-
-
-
- &Change...
-
-
-
-
- LocaleQmlViewStep
-
-
- Location
-
-
-
-
- LocaleTests
-
-
- Quit
-
-
-
-
- LocaleViewStep
-
-
- Location
-
-
-
-
- LuksBootKeyFileJob
-
-
- Configuring LUKS key file.
-
-
-
-
-
- No partitions are defined.
-
-
-
-
-
-
- Encrypted rootfs setup error
-
-
-
-
- Root partition %1 is LUKS but no passphrase has been set.
-
-
-
-
- Could not create LUKS key file for root partition %1.
-
-
-
-
- Could not configure LUKS key file on partition %1.
-
-
-
-
- MachineIdJob
-
-
- Generate machine-id.
-
-
-
-
- Configuration Error
-
-
-
-
- No root mount point is set for MachineId.
-
-
-
-
- Map
-
-
- Timezone: %1
-
-
-
-
- Please select your preferred location on the map so the installer can suggest the locale
- and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging
- to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming.
-
-
-
-
- NetInstallViewStep
-
-
- Package selection
-
-
-
-
- Office software
-
-
-
-
- Office package
-
-
-
-
- Browser software
-
-
-
-
- Browser package
-
-
-
-
- Web browser
-
-
-
-
- Kernel
-
-
-
-
- Services
-
-
-
-
- Login
-
-
-
-
- Desktop
-
-
-
-
- Applications
-
-
-
-
- Communication
-
-
-
-
- Development
-
-
-
-
- Office
-
-
-
-
- Multimedia
-
-
-
-
- Internet
-
-
-
-
- Theming
-
-
-
-
- Gaming
-
-
-
-
- Utilities
-
-
-
-
- NotesQmlViewStep
-
-
- Notes
-
-
-
-
- OEMPage
-
-
- Ba&tch:
-
-
-
-
- <html><head/><body><p>Enter a batch-identifier here. This will be stored in the target system.</p></body></html>
-
-
-
-
- <html><head/><body><h1>OEM Configuration</h1><p>Calamares will use OEM settings while configuring the target system.</p></body></html>
-
-
-
-
- OEMViewStep
-
-
- OEM Configuration
-
-
-
-
- Set the OEM Batch Identifier to <code>%1</code>.
-
-
-
-
- Offline
-
-
- Select your preferred Region, or use the default settings.
-
-
-
-
-
-
- Timezone: %1
-
-
-
-
- Select your preferred Zone within your Region.
-
-
-
-
- Zones
-
-
-
-
- You can fine-tune Language and Locale settings below.
-
-
-
-
- PWQ
-
-
- Password is too short
-
-
-
-
- Password is too long
-
-
-
-
- Password is too weak
-
-
-
-
- Memory allocation error when setting '%1'
-
-
-
-
- Memory allocation error
-
-
-
-
- The password is the same as the old one
-
-
-
-
- The password is a palindrome
-
-
-
-
- The password differs with case changes only
-
-
-
-
- The password is too similar to the old one
-
-
-
-
- The password contains the user name in some form
-
-
-
-
- The password contains words from the real name of the user in some form
-
-
-
-
- The password contains forbidden words in some form
-
-
-
-
- The password contains too few digits
-
-
-
-
- The password contains too few uppercase letters
-
-
-
-
- The password contains fewer than %n lowercase letters
-
-
-
-
-
-
- The password contains too few lowercase letters
-
-
-
-
- The password contains too few non-alphanumeric characters
-
-
-
-
- The password is too short
-
-
-
-
- The password does not contain enough character classes
-
-
-
-
- The password contains too many same characters consecutively
-
-
-
-
- The password contains too many characters of the same class consecutively
-
-
-
-
- The password contains fewer than %n digits
-
-
-
-
-
-
- The password contains fewer than %n uppercase letters
-
-
-
-
-
-
- The password contains fewer than %n non-alphanumeric characters
-
-
-
-
-
-
- The password is shorter than %n characters
-
-
-
-
-
-
- The password is a rotated version of the previous one
-
-
-
-
- The password contains fewer than %n character classes
-
-
-
-
-
-
- The password contains more than %n same characters consecutively
-
-
-
-
-
-
- The password contains more than %n characters of the same class consecutively
-
-
-
-
-
-
- The password contains monotonic sequence longer than %n characters
-
-
-
-
-
-
- The password contains too long of a monotonic character sequence
-
-
-
-
- No password supplied
-
-
-
-
- Cannot obtain random numbers from the RNG device
-
-
-
-
- Password generation failed - required entropy too low for settings
-
-
-
-
- The password fails the dictionary check - %1
-
-
-
-
- The password fails the dictionary check
-
-
-
-
- Unknown setting - %1
-
-
-
-
- Unknown setting
-
-
-
-
- Bad integer value of setting - %1
-
-
-
-
- Bad integer value
-
-
-
-
- Setting %1 is not of integer type
-
-
-
-
- Setting is not of integer type
-
-
-
-
- Setting %1 is not of string type
-
-
-
-
- Setting is not of string type
-
-
-
-
- Opening the configuration file failed
-
-
-
-
- The configuration file is malformed
-
-
-
-
- Fatal failure
-
-
-
-
- Unknown error
-
-
-
-
- Password is empty
-
-
-
-
- PackageChooserPage
-
-
- Form
-
-
-
-
- Product Name
-
-
-
-
- TextLabel
-
-
-
-
- Long Product Description
-
-
-
-
- Package Selection
-
-
-
-
- Please pick a product from the list. The selected product will be installed.
-
-
-
-
- PackageChooserQmlViewStep
-
-
- Packages
-
-
-
-
- PackageChooserViewStep
-
-
- Packages
-
-
-
-
- PackageModel
-
-
- Name
-
-
-
-
- Description
-
-
-
-
- Page_Keyboard
-
-
- Form
-
-
-
-
- Keyboard Model:
-
-
-
-
- Type here to test your keyboard
-
-
-
-
- Page_UserSetup
-
-
- Form
-
-
-
-
- What is your name?
-
-
-
-
- Your Full Name
-
-
-
-
- What name do you want to use to log in?
-
-
-
-
- login
-
-
-
-
- What is the name of this computer?
-
-
-
-
- <small>This name will be used if you make the computer visible to others on a network.</small>
-
-
-
-
- Computer Name
-
-
-
-
- Choose a password to keep your account safe.
-
-
-
-
-
- <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small>
-
-
-
-
-
- Password
-
-
-
-
-
- Repeat Password
-
-
-
-
- When this box is checked, password-strength checking is done and you will not be able to use a weak password.
-
-
-
-
- Require strong passwords.
-
-
-
-
- Log in automatically without asking for the password.
-
-
-
-
- Use the same password for the administrator account.
-
-
-
-
- Choose a password for the administrator account.
-
-
-
-
-
- <small>Enter the same password twice, so that it can be checked for typing errors.</small>
-
-
-
-
- PartitionLabelsView
-
-
- Root
-
-
-
-
- Home
-
-
-
-
- Boot
-
-
-
-
- EFI system
-
-
-
-
- Swap
-
-
-
-
- New partition for %1
-
-
-
-
- New partition
-
-
-
-
- %1 %2
- size[number] filesystem[name]
-
-
-
-
- PartitionModel
-
-
-
- Free Space
-
-
-
-
-
- New partition
-
-
-
-
- Name
-
-
-
-
- File System
-
-
-
-
- File System Label
-
-
-
-
- Mount Point
-
-
-
-
- Size
-
-
-
-
- PartitionPage
-
-
- Form
-
-
-
-
- Storage de&vice:
-
-
-
-
- &Revert All Changes
-
-
-
-
- New Partition &Table
-
-
-
-
- Cre&ate
-
-
-
-
- &Edit
-
-
-
-
- &Delete
-
-
-
-
- New Volume Group
-
-
-
-
- Resize Volume Group
-
-
-
-
- Deactivate Volume Group
-
-
-
-
- Remove Volume Group
-
-
-
-
- I&nstall boot loader on:
-
-
-
-
- Are you sure you want to create a new partition table on %1?
-
-
-
-
- Can not create new partition
-
-
-
-
- The partition table on %1 already has %2 primary partitions, and no more can be added. Please remove one primary partition and add an extended partition, instead.
-
-
-
-
- PartitionViewStep
-
-
- Gathering system information...
-
-
-
-
- Partitions
-
-
-
-
- Current:
-
-
-
-
- After:
-
-
-
-
- No EFI system partition configured
-
-
-
-
- EFI system partition configured incorrectly
-
-
-
-
- An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem.
-
-
-
-
- The filesystem must be mounted on <strong>%1</strong>.
-
-
-
-
- The filesystem must have type FAT32.
-
-
-
-
- The filesystem must be at least %1 MiB in size.
-
-
-
-
- The filesystem must have flag <strong>%1</strong> set.
-
-
-
-
- You can continue without setting up an EFI system partition but your system may fail to start.
-
-
-
-
- Option to use GPT on BIOS
-
-
-
-
- A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.
-
-
-
-
- Boot partition not encrypted
-
-
-
-
- A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.
-
-
-
-
- has at least one disk device available.
-
-
-
-
- There are no partitions to install on.
-
-
-
-
- PlasmaLnfJob
-
-
- Plasma Look-and-Feel Job
-
-
-
-
-
- Could not select KDE Plasma Look-and-Feel package
-
-
-
-
- PlasmaLnfPage
-
-
- Form
-
-
-
-
- Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is set up. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel.
-
-
-
-
- Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is installed. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel.
-
-
-
-
- PlasmaLnfViewStep
-
-
- Look-and-Feel
-
-
-
-
- PreserveFiles
-
-
- Saving files for later ...
-
-
-
-
- No files configured to save for later.
-
-
-
-
- Not all of the configured files could be preserved.
-
-
-
-
- ProcessResult
-
-
-
-There was no output from the command.
-
-
-
-
-
-Output:
-
-
-
-
-
- External command crashed.
-
-
-
-
- Command <i>%1</i> crashed.
-
-
-
-
- External command failed to start.
-
-
-
-
- Command <i>%1</i> failed to start.
-
-
-
-
- Internal error when starting command.
-
-
-
-
- Bad parameters for process job call.
-
-
-
-
- External command failed to finish.
-
-
-
-
- Command <i>%1</i> failed to finish in %2 seconds.
-
-
-
-
- External command finished with errors.
-
-
-
-
- Command <i>%1</i> finished with exit code %2.
-
-
-
-
- QObject
-
-
- %1 (%2)
-
-
-
-
- unknown
-
-
-
-
- extended
-
-
-
-
- unformatted
-
-
-
-
- swap
-
-
-
-
-
- Default
-
-
-
-
-
-
-
- File not found
-
-
-
-
- Path <pre>%1</pre> must be an absolute path.
-
-
-
-
- Directory not found
-
-
-
-
-
- Could not create new random file <pre>%1</pre>.
-
-
-
-
- No product
-
-
-
-
- No description provided.
-
-
-
-
- (no mount point)
-
-
-
-
- Unpartitioned space or unknown partition table
-
-
-
-
- Recommended
-
-
- <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/>
- Setup can continue, but some features might be disabled.</p>
-
-
-
-
- RemoveUserJob
-
-
- Remove live user from target system
-
-
-
-
- RemoveVolumeGroupJob
-
-
-
- Remove Volume Group named %1.
-
-
-
-
- Remove Volume Group named <strong>%1</strong>.
-
-
-
-
- The installer failed to remove a volume group named '%1'.
-
-
-
-
- ReplaceWidget
-
-
- Form
-
-
-
-
- Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition.
-
-
-
-
- The selected item does not appear to be a valid partition.
-
-
-
-
- %1 cannot be installed on empty space. Please select an existing partition.
-
-
-
-
- %1 cannot be installed on an extended partition. Please select an existing primary or logical partition.
-
-
-
-
- %1 cannot be installed on this partition.
-
-
-
-
- Data partition (%1)
-
-
-
-
- Unknown system partition (%1)
-
-
-
-
- %1 system partition (%2)
-
-
-
-
- <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB.
-
-
-
-
- <strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.
-
-
-
-
-
-
- <strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost.
-
-
-
-
- The EFI system partition at %1 will be used for starting %2.
-
-
-
-
- EFI system partition:
-
-
-
-
- Requirements
-
-
- <p>This computer does not satisfy the minimum requirements for installing %1.<br/>
- Installation cannot continue.</p>
-
-
-
-
- <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/>
- Setup can continue, but some features might be disabled.</p>
-
-
-
-
- ResizeFSJob
-
-
- Resize Filesystem Job
-
-
-
-
- Invalid configuration
-
-
-
-
- The file-system resize job has an invalid configuration and will not run.
-
-
-
-
- KPMCore not Available
-
-
-
-
- Calamares cannot start KPMCore for the file-system resize job.
-
-
-
-
-
-
-
-
- Resize Failed
-
-
-
-
- The filesystem %1 could not be found in this system, and cannot be resized.
-
-
-
-
- The device %1 could not be found in this system, and cannot be resized.
-
-
-
-
-
- The filesystem %1 cannot be resized.
-
-
-
-
-
- The device %1 cannot be resized.
-
-
-
-
- The filesystem %1 must be resized, but cannot.
-
-
-
-
- The device %1 must be resized, but cannot
-
-
-
-
- ResizePartitionJob
-
-
- Resize partition %1.
-
-
-
-
- Resize <strong>%2MiB</strong> partition <strong>%1</strong> to <strong>%3MiB</strong>.
-
-
-
-
- Resizing %2MiB partition %1 to %3MiB.
-
-
-
-
- The installer failed to resize partition %1 on disk '%2'.
-
-
-
-
- ResizeVolumeGroupDialog
-
-
- Resize Volume Group
-
-
-
-
- ResizeVolumeGroupJob
-
-
-
- Resize volume group named %1 from %2 to %3.
-
-
-
-
- Resize volume group named <strong>%1</strong> from <strong>%2</strong> to <strong>%3</strong>.
-
-
-
-
- The installer failed to resize a volume group named '%1'.
-
-
-
-
- ResultsListDialog
-
-
- For best results, please ensure that this computer:
-
-
-
-
- System requirements
-
-
-
-
- ScanningDialog
-
-
- Scanning storage devices...
-
-
-
-
- Partitioning
-
-
-
-
- SetHostNameJob
-
-
- Set hostname %1
-
-
-
-
- Set hostname <strong>%1</strong>.
-
-
-
-
- Setting hostname %1.
-
-
-
-
-
- Internal Error
-
-
-
-
-
- Cannot write hostname to target system
-
-
-
-
- SetKeyboardLayoutJob
-
-
- Set keyboard model to %1, layout to %2-%3
-
-
-
-
- Failed to write keyboard configuration for the virtual console.
-
-
-
-
-
-
- Failed to write to %1
-
-
-
-
- Failed to write keyboard configuration for X11.
-
-
-
-
- Failed to write keyboard configuration to existing /etc/default directory.
-
-
-
-
- SetPartFlagsJob
-
-
- Set flags on partition %1.
-
-
-
-
- Set flags on %1MiB %2 partition.
-
-
-
-
- Set flags on new partition.
-
-
-
-
- Clear flags on partition <strong>%1</strong>.
-
-
-
-
- Clear flags on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Clear flags on new partition.
-
-
-
-
- Flag partition <strong>%1</strong> as <strong>%2</strong>.
-
-
-
-
- Flag %1MiB <strong>%2</strong> partition as <strong>%3</strong>.
-
-
-
-
- Flag new partition as <strong>%1</strong>.
-
-
-
-
- Clearing flags on partition <strong>%1</strong>.
-
-
-
-
- Clearing flags on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Clearing flags on new partition.
-
-
-
-
- Setting flags <strong>%2</strong> on partition <strong>%1</strong>.
-
-
-
-
- Setting flags <strong>%3</strong> on %1MiB <strong>%2</strong> partition.
-
-
-
-
- Setting flags <strong>%1</strong> on new partition.
-
-
-
-
- The installer failed to set flags on partition %1.
-
-
-
-
- SetPasswordJob
-
-
- Set password for user %1
-
-
-
-
- Setting password for user %1.
-
-
-
-
- Bad destination system path.
-
-
-
-
- rootMountPoint is %1
-
-
-
-
- Cannot disable root account.
-
-
-
-
- passwd terminated with error code %1.
-
-
-
-
- Cannot set password for user %1.
-
-
-
-
- usermod terminated with error code %1.
-
-
-
-
- SetTimezoneJob
-
-
- Set timezone to %1/%2
-
-
-
-
- Cannot access selected timezone path.
-
-
-
-
- Bad path: %1
-
-
-
-
- Cannot set timezone.
-
-
-
-
- Link creation failed, target: %1; link name: %2
-
-
-
-
- Cannot set timezone,
-
-
-
-
- Cannot open /etc/timezone for writing
-
-
-
-
- SetupGroupsJob
-
-
- Preparing groups.
-
-
-
-
-
- Could not create groups in target system
-
-
-
-
- These groups are missing in the target system: %1
-
-
-
-
- SetupSudoJob
-
-
- Configure <pre>sudo</pre> users.
-
-
-
-
- Cannot chmod sudoers file.
-
-
-
-
- Cannot create sudoers file for writing.
-
-
-
-
- ShellProcessJob
-
-
- Shell Processes Job
-
-
-
-
- SlideCounter
-
-
- %L1 / %L2
- slide counter, %1 of %2 (numeric)
-
-
-
-
- StandardButtons
-
-
- &OK
-
-
-
-
- &Yes
-
-
-
-
- &No
-
-
-
-
- &Cancel
-
-
-
-
- &Close
-
-
-
-
- TrackingInstallJob
-
-
- Installation feedback
-
-
-
-
- Sending installation feedback.
-
-
-
-
- Internal error in install-tracking.
-
-
-
-
- HTTP request timed out.
-
-
-
-
- TrackingKUserFeedbackJob
-
-
- KDE user feedback
-
-
-
-
- Configuring KDE user feedback.
-
-
-
-
-
- Error in KDE user feedback configuration.
-
-
-
-
- Could not configure KDE user feedback correctly, script error %1.
-
-
-
-
- Could not configure KDE user feedback correctly, Calamares error %1.
-
-
-
-
- TrackingMachineUpdateManagerJob
-
-
- Machine feedback
-
-
-
-
- Configuring machine feedback.
-
-
-
-
-
- Error in machine feedback configuration.
-
-
-
-
- Could not configure machine feedback correctly, script error %1.
-
-
-
-
- Could not configure machine feedback correctly, Calamares error %1.
-
-
-
-
- TrackingPage
-
-
- Form
-
-
-
-
- Placeholder
-
-
-
-
- <html><head/><body><p>Click here to send <span style=" font-weight:600;">no information at all</span> about your installation.</p></body></html>
-
-
-
-
- <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html>
-
-
-
-
- Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area.
-
-
-
-
- By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes.
-
-
-
-
- By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1.
-
-
-
-
- By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1.
-
-
-
-
- TrackingViewStep
-
-
- Feedback
-
-
-
-
- UsersPage
-
-
- <small>If more than one person will use this computer, you can create multiple accounts after setup.</small>
-
-
-
-
- <small>If more than one person will use this computer, you can create multiple accounts after installation.</small>
-
-
-
-
- UsersQmlViewStep
-
-
- Users
-
-
-
-
- UsersViewStep
-
-
- Users
-
-
-
-
- VariantModel
-
-
- Key
- Column header for key/value
-
-
-
-
- Value
- Column header for key/value
-
-
-
-
- VolumeGroupBaseDialog
-
-
- Create Volume Group
-
-
-
-
- List of Physical Volumes
-
-
-
-
- Volume Group Name:
-
-
-
-
- Volume Group Type:
-
-
-
-
- Physical Extent Size:
-
-
-
-
- MiB
-
-
-
-
- Total Size:
-
-
-
-
- Used Size:
-
-
-
-
- Total Sectors:
-
-
-
-
- Quantity of LVs:
-
-
-
-
- WelcomePage
-
-
- Form
-
-
-
-
-
- Select application and system language
-
-
-
-
- &About
-
-
-
-
- Open donations website
-
-
-
-
- &Donate
-
-
-
-
- Open help and support website
-
-
-
-
- &Support
-
-
-
-
- Open issues and bug-tracking website
-
-
-
-
- &Known issues
-
-
-
-
- Open release notes website
-
-
-
-
- &Release notes
-
-
-
-
- <h1>Welcome to the Calamares setup program for %1.</h1>
-
-
-
-
- <h1>Welcome to %1 setup.</h1>
-
-
-
-
- <h1>Welcome to the Calamares installer for %1.</h1>
-
-
-
-
- <h1>Welcome to the %1 installer.</h1>
-
-
-
-
- %1 support
-
-
-
-
- About %1 setup
-
-
-
-
- About %1 installer
-
-
-
-
- <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac <teo@kde.org><br/>Copyright 2017-2020 Adriaan de Groot <groot@kde.org><br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.
-
-
-
-
- WelcomeQmlViewStep
-
-
- Welcome
-
-
-
-
- WelcomeViewStep
-
-
- Welcome
-
-
-
-
- about
-
-
- <h1>%1</h1><br/>
- <strong>%2<br/>
- for %3</strong><br/><br/>
- Copyright 2014-2017 Teo Mrnjavac <teo@kde.org><br/>
- Copyright 2017-2020 Adriaan de Groot <groot@kde.org><br/>
- Thanks to <a href='https://calamares.io/team/'>the Calamares team</a>
- and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares
- translators team</a>.<br/><br/>
- <a href='https://calamares.io/'>Calamares</a>
- development is sponsored by <br/>
- <a href='http://www.blue-systems.com/'>Blue Systems</a> -
- Liberating Software.
-
-
-
-
- Back
-
-
-
-
- calamares-sidebar
-
-
- Show debug information
-
-
-
-
- finishedq
-
-
- Installation Completed
-
-
-
-
- %1 has been installed on your computer.<br/>
- You may now restart into your new system, or continue using the Live environment.
-
-
-
-
- Close Installer
-
-
-
-
- Restart System
-
-
-
-
- <p>A full log of the install is available as installation.log in the home directory of the Live user.<br/>
- This log is copied to /var/log/installation.log of the target system.</p>
-
-
-
-
- i18n
-
-
- <h1>Languages</h1> </br>
- The system locale setting affects the language and character set for some command line user interface elements. The current setting is <strong>%1</strong>.
-
-
-
-
- <h1>Locales</h1> </br>
- The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
-
-
-
-
- Back
-
-
-
-
- keyboardq
-
-
- To activate keyboard preview, select a layout.
-
-
-
-
- Keyboard Model:
-
-
-
-
- Layouts
-
-
-
-
- Type here to test your keyboard
-
-
-
-
- Variants
-
-
-
-
- localeq
-
-
- Change
-
-
-
-
- notesqml
-
-
- <h3>%1</h3>
- <p>These are example release notes.</p>
-
-
-
-
- packagechooserq
-
-
- LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.<br/>
- Default option.
-
-
-
-
- LibreOffice
-
-
-
-
- If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives.
-
-
-
-
- No Office Suite
-
-
-
-
- Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser.
-
-
-
-
- Minimal Install
-
-
-
-
- Please select an option for your install, or use the default: LibreOffice included.
-
-
-
-
- release_notes
-
-
- <h3>%1</h3>
- <p>This an example QML file, showing options in RichText with Flickable content.</p>
-
- <p>QML with RichText can use HTML tags, Flickable content is useful for touchscreens.</p>
-
- <p><b>This is bold text</b></p>
- <p><i>This is italic text</i></p>
- <p><u>This is underlined text</u></p>
- <p><center>This text will be center-aligned.</center></p>
- <p><s>This is strikethrough</s></p>
-
- <p>Code example:
- <code>ls -l /home</code></p>
-
- <p><b>Lists:</b></p>
- <ul>
- <li>Intel CPU systems</li>
- <li>AMD CPU systems</li>
- </ul>
-
- <p>The vertical scrollbar is adjustable, current width set to 10.</p>
-
-
-
-
- Back
-
-
-
-
- usersq
-
-
- Pick your user name and credentials to login and perform admin tasks
-
-
-
-
- What is your name?
-
-
-
-
- Your Full Name
-
-
-
-
- What name do you want to use to log in?
-
-
-
-
- Login Name
-
-
-
-
- If more than one person will use this computer, you can create multiple accounts after installation.
-
-
-
-
- Only lowercase letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- root is not allowed as username.
-
-
-
-
- What is the name of this computer?
-
-
-
-
- Computer Name
-
-
-
-
- This name will be used if you make the computer visible to others on a network.
-
-
-
-
- localhost is not allowed as hostname.
-
-
-
-
- Choose a password to keep your account safe.
-
-
-
-
- Password
-
-
-
-
- Repeat Password
-
-
-
-
- Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.
-
-
-
-
- Validate passwords quality
-
-
-
-
- When this box is checked, password-strength checking is done and you will not be able to use a weak password.
-
-
-
-
- Log in automatically without asking for the password
-
-
-
-
- Only letters, numbers, underscore and hyphen are allowed, minimal of two characters.
-
-
-
-
- Reuse user password as root password
-
-
-
-
- Use the same password for the administrator account.
-
-
-
-
- Choose a root password to keep your account safe.
-
-
-
-
- Root Password
-
-
-
-
- Repeat Root Password
-
-
-
-
- Enter the same password twice, so that it can be checked for typing errors.
-
-
-
-
- welcomeq
-
-
- <h3>Welcome to the %1 <quote>%2</quote> installer</h3>
- <p>This program will ask you some questions and set up %1 on your computer.</p>
-
-
-
-
- About
-
-
-
-
- Support
-
-
-
-
- Known issues
-
-
-
-
- Release notes
-
-
-
-
- Donate
-
-
-
-
diff --git a/lang/python/en_HK/LC_MESSAGES/python.po b/lang/python/en_HK/LC_MESSAGES/python.po
deleted file mode 100644
index f1e9f83f5..000000000
--- a/lang/python/en_HK/LC_MESSAGES/python.po
+++ /dev/null
@@ -1,387 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR , YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-11-02 15:45+0100\n"
-"PO-Revision-Date: 2017-08-09 10:34+0000\n"
-"Language-Team: English (Hong Kong) (https://www.transifex.com/calamares/teams/20061/en_HK/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: en_HK\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: src/modules/initramfscfg/main.py:32
-msgid "Configuring initramfs."
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
-#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361
-#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105
-#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231
-#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144
-#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72
-#: src/modules/openrcdmcryptcfg/main.py:76
-#: src/modules/luksopenswaphookcfg/main.py:86
-#: src/modules/luksopenswaphookcfg/main.py:90
-msgid "Configuration Error"
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356
-#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145
-#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73
-#: src/modules/luksopenswaphookcfg/main.py:87
-msgid "No partitions are defined for {!s} to use."
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362
-#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232
-#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77
-#: src/modules/luksopenswaphookcfg/main.py:91
-msgid "No root mount point is given for {!s} to use."
-msgstr ""
-
-#: src/modules/grubcfg/main.py:28
-msgid "Configure GRUB."
-msgstr ""
-
-#: src/modules/bootloader/main.py:43
-msgid "Install bootloader."
-msgstr ""
-
-#: src/modules/bootloader/main.py:508
-msgid "Bootloader installation error"
-msgstr ""
-
-#: src/modules/bootloader/main.py:509
-msgid ""
-"The bootloader could not be installed. The installation command "
-"{!s} returned error code {!s}."
-msgstr ""
-
-#: src/modules/fstab/main.py:29
-msgid "Writing fstab."
-msgstr ""
-
-#: src/modules/fstab/main.py:389
-msgid "No {!s} configuration is given for {!s} to use."
-msgstr ""
-
-#: src/modules/dracut/main.py:27
-msgid "Creating initramfs with dracut."
-msgstr ""
-
-#: src/modules/dracut/main.py:49
-msgid "Failed to run dracut on the target"
-msgstr ""
-
-#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50
-msgid "The exit code was {}"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:526
-msgid "Cannot write KDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:527
-msgid "KDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:588
-msgid "Cannot write LXDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:589
-msgid "LXDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:672
-msgid "Cannot write LightDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:673
-msgid "LightDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:747
-msgid "Cannot configure LightDM"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:748
-msgid "No LightDM greeter installed."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:779
-msgid "Cannot write SLIM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:780
-msgid "SLIM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:906
-msgid "No display managers selected for the displaymanager module."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:907
-msgid ""
-"The displaymanagers list is empty or undefined in both globalstorage and "
-"displaymanager.conf."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:989
-msgid "Display manager configuration was incomplete"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:29
-msgid "Configure OpenRC services"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:57
-msgid "Cannot add service {name!s} to run-level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:59
-msgid "Cannot remove service {name!s} from run-level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:61
-msgid ""
-"Unknown service-action {arg!s}
for service {name!s} in run-"
-"level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:93
-#: src/modules/services-systemd/main.py:59
-msgid "Cannot modify service"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:94
-msgid ""
-"rc-update {arg!s}
call in chroot returned error code {num!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:101
-msgid "Target runlevel does not exist"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:102
-msgid ""
-"The path for runlevel {level!s} is {path!s}
, which does not "
-"exist."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:110
-msgid "Target service does not exist"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:111
-msgid ""
-"The path for service {name!s} is {path!s}
, which does not "
-"exist."
-msgstr ""
-
-#: src/modules/networkcfg/main.py:29
-msgid "Saving network configuration."
-msgstr ""
-
-#: src/modules/packages/main.py:50 src/modules/packages/main.py:59
-#: src/modules/packages/main.py:69
-msgid "Install packages."
-msgstr ""
-
-#: src/modules/packages/main.py:57
-#, python-format
-msgid "Processing packages (%(count)d / %(total)d)"
-msgstr ""
-
-#: src/modules/packages/main.py:62
-#, python-format
-msgid "Installing one package."
-msgid_plural "Installing %(num)d packages."
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/modules/packages/main.py:65
-#, python-format
-msgid "Removing one package."
-msgid_plural "Removing %(num)d packages."
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/modules/packages/main.py:638 src/modules/packages/main.py:650
-#: src/modules/packages/main.py:678
-msgid "Package Manager error"
-msgstr ""
-
-#: src/modules/packages/main.py:639
-msgid ""
-"The package manager could not prepare updates. The command {!s} "
-"returned error code {!s}."
-msgstr ""
-
-#: src/modules/packages/main.py:651
-msgid ""
-"The package manager could not update the system. The command {!s} "
-" returned error code {!s}."
-msgstr ""
-
-#: src/modules/packages/main.py:679
-msgid ""
-"The package manager could not make changes to the installed system. The "
-"command {!s} returned error code {!s}."
-msgstr ""
-
-#: src/modules/plymouthcfg/main.py:27
-msgid "Configure Plymouth theme"
-msgstr ""
-
-#: src/modules/initcpiocfg/main.py:28
-msgid "Configuring mkinitcpio."
-msgstr ""
-
-#: src/modules/localecfg/main.py:30
-msgid "Configuring locales."
-msgstr ""
-
-#: src/modules/mount/main.py:30
-msgid "Mounting partitions."
-msgstr ""
-
-#: src/modules/rawfs/main.py:26
-msgid "Installing data."
-msgstr ""
-
-#: src/modules/dummypython/main.py:35
-msgid "Dummy python job."
-msgstr ""
-
-#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93
-#: src/modules/dummypython/main.py:94
-msgid "Dummy python step {}"
-msgstr ""
-
-#: src/modules/hwclock/main.py:26
-msgid "Setting hardware clock."
-msgstr ""
-
-#: src/modules/umount/main.py:31
-msgid "Unmount file systems."
-msgstr ""
-
-#: src/modules/openrcdmcryptcfg/main.py:26
-msgid "Configuring OpenRC dmcrypt service."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:26
-msgid "Configure systemd services"
-msgstr ""
-
-#: src/modules/services-systemd/main.py:60
-msgid ""
-"systemctl {arg!s}
call in chroot returned error code {num!s}."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:63
-#: src/modules/services-systemd/main.py:69
-msgid "Cannot enable systemd service {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:65
-msgid "Cannot enable systemd target {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:67
-msgid "Cannot enable systemd timer {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:71
-msgid "Cannot disable systemd target {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:73
-msgid "Cannot mask systemd unit {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:75
-msgid ""
-"Unknown systemd commands {command!s}
and "
-"{suffix!s}
for unit {name!s}."
-msgstr ""
-
-#: src/modules/mkinitfs/main.py:27
-msgid "Creating initramfs with mkinitfs."
-msgstr ""
-
-#: src/modules/mkinitfs/main.py:49
-msgid "Failed to run mkinitfs on the target"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:34
-msgid "Filling up filesystems."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:254
-msgid "rsync failed with error code {}."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:299
-msgid "Unpacking image {}/{}, file {}/{}"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:314
-msgid "Starting to unpack {}"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465
-msgid "Failed to unpack image \"{}\""
-msgstr ""
-
-#: src/modules/unpackfs/main.py:430
-msgid "No mount point for root partition"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:431
-msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:436
-msgid "Bad mount point for root partition"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:437
-msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457
-#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478
-msgid "Bad unsquash configuration"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:454
-msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:458
-msgid "The source filesystem \"{}\" does not exist"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:464
-msgid ""
-"Failed to find unsquashfs, make sure you have the squashfs-tools package "
-"installed."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:479
-msgid "The destination \"{}\" in the target system is not a directory"
-msgstr ""
-
-#: src/modules/luksopenswaphookcfg/main.py:26
-msgid "Configuring encrypted swap."
-msgstr ""
diff --git a/lang/python/en_IN/LC_MESSAGES/python.po b/lang/python/en_IN/LC_MESSAGES/python.po
deleted file mode 100644
index 86efba711..000000000
--- a/lang/python/en_IN/LC_MESSAGES/python.po
+++ /dev/null
@@ -1,387 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR , YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-11-02 15:45+0100\n"
-"PO-Revision-Date: 2017-08-09 10:34+0000\n"
-"Language-Team: English (India) (https://www.transifex.com/calamares/teams/20061/en_IN/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: en_IN\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: src/modules/initramfscfg/main.py:32
-msgid "Configuring initramfs."
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
-#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361
-#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105
-#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231
-#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144
-#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72
-#: src/modules/openrcdmcryptcfg/main.py:76
-#: src/modules/luksopenswaphookcfg/main.py:86
-#: src/modules/luksopenswaphookcfg/main.py:90
-msgid "Configuration Error"
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356
-#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145
-#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73
-#: src/modules/luksopenswaphookcfg/main.py:87
-msgid "No partitions are defined for {!s} to use."
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362
-#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232
-#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77
-#: src/modules/luksopenswaphookcfg/main.py:91
-msgid "No root mount point is given for {!s} to use."
-msgstr ""
-
-#: src/modules/grubcfg/main.py:28
-msgid "Configure GRUB."
-msgstr ""
-
-#: src/modules/bootloader/main.py:43
-msgid "Install bootloader."
-msgstr ""
-
-#: src/modules/bootloader/main.py:508
-msgid "Bootloader installation error"
-msgstr ""
-
-#: src/modules/bootloader/main.py:509
-msgid ""
-"The bootloader could not be installed. The installation command "
-"{!s} returned error code {!s}."
-msgstr ""
-
-#: src/modules/fstab/main.py:29
-msgid "Writing fstab."
-msgstr ""
-
-#: src/modules/fstab/main.py:389
-msgid "No {!s} configuration is given for {!s} to use."
-msgstr ""
-
-#: src/modules/dracut/main.py:27
-msgid "Creating initramfs with dracut."
-msgstr ""
-
-#: src/modules/dracut/main.py:49
-msgid "Failed to run dracut on the target"
-msgstr ""
-
-#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50
-msgid "The exit code was {}"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:526
-msgid "Cannot write KDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:527
-msgid "KDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:588
-msgid "Cannot write LXDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:589
-msgid "LXDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:672
-msgid "Cannot write LightDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:673
-msgid "LightDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:747
-msgid "Cannot configure LightDM"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:748
-msgid "No LightDM greeter installed."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:779
-msgid "Cannot write SLIM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:780
-msgid "SLIM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:906
-msgid "No display managers selected for the displaymanager module."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:907
-msgid ""
-"The displaymanagers list is empty or undefined in both globalstorage and "
-"displaymanager.conf."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:989
-msgid "Display manager configuration was incomplete"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:29
-msgid "Configure OpenRC services"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:57
-msgid "Cannot add service {name!s} to run-level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:59
-msgid "Cannot remove service {name!s} from run-level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:61
-msgid ""
-"Unknown service-action {arg!s}
for service {name!s} in run-"
-"level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:93
-#: src/modules/services-systemd/main.py:59
-msgid "Cannot modify service"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:94
-msgid ""
-"rc-update {arg!s}
call in chroot returned error code {num!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:101
-msgid "Target runlevel does not exist"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:102
-msgid ""
-"The path for runlevel {level!s} is {path!s}
, which does not "
-"exist."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:110
-msgid "Target service does not exist"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:111
-msgid ""
-"The path for service {name!s} is {path!s}
, which does not "
-"exist."
-msgstr ""
-
-#: src/modules/networkcfg/main.py:29
-msgid "Saving network configuration."
-msgstr ""
-
-#: src/modules/packages/main.py:50 src/modules/packages/main.py:59
-#: src/modules/packages/main.py:69
-msgid "Install packages."
-msgstr ""
-
-#: src/modules/packages/main.py:57
-#, python-format
-msgid "Processing packages (%(count)d / %(total)d)"
-msgstr ""
-
-#: src/modules/packages/main.py:62
-#, python-format
-msgid "Installing one package."
-msgid_plural "Installing %(num)d packages."
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/modules/packages/main.py:65
-#, python-format
-msgid "Removing one package."
-msgid_plural "Removing %(num)d packages."
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/modules/packages/main.py:638 src/modules/packages/main.py:650
-#: src/modules/packages/main.py:678
-msgid "Package Manager error"
-msgstr ""
-
-#: src/modules/packages/main.py:639
-msgid ""
-"The package manager could not prepare updates. The command {!s} "
-"returned error code {!s}."
-msgstr ""
-
-#: src/modules/packages/main.py:651
-msgid ""
-"The package manager could not update the system. The command {!s} "
-" returned error code {!s}."
-msgstr ""
-
-#: src/modules/packages/main.py:679
-msgid ""
-"The package manager could not make changes to the installed system. The "
-"command {!s} returned error code {!s}."
-msgstr ""
-
-#: src/modules/plymouthcfg/main.py:27
-msgid "Configure Plymouth theme"
-msgstr ""
-
-#: src/modules/initcpiocfg/main.py:28
-msgid "Configuring mkinitcpio."
-msgstr ""
-
-#: src/modules/localecfg/main.py:30
-msgid "Configuring locales."
-msgstr ""
-
-#: src/modules/mount/main.py:30
-msgid "Mounting partitions."
-msgstr ""
-
-#: src/modules/rawfs/main.py:26
-msgid "Installing data."
-msgstr ""
-
-#: src/modules/dummypython/main.py:35
-msgid "Dummy python job."
-msgstr ""
-
-#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93
-#: src/modules/dummypython/main.py:94
-msgid "Dummy python step {}"
-msgstr ""
-
-#: src/modules/hwclock/main.py:26
-msgid "Setting hardware clock."
-msgstr ""
-
-#: src/modules/umount/main.py:31
-msgid "Unmount file systems."
-msgstr ""
-
-#: src/modules/openrcdmcryptcfg/main.py:26
-msgid "Configuring OpenRC dmcrypt service."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:26
-msgid "Configure systemd services"
-msgstr ""
-
-#: src/modules/services-systemd/main.py:60
-msgid ""
-"systemctl {arg!s}
call in chroot returned error code {num!s}."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:63
-#: src/modules/services-systemd/main.py:69
-msgid "Cannot enable systemd service {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:65
-msgid "Cannot enable systemd target {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:67
-msgid "Cannot enable systemd timer {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:71
-msgid "Cannot disable systemd target {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:73
-msgid "Cannot mask systemd unit {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:75
-msgid ""
-"Unknown systemd commands {command!s}
and "
-"{suffix!s}
for unit {name!s}."
-msgstr ""
-
-#: src/modules/mkinitfs/main.py:27
-msgid "Creating initramfs with mkinitfs."
-msgstr ""
-
-#: src/modules/mkinitfs/main.py:49
-msgid "Failed to run mkinitfs on the target"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:34
-msgid "Filling up filesystems."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:254
-msgid "rsync failed with error code {}."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:299
-msgid "Unpacking image {}/{}, file {}/{}"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:314
-msgid "Starting to unpack {}"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465
-msgid "Failed to unpack image \"{}\""
-msgstr ""
-
-#: src/modules/unpackfs/main.py:430
-msgid "No mount point for root partition"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:431
-msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:436
-msgid "Bad mount point for root partition"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:437
-msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457
-#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478
-msgid "Bad unsquash configuration"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:454
-msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:458
-msgid "The source filesystem \"{}\" does not exist"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:464
-msgid ""
-"Failed to find unsquashfs, make sure you have the squashfs-tools package "
-"installed."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:479
-msgid "The destination \"{}\" in the target system is not a directory"
-msgstr ""
-
-#: src/modules/luksopenswaphookcfg/main.py:26
-msgid "Configuring encrypted swap."
-msgstr ""
diff --git a/lang/python/es/LC_MESSAGES/python.po b/lang/python/es/LC_MESSAGES/python.po
index 3f1e26858..dfceebc5c 100644
--- a/lang/python/es/LC_MESSAGES/python.po
+++ b/lang/python/es/LC_MESSAGES/python.po
@@ -10,6 +10,7 @@
# Miguel Mayol , 2020
# Pier Jose Gotta Perez , 2020
# guillermo pacheco , 2022
+# Swyter , 2022
#
#, fuzzy
msgid ""
@@ -18,7 +19,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-21 17:21+0100\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
-"Last-Translator: guillermo pacheco , 2022\n"
+"Last-Translator: Swyter , 2022\n"
"Language-Team: Spanish (https://www.transifex.com/calamares/teams/20061/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -28,7 +29,7 @@ msgstr ""
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
-msgstr "Configurando initramfs - sistema de inicio -."
+msgstr "Configurando «initramfs» (archivos de arranque)."
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
#: src/modules/fstab/main.py:361 src/modules/fstab/main.py:367
@@ -44,18 +45,17 @@ msgstr "Error de configuración"
#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230
#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73
msgid "No partitions are defined for {!s} to use."
-msgstr "No hay definidas particiones en 1{!s}1 para usar."
+msgstr "No hay ninguna partición en {!s} que se pueda usar."
#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:368
#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240
#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77
msgid "No root mount point is given for {!s} to use."
-msgstr ""
-"No se facilitó un punto de montaje raíz utilizable para {!s} "
+msgstr "No hay ningún punto de montaje en {!s} que se pueda usar."
#: src/modules/grubcfg/main.py:28
msgid "Configure GRUB."
-msgstr "Configure GRUB - menú de arranque multisistema -"
+msgstr "Configurar GRUB."
#: src/modules/bootloader/main.py:43
msgid "Install bootloader."
@@ -81,7 +81,7 @@ msgstr ""
#: src/modules/fstab/main.py:29
msgid "Writing fstab."
-msgstr "Escribiendo la tabla de particiones fstab"
+msgstr "Escribiendo el «fstab»."
#: src/modules/fstab/main.py:395
msgid "No {!s} configuration is given for {!s} to use."
@@ -205,7 +205,8 @@ msgid ""
"The path for runlevel {level!s} is {path!s}
, which does not "
"exist."
msgstr ""
-"La ruta hacia el rango de ejecución {level!s} es 1{path!s}1, y no existe."
+"La ruta hacia el rango de ejecución {level!s} es {path!s}
, que "
+"no existe."
#: src/modules/services-openrc/main.py:110
msgid "Target service does not exist"
@@ -250,7 +251,7 @@ msgstr[1] "Eliminando %(num)d paquetes."
#: src/modules/packages/main.py:725 src/modules/packages/main.py:737
#: src/modules/packages/main.py:765
msgid "Package Manager error"
-msgstr "Error del Gestor de Paquetes"
+msgstr "Error del gestor de paquetes"
#: src/modules/packages/main.py:726
msgid ""
@@ -310,7 +311,7 @@ msgstr "Error al establecer el punto de montaje zfs"
#: src/modules/mount/main.py:253
msgid "zfs mounting error"
-msgstr "error de montaje zfs"
+msgstr "hubo un error con el montaje zfs"
#: src/modules/rawfs/main.py:26
msgid "Installing data."
@@ -327,11 +328,11 @@ msgstr "Paso {} de python ficticio"
#: src/modules/hwclock/main.py:26
msgid "Setting hardware clock."
-msgstr "Configurando el reloj de la computadora."
+msgstr "Ajustando el reloj interno del equipo."
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
-msgstr "Configurando el servicio - de arranque encriptado -. OpenRC dmcrypt"
+msgstr "Configurando el servicio de arranque cifrado «dmcrypt» para OpenRC "
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
@@ -370,16 +371,16 @@ msgid ""
"Unknown systemd commands {command!s}
and "
"{suffix!s}
for unit {name!s}."
msgstr ""
-"Órdenes desconocidas de systemd {command!s}
y "
-"{suffix!s}
para la/s unidad /es {name!s}."
+"systemd no reconoce las órdenes {command!s}
y "
+"{suffix!s}
para la unidad {name!s}."
#: src/modules/mkinitfs/main.py:27
msgid "Creating initramfs with mkinitfs."
-msgstr "Creando initramfs con mkinitfs."
+msgstr "Creando el «initramfs» con «mkinitfs»."
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
-msgstr "Error al ejecutar mkinitfs en el objetivo"
+msgstr "Hubo un error al ejecutar «mkinitfs» en el destino"
#: src/modules/unpackfs/main.py:34
msgid "Filling up filesystems."
@@ -395,7 +396,7 @@ msgstr "Desempaquetando la imagen {}/{}, archivo {}/{}"
#: src/modules/unpackfs/main.py:314
msgid "Starting to unpack {}"
-msgstr "Iniciando el desempaquetado {}"
+msgstr "Desempaquetando {}"
#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:467
msgid "Failed to unpack image \"{}\""
@@ -403,12 +404,11 @@ msgstr "No se pudo desempaquetar la imagen «{}»"
#: src/modules/unpackfs/main.py:430
msgid "No mount point for root partition"
-msgstr ""
-"No especificó un punto de montaje para la partición raíz - / o root -"
+msgstr "Parece que la partición raíz («root») no tiene un punto de montaje"
#: src/modules/unpackfs/main.py:431
msgid "globalstorage does not contain a \"rootMountPoint\" key."
-msgstr "El globalstorage no contiene una llave \"rootMountPoint\"."
+msgstr "El «globalstorage» no contiene una clave «rootMountPoint»."
#: src/modules/unpackfs/main.py:434
msgid "Bad mount point for root partition"
@@ -422,29 +422,28 @@ msgstr "rootMountPoint es \"{}\", que no existe."
#: src/modules/unpackfs/main.py:459 src/modules/unpackfs/main.py:465
#: src/modules/unpackfs/main.py:480
msgid "Bad unpackfs configuration"
-msgstr "Mala configuración de unpackfs "
+msgstr "La configuración de «unpackfs» no es correcta"
#: src/modules/unpackfs/main.py:440
msgid "There is no configuration information."
-msgstr "No hay información de configuración."
+msgstr "Parece que no hay información de configuración."
#: src/modules/unpackfs/main.py:456
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr ""
-"El sistema de archivos para \"{}\" ({}) no es compatible con su kernel "
-"actual"
+"El sistema de archivos de «{}» ({}) no es compatible con el kernel actual"
#: src/modules/unpackfs/main.py:460
msgid "The source filesystem \"{}\" does not exist"
-msgstr "El sistema de archivos de origen \"{}\" no existe"
+msgstr "El sistema de archivos fuente «{}» no existe"
#: src/modules/unpackfs/main.py:466
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed."
msgstr ""
-"No se pudo encontrar unsquashfs, asegúrese de tener instalado el paquete "
-"squashfs-tools."
+"Parece que «unsquashfs» no está disponible; asegúrate de tener instalado "
+"«squashfs-tools»."
#: src/modules/unpackfs/main.py:481
msgid "The destination \"{}\" in the target system is not a directory"
diff --git a/lang/python/es_PE/LC_MESSAGES/python.po b/lang/python/es_PE/LC_MESSAGES/python.po
deleted file mode 100644
index cf0c02779..000000000
--- a/lang/python/es_PE/LC_MESSAGES/python.po
+++ /dev/null
@@ -1,387 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR , YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-11-02 15:45+0100\n"
-"PO-Revision-Date: 2017-08-09 10:34+0000\n"
-"Language-Team: Spanish (Peru) (https://www.transifex.com/calamares/teams/20061/es_PE/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: es_PE\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: src/modules/initramfscfg/main.py:32
-msgid "Configuring initramfs."
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
-#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361
-#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105
-#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231
-#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144
-#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72
-#: src/modules/openrcdmcryptcfg/main.py:76
-#: src/modules/luksopenswaphookcfg/main.py:86
-#: src/modules/luksopenswaphookcfg/main.py:90
-msgid "Configuration Error"
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356
-#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145
-#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73
-#: src/modules/luksopenswaphookcfg/main.py:87
-msgid "No partitions are defined for {!s} to use."
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362
-#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232
-#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77
-#: src/modules/luksopenswaphookcfg/main.py:91
-msgid "No root mount point is given for {!s} to use."
-msgstr ""
-
-#: src/modules/grubcfg/main.py:28
-msgid "Configure GRUB."
-msgstr ""
-
-#: src/modules/bootloader/main.py:43
-msgid "Install bootloader."
-msgstr ""
-
-#: src/modules/bootloader/main.py:508
-msgid "Bootloader installation error"
-msgstr ""
-
-#: src/modules/bootloader/main.py:509
-msgid ""
-"The bootloader could not be installed. The installation command "
-"{!s} returned error code {!s}."
-msgstr ""
-
-#: src/modules/fstab/main.py:29
-msgid "Writing fstab."
-msgstr ""
-
-#: src/modules/fstab/main.py:389
-msgid "No {!s} configuration is given for {!s} to use."
-msgstr ""
-
-#: src/modules/dracut/main.py:27
-msgid "Creating initramfs with dracut."
-msgstr ""
-
-#: src/modules/dracut/main.py:49
-msgid "Failed to run dracut on the target"
-msgstr ""
-
-#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50
-msgid "The exit code was {}"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:526
-msgid "Cannot write KDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:527
-msgid "KDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:588
-msgid "Cannot write LXDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:589
-msgid "LXDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:672
-msgid "Cannot write LightDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:673
-msgid "LightDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:747
-msgid "Cannot configure LightDM"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:748
-msgid "No LightDM greeter installed."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:779
-msgid "Cannot write SLIM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:780
-msgid "SLIM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:906
-msgid "No display managers selected for the displaymanager module."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:907
-msgid ""
-"The displaymanagers list is empty or undefined in both globalstorage and "
-"displaymanager.conf."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:989
-msgid "Display manager configuration was incomplete"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:29
-msgid "Configure OpenRC services"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:57
-msgid "Cannot add service {name!s} to run-level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:59
-msgid "Cannot remove service {name!s} from run-level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:61
-msgid ""
-"Unknown service-action {arg!s}
for service {name!s} in run-"
-"level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:93
-#: src/modules/services-systemd/main.py:59
-msgid "Cannot modify service"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:94
-msgid ""
-"rc-update {arg!s}
call in chroot returned error code {num!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:101
-msgid "Target runlevel does not exist"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:102
-msgid ""
-"The path for runlevel {level!s} is {path!s}
, which does not "
-"exist."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:110
-msgid "Target service does not exist"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:111
-msgid ""
-"The path for service {name!s} is {path!s}
, which does not "
-"exist."
-msgstr ""
-
-#: src/modules/networkcfg/main.py:29
-msgid "Saving network configuration."
-msgstr ""
-
-#: src/modules/packages/main.py:50 src/modules/packages/main.py:59
-#: src/modules/packages/main.py:69
-msgid "Install packages."
-msgstr ""
-
-#: src/modules/packages/main.py:57
-#, python-format
-msgid "Processing packages (%(count)d / %(total)d)"
-msgstr ""
-
-#: src/modules/packages/main.py:62
-#, python-format
-msgid "Installing one package."
-msgid_plural "Installing %(num)d packages."
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/modules/packages/main.py:65
-#, python-format
-msgid "Removing one package."
-msgid_plural "Removing %(num)d packages."
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/modules/packages/main.py:638 src/modules/packages/main.py:650
-#: src/modules/packages/main.py:678
-msgid "Package Manager error"
-msgstr ""
-
-#: src/modules/packages/main.py:639
-msgid ""
-"The package manager could not prepare updates. The command {!s} "
-"returned error code {!s}."
-msgstr ""
-
-#: src/modules/packages/main.py:651
-msgid ""
-"The package manager could not update the system. The command {!s} "
-" returned error code {!s}."
-msgstr ""
-
-#: src/modules/packages/main.py:679
-msgid ""
-"The package manager could not make changes to the installed system. The "
-"command {!s} returned error code {!s}."
-msgstr ""
-
-#: src/modules/plymouthcfg/main.py:27
-msgid "Configure Plymouth theme"
-msgstr ""
-
-#: src/modules/initcpiocfg/main.py:28
-msgid "Configuring mkinitcpio."
-msgstr ""
-
-#: src/modules/localecfg/main.py:30
-msgid "Configuring locales."
-msgstr ""
-
-#: src/modules/mount/main.py:30
-msgid "Mounting partitions."
-msgstr ""
-
-#: src/modules/rawfs/main.py:26
-msgid "Installing data."
-msgstr ""
-
-#: src/modules/dummypython/main.py:35
-msgid "Dummy python job."
-msgstr ""
-
-#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93
-#: src/modules/dummypython/main.py:94
-msgid "Dummy python step {}"
-msgstr ""
-
-#: src/modules/hwclock/main.py:26
-msgid "Setting hardware clock."
-msgstr ""
-
-#: src/modules/umount/main.py:31
-msgid "Unmount file systems."
-msgstr ""
-
-#: src/modules/openrcdmcryptcfg/main.py:26
-msgid "Configuring OpenRC dmcrypt service."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:26
-msgid "Configure systemd services"
-msgstr ""
-
-#: src/modules/services-systemd/main.py:60
-msgid ""
-"systemctl {arg!s}
call in chroot returned error code {num!s}."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:63
-#: src/modules/services-systemd/main.py:69
-msgid "Cannot enable systemd service {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:65
-msgid "Cannot enable systemd target {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:67
-msgid "Cannot enable systemd timer {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:71
-msgid "Cannot disable systemd target {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:73
-msgid "Cannot mask systemd unit {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:75
-msgid ""
-"Unknown systemd commands {command!s}
and "
-"{suffix!s}
for unit {name!s}."
-msgstr ""
-
-#: src/modules/mkinitfs/main.py:27
-msgid "Creating initramfs with mkinitfs."
-msgstr ""
-
-#: src/modules/mkinitfs/main.py:49
-msgid "Failed to run mkinitfs on the target"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:34
-msgid "Filling up filesystems."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:254
-msgid "rsync failed with error code {}."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:299
-msgid "Unpacking image {}/{}, file {}/{}"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:314
-msgid "Starting to unpack {}"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465
-msgid "Failed to unpack image \"{}\""
-msgstr ""
-
-#: src/modules/unpackfs/main.py:430
-msgid "No mount point for root partition"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:431
-msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:436
-msgid "Bad mount point for root partition"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:437
-msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457
-#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478
-msgid "Bad unsquash configuration"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:454
-msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:458
-msgid "The source filesystem \"{}\" does not exist"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:464
-msgid ""
-"Failed to find unsquashfs, make sure you have the squashfs-tools package "
-"installed."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:479
-msgid "The destination \"{}\" in the target system is not a directory"
-msgstr ""
-
-#: src/modules/luksopenswaphookcfg/main.py:26
-msgid "Configuring encrypted swap."
-msgstr ""
diff --git a/lang/python/fr_CH/LC_MESSAGES/python.po b/lang/python/fr_CH/LC_MESSAGES/python.po
deleted file mode 100644
index 4da36ca36..000000000
--- a/lang/python/fr_CH/LC_MESSAGES/python.po
+++ /dev/null
@@ -1,387 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR , YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-11-02 15:45+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"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: fr_CH\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: src/modules/initramfscfg/main.py:32
-msgid "Configuring initramfs."
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
-#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361
-#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105
-#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231
-#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144
-#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72
-#: src/modules/openrcdmcryptcfg/main.py:76
-#: src/modules/luksopenswaphookcfg/main.py:86
-#: src/modules/luksopenswaphookcfg/main.py:90
-msgid "Configuration Error"
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356
-#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145
-#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73
-#: src/modules/luksopenswaphookcfg/main.py:87
-msgid "No partitions are defined for {!s} to use."
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362
-#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232
-#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77
-#: src/modules/luksopenswaphookcfg/main.py:91
-msgid "No root mount point is given for {!s} to use."
-msgstr ""
-
-#: src/modules/grubcfg/main.py:28
-msgid "Configure GRUB."
-msgstr ""
-
-#: src/modules/bootloader/main.py:43
-msgid "Install bootloader."
-msgstr ""
-
-#: src/modules/bootloader/main.py:508
-msgid "Bootloader installation error"
-msgstr ""
-
-#: src/modules/bootloader/main.py:509
-msgid ""
-"The bootloader could not be installed. The installation command "
-"{!s} returned error code {!s}."
-msgstr ""
-
-#: src/modules/fstab/main.py:29
-msgid "Writing fstab."
-msgstr ""
-
-#: src/modules/fstab/main.py:389
-msgid "No {!s} configuration is given for {!s} to use."
-msgstr ""
-
-#: src/modules/dracut/main.py:27
-msgid "Creating initramfs with dracut."
-msgstr ""
-
-#: src/modules/dracut/main.py:49
-msgid "Failed to run dracut on the target"
-msgstr ""
-
-#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50
-msgid "The exit code was {}"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:526
-msgid "Cannot write KDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:527
-msgid "KDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:588
-msgid "Cannot write LXDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:589
-msgid "LXDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:672
-msgid "Cannot write LightDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:673
-msgid "LightDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:747
-msgid "Cannot configure LightDM"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:748
-msgid "No LightDM greeter installed."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:779
-msgid "Cannot write SLIM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:780
-msgid "SLIM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:906
-msgid "No display managers selected for the displaymanager module."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:907
-msgid ""
-"The displaymanagers list is empty or undefined in both globalstorage and "
-"displaymanager.conf."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:989
-msgid "Display manager configuration was incomplete"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:29
-msgid "Configure OpenRC services"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:57
-msgid "Cannot add service {name!s} to run-level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:59
-msgid "Cannot remove service {name!s} from run-level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:61
-msgid ""
-"Unknown service-action {arg!s}
for service {name!s} in run-"
-"level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:93
-#: src/modules/services-systemd/main.py:59
-msgid "Cannot modify service"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:94
-msgid ""
-"rc-update {arg!s}
call in chroot returned error code {num!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:101
-msgid "Target runlevel does not exist"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:102
-msgid ""
-"The path for runlevel {level!s} is {path!s}
, which does not "
-"exist."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:110
-msgid "Target service does not exist"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:111
-msgid ""
-"The path for service {name!s} is {path!s}
, which does not "
-"exist."
-msgstr ""
-
-#: src/modules/networkcfg/main.py:29
-msgid "Saving network configuration."
-msgstr ""
-
-#: src/modules/packages/main.py:50 src/modules/packages/main.py:59
-#: src/modules/packages/main.py:69
-msgid "Install packages."
-msgstr ""
-
-#: src/modules/packages/main.py:57
-#, python-format
-msgid "Processing packages (%(count)d / %(total)d)"
-msgstr ""
-
-#: src/modules/packages/main.py:62
-#, python-format
-msgid "Installing one package."
-msgid_plural "Installing %(num)d packages."
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/modules/packages/main.py:65
-#, python-format
-msgid "Removing one package."
-msgid_plural "Removing %(num)d packages."
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/modules/packages/main.py:638 src/modules/packages/main.py:650
-#: src/modules/packages/main.py:678
-msgid "Package Manager error"
-msgstr ""
-
-#: src/modules/packages/main.py:639
-msgid ""
-"The package manager could not prepare updates. The command {!s} "
-"returned error code {!s}."
-msgstr ""
-
-#: src/modules/packages/main.py:651
-msgid ""
-"The package manager could not update the system. The command {!s} "
-" returned error code {!s}."
-msgstr ""
-
-#: src/modules/packages/main.py:679
-msgid ""
-"The package manager could not make changes to the installed system. The "
-"command {!s} returned error code {!s}."
-msgstr ""
-
-#: src/modules/plymouthcfg/main.py:27
-msgid "Configure Plymouth theme"
-msgstr ""
-
-#: src/modules/initcpiocfg/main.py:28
-msgid "Configuring mkinitcpio."
-msgstr ""
-
-#: src/modules/localecfg/main.py:30
-msgid "Configuring locales."
-msgstr ""
-
-#: src/modules/mount/main.py:30
-msgid "Mounting partitions."
-msgstr ""
-
-#: src/modules/rawfs/main.py:26
-msgid "Installing data."
-msgstr ""
-
-#: src/modules/dummypython/main.py:35
-msgid "Dummy python job."
-msgstr ""
-
-#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93
-#: src/modules/dummypython/main.py:94
-msgid "Dummy python step {}"
-msgstr ""
-
-#: src/modules/hwclock/main.py:26
-msgid "Setting hardware clock."
-msgstr ""
-
-#: src/modules/umount/main.py:31
-msgid "Unmount file systems."
-msgstr ""
-
-#: src/modules/openrcdmcryptcfg/main.py:26
-msgid "Configuring OpenRC dmcrypt service."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:26
-msgid "Configure systemd services"
-msgstr ""
-
-#: src/modules/services-systemd/main.py:60
-msgid ""
-"systemctl {arg!s}
call in chroot returned error code {num!s}."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:63
-#: src/modules/services-systemd/main.py:69
-msgid "Cannot enable systemd service {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:65
-msgid "Cannot enable systemd target {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:67
-msgid "Cannot enable systemd timer {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:71
-msgid "Cannot disable systemd target {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:73
-msgid "Cannot mask systemd unit {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:75
-msgid ""
-"Unknown systemd commands {command!s}
and "
-"{suffix!s}
for unit {name!s}."
-msgstr ""
-
-#: src/modules/mkinitfs/main.py:27
-msgid "Creating initramfs with mkinitfs."
-msgstr ""
-
-#: src/modules/mkinitfs/main.py:49
-msgid "Failed to run mkinitfs on the target"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:34
-msgid "Filling up filesystems."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:254
-msgid "rsync failed with error code {}."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:299
-msgid "Unpacking image {}/{}, file {}/{}"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:314
-msgid "Starting to unpack {}"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465
-msgid "Failed to unpack image \"{}\""
-msgstr ""
-
-#: src/modules/unpackfs/main.py:430
-msgid "No mount point for root partition"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:431
-msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:436
-msgid "Bad mount point for root partition"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:437
-msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457
-#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478
-msgid "Bad unsquash configuration"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:454
-msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:458
-msgid "The source filesystem \"{}\" does not exist"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:464
-msgid ""
-"Failed to find unsquashfs, make sure you have the squashfs-tools package "
-"installed."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:479
-msgid "The destination \"{}\" in the target system is not a directory"
-msgstr ""
-
-#: src/modules/luksopenswaphookcfg/main.py:26
-msgid "Configuring encrypted swap."
-msgstr ""
diff --git a/lang/python/hi_IN/LC_MESSAGES/python.po b/lang/python/hi_IN/LC_MESSAGES/python.po
deleted file mode 100644
index a3b5a20a4..000000000
--- a/lang/python/hi_IN/LC_MESSAGES/python.po
+++ /dev/null
@@ -1,387 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR , YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-11-02 15:45+0100\n"
-"PO-Revision-Date: 2017-08-09 10:34+0000\n"
-"Language-Team: Hindi (India) (https://www.transifex.com/calamares/teams/20061/hi_IN/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: hi_IN\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: src/modules/initramfscfg/main.py:32
-msgid "Configuring initramfs."
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
-#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361
-#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105
-#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231
-#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144
-#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72
-#: src/modules/openrcdmcryptcfg/main.py:76
-#: src/modules/luksopenswaphookcfg/main.py:86
-#: src/modules/luksopenswaphookcfg/main.py:90
-msgid "Configuration Error"
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356
-#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145
-#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73
-#: src/modules/luksopenswaphookcfg/main.py:87
-msgid "No partitions are defined for {!s} to use."
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362
-#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232
-#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77
-#: src/modules/luksopenswaphookcfg/main.py:91
-msgid "No root mount point is given for {!s} to use."
-msgstr ""
-
-#: src/modules/grubcfg/main.py:28
-msgid "Configure GRUB."
-msgstr ""
-
-#: src/modules/bootloader/main.py:43
-msgid "Install bootloader."
-msgstr ""
-
-#: src/modules/bootloader/main.py:508
-msgid "Bootloader installation error"
-msgstr ""
-
-#: src/modules/bootloader/main.py:509
-msgid ""
-"The bootloader could not be installed. The installation command "
-"{!s} returned error code {!s}."
-msgstr ""
-
-#: src/modules/fstab/main.py:29
-msgid "Writing fstab."
-msgstr ""
-
-#: src/modules/fstab/main.py:389
-msgid "No {!s} configuration is given for {!s} to use."
-msgstr ""
-
-#: src/modules/dracut/main.py:27
-msgid "Creating initramfs with dracut."
-msgstr ""
-
-#: src/modules/dracut/main.py:49
-msgid "Failed to run dracut on the target"
-msgstr ""
-
-#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50
-msgid "The exit code was {}"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:526
-msgid "Cannot write KDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:527
-msgid "KDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:588
-msgid "Cannot write LXDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:589
-msgid "LXDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:672
-msgid "Cannot write LightDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:673
-msgid "LightDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:747
-msgid "Cannot configure LightDM"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:748
-msgid "No LightDM greeter installed."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:779
-msgid "Cannot write SLIM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:780
-msgid "SLIM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:906
-msgid "No display managers selected for the displaymanager module."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:907
-msgid ""
-"The displaymanagers list is empty or undefined in both globalstorage and "
-"displaymanager.conf."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:989
-msgid "Display manager configuration was incomplete"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:29
-msgid "Configure OpenRC services"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:57
-msgid "Cannot add service {name!s} to run-level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:59
-msgid "Cannot remove service {name!s} from run-level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:61
-msgid ""
-"Unknown service-action {arg!s}
for service {name!s} in run-"
-"level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:93
-#: src/modules/services-systemd/main.py:59
-msgid "Cannot modify service"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:94
-msgid ""
-"rc-update {arg!s}
call in chroot returned error code {num!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:101
-msgid "Target runlevel does not exist"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:102
-msgid ""
-"The path for runlevel {level!s} is {path!s}
, which does not "
-"exist."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:110
-msgid "Target service does not exist"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:111
-msgid ""
-"The path for service {name!s} is {path!s}
, which does not "
-"exist."
-msgstr ""
-
-#: src/modules/networkcfg/main.py:29
-msgid "Saving network configuration."
-msgstr ""
-
-#: src/modules/packages/main.py:50 src/modules/packages/main.py:59
-#: src/modules/packages/main.py:69
-msgid "Install packages."
-msgstr ""
-
-#: src/modules/packages/main.py:57
-#, python-format
-msgid "Processing packages (%(count)d / %(total)d)"
-msgstr ""
-
-#: src/modules/packages/main.py:62
-#, python-format
-msgid "Installing one package."
-msgid_plural "Installing %(num)d packages."
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/modules/packages/main.py:65
-#, python-format
-msgid "Removing one package."
-msgid_plural "Removing %(num)d packages."
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/modules/packages/main.py:638 src/modules/packages/main.py:650
-#: src/modules/packages/main.py:678
-msgid "Package Manager error"
-msgstr ""
-
-#: src/modules/packages/main.py:639
-msgid ""
-"The package manager could not prepare updates. The command {!s} "
-"returned error code {!s}."
-msgstr ""
-
-#: src/modules/packages/main.py:651
-msgid ""
-"The package manager could not update the system. The command {!s} "
-" returned error code {!s}."
-msgstr ""
-
-#: src/modules/packages/main.py:679
-msgid ""
-"The package manager could not make changes to the installed system. The "
-"command {!s} returned error code {!s}."
-msgstr ""
-
-#: src/modules/plymouthcfg/main.py:27
-msgid "Configure Plymouth theme"
-msgstr ""
-
-#: src/modules/initcpiocfg/main.py:28
-msgid "Configuring mkinitcpio."
-msgstr ""
-
-#: src/modules/localecfg/main.py:30
-msgid "Configuring locales."
-msgstr ""
-
-#: src/modules/mount/main.py:30
-msgid "Mounting partitions."
-msgstr ""
-
-#: src/modules/rawfs/main.py:26
-msgid "Installing data."
-msgstr ""
-
-#: src/modules/dummypython/main.py:35
-msgid "Dummy python job."
-msgstr ""
-
-#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93
-#: src/modules/dummypython/main.py:94
-msgid "Dummy python step {}"
-msgstr ""
-
-#: src/modules/hwclock/main.py:26
-msgid "Setting hardware clock."
-msgstr ""
-
-#: src/modules/umount/main.py:31
-msgid "Unmount file systems."
-msgstr ""
-
-#: src/modules/openrcdmcryptcfg/main.py:26
-msgid "Configuring OpenRC dmcrypt service."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:26
-msgid "Configure systemd services"
-msgstr ""
-
-#: src/modules/services-systemd/main.py:60
-msgid ""
-"systemctl {arg!s}
call in chroot returned error code {num!s}."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:63
-#: src/modules/services-systemd/main.py:69
-msgid "Cannot enable systemd service {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:65
-msgid "Cannot enable systemd target {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:67
-msgid "Cannot enable systemd timer {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:71
-msgid "Cannot disable systemd target {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:73
-msgid "Cannot mask systemd unit {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:75
-msgid ""
-"Unknown systemd commands {command!s}
and "
-"{suffix!s}
for unit {name!s}."
-msgstr ""
-
-#: src/modules/mkinitfs/main.py:27
-msgid "Creating initramfs with mkinitfs."
-msgstr ""
-
-#: src/modules/mkinitfs/main.py:49
-msgid "Failed to run mkinitfs on the target"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:34
-msgid "Filling up filesystems."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:254
-msgid "rsync failed with error code {}."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:299
-msgid "Unpacking image {}/{}, file {}/{}"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:314
-msgid "Starting to unpack {}"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465
-msgid "Failed to unpack image \"{}\""
-msgstr ""
-
-#: src/modules/unpackfs/main.py:430
-msgid "No mount point for root partition"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:431
-msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:436
-msgid "Bad mount point for root partition"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:437
-msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457
-#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478
-msgid "Bad unsquash configuration"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:454
-msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:458
-msgid "The source filesystem \"{}\" does not exist"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:464
-msgid ""
-"Failed to find unsquashfs, make sure you have the squashfs-tools package "
-"installed."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:479
-msgid "The destination \"{}\" in the target system is not a directory"
-msgstr ""
-
-#: src/modules/luksopenswaphookcfg/main.py:26
-msgid "Configuring encrypted swap."
-msgstr ""
diff --git a/lang/python/id_ID/LC_MESSAGES/python.po b/lang/python/id_ID/LC_MESSAGES/python.po
deleted file mode 100644
index 0ed5decfa..000000000
--- a/lang/python/id_ID/LC_MESSAGES/python.po
+++ /dev/null
@@ -1,385 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR , YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-11-02 15:45+0100\n"
-"PO-Revision-Date: 2017-08-09 10:34+0000\n"
-"Language-Team: Indonesian (Indonesia) (https://www.transifex.com/calamares/teams/20061/id_ID/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: id_ID\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: src/modules/initramfscfg/main.py:32
-msgid "Configuring initramfs."
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
-#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361
-#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105
-#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231
-#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144
-#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72
-#: src/modules/openrcdmcryptcfg/main.py:76
-#: src/modules/luksopenswaphookcfg/main.py:86
-#: src/modules/luksopenswaphookcfg/main.py:90
-msgid "Configuration Error"
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356
-#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145
-#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73
-#: src/modules/luksopenswaphookcfg/main.py:87
-msgid "No partitions are defined for {!s} to use."
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362
-#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232
-#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77
-#: src/modules/luksopenswaphookcfg/main.py:91
-msgid "No root mount point is given for {!s} to use."
-msgstr ""
-
-#: src/modules/grubcfg/main.py:28
-msgid "Configure GRUB."
-msgstr ""
-
-#: src/modules/bootloader/main.py:43
-msgid "Install bootloader."
-msgstr ""
-
-#: src/modules/bootloader/main.py:508
-msgid "Bootloader installation error"
-msgstr ""
-
-#: src/modules/bootloader/main.py:509
-msgid ""
-"The bootloader could not be installed. The installation command "
-"{!s} returned error code {!s}."
-msgstr ""
-
-#: src/modules/fstab/main.py:29
-msgid "Writing fstab."
-msgstr ""
-
-#: src/modules/fstab/main.py:389
-msgid "No {!s} configuration is given for {!s} to use."
-msgstr ""
-
-#: src/modules/dracut/main.py:27
-msgid "Creating initramfs with dracut."
-msgstr ""
-
-#: src/modules/dracut/main.py:49
-msgid "Failed to run dracut on the target"
-msgstr ""
-
-#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50
-msgid "The exit code was {}"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:526
-msgid "Cannot write KDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:527
-msgid "KDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:588
-msgid "Cannot write LXDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:589
-msgid "LXDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:672
-msgid "Cannot write LightDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:673
-msgid "LightDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:747
-msgid "Cannot configure LightDM"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:748
-msgid "No LightDM greeter installed."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:779
-msgid "Cannot write SLIM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:780
-msgid "SLIM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:906
-msgid "No display managers selected for the displaymanager module."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:907
-msgid ""
-"The displaymanagers list is empty or undefined in both globalstorage and "
-"displaymanager.conf."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:989
-msgid "Display manager configuration was incomplete"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:29
-msgid "Configure OpenRC services"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:57
-msgid "Cannot add service {name!s} to run-level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:59
-msgid "Cannot remove service {name!s} from run-level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:61
-msgid ""
-"Unknown service-action {arg!s}
for service {name!s} in run-"
-"level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:93
-#: src/modules/services-systemd/main.py:59
-msgid "Cannot modify service"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:94
-msgid ""
-"rc-update {arg!s}
call in chroot returned error code {num!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:101
-msgid "Target runlevel does not exist"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:102
-msgid ""
-"The path for runlevel {level!s} is {path!s}
, which does not "
-"exist."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:110
-msgid "Target service does not exist"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:111
-msgid ""
-"The path for service {name!s} is {path!s}
, which does not "
-"exist."
-msgstr ""
-
-#: src/modules/networkcfg/main.py:29
-msgid "Saving network configuration."
-msgstr ""
-
-#: src/modules/packages/main.py:50 src/modules/packages/main.py:59
-#: src/modules/packages/main.py:69
-msgid "Install packages."
-msgstr ""
-
-#: src/modules/packages/main.py:57
-#, python-format
-msgid "Processing packages (%(count)d / %(total)d)"
-msgstr ""
-
-#: src/modules/packages/main.py:62
-#, python-format
-msgid "Installing one package."
-msgid_plural "Installing %(num)d packages."
-msgstr[0] ""
-
-#: src/modules/packages/main.py:65
-#, python-format
-msgid "Removing one package."
-msgid_plural "Removing %(num)d packages."
-msgstr[0] ""
-
-#: src/modules/packages/main.py:638 src/modules/packages/main.py:650
-#: src/modules/packages/main.py:678
-msgid "Package Manager error"
-msgstr ""
-
-#: src/modules/packages/main.py:639
-msgid ""
-"The package manager could not prepare updates. The command {!s} "
-"returned error code {!s}."
-msgstr ""
-
-#: src/modules/packages/main.py:651
-msgid ""
-"The package manager could not update the system. The command {!s} "
-" returned error code {!s}."
-msgstr ""
-
-#: src/modules/packages/main.py:679
-msgid ""
-"The package manager could not make changes to the installed system. The "
-"command {!s} returned error code {!s}."
-msgstr ""
-
-#: src/modules/plymouthcfg/main.py:27
-msgid "Configure Plymouth theme"
-msgstr ""
-
-#: src/modules/initcpiocfg/main.py:28
-msgid "Configuring mkinitcpio."
-msgstr ""
-
-#: src/modules/localecfg/main.py:30
-msgid "Configuring locales."
-msgstr ""
-
-#: src/modules/mount/main.py:30
-msgid "Mounting partitions."
-msgstr ""
-
-#: src/modules/rawfs/main.py:26
-msgid "Installing data."
-msgstr ""
-
-#: src/modules/dummypython/main.py:35
-msgid "Dummy python job."
-msgstr ""
-
-#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93
-#: src/modules/dummypython/main.py:94
-msgid "Dummy python step {}"
-msgstr ""
-
-#: src/modules/hwclock/main.py:26
-msgid "Setting hardware clock."
-msgstr ""
-
-#: src/modules/umount/main.py:31
-msgid "Unmount file systems."
-msgstr ""
-
-#: src/modules/openrcdmcryptcfg/main.py:26
-msgid "Configuring OpenRC dmcrypt service."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:26
-msgid "Configure systemd services"
-msgstr ""
-
-#: src/modules/services-systemd/main.py:60
-msgid ""
-"systemctl {arg!s}
call in chroot returned error code {num!s}."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:63
-#: src/modules/services-systemd/main.py:69
-msgid "Cannot enable systemd service {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:65
-msgid "Cannot enable systemd target {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:67
-msgid "Cannot enable systemd timer {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:71
-msgid "Cannot disable systemd target {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:73
-msgid "Cannot mask systemd unit {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:75
-msgid ""
-"Unknown systemd commands {command!s}
and "
-"{suffix!s}
for unit {name!s}."
-msgstr ""
-
-#: src/modules/mkinitfs/main.py:27
-msgid "Creating initramfs with mkinitfs."
-msgstr ""
-
-#: src/modules/mkinitfs/main.py:49
-msgid "Failed to run mkinitfs on the target"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:34
-msgid "Filling up filesystems."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:254
-msgid "rsync failed with error code {}."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:299
-msgid "Unpacking image {}/{}, file {}/{}"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:314
-msgid "Starting to unpack {}"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465
-msgid "Failed to unpack image \"{}\""
-msgstr ""
-
-#: src/modules/unpackfs/main.py:430
-msgid "No mount point for root partition"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:431
-msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:436
-msgid "Bad mount point for root partition"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:437
-msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457
-#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478
-msgid "Bad unsquash configuration"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:454
-msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:458
-msgid "The source filesystem \"{}\" does not exist"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:464
-msgid ""
-"Failed to find unsquashfs, make sure you have the squashfs-tools package "
-"installed."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:479
-msgid "The destination \"{}\" in the target system is not a directory"
-msgstr ""
-
-#: src/modules/luksopenswaphookcfg/main.py:26
-msgid "Configuring encrypted swap."
-msgstr ""
diff --git a/lang/python/ko_KR/LC_MESSAGES/python.po b/lang/python/ko_KR/LC_MESSAGES/python.po
deleted file mode 100644
index 596b6214b..000000000
--- a/lang/python/ko_KR/LC_MESSAGES/python.po
+++ /dev/null
@@ -1,385 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR , YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-11-02 15:45+0100\n"
-"PO-Revision-Date: 2017-08-09 10:34+0000\n"
-"Language-Team: Korean (Korea) (https://www.transifex.com/calamares/teams/20061/ko_KR/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ko_KR\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: src/modules/initramfscfg/main.py:32
-msgid "Configuring initramfs."
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
-#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361
-#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105
-#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231
-#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144
-#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72
-#: src/modules/openrcdmcryptcfg/main.py:76
-#: src/modules/luksopenswaphookcfg/main.py:86
-#: src/modules/luksopenswaphookcfg/main.py:90
-msgid "Configuration Error"
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356
-#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145
-#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73
-#: src/modules/luksopenswaphookcfg/main.py:87
-msgid "No partitions are defined for {!s} to use."
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362
-#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232
-#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77
-#: src/modules/luksopenswaphookcfg/main.py:91
-msgid "No root mount point is given for {!s} to use."
-msgstr ""
-
-#: src/modules/grubcfg/main.py:28
-msgid "Configure GRUB."
-msgstr ""
-
-#: src/modules/bootloader/main.py:43
-msgid "Install bootloader."
-msgstr ""
-
-#: src/modules/bootloader/main.py:508
-msgid "Bootloader installation error"
-msgstr ""
-
-#: src/modules/bootloader/main.py:509
-msgid ""
-"The bootloader could not be installed. The installation command "
-"{!s} returned error code {!s}."
-msgstr ""
-
-#: src/modules/fstab/main.py:29
-msgid "Writing fstab."
-msgstr ""
-
-#: src/modules/fstab/main.py:389
-msgid "No {!s} configuration is given for {!s} to use."
-msgstr ""
-
-#: src/modules/dracut/main.py:27
-msgid "Creating initramfs with dracut."
-msgstr ""
-
-#: src/modules/dracut/main.py:49
-msgid "Failed to run dracut on the target"
-msgstr ""
-
-#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50
-msgid "The exit code was {}"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:526
-msgid "Cannot write KDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:527
-msgid "KDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:588
-msgid "Cannot write LXDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:589
-msgid "LXDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:672
-msgid "Cannot write LightDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:673
-msgid "LightDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:747
-msgid "Cannot configure LightDM"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:748
-msgid "No LightDM greeter installed."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:779
-msgid "Cannot write SLIM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:780
-msgid "SLIM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:906
-msgid "No display managers selected for the displaymanager module."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:907
-msgid ""
-"The displaymanagers list is empty or undefined in both globalstorage and "
-"displaymanager.conf."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:989
-msgid "Display manager configuration was incomplete"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:29
-msgid "Configure OpenRC services"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:57
-msgid "Cannot add service {name!s} to run-level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:59
-msgid "Cannot remove service {name!s} from run-level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:61
-msgid ""
-"Unknown service-action {arg!s}
for service {name!s} in run-"
-"level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:93
-#: src/modules/services-systemd/main.py:59
-msgid "Cannot modify service"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:94
-msgid ""
-"rc-update {arg!s}
call in chroot returned error code {num!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:101
-msgid "Target runlevel does not exist"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:102
-msgid ""
-"The path for runlevel {level!s} is {path!s}
, which does not "
-"exist."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:110
-msgid "Target service does not exist"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:111
-msgid ""
-"The path for service {name!s} is {path!s}
, which does not "
-"exist."
-msgstr ""
-
-#: src/modules/networkcfg/main.py:29
-msgid "Saving network configuration."
-msgstr ""
-
-#: src/modules/packages/main.py:50 src/modules/packages/main.py:59
-#: src/modules/packages/main.py:69
-msgid "Install packages."
-msgstr ""
-
-#: src/modules/packages/main.py:57
-#, python-format
-msgid "Processing packages (%(count)d / %(total)d)"
-msgstr ""
-
-#: src/modules/packages/main.py:62
-#, python-format
-msgid "Installing one package."
-msgid_plural "Installing %(num)d packages."
-msgstr[0] ""
-
-#: src/modules/packages/main.py:65
-#, python-format
-msgid "Removing one package."
-msgid_plural "Removing %(num)d packages."
-msgstr[0] ""
-
-#: src/modules/packages/main.py:638 src/modules/packages/main.py:650
-#: src/modules/packages/main.py:678
-msgid "Package Manager error"
-msgstr ""
-
-#: src/modules/packages/main.py:639
-msgid ""
-"The package manager could not prepare updates. The command {!s} "
-"returned error code {!s}."
-msgstr ""
-
-#: src/modules/packages/main.py:651
-msgid ""
-"The package manager could not update the system. The command {!s} "
-" returned error code {!s}."
-msgstr ""
-
-#: src/modules/packages/main.py:679
-msgid ""
-"The package manager could not make changes to the installed system. The "
-"command {!s} returned error code {!s}."
-msgstr ""
-
-#: src/modules/plymouthcfg/main.py:27
-msgid "Configure Plymouth theme"
-msgstr ""
-
-#: src/modules/initcpiocfg/main.py:28
-msgid "Configuring mkinitcpio."
-msgstr ""
-
-#: src/modules/localecfg/main.py:30
-msgid "Configuring locales."
-msgstr ""
-
-#: src/modules/mount/main.py:30
-msgid "Mounting partitions."
-msgstr ""
-
-#: src/modules/rawfs/main.py:26
-msgid "Installing data."
-msgstr ""
-
-#: src/modules/dummypython/main.py:35
-msgid "Dummy python job."
-msgstr ""
-
-#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93
-#: src/modules/dummypython/main.py:94
-msgid "Dummy python step {}"
-msgstr ""
-
-#: src/modules/hwclock/main.py:26
-msgid "Setting hardware clock."
-msgstr ""
-
-#: src/modules/umount/main.py:31
-msgid "Unmount file systems."
-msgstr ""
-
-#: src/modules/openrcdmcryptcfg/main.py:26
-msgid "Configuring OpenRC dmcrypt service."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:26
-msgid "Configure systemd services"
-msgstr ""
-
-#: src/modules/services-systemd/main.py:60
-msgid ""
-"systemctl {arg!s}
call in chroot returned error code {num!s}."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:63
-#: src/modules/services-systemd/main.py:69
-msgid "Cannot enable systemd service {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:65
-msgid "Cannot enable systemd target {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:67
-msgid "Cannot enable systemd timer {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:71
-msgid "Cannot disable systemd target {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:73
-msgid "Cannot mask systemd unit {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:75
-msgid ""
-"Unknown systemd commands {command!s}
and "
-"{suffix!s}
for unit {name!s}."
-msgstr ""
-
-#: src/modules/mkinitfs/main.py:27
-msgid "Creating initramfs with mkinitfs."
-msgstr ""
-
-#: src/modules/mkinitfs/main.py:49
-msgid "Failed to run mkinitfs on the target"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:34
-msgid "Filling up filesystems."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:254
-msgid "rsync failed with error code {}."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:299
-msgid "Unpacking image {}/{}, file {}/{}"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:314
-msgid "Starting to unpack {}"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465
-msgid "Failed to unpack image \"{}\""
-msgstr ""
-
-#: src/modules/unpackfs/main.py:430
-msgid "No mount point for root partition"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:431
-msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:436
-msgid "Bad mount point for root partition"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:437
-msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457
-#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478
-msgid "Bad unsquash configuration"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:454
-msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:458
-msgid "The source filesystem \"{}\" does not exist"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:464
-msgid ""
-"Failed to find unsquashfs, make sure you have the squashfs-tools package "
-"installed."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:479
-msgid "The destination \"{}\" in the target system is not a directory"
-msgstr ""
-
-#: src/modules/luksopenswaphookcfg/main.py:26
-msgid "Configuring encrypted swap."
-msgstr ""
diff --git a/lang/python/ne/LC_MESSAGES/python.po b/lang/python/ne/LC_MESSAGES/python.po
deleted file mode 100644
index 1de9614e5..000000000
--- a/lang/python/ne/LC_MESSAGES/python.po
+++ /dev/null
@@ -1,404 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR , YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-03-21 17:21+0100\n"
-"PO-Revision-Date: 2017-08-09 10:34+0000\n"
-"Language-Team: Nepali (https://www.transifex.com/calamares/teams/20061/ne/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ne\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: src/modules/initramfscfg/main.py:32
-msgid "Configuring initramfs."
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
-#: src/modules/fstab/main.py:361 src/modules/fstab/main.py:367
-#: src/modules/fstab/main.py:394 src/modules/networkcfg/main.py:105
-#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239
-#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229
-#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72
-#: src/modules/openrcdmcryptcfg/main.py:76
-msgid "Configuration Error"
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:362
-#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230
-#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73
-msgid "No partitions are defined for {!s} to use."
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:368
-#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240
-#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77
-msgid "No root mount point is given for {!s} to use."
-msgstr ""
-
-#: src/modules/grubcfg/main.py:28
-msgid "Configure GRUB."
-msgstr ""
-
-#: src/modules/bootloader/main.py:43
-msgid "Install bootloader."
-msgstr ""
-
-#: src/modules/bootloader/main.py:614
-msgid "Failed to install grub, no partitions defined in global storage"
-msgstr ""
-
-#: src/modules/bootloader/main.py:782
-msgid "Bootloader installation error"
-msgstr ""
-
-#: src/modules/bootloader/main.py:783
-msgid ""
-"The bootloader could not be installed. The installation command "
-"{!s} returned error code {!s}."
-msgstr ""
-
-#: src/modules/fstab/main.py:29
-msgid "Writing fstab."
-msgstr ""
-
-#: src/modules/fstab/main.py:395
-msgid "No {!s} configuration is given for {!s} to use."
-msgstr ""
-
-#: src/modules/dracut/main.py:27
-msgid "Creating initramfs with dracut."
-msgstr ""
-
-#: src/modules/dracut/main.py:49
-msgid "Failed to run dracut on the target"
-msgstr ""
-
-#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50
-msgid "The exit code was {}"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:524
-msgid "Cannot write KDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:525
-msgid "KDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:586
-msgid "Cannot write LXDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:587
-msgid "LXDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:670
-msgid "Cannot write LightDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:671
-msgid "LightDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:745
-msgid "Cannot configure LightDM"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:746
-msgid "No LightDM greeter installed."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:777
-msgid "Cannot write SLIM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:778
-msgid "SLIM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:991
-msgid "No display managers selected for the displaymanager module."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:992
-msgid ""
-"The displaymanagers list is empty or undefined in both globalstorage and "
-"displaymanager.conf."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:1074
-msgid "Display manager configuration was incomplete"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:29
-msgid "Configure OpenRC services"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:57
-msgid "Cannot add service {name!s} to run-level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:59
-msgid "Cannot remove service {name!s} from run-level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:61
-msgid ""
-"Unknown service-action {arg!s}
for service {name!s} in run-"
-"level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:93
-#: src/modules/services-systemd/main.py:59
-msgid "Cannot modify service"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:94
-msgid ""
-"rc-update {arg!s}
call in chroot returned error code {num!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:101
-msgid "Target runlevel does not exist"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:102
-msgid ""
-"The path for runlevel {level!s} is {path!s}
, which does not "
-"exist."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:110
-msgid "Target service does not exist"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:111
-msgid ""
-"The path for service {name!s} is {path!s}
, which does not "
-"exist."
-msgstr ""
-
-#: src/modules/networkcfg/main.py:29
-msgid "Saving network configuration."
-msgstr ""
-
-#: src/modules/packages/main.py:54 src/modules/packages/main.py:65
-#: src/modules/packages/main.py:75
-msgid "Install packages."
-msgstr ""
-
-#: src/modules/packages/main.py:63
-#, python-format
-msgid "Processing packages (%(count)d / %(total)d)"
-msgstr ""
-
-#: src/modules/packages/main.py:68
-#, python-format
-msgid "Installing one package."
-msgid_plural "Installing %(num)d packages."
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/modules/packages/main.py:71
-#, python-format
-msgid "Removing one package."
-msgid_plural "Removing %(num)d packages."
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/modules/packages/main.py:725 src/modules/packages/main.py:737
-#: src/modules/packages/main.py:765
-msgid "Package Manager error"
-msgstr ""
-
-#: src/modules/packages/main.py:726
-msgid ""
-"The package manager could not prepare updates. The command {!s} "
-"returned error code {!s}."
-msgstr ""
-
-#: src/modules/packages/main.py:738
-msgid ""
-"The package manager could not update the system. The command {!s} "
-" returned error code {!s}."
-msgstr ""
-
-#: src/modules/packages/main.py:766
-msgid ""
-"The package manager could not make changes to the installed system. The "
-"command {!s} returned error code {!s}."
-msgstr ""
-
-#: src/modules/plymouthcfg/main.py:27
-msgid "Configure Plymouth theme"
-msgstr ""
-
-#: src/modules/initcpiocfg/main.py:28
-msgid "Configuring mkinitcpio."
-msgstr ""
-
-#: src/modules/localecfg/main.py:30
-msgid "Configuring locales."
-msgstr ""
-
-#: src/modules/mount/main.py:42
-msgid "Mounting partitions."
-msgstr ""
-
-#: src/modules/mount/main.py:88 src/modules/mount/main.py:124
-msgid "Internal error mounting zfs datasets"
-msgstr ""
-
-#: src/modules/mount/main.py:100
-msgid "Failed to import zpool"
-msgstr ""
-
-#: src/modules/mount/main.py:116
-msgid "Failed to unlock zpool"
-msgstr ""
-
-#: src/modules/mount/main.py:133 src/modules/mount/main.py:138
-msgid "Failed to set zfs mountpoint"
-msgstr ""
-
-#: src/modules/mount/main.py:253
-msgid "zfs mounting error"
-msgstr ""
-
-#: src/modules/rawfs/main.py:26
-msgid "Installing data."
-msgstr ""
-
-#: src/modules/dummypython/main.py:35
-msgid "Dummy python job."
-msgstr ""
-
-#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93
-#: src/modules/dummypython/main.py:94
-msgid "Dummy python step {}"
-msgstr ""
-
-#: src/modules/hwclock/main.py:26
-msgid "Setting hardware clock."
-msgstr ""
-
-#: src/modules/openrcdmcryptcfg/main.py:26
-msgid "Configuring OpenRC dmcrypt service."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:26
-msgid "Configure systemd services"
-msgstr ""
-
-#: src/modules/services-systemd/main.py:60
-msgid ""
-"systemctl {arg!s}
call in chroot returned error code {num!s}."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:63
-#: src/modules/services-systemd/main.py:69
-msgid "Cannot enable systemd service {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:65
-msgid "Cannot enable systemd target {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:67
-msgid "Cannot enable systemd timer {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:71
-msgid "Cannot disable systemd target {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:73
-msgid "Cannot mask systemd unit {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:75
-msgid ""
-"Unknown systemd commands {command!s}
and "
-"{suffix!s}
for unit {name!s}."
-msgstr ""
-
-#: src/modules/mkinitfs/main.py:27
-msgid "Creating initramfs with mkinitfs."
-msgstr ""
-
-#: src/modules/mkinitfs/main.py:49
-msgid "Failed to run mkinitfs on the target"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:34
-msgid "Filling up filesystems."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:254
-msgid "rsync failed with error code {}."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:299
-msgid "Unpacking image {}/{}, file {}/{}"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:314
-msgid "Starting to unpack {}"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:467
-msgid "Failed to unpack image \"{}\""
-msgstr ""
-
-#: src/modules/unpackfs/main.py:430
-msgid "No mount point for root partition"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:431
-msgid "globalstorage does not contain a \"rootMountPoint\" key."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:434
-msgid "Bad mount point for root partition"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:435
-msgid "rootMountPoint is \"{}\", which does not exist."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:439 src/modules/unpackfs/main.py:455
-#: src/modules/unpackfs/main.py:459 src/modules/unpackfs/main.py:465
-#: src/modules/unpackfs/main.py:480
-msgid "Bad unpackfs configuration"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:440
-msgid "There is no configuration information."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:456
-msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:460
-msgid "The source filesystem \"{}\" does not exist"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:466
-msgid ""
-"Failed to find unsquashfs, make sure you have the squashfs-tools package "
-"installed."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:481
-msgid "The destination \"{}\" in the target system is not a directory"
-msgstr ""
diff --git a/lang/python/ru_RU/LC_MESSAGES/python.po b/lang/python/ru_RU/LC_MESSAGES/python.po
deleted file mode 100644
index b55cdf62a..000000000
--- a/lang/python/ru_RU/LC_MESSAGES/python.po
+++ /dev/null
@@ -1,388 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR , YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-09-22 11:02+0200\n"
-"PO-Revision-Date: 2017-08-09 10:34+0000\n"
-"Language-Team: Russian (Russia) (https://www.transifex.com/calamares/teams/20061/ru_RU/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ru_RU\n"
-"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
-
-#: src/modules/grubcfg/main.py:28
-msgid "Configure GRUB."
-msgstr ""
-
-#: src/modules/mount/main.py:30
-msgid "Mounting partitions."
-msgstr ""
-
-#: src/modules/mount/main.py:144 src/modules/initcpiocfg/main.py:227
-#: src/modules/initcpiocfg/main.py:231
-#: src/modules/luksopenswaphookcfg/main.py:86
-#: src/modules/luksopenswaphookcfg/main.py:90 src/modules/rawfs/main.py:164
-#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
-#: src/modules/openrcdmcryptcfg/main.py:72
-#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/fstab/main.py:355
-#: src/modules/fstab/main.py:361 src/modules/fstab/main.py:388
-#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
-msgid "Configuration Error"
-msgstr ""
-
-#: src/modules/mount/main.py:145 src/modules/initcpiocfg/main.py:228
-#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
-#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:73
-#: src/modules/fstab/main.py:356
-msgid "No partitions are defined for {!s} to use."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:26
-msgid "Configure systemd services"
-msgstr ""
-
-#: src/modules/services-systemd/main.py:59
-#: src/modules/services-openrc/main.py:93
-msgid "Cannot modify service"
-msgstr ""
-
-#: src/modules/services-systemd/main.py:60
-msgid ""
-"systemctl {arg!s}
call in chroot returned error code {num!s}."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:63
-#: src/modules/services-systemd/main.py:67
-msgid "Cannot enable systemd service {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:65
-msgid "Cannot enable systemd target {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:69
-msgid "Cannot disable systemd target {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:71
-msgid "Cannot mask systemd unit {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:73
-msgid ""
-"Unknown systemd commands {command!s}
and "
-"{suffix!s}
for unit {name!s}."
-msgstr ""
-
-#: src/modules/umount/main.py:31
-msgid "Unmount file systems."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:35
-msgid "Filling up filesystems."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:255
-msgid "rsync failed with error code {}."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:300
-msgid "Unpacking image {}/{}, file {}/{}"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:315
-msgid "Starting to unpack {}"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:324 src/modules/unpackfs/main.py:464
-msgid "Failed to unpack image \"{}\""
-msgstr ""
-
-#: src/modules/unpackfs/main.py:431
-msgid "No mount point for root partition"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:432
-msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:437
-msgid "Bad mount point for root partition"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:438
-msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:454 src/modules/unpackfs/main.py:458
-#: src/modules/unpackfs/main.py:478
-msgid "Bad unsquash configuration"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:455
-msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:459
-msgid "The source filesystem \"{}\" does not exist"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:465
-msgid ""
-"Failed to find unsquashfs, make sure you have the squashfs-tools package "
-"installed"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:479
-msgid "The destination \"{}\" in the target system is not a directory"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:526
-msgid "Cannot write KDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:527
-msgid "KDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:588
-msgid "Cannot write LXDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:589
-msgid "LXDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:672
-msgid "Cannot write LightDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:673
-msgid "LightDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:747
-msgid "Cannot configure LightDM"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:748
-msgid "No LightDM greeter installed."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:779
-msgid "Cannot write SLIM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:780
-msgid "SLIM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:906
-msgid "No display managers selected for the displaymanager module."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:907
-msgid ""
-"The displaymanagers list is empty or undefined in both globalstorage and "
-"displaymanager.conf."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:989
-msgid "Display manager configuration was incomplete"
-msgstr ""
-
-#: src/modules/initcpiocfg/main.py:28
-msgid "Configuring mkinitcpio."
-msgstr ""
-
-#: src/modules/initcpiocfg/main.py:232
-#: src/modules/luksopenswaphookcfg/main.py:91
-#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:77
-#: src/modules/fstab/main.py:362 src/modules/localecfg/main.py:136
-#: src/modules/networkcfg/main.py:43
-msgid "No root mount point is given for {!s} to use."
-msgstr ""
-
-#: src/modules/luksopenswaphookcfg/main.py:26
-msgid "Configuring encrypted swap."
-msgstr ""
-
-#: src/modules/rawfs/main.py:26
-msgid "Installing data."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:29
-msgid "Configure OpenRC services"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:57
-msgid "Cannot add service {name!s} to run-level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:59
-msgid "Cannot remove service {name!s} from run-level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:61
-msgid ""
-"Unknown service-action {arg!s}
for service {name!s} in run-"
-"level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:94
-msgid ""
-"rc-update {arg!s}
call in chroot returned error code {num!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:101
-msgid "Target runlevel does not exist"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:102
-msgid ""
-"The path for runlevel {level!s} is {path!s}
, which does not "
-"exist."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:110
-msgid "Target service does not exist"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:111
-msgid ""
-"The path for service {name!s} is {path!s}
, which does not "
-"exist."
-msgstr ""
-
-#: src/modules/plymouthcfg/main.py:27
-msgid "Configure Plymouth theme"
-msgstr ""
-
-#: src/modules/packages/main.py:50 src/modules/packages/main.py:59
-#: src/modules/packages/main.py:69
-msgid "Install packages."
-msgstr ""
-
-#: src/modules/packages/main.py:57
-#, python-format
-msgid "Processing packages (%(count)d / %(total)d)"
-msgstr ""
-
-#: src/modules/packages/main.py:62
-#, python-format
-msgid "Installing one package."
-msgid_plural "Installing %(num)d packages."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-#: src/modules/packages/main.py:65
-#, python-format
-msgid "Removing one package."
-msgid_plural "Removing %(num)d packages."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-#: src/modules/packages/main.py:638 src/modules/packages/main.py:650
-#: src/modules/packages/main.py:678
-msgid "Package Manager error"
-msgstr ""
-
-#: src/modules/packages/main.py:639
-msgid ""
-"The package manager could not prepare updates. The command {!s} "
-"returned error code {!s}."
-msgstr ""
-
-#: src/modules/packages/main.py:651
-msgid ""
-"The package manager could not update the system. The command {!s} "
-" returned error code {!s}."
-msgstr ""
-
-#: src/modules/packages/main.py:679
-msgid ""
-"The package manager could not make changes to the installed system. The "
-"command {!s} returned error code {!s}."
-msgstr ""
-
-#: src/modules/bootloader/main.py:43
-msgid "Install bootloader."
-msgstr ""
-
-#: src/modules/bootloader/main.py:508
-msgid "Bootloader installation error"
-msgstr ""
-
-#: src/modules/bootloader/main.py:509
-msgid ""
-"The bootloader could not be installed. The installation command "
-"{!s} returned error code {!s}."
-msgstr ""
-
-#: src/modules/hwclock/main.py:26
-msgid "Setting hardware clock."
-msgstr ""
-
-#: src/modules/mkinitfs/main.py:27
-msgid "Creating initramfs with mkinitfs."
-msgstr ""
-
-#: src/modules/mkinitfs/main.py:49
-msgid "Failed to run mkinitfs on the target"
-msgstr ""
-
-#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50
-msgid "The exit code was {}"
-msgstr ""
-
-#: src/modules/dracut/main.py:27
-msgid "Creating initramfs with dracut."
-msgstr ""
-
-#: src/modules/dracut/main.py:49
-msgid "Failed to run dracut on the target"
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:32
-msgid "Configuring initramfs."
-msgstr ""
-
-#: src/modules/openrcdmcryptcfg/main.py:26
-msgid "Configuring OpenRC dmcrypt service."
-msgstr ""
-
-#: src/modules/fstab/main.py:29
-msgid "Writing fstab."
-msgstr ""
-
-#: src/modules/fstab/main.py:389
-msgid "No {!s} configuration is given for {!s} to use."
-msgstr ""
-
-#: src/modules/dummypython/main.py:35
-msgid "Dummy python job."
-msgstr ""
-
-#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93
-#: src/modules/dummypython/main.py:94
-msgid "Dummy python step {}"
-msgstr ""
-
-#: src/modules/localecfg/main.py:30
-msgid "Configuring locales."
-msgstr ""
-
-#: src/modules/networkcfg/main.py:29
-msgid "Saving network configuration."
-msgstr ""
diff --git a/lang/python/te_IN/LC_MESSAGES/python.po b/lang/python/te_IN/LC_MESSAGES/python.po
deleted file mode 100644
index ba3eb4f5f..000000000
--- a/lang/python/te_IN/LC_MESSAGES/python.po
+++ /dev/null
@@ -1,387 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR , YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-11-02 15:45+0100\n"
-"PO-Revision-Date: 2017-08-09 10:34+0000\n"
-"Language-Team: Telugu (India) (https://www.transifex.com/calamares/teams/20061/te_IN/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: te_IN\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: src/modules/initramfscfg/main.py:32
-msgid "Configuring initramfs."
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
-#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361
-#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105
-#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231
-#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144
-#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72
-#: src/modules/openrcdmcryptcfg/main.py:76
-#: src/modules/luksopenswaphookcfg/main.py:86
-#: src/modules/luksopenswaphookcfg/main.py:90
-msgid "Configuration Error"
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356
-#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145
-#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73
-#: src/modules/luksopenswaphookcfg/main.py:87
-msgid "No partitions are defined for {!s} to use."
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362
-#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232
-#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77
-#: src/modules/luksopenswaphookcfg/main.py:91
-msgid "No root mount point is given for {!s} to use."
-msgstr ""
-
-#: src/modules/grubcfg/main.py:28
-msgid "Configure GRUB."
-msgstr ""
-
-#: src/modules/bootloader/main.py:43
-msgid "Install bootloader."
-msgstr ""
-
-#: src/modules/bootloader/main.py:508
-msgid "Bootloader installation error"
-msgstr ""
-
-#: src/modules/bootloader/main.py:509
-msgid ""
-"The bootloader could not be installed. The installation command "
-"{!s} returned error code {!s}."
-msgstr ""
-
-#: src/modules/fstab/main.py:29
-msgid "Writing fstab."
-msgstr ""
-
-#: src/modules/fstab/main.py:389
-msgid "No {!s} configuration is given for {!s} to use."
-msgstr ""
-
-#: src/modules/dracut/main.py:27
-msgid "Creating initramfs with dracut."
-msgstr ""
-
-#: src/modules/dracut/main.py:49
-msgid "Failed to run dracut on the target"
-msgstr ""
-
-#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50
-msgid "The exit code was {}"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:526
-msgid "Cannot write KDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:527
-msgid "KDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:588
-msgid "Cannot write LXDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:589
-msgid "LXDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:672
-msgid "Cannot write LightDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:673
-msgid "LightDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:747
-msgid "Cannot configure LightDM"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:748
-msgid "No LightDM greeter installed."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:779
-msgid "Cannot write SLIM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:780
-msgid "SLIM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:906
-msgid "No display managers selected for the displaymanager module."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:907
-msgid ""
-"The displaymanagers list is empty or undefined in both globalstorage and "
-"displaymanager.conf."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:989
-msgid "Display manager configuration was incomplete"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:29
-msgid "Configure OpenRC services"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:57
-msgid "Cannot add service {name!s} to run-level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:59
-msgid "Cannot remove service {name!s} from run-level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:61
-msgid ""
-"Unknown service-action {arg!s}
for service {name!s} in run-"
-"level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:93
-#: src/modules/services-systemd/main.py:59
-msgid "Cannot modify service"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:94
-msgid ""
-"rc-update {arg!s}
call in chroot returned error code {num!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:101
-msgid "Target runlevel does not exist"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:102
-msgid ""
-"The path for runlevel {level!s} is {path!s}
, which does not "
-"exist."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:110
-msgid "Target service does not exist"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:111
-msgid ""
-"The path for service {name!s} is {path!s}
, which does not "
-"exist."
-msgstr ""
-
-#: src/modules/networkcfg/main.py:29
-msgid "Saving network configuration."
-msgstr ""
-
-#: src/modules/packages/main.py:50 src/modules/packages/main.py:59
-#: src/modules/packages/main.py:69
-msgid "Install packages."
-msgstr ""
-
-#: src/modules/packages/main.py:57
-#, python-format
-msgid "Processing packages (%(count)d / %(total)d)"
-msgstr ""
-
-#: src/modules/packages/main.py:62
-#, python-format
-msgid "Installing one package."
-msgid_plural "Installing %(num)d packages."
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/modules/packages/main.py:65
-#, python-format
-msgid "Removing one package."
-msgid_plural "Removing %(num)d packages."
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/modules/packages/main.py:638 src/modules/packages/main.py:650
-#: src/modules/packages/main.py:678
-msgid "Package Manager error"
-msgstr ""
-
-#: src/modules/packages/main.py:639
-msgid ""
-"The package manager could not prepare updates. The command {!s} "
-"returned error code {!s}."
-msgstr ""
-
-#: src/modules/packages/main.py:651
-msgid ""
-"The package manager could not update the system. The command {!s} "
-" returned error code {!s}."
-msgstr ""
-
-#: src/modules/packages/main.py:679
-msgid ""
-"The package manager could not make changes to the installed system. The "
-"command {!s} returned error code {!s}."
-msgstr ""
-
-#: src/modules/plymouthcfg/main.py:27
-msgid "Configure Plymouth theme"
-msgstr ""
-
-#: src/modules/initcpiocfg/main.py:28
-msgid "Configuring mkinitcpio."
-msgstr ""
-
-#: src/modules/localecfg/main.py:30
-msgid "Configuring locales."
-msgstr ""
-
-#: src/modules/mount/main.py:30
-msgid "Mounting partitions."
-msgstr ""
-
-#: src/modules/rawfs/main.py:26
-msgid "Installing data."
-msgstr ""
-
-#: src/modules/dummypython/main.py:35
-msgid "Dummy python job."
-msgstr ""
-
-#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93
-#: src/modules/dummypython/main.py:94
-msgid "Dummy python step {}"
-msgstr ""
-
-#: src/modules/hwclock/main.py:26
-msgid "Setting hardware clock."
-msgstr ""
-
-#: src/modules/umount/main.py:31
-msgid "Unmount file systems."
-msgstr ""
-
-#: src/modules/openrcdmcryptcfg/main.py:26
-msgid "Configuring OpenRC dmcrypt service."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:26
-msgid "Configure systemd services"
-msgstr ""
-
-#: src/modules/services-systemd/main.py:60
-msgid ""
-"systemctl {arg!s}
call in chroot returned error code {num!s}."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:63
-#: src/modules/services-systemd/main.py:69
-msgid "Cannot enable systemd service {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:65
-msgid "Cannot enable systemd target {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:67
-msgid "Cannot enable systemd timer {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:71
-msgid "Cannot disable systemd target {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:73
-msgid "Cannot mask systemd unit {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:75
-msgid ""
-"Unknown systemd commands {command!s}
and "
-"{suffix!s}
for unit {name!s}."
-msgstr ""
-
-#: src/modules/mkinitfs/main.py:27
-msgid "Creating initramfs with mkinitfs."
-msgstr ""
-
-#: src/modules/mkinitfs/main.py:49
-msgid "Failed to run mkinitfs on the target"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:34
-msgid "Filling up filesystems."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:254
-msgid "rsync failed with error code {}."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:299
-msgid "Unpacking image {}/{}, file {}/{}"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:314
-msgid "Starting to unpack {}"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465
-msgid "Failed to unpack image \"{}\""
-msgstr ""
-
-#: src/modules/unpackfs/main.py:430
-msgid "No mount point for root partition"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:431
-msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:436
-msgid "Bad mount point for root partition"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:437
-msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457
-#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478
-msgid "Bad unsquash configuration"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:454
-msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:458
-msgid "The source filesystem \"{}\" does not exist"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:464
-msgid ""
-"Failed to find unsquashfs, make sure you have the squashfs-tools package "
-"installed."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:479
-msgid "The destination \"{}\" in the target system is not a directory"
-msgstr ""
-
-#: src/modules/luksopenswaphookcfg/main.py:26
-msgid "Configuring encrypted swap."
-msgstr ""
diff --git a/lang/python/uz/LC_MESSAGES/python.po b/lang/python/uz/LC_MESSAGES/python.po
deleted file mode 100644
index 46926ae46..000000000
--- a/lang/python/uz/LC_MESSAGES/python.po
+++ /dev/null
@@ -1,382 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR , YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-09-22 11:02+0200\n"
-"PO-Revision-Date: 2017-08-09 10:34+0000\n"
-"Language-Team: Uzbek (https://www.transifex.com/calamares/teams/20061/uz/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: uz\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: src/modules/grubcfg/main.py:28
-msgid "Configure GRUB."
-msgstr ""
-
-#: src/modules/mount/main.py:30
-msgid "Mounting partitions."
-msgstr ""
-
-#: src/modules/mount/main.py:144 src/modules/initcpiocfg/main.py:227
-#: src/modules/initcpiocfg/main.py:231
-#: src/modules/luksopenswaphookcfg/main.py:86
-#: src/modules/luksopenswaphookcfg/main.py:90 src/modules/rawfs/main.py:164
-#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
-#: src/modules/openrcdmcryptcfg/main.py:72
-#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/fstab/main.py:355
-#: src/modules/fstab/main.py:361 src/modules/fstab/main.py:388
-#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
-msgid "Configuration Error"
-msgstr ""
-
-#: src/modules/mount/main.py:145 src/modules/initcpiocfg/main.py:228
-#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
-#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:73
-#: src/modules/fstab/main.py:356
-msgid "No partitions are defined for {!s} to use."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:26
-msgid "Configure systemd services"
-msgstr ""
-
-#: src/modules/services-systemd/main.py:59
-#: src/modules/services-openrc/main.py:93
-msgid "Cannot modify service"
-msgstr ""
-
-#: src/modules/services-systemd/main.py:60
-msgid ""
-"systemctl {arg!s}
call in chroot returned error code {num!s}."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:63
-#: src/modules/services-systemd/main.py:67
-msgid "Cannot enable systemd service {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:65
-msgid "Cannot enable systemd target {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:69
-msgid "Cannot disable systemd target {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:71
-msgid "Cannot mask systemd unit {name!s}
."
-msgstr ""
-
-#: src/modules/services-systemd/main.py:73
-msgid ""
-"Unknown systemd commands {command!s}
and "
-"{suffix!s}
for unit {name!s}."
-msgstr ""
-
-#: src/modules/umount/main.py:31
-msgid "Unmount file systems."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:35
-msgid "Filling up filesystems."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:255
-msgid "rsync failed with error code {}."
-msgstr ""
-
-#: src/modules/unpackfs/main.py:300
-msgid "Unpacking image {}/{}, file {}/{}"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:315
-msgid "Starting to unpack {}"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:324 src/modules/unpackfs/main.py:464
-msgid "Failed to unpack image \"{}\""
-msgstr ""
-
-#: src/modules/unpackfs/main.py:431
-msgid "No mount point for root partition"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:432
-msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:437
-msgid "Bad mount point for root partition"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:438
-msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:454 src/modules/unpackfs/main.py:458
-#: src/modules/unpackfs/main.py:478
-msgid "Bad unsquash configuration"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:455
-msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:459
-msgid "The source filesystem \"{}\" does not exist"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:465
-msgid ""
-"Failed to find unsquashfs, make sure you have the squashfs-tools package "
-"installed"
-msgstr ""
-
-#: src/modules/unpackfs/main.py:479
-msgid "The destination \"{}\" in the target system is not a directory"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:526
-msgid "Cannot write KDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:527
-msgid "KDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:588
-msgid "Cannot write LXDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:589
-msgid "LXDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:672
-msgid "Cannot write LightDM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:673
-msgid "LightDM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:747
-msgid "Cannot configure LightDM"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:748
-msgid "No LightDM greeter installed."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:779
-msgid "Cannot write SLIM configuration file"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:780
-msgid "SLIM config file {!s} does not exist"
-msgstr ""
-
-#: src/modules/displaymanager/main.py:906
-msgid "No display managers selected for the displaymanager module."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:907
-msgid ""
-"The displaymanagers list is empty or undefined in both globalstorage and "
-"displaymanager.conf."
-msgstr ""
-
-#: src/modules/displaymanager/main.py:989
-msgid "Display manager configuration was incomplete"
-msgstr ""
-
-#: src/modules/initcpiocfg/main.py:28
-msgid "Configuring mkinitcpio."
-msgstr ""
-
-#: src/modules/initcpiocfg/main.py:232
-#: src/modules/luksopenswaphookcfg/main.py:91
-#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:77
-#: src/modules/fstab/main.py:362 src/modules/localecfg/main.py:136
-#: src/modules/networkcfg/main.py:43
-msgid "No root mount point is given for {!s} to use."
-msgstr ""
-
-#: src/modules/luksopenswaphookcfg/main.py:26
-msgid "Configuring encrypted swap."
-msgstr ""
-
-#: src/modules/rawfs/main.py:26
-msgid "Installing data."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:29
-msgid "Configure OpenRC services"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:57
-msgid "Cannot add service {name!s} to run-level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:59
-msgid "Cannot remove service {name!s} from run-level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:61
-msgid ""
-"Unknown service-action {arg!s}
for service {name!s} in run-"
-"level {level!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:94
-msgid ""
-"rc-update {arg!s}
call in chroot returned error code {num!s}."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:101
-msgid "Target runlevel does not exist"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:102
-msgid ""
-"The path for runlevel {level!s} is {path!s}
, which does not "
-"exist."
-msgstr ""
-
-#: src/modules/services-openrc/main.py:110
-msgid "Target service does not exist"
-msgstr ""
-
-#: src/modules/services-openrc/main.py:111
-msgid ""
-"The path for service {name!s} is {path!s}
, which does not "
-"exist."
-msgstr ""
-
-#: src/modules/plymouthcfg/main.py:27
-msgid "Configure Plymouth theme"
-msgstr ""
-
-#: src/modules/packages/main.py:50 src/modules/packages/main.py:59
-#: src/modules/packages/main.py:69
-msgid "Install packages."
-msgstr ""
-
-#: src/modules/packages/main.py:57
-#, python-format
-msgid "Processing packages (%(count)d / %(total)d)"
-msgstr ""
-
-#: src/modules/packages/main.py:62
-#, python-format
-msgid "Installing one package."
-msgid_plural "Installing %(num)d packages."
-msgstr[0] ""
-
-#: src/modules/packages/main.py:65
-#, python-format
-msgid "Removing one package."
-msgid_plural "Removing %(num)d packages."
-msgstr[0] ""
-
-#: src/modules/packages/main.py:638 src/modules/packages/main.py:650
-#: src/modules/packages/main.py:678
-msgid "Package Manager error"
-msgstr ""
-
-#: src/modules/packages/main.py:639
-msgid ""
-"The package manager could not prepare updates. The command {!s} "
-"returned error code {!s}."
-msgstr ""
-
-#: src/modules/packages/main.py:651
-msgid ""
-"The package manager could not update the system. The command {!s} "
-" returned error code {!s}."
-msgstr ""
-
-#: src/modules/packages/main.py:679
-msgid ""
-"The package manager could not make changes to the installed system. The "
-"command {!s} returned error code {!s}."
-msgstr ""
-
-#: src/modules/bootloader/main.py:43
-msgid "Install bootloader."
-msgstr ""
-
-#: src/modules/bootloader/main.py:508
-msgid "Bootloader installation error"
-msgstr ""
-
-#: src/modules/bootloader/main.py:509
-msgid ""
-"The bootloader could not be installed. The installation command "
-"{!s} returned error code {!s}."
-msgstr ""
-
-#: src/modules/hwclock/main.py:26
-msgid "Setting hardware clock."
-msgstr ""
-
-#: src/modules/mkinitfs/main.py:27
-msgid "Creating initramfs with mkinitfs."
-msgstr ""
-
-#: src/modules/mkinitfs/main.py:49
-msgid "Failed to run mkinitfs on the target"
-msgstr ""
-
-#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50
-msgid "The exit code was {}"
-msgstr ""
-
-#: src/modules/dracut/main.py:27
-msgid "Creating initramfs with dracut."
-msgstr ""
-
-#: src/modules/dracut/main.py:49
-msgid "Failed to run dracut on the target"
-msgstr ""
-
-#: src/modules/initramfscfg/main.py:32
-msgid "Configuring initramfs."
-msgstr ""
-
-#: src/modules/openrcdmcryptcfg/main.py:26
-msgid "Configuring OpenRC dmcrypt service."
-msgstr ""
-
-#: src/modules/fstab/main.py:29
-msgid "Writing fstab."
-msgstr ""
-
-#: src/modules/fstab/main.py:389
-msgid "No {!s} configuration is given for {!s} to use."
-msgstr ""
-
-#: src/modules/dummypython/main.py:35
-msgid "Dummy python job."
-msgstr ""
-
-#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93
-#: src/modules/dummypython/main.py:94
-msgid "Dummy python step {}"
-msgstr ""
-
-#: src/modules/localecfg/main.py:30
-msgid "Configuring locales."
-msgstr ""
-
-#: src/modules/networkcfg/main.py:29
-msgid "Saving network configuration."
-msgstr ""