[merge] upstream changes

This commit is contained in:
Philip Müller 2021-09-14 10:44:57 +02:00
commit 3966239635
221 changed files with 26201 additions and 24131 deletions

View File

@ -138,9 +138,9 @@ set( _tx_complete az az_AZ ca de fi_FI he hi hr ja ko lt pt_BR sq
set( _tx_good as be ca@valencia cs_CZ da fr fur it_IT ml nl pt_PT
ru sk tg tr_TR vi zh_CN )
set( _tx_ok ar ast bg bn el en_GB es es_MX es_PR et eu fa gl hu id
is mr nb pl ro si sl sr sr@latin th zh_HK )
is mr nb pl ro si sl sr sr@latin th )
set( _tx_incomplete eo es_PE fr_CH gu id_ID ie kk kn ko_KR lo lv mk
ne ne_NP ru_RU te ur uz zh )
ne ne_NP ru_RU te ur uz )
### Required versions
#
@ -404,7 +404,10 @@ set(Calamares_WITH_QML ${WITH_QML})
### Transifex Translation status
#
# Construct language lists for use.
# Construct language lists for use. This massages the language lists
# for use with older Qt (which does not support Esperanto) and checks
# for some obvious error. The actual work of compiling translations
# is done in the lang/ directory.
#
if( Qt5_VERSION VERSION_GREATER 5.12.1 )
# At least Qt 5.12.2 seems to support Esperanto in QLocale

View File

@ -4,6 +4,14 @@
# SPDX-License-Identifier: BSD-2-Clause
#
###
#
# This CMakeList handles the following i18n / language targets:
#
# - creating a translation test-tool
# - building the Python (gettext-based) translations
# - compiling all the Qt translations into a C++ file calamares-i18n.cxx
# - defines an OBJECT LIBRARY calamares-i18n for linking the compiled
# translations into an executable.
include( CalamaresAddTranslations )
@ -18,3 +26,39 @@ install_calamares_gettext_translations( python
FILENAME python.mo
RENAME calamares-python.mo
)
### TRANSLATIONS
#
#
set( TS_FILES "" )
set( calamares_i18n_qrc_content "" )
# calamares and qt language files
foreach( lang ${CALAMARES_TRANSLATION_LANGUAGES} )
foreach( tlsource "calamares_${lang}" "tz_${lang}" "kb_${lang}" )
if( EXISTS "${CMAKE_SOURCE_DIR}/lang/${tlsource}.ts" )
string( APPEND calamares_i18n_qrc_content "<file>${tlsource}.qm</file>\n" )
list( APPEND TS_FILES "${CMAKE_SOURCE_DIR}/lang/${tlsource}.ts" )
endif()
endforeach()
endforeach()
set( trans_file calamares_i18n )
set( trans_infile ${CMAKE_CURRENT_BINARY_DIR}/${trans_file}.qrc )
set( trans_outfile ${CMAKE_CURRENT_BINARY_DIR}/calamares-i18n.cxx )
set( CALAMARES_TRANSLATIONS_SOURCE ${trans_outfile} )
configure_file( ${CMAKE_SOURCE_DIR}/lang/calamares_i18n.qrc.in ${trans_infile} @ONLY )
qt5_add_translation(QM_FILES ${TS_FILES})
# Run the resource compiler (rcc_options should already be set)
add_custom_command(
OUTPUT ${trans_outfile}
COMMAND "${Qt5Core_RCC_EXECUTABLE}"
ARGS ${rcc_options} --format-version 1 -name ${trans_file} -o ${trans_outfile} ${trans_infile}
MAIN_DEPENDENCY ${trans_infile}
DEPENDS ${QM_FILES}
)
add_library(calamares-i18n OBJECT ${trans_outfile})

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -171,7 +171,7 @@
<context>
<name>Calamares::JobThread</name>
<message>
<location filename="../src/libcalamares/JobQueue.cpp" line="198"/>
<location filename="../src/libcalamares/JobQueue.cpp" line="199"/>
<source>Done</source>
<translation>Done</translation>
</message>
@ -285,54 +285,52 @@
<context>
<name>Calamares::ViewManager</name>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="155"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="162"/>
<source>Setup Failed</source>
<translation>Setup Failed</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="155"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="162"/>
<source>Installation Failed</source>
<translation>Installation Failed</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="156"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="163"/>
<source>Would you like to paste the install log to the web?</source>
<translation>Would you like to paste the install log to the web?</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="172"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="179"/>
<source>Error</source>
<translation>Error</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="179"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="519"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="88"/>
<source>&amp;Yes</source>
<translation>&amp;Yes</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="180"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="520"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="89"/>
<source>&amp;No</source>
<translation>&amp;No</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="186"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="90"/>
<source>&amp;Close</source>
<translation>&amp;Close</translation>
</message>
<message>
<location filename="../src/libcalamaresui/utils/Paste.cpp" line="170"/>
<location filename="../src/libcalamaresui/utils/Paste.cpp" line="171"/>
<source>Install Log Paste URL</source>
<translation>Install Log Paste URL</translation>
</message>
<message>
<location filename="../src/libcalamaresui/utils/Paste.cpp" line="152"/>
<location filename="../src/libcalamaresui/utils/Paste.cpp" line="153"/>
<source>The upload was unsuccessful. No web-paste was done.</source>
<translation>The upload was unsuccessful. No web-paste was done.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/utils/Paste.cpp" line="164"/>
<location filename="../src/libcalamaresui/utils/Paste.cpp" line="165"/>
<source>Install log posted to
%1
@ -345,124 +343,124 @@ Link copied to clipboard</source>
Link copied to clipboard</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="206"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="211"/>
<source>Calamares Initialization Failed</source>
<translation>Calamares Initialization Failed</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="207"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="212"/>
<source>%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.</source>
<translation>%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.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="213"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="218"/>
<source>&lt;br/&gt;The following modules could not be loaded:</source>
<translation>&lt;br/&gt;The following modules could not be loaded:</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="327"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="332"/>
<source>Continue with setup?</source>
<translation>Continue with setup?</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="327"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="332"/>
<source>Continue with installation?</source>
<translation>Continue with installation?</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="329"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="334"/>
<source>The %1 setup program is about to make changes to your disk in order to set up %2.&lt;br/&gt;&lt;strong&gt;You will not be able to undo these changes.&lt;/strong&gt;</source>
<translation>The %1 setup program is about to make changes to your disk in order to set up %2.&lt;br/&gt;&lt;strong&gt;You will not be able to undo these changes.&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="332"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="337"/>
<source>The %1 installer is about to make changes to your disk in order to install %2.&lt;br/&gt;&lt;strong&gt;You will not be able to undo these changes.&lt;/strong&gt;</source>
<translation>The %1 installer is about to make changes to your disk in order to install %2.&lt;br/&gt;&lt;strong&gt;You will not be able to undo these changes.&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="335"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="340"/>
<source>&amp;Set up now</source>
<translation>&amp;Set up now</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="335"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="340"/>
<source>&amp;Install now</source>
<translation>&amp;Install now</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="343"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="348"/>
<source>Go &amp;back</source>
<translation>Go &amp;back</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="393"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="398"/>
<source>&amp;Set up</source>
<translation>&amp;Set up</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="393"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="398"/>
<source>&amp;Install</source>
<translation>&amp;Install</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="395"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="400"/>
<source>Setup is complete. Close the setup program.</source>
<translation>Setup is complete. Close the setup program.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="396"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="401"/>
<source>The installation is complete. Close the installer.</source>
<translation>The installation is complete. Close the installer.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="398"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="403"/>
<source>Cancel setup without changing the system.</source>
<translation>Cancel setup without changing the system.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="399"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="404"/>
<source>Cancel installation without changing the system.</source>
<translation>Cancel installation without changing the system.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="409"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="414"/>
<source>&amp;Next</source>
<translation>&amp;Next</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="414"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="419"/>
<source>&amp;Back</source>
<translation>&amp;Back</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="420"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="425"/>
<source>&amp;Done</source>
<translation>&amp;Done</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="439"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="444"/>
<source>&amp;Cancel</source>
<translation>&amp;Cancel</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="512"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="517"/>
<source>Cancel setup?</source>
<translation>Cancel setup?</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="512"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="517"/>
<source>Cancel installation?</source>
<translation>Cancel installation?</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="513"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="518"/>
<source>Do you really want to cancel the current setup process?
The setup program will quit and all changes will be lost.</source>
<translation>Do you really want to cancel the current setup process?
The setup program will quit and all changes will be lost.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="515"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="520"/>
<source>Do you really want to cancel the current install process?
The installer will quit and all changes will be lost.</source>
<translation>Do you really want to cancel the current install process?
@ -829,22 +827,22 @@ The installer will quit and all changes will be lost.</translation>
<translation>This program will ask you some questions and set up %2 on your computer.</translation>
</message>
<message>
<location filename="../src/modules/welcome/Config.cpp" line="252"/>
<location filename="../src/modules/welcome/Config.cpp" line="250"/>
<source>&lt;h1&gt;Welcome to the Calamares setup program for %1&lt;/h1&gt;</source>
<translation>&lt;h1&gt;Welcome to the Calamares setup program for %1&lt;/h1&gt;</translation>
</message>
<message>
<location filename="../src/modules/welcome/Config.cpp" line="253"/>
<location filename="../src/modules/welcome/Config.cpp" line="251"/>
<source>&lt;h1&gt;Welcome to %1 setup&lt;/h1&gt;</source>
<translation>&lt;h1&gt;Welcome to %1 setup&lt;/h1&gt;</translation>
</message>
<message>
<location filename="../src/modules/welcome/Config.cpp" line="257"/>
<location filename="../src/modules/welcome/Config.cpp" line="255"/>
<source>&lt;h1&gt;Welcome to the Calamares installer for %1&lt;/h1&gt;</source>
<translation>&lt;h1&gt;Welcome to the Calamares installer for %1&lt;/h1&gt;</translation>
</message>
<message>
<location filename="../src/modules/welcome/Config.cpp" line="258"/>
<location filename="../src/modules/welcome/Config.cpp" line="256"/>
<source>&lt;h1&gt;Welcome to the %1 installer&lt;/h1&gt;</source>
<translation>&lt;h1&gt;Welcome to the %1 installer&lt;/h1&gt;</translation>
</message>
@ -951,27 +949,27 @@ The installer will quit and all changes will be lost.</translation>
<message>
<location filename="../src/modules/packagechooser/Config.cpp" line="177"/>
<source>Install option: &lt;strong&gt;%1&lt;/strong&gt;</source>
<translation type="unfinished"/>
<translation>Install option: &lt;strong&gt;%1&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/packagechooser/Config.cpp" line="177"/>
<source>None</source>
<translation type="unfinished"/>
<translation>None</translation>
</message>
<message>
<location filename="../src/modules/summary/Config.cpp" line="82"/>
<source>Summary</source>
<translation type="unfinished">Summary</translation>
<translation>Summary</translation>
</message>
<message>
<location filename="../src/modules/summary/Config.cpp" line="86"/>
<source>This is an overview of what will happen once you start the setup procedure.</source>
<translation type="unfinished">This is an overview of what will happen once you start the setup procedure.</translation>
<translation>This is an overview of what will happen once you start the setup procedure.</translation>
</message>
<message>
<location filename="../src/modules/summary/Config.cpp" line="91"/>
<source>This is an overview of what will happen once you start the install procedure.</source>
<translation type="unfinished">This is an overview of what will happen once you start the install procedure.</translation>
<translation>This is an overview of what will happen once you start the install procedure.</translation>
</message>
</context>
<context>
@ -1709,17 +1707,17 @@ The installer will quit and all changes will be lost.</translation>
<context>
<name>InteractiveTerminalPage</name>
<message>
<location filename="../src/modules/interactiveterminal/InteractiveTerminalPage.cpp" line="44"/>
<location filename="../src/modules/interactiveterminal/InteractiveTerminalPage.cpp" line="45"/>
<source>Konsole not installed</source>
<translation>Konsole not installed</translation>
</message>
<message>
<location filename="../src/modules/interactiveterminal/InteractiveTerminalPage.cpp" line="44"/>
<location filename="../src/modules/interactiveterminal/InteractiveTerminalPage.cpp" line="45"/>
<source>Please install KDE Konsole and try again!</source>
<translation>Please install KDE Konsole and try again!</translation>
</message>
<message>
<location filename="../src/modules/interactiveterminal/InteractiveTerminalPage.cpp" line="103"/>
<location filename="../src/modules/interactiveterminal/InteractiveTerminalPage.cpp" line="106"/>
<source>Executing script: &amp;nbsp;&lt;code&gt;%1&lt;/code&gt;</source>
<translation>Executing script: &amp;nbsp;&lt;code&gt;%1&lt;/code&gt;</translation>
</message>
@ -1784,32 +1782,32 @@ The installer will quit and all changes will be lost.</translation>
<translation>&lt;h1&gt;License Agreement&lt;/h1&gt;</translation>
</message>
<message>
<location filename="../src/modules/license/LicensePage.cpp" line="136"/>
<location filename="../src/modules/license/LicensePage.cpp" line="135"/>
<source>I accept the terms and conditions above.</source>
<translation>I accept the terms and conditions above.</translation>
</message>
<message>
<location filename="../src/modules/license/LicensePage.cpp" line="138"/>
<location filename="../src/modules/license/LicensePage.cpp" line="137"/>
<source>Please review the End User License Agreements (EULAs).</source>
<translation>Please review the End User License Agreements (EULAs).</translation>
</message>
<message>
<location filename="../src/modules/license/LicensePage.cpp" line="143"/>
<location filename="../src/modules/license/LicensePage.cpp" line="142"/>
<source>This setup procedure will install proprietary software that is subject to licensing terms.</source>
<translation>This setup procedure will install proprietary software that is subject to licensing terms.</translation>
</message>
<message>
<location filename="../src/modules/license/LicensePage.cpp" line="146"/>
<location filename="../src/modules/license/LicensePage.cpp" line="145"/>
<source>If you do not agree with the terms, the setup procedure cannot continue.</source>
<translation>If you do not agree with the terms, the setup procedure cannot continue.</translation>
</message>
<message>
<location filename="../src/modules/license/LicensePage.cpp" line="151"/>
<location filename="../src/modules/license/LicensePage.cpp" line="150"/>
<source>This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience.</source>
<translation>This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience.</translation>
</message>
<message>
<location filename="../src/modules/license/LicensePage.cpp" line="156"/>
<location filename="../src/modules/license/LicensePage.cpp" line="155"/>
<source>If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead.</source>
<translation>If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead.</translation>
</message>
@ -2476,7 +2474,7 @@ The installer will quit and all changes will be lost.</translation>
<message>
<location filename="../src/modules/packagechooserq/PackageChooserQmlViewStep.cpp" line="32"/>
<source>Packages</source>
<translation type="unfinished">Packages</translation>
<translation>Packages</translation>
</message>
</context>
<context>
@ -2780,92 +2778,92 @@ The installer will quit and all changes will be lost.</translation>
<context>
<name>PartitionViewStep</name>
<message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="54"/>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="56"/>
<source>Gathering system information...</source>
<translation>Gathering system information...</translation>
</message>
<message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="109"/>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="111"/>
<source>Partitions</source>
<translation>Partitions</translation>
</message>
<message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="301"/>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="303"/>
<source>Current:</source>
<translation>Current:</translation>
</message>
<message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="319"/>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="321"/>
<source>After:</source>
<translation>After:</translation>
</message>
<message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="528"/>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="530"/>
<source>No EFI system partition configured</source>
<translation>No EFI system partition configured</translation>
</message>
<message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="532"/>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="534"/>
<source>EFI system partition configured incorrectly</source>
<translation type="unfinished"/>
<translation>EFI system partition configured incorrectly</translation>
</message>
<message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="536"/>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="539"/>
<source>An EFI system partition is necessary to start %1.&lt;br/&gt;&lt;br/&gt;To configure an EFI system partition, go back and select or create a suitable filesystem.</source>
<translation type="unfinished"/>
<translation>An EFI system partition is necessary to start %1.&lt;br/&gt;&lt;br/&gt;To configure an EFI system partition, go back and select or create a suitable filesystem.</translation>
</message>
<message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="544"/>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="550"/>
<source>The filesystem must be mounted on &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/>
<translation>The filesystem must be mounted on &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message>
<message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="549"/>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="556"/>
<source>The filesystem must have type FAT32.</source>
<translation type="unfinished"/>
<translation>The filesystem must have type FAT32.</translation>
</message>
<message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="554"/>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="562"/>
<source>The filesystem must be at least %1 MiB in size.</source>
<translation type="unfinished"/>
<translation>The filesystem must be at least %1 MiB in size.</translation>
</message>
<message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="560"/>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/>
<source>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</source>
<translation type="unfinished"/>
<translation>The filesystem must have flag &lt;strong&gt;%1&lt;/strong&gt; set.</translation>
</message>
<message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="564"/>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/>
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
<translation type="unfinished"/>
<translation>You can continue without setting up an EFI system partition but your system may fail to start.</translation>
</message>
<message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="580"/>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="592"/>
<source>Option to use GPT on BIOS</source>
<translation>Option to use GPT on BIOS</translation>
</message>
<message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="581"/>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
<source>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
<translation>A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.&lt;br/&gt;&lt;br/&gt;To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the &lt;strong&gt;bios_grub&lt;/strong&gt; flag enabled.&lt;br/&gt;&lt;br/&gt;An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</translation>
</message>
<message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="610"/>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="625"/>
<source>Boot partition not encrypted</source>
<translation>Boot partition not encrypted</translation>
</message>
<message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="611"/>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
<source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</source>
<translation>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.&lt;br/&gt;&lt;br/&gt;There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.&lt;br/&gt;You may continue if you wish, but filesystem unlocking will happen later during system startup.&lt;br/&gt;To encrypt the boot partition, go back and recreate it, selecting &lt;strong&gt;Encrypt&lt;/strong&gt; in the partition creation window.</translation>
</message>
<message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="696"/>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="713"/>
<source>has at least one disk device available.</source>
<translation>has at least one disk device available.</translation>
</message>
<message>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="697"/>
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="714"/>
<source>There are no partitions to install on.</source>
<translation>There are no partitions to install on.</translation>
</message>
@ -3000,7 +2998,7 @@ Output:
<context>
<name>QObject</name>
<message>
<location filename="../src/libcalamares/locale/Label.cpp" line="61"/>
<location filename="../src/libcalamares/locale/Translation.cpp" line="74"/>
<source>%1 (%2)</source>
<translation>%1 (%2)</translation>
</message>
@ -3627,25 +3625,53 @@ Output:
<translation>%L1 / %L2</translation>
</message>
</context>
<context>
<name>StandardButtons</name>
<message>
<location filename="../src/libcalamaresui/widgets/TranslationFix.cpp" line="28"/>
<source>&amp;OK</source>
<translation>&amp;OK</translation>
</message>
<message>
<location filename="../src/libcalamaresui/widgets/TranslationFix.cpp" line="29"/>
<source>&amp;Yes</source>
<translation>&amp;Yes</translation>
</message>
<message>
<location filename="../src/libcalamaresui/widgets/TranslationFix.cpp" line="30"/>
<source>&amp;No</source>
<translation>&amp;No</translation>
</message>
<message>
<location filename="../src/libcalamaresui/widgets/TranslationFix.cpp" line="31"/>
<source>&amp;Cancel</source>
<translation>&amp;Cancel</translation>
</message>
<message>
<location filename="../src/libcalamaresui/widgets/TranslationFix.cpp" line="32"/>
<source>&amp;Close</source>
<translation>&amp;Close</translation>
</message>
</context>
<context>
<name>TrackingInstallJob</name>
<message>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="37"/>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="102"/>
<source>Installation feedback</source>
<translation>Installation feedback</translation>
</message>
<message>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="43"/>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="108"/>
<source>Sending installation feedback.</source>
<translation>Sending installation feedback.</translation>
</message>
<message>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="60"/>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="125"/>
<source>Internal error in install-tracking.</source>
<translation>Internal error in install-tracking.</translation>
</message>
<message>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="61"/>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="126"/>
<source>HTTP request timed out.</source>
<translation>HTTP request timed out.</translation>
</message>
@ -3653,28 +3679,28 @@ Output:
<context>
<name>TrackingKUserFeedbackJob</name>
<message>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="122"/>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="187"/>
<source>KDE user feedback</source>
<translation>KDE user feedback</translation>
</message>
<message>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="128"/>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="193"/>
<source>Configuring KDE user feedback.</source>
<translation>Configuring KDE user feedback.</translation>
</message>
<message>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="150"/>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="156"/>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="215"/>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="221"/>
<source>Error in KDE user feedback configuration.</source>
<translation>Error in KDE user feedback configuration.</translation>
</message>
<message>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="151"/>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="216"/>
<source>Could not configure KDE user feedback correctly, script error %1.</source>
<translation>Could not configure KDE user feedback correctly, script error %1.</translation>
</message>
<message>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="157"/>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="222"/>
<source>Could not configure KDE user feedback correctly, Calamares error %1.</source>
<translation>Could not configure KDE user feedback correctly, Calamares error %1.</translation>
</message>
@ -3682,28 +3708,28 @@ Output:
<context>
<name>TrackingMachineUpdateManagerJob</name>
<message>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="71"/>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="136"/>
<source>Machine feedback</source>
<translation>Machine feedback</translation>
</message>
<message>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="77"/>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="142"/>
<source>Configuring machine feedback.</source>
<translation>Configuring machine feedback.</translation>
</message>
<message>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="100"/>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="106"/>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="165"/>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="171"/>
<source>Error in machine feedback configuration.</source>
<translation>Error in machine feedback configuration.</translation>
</message>
<message>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="101"/>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="166"/>
<source>Could not configure machine feedback correctly, script error %1.</source>
<translation>Could not configure machine feedback correctly, script error %1.</translation>
</message>
<message>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="107"/>
<location filename="../src/modules/tracking/TrackingJobs.cpp" line="172"/>
<source>Could not configure machine feedback correctly, Calamares error %1.</source>
<translation>Could not configure machine feedback correctly, Calamares error %1.</translation>
</message>
@ -4071,45 +4097,30 @@ Output:
<context>
<name>keyboardq</name>
<message>
<location filename="../src/modules/keyboardq/keyboardq.qml" line="45"/>
<source>Keyboard Model</source>
<translation>Keyboard Model</translation>
<location filename="../src/modules/keyboardq/keyboardq.qml" line="60"/>
<source>To activate keyboard preview, select a layout.</source>
<translation>To activate keyboard preview, select a layout.</translation>
</message>
<message>
<location filename="../src/modules/keyboardq/keyboardq.qml" line="377"/>
<location filename="../src/modules/keyboardq/keyboardq.qml" line="86"/>
<source>Keyboard Model:</source>
<translation>Keyboard Model:</translation>
</message>
<message>
<location filename="../src/modules/keyboardq/keyboardq.qml" line="254"/>
<source>Layouts</source>
<translation>Layouts</translation>
</message>
<message>
<location filename="../src/modules/keyboardq/keyboardq.qml" line="148"/>
<source>Keyboard Layout</source>
<translation>Keyboard Layout</translation>
<location filename="../src/modules/keyboardq/keyboardq.qml" line="263"/>
<source>Type here to test your keyboard</source>
<translation>Type here to test your keyboard</translation>
</message>
<message>
<location filename="../src/modules/keyboardq/keyboardq.qml" line="60"/>
<source>Click your preferred keyboard model to select layout and variant, or use the default one based on the detected hardware.</source>
<translation>Click your preferred keyboard model to select layout and variant, or use the default one based on the detected hardware.</translation>
</message>
<message>
<location filename="../src/modules/keyboardq/keyboardq.qml" line="253"/>
<source>Models</source>
<translation>Models</translation>
</message>
<message>
<location filename="../src/modules/keyboardq/keyboardq.qml" line="260"/>
<location filename="../src/modules/keyboardq/keyboardq.qml" line="179"/>
<source>Variants</source>
<translation>Variants</translation>
</message>
<message>
<location filename="../src/modules/keyboardq/keyboardq.qml" line="276"/>
<source>Keyboard Variant</source>
<translation>Keyboard Variant</translation>
</message>
<message>
<location filename="../src/modules/keyboardq/keyboardq.qml" line="386"/>
<source>Test your keyboard</source>
<translation>Test your keyboard</translation>
</message>
</context>
<context>
<name>localeq</name>
@ -4135,37 +4146,38 @@ Output:
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="45"/>
<source>LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.&lt;br/&gt;
Default option.</source>
<translation type="unfinished"/>
<translation>LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.&lt;br/&gt;
Default option.</translation>
</message>
<message>
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="59"/>
<source>LibreOffice</source>
<translation type="unfinished"/>
<translation>LibreOffice</translation>
</message>
<message>
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="108"/>
<source>If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives.</source>
<translation type="unfinished"/>
<translation>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.</translation>
</message>
<message>
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="121"/>
<source>No Office Suite</source>
<translation type="unfinished"/>
<translation>No Office Suite</translation>
</message>
<message>
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="172"/>
<source>Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser.</source>
<translation type="unfinished"/>
<translation>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.</translation>
</message>
<message>
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="185"/>
<source>Minimal Install</source>
<translation type="unfinished"/>
<translation>Minimal Install</translation>
</message>
<message>
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="233"/>
<source>Please select an option for your install, or use the default: LibreOffice included.</source>
<translation type="unfinished"/>
<translation>Please select an option for your install, or use the default: LibreOffice included.</translation>
</message>
</context>
<context>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -2,381 +2,406 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-06 11:40+0200\n"
"POT-Creation-Date: 2021-09-08 13:31+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: \n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: src/modules/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 <pre>{!s}</"
"pre> returned error code {!s}."
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/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/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/fstab/main.py:29
msgid "Writing fstab."
msgstr ""
#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361
#: src/modules/fstab/main.py:388 src/modules/initcpiocfg/main.py:197
#: src/modules/initcpiocfg/main.py:201 src/modules/initramfscfg/main.py:85
#: src/modules/initramfscfg/main.py:89 src/modules/localecfg/main.py:135
#: src/modules/luksopenswaphookcfg/main.py:86
#: src/modules/luksopenswaphookcfg/main.py:90 src/modules/mount/main.py:144
#: src/modules/networkcfg/main.py:42 src/modules/openrcdmcryptcfg/main.py:72
#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/rawfs/main.py:164
msgid "Configuration Error"
msgstr ""
#: src/modules/fstab/main.py:356 src/modules/initcpiocfg/main.py:198
#: src/modules/initramfscfg/main.py:86
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/mount/main.py:145
#: src/modules/openrcdmcryptcfg/main.py:73 src/modules/rawfs/main.py:165
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/fstab/main.py:362 src/modules/initcpiocfg/main.py:202
#: src/modules/initramfscfg/main.py:90 src/modules/localecfg/main.py:136
#: src/modules/luksopenswaphookcfg/main.py:91 src/modules/networkcfg/main.py:43
#: src/modules/openrcdmcryptcfg/main.py:77
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/fstab/main.py:389
msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr ""
#: src/modules/grubcfg/main.py:28
msgid "Configure GRUB."
msgstr ""
#: src/modules/hwclock/main.py:26
msgid "Setting hardware clock."
msgstr ""
#: src/modules/initcpiocfg/main.py:28
msgid "Configuring mkinitcpio."
msgstr ""
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr ""
#: src/modules/localecfg/main.py:30
msgid "Configuring locales."
msgstr ""
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
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 ""
msgstr "Configure GRUB."
#: src/modules/mount/main.py:30
msgid "Mounting partitions."
msgstr ""
msgstr "Mounting partitions."
#: src/modules/networkcfg/main.py:29
msgid "Saving network configuration."
msgstr ""
#: src/modules/mount/main.py:144 src/modules/initcpiocfg/main.py:197
#: src/modules/initcpiocfg/main.py:201
#: 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 "Configuration Error"
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
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 <pre>{!s}</pre> "
"returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:651
msgid ""
"The package manager could not update the system. The command <pre>{!s}</pre> "
"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 <pre>{!s}</pre> returned error code {!s}."
msgstr ""
#: src/modules/plymouthcfg/main.py:27
msgid "Configure Plymouth theme"
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 <code>{arg!s}</code> 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 ""
"<code>rc-update {arg!s}</code> 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 <code>{path!s}</code>, 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 <code>{path!s}</code>, which does not exist."
msgstr ""
#: src/modules/mount/main.py:145 src/modules/initcpiocfg/main.py:198
#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165
#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:73
#: src/modules/fstab/main.py:356
msgid "No partitions are defined for <pre>{!s}</pre> to use."
msgstr "No partitions are defined for <pre>{!s}</pre> to use."
#: src/modules/services-systemd/main.py:26
msgid "Configure systemd services"
msgstr ""
msgstr "Configure systemd services"
#: src/modules/services-systemd/main.py:59
#: src/modules/services-openrc/main.py:93
msgid "Cannot modify service"
msgstr "Cannot modify service"
#: src/modules/services-systemd/main.py:60
msgid ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}."
msgstr ""
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}."
#: src/modules/services-systemd/main.py:63
#: src/modules/services-systemd/main.py:67
msgid "Cannot enable systemd service <code>{name!s}</code>."
msgstr ""
msgstr "Cannot enable systemd service <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:65
msgid "Cannot enable systemd target <code>{name!s}</code>."
msgstr ""
msgstr "Cannot enable systemd target <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:69
msgid "Cannot disable systemd target <code>{name!s}</code>."
msgstr ""
msgstr "Cannot disable systemd target <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:71
msgid "Cannot mask systemd unit <code>{name!s}</code>."
msgstr ""
msgstr "Cannot mask systemd unit <code>{name!s}</code>."
#: src/modules/services-systemd/main.py:73
msgid ""
"Unknown systemd commands <code>{command!s}</code> and <code>{suffix!s}</"
"code> for unit {name!s}."
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
msgstr ""
"Unknown systemd commands <code>{command!s}</code> and "
"<code>{suffix!s}</code> for unit {name!s}."
#: src/modules/umount/main.py:31
msgid "Unmount file systems."
msgstr ""
msgstr "Unmount file systems."
#: src/modules/unpackfs/main.py:35
msgid "Filling up filesystems."
msgstr ""
msgstr "Filling up filesystems."
#: src/modules/unpackfs/main.py:255
msgid "rsync failed with error code {}."
msgstr ""
msgstr "rsync failed with error code {}."
#: src/modules/unpackfs/main.py:300
msgid "Unpacking image {}/{}, file {}/{}"
msgstr ""
msgstr "Unpacking image {}/{}, file {}/{}"
#: src/modules/unpackfs/main.py:315
msgid "Starting to unpack {}"
msgstr ""
msgstr "Starting to unpack {}"
#: src/modules/unpackfs/main.py:324 src/modules/unpackfs/main.py:464
msgid "Failed to unpack image \"{}\""
msgstr ""
msgstr "Failed to unpack image \"{}\""
#: src/modules/unpackfs/main.py:431
msgid "No mount point for root partition"
msgstr ""
msgstr "No mount point for root partition"
#: src/modules/unpackfs/main.py:432
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
msgstr ""
msgstr "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
#: src/modules/unpackfs/main.py:437
msgid "Bad mount point for root partition"
msgstr ""
msgstr "Bad mount point for root partition"
#: src/modules/unpackfs/main.py:438
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
msgstr ""
msgstr "rootMountPoint is \"{}\", which does not exist, doing nothing"
#: src/modules/unpackfs/main.py:454 src/modules/unpackfs/main.py:458
#: src/modules/unpackfs/main.py:478
msgid "Bad unsquash configuration"
msgstr ""
msgstr "Bad unsquash configuration"
#: src/modules/unpackfs/main.py:455
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
msgstr ""
msgstr "The filesystem for \"{}\" ({}) is not supported by your current kernel"
#: src/modules/unpackfs/main.py:459
msgid "The source filesystem \"{}\" does not exist"
msgstr ""
msgstr "The source filesystem \"{}\" does not exist"
#: src/modules/unpackfs/main.py:465
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed"
msgstr ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed"
#: src/modules/unpackfs/main.py:479
msgid "The destination \"{}\" in the target system is not a directory"
msgstr "The destination \"{}\" in the target system is not a directory"
#: src/modules/displaymanager/main.py:526
msgid "Cannot write KDM configuration file"
msgstr "Cannot write KDM configuration file"
#: src/modules/displaymanager/main.py:527
msgid "KDM config file {!s} does not exist"
msgstr "KDM config file {!s} does not exist"
#: src/modules/displaymanager/main.py:588
msgid "Cannot write LXDM configuration file"
msgstr "Cannot write LXDM configuration file"
#: src/modules/displaymanager/main.py:589
msgid "LXDM config file {!s} does not exist"
msgstr "LXDM config file {!s} does not exist"
#: src/modules/displaymanager/main.py:672
msgid "Cannot write LightDM configuration file"
msgstr "Cannot write LightDM configuration file"
#: src/modules/displaymanager/main.py:673
msgid "LightDM config file {!s} does not exist"
msgstr "LightDM config file {!s} does not exist"
#: src/modules/displaymanager/main.py:747
msgid "Cannot configure LightDM"
msgstr "Cannot configure LightDM"
#: src/modules/displaymanager/main.py:748
msgid "No LightDM greeter installed."
msgstr "No LightDM greeter installed."
#: src/modules/displaymanager/main.py:779
msgid "Cannot write SLIM configuration file"
msgstr "Cannot write SLIM configuration file"
#: src/modules/displaymanager/main.py:780
msgid "SLIM config file {!s} does not exist"
msgstr "SLIM config file {!s} does not exist"
#: src/modules/displaymanager/main.py:906
msgid "No display managers selected for the displaymanager module."
msgstr "No display managers selected for the displaymanager module."
#: src/modules/displaymanager/main.py:907
msgid ""
"The displaymanagers list is empty or undefined in both globalstorage and "
"displaymanager.conf."
msgstr ""
"The displaymanagers list is empty or undefined in both globalstorage and "
"displaymanager.conf."
#: src/modules/displaymanager/main.py:989
msgid "Display manager configuration was incomplete"
msgstr "Display manager configuration was incomplete"
#: src/modules/initcpiocfg/main.py:28
msgid "Configuring mkinitcpio."
msgstr "Configuring mkinitcpio."
#: src/modules/initcpiocfg/main.py:202
#: src/modules/luksopenswaphookcfg/main.py:91
#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:77
#: src/modules/fstab/main.py:362 src/modules/localecfg/main.py:136
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr "No root mount point is given for <pre>{!s}</pre> to use."
#: src/modules/luksopenswaphookcfg/main.py:26
msgid "Configuring encrypted swap."
msgstr "Configuring encrypted swap."
#: src/modules/rawfs/main.py:26
msgid "Installing data."
msgstr "Installing data."
#: src/modules/services-openrc/main.py:29
msgid "Configure OpenRC services"
msgstr "Configure OpenRC services"
#: src/modules/services-openrc/main.py:57
msgid "Cannot add service {name!s} to run-level {level!s}."
msgstr "Cannot add service {name!s} to run-level {level!s}."
#: src/modules/services-openrc/main.py:59
msgid "Cannot remove service {name!s} from run-level {level!s}."
msgstr "Cannot remove service {name!s} from run-level {level!s}."
#: src/modules/services-openrc/main.py:61
msgid ""
"Unknown service-action <code>{arg!s}</code> for service {name!s} in run-"
"level {level!s}."
msgstr ""
"Unknown service-action <code>{arg!s}</code> for service {name!s} in run-"
"level {level!s}."
#: src/modules/services-openrc/main.py:94
msgid ""
"<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}."
msgstr ""
"<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}."
#: src/modules/services-openrc/main.py:101
msgid "Target runlevel does not exist"
msgstr "Target runlevel does not exist"
#: src/modules/services-openrc/main.py:102
msgid ""
"The path for runlevel {level!s} is <code>{path!s}</code>, which does not "
"exist."
msgstr ""
"The path for runlevel {level!s} is <code>{path!s}</code>, which does not "
"exist."
#: src/modules/services-openrc/main.py:110
msgid "Target service does not exist"
msgstr "Target service does not exist"
#: src/modules/services-openrc/main.py:111
msgid ""
"The path for service {name!s} is <code>{path!s}</code>, which does not "
"exist."
msgstr ""
"The path for service {name!s} is <code>{path!s}</code>, which does not "
"exist."
#: src/modules/plymouthcfg/main.py:27
msgid "Configure Plymouth theme"
msgstr "Configure Plymouth theme"
#: src/modules/packages/main.py:50 src/modules/packages/main.py:59
#: src/modules/packages/main.py:69
msgid "Install packages."
msgstr "Install packages."
#: src/modules/packages/main.py:57
#, python-format
msgid "Processing packages (%(count)d / %(total)d)"
msgstr "Processing packages (%(count)d / %(total)d)"
#: src/modules/packages/main.py:62
#, python-format
msgid "Installing one package."
msgid_plural "Installing %(num)d packages."
msgstr[0] "Installing one package."
msgstr[1] "Installing %(num)d packages."
#: src/modules/packages/main.py:65
#, python-format
msgid "Removing one package."
msgid_plural "Removing %(num)d packages."
msgstr[0] "Removing one package."
msgstr[1] "Removing %(num)d packages."
#: src/modules/packages/main.py:638 src/modules/packages/main.py:650
#: src/modules/packages/main.py:678
msgid "Package Manager error"
msgstr "Package Manager error"
#: src/modules/packages/main.py:639
msgid ""
"The package manager could not prepare updates. The command <pre>{!s}</pre> "
"returned error code {!s}."
msgstr ""
"The package manager could not prepare updates. The command <pre>{!s}</pre> "
"returned error code {!s}."
#: src/modules/packages/main.py:651
msgid ""
"The package manager could not update the system. The command <pre>{!s}</pre>"
" returned error code {!s}."
msgstr ""
"The package manager could not update the system. The command <pre>{!s}</pre>"
" returned error code {!s}."
#: src/modules/packages/main.py:679
msgid ""
"The package manager could not make changes to the installed system. The "
"command <pre>{!s}</pre> returned error code {!s}."
msgstr ""
"The package manager could not make changes to the installed system. The "
"command <pre>{!s}</pre> returned error code {!s}."
#: src/modules/bootloader/main.py:43
msgid "Install bootloader."
msgstr "Install bootloader."
#: src/modules/bootloader/main.py:508
msgid "Bootloader installation error"
msgstr "Bootloader installation error"
#: src/modules/bootloader/main.py:509
msgid ""
"The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
msgstr ""
"The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
#: src/modules/hwclock/main.py:26
msgid "Setting hardware clock."
msgstr "Setting hardware clock."
#: src/modules/mkinitfs/main.py:27
msgid "Creating initramfs with mkinitfs."
msgstr "Creating initramfs with mkinitfs."
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
msgstr "Failed to run mkinitfs on the target"
#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50
msgid "The exit code was {}"
msgstr "The exit code was {}"
#: src/modules/dracut/main.py:27
msgid "Creating initramfs with dracut."
msgstr "Creating initramfs with dracut."
#: src/modules/dracut/main.py:49
msgid "Failed to run dracut on the target"
msgstr "Failed to run dracut on the target"
#: src/modules/initramfscfg/main.py:32
msgid "Configuring initramfs."
msgstr "Configuring initramfs."
#: src/modules/openrcdmcryptcfg/main.py:26
msgid "Configuring OpenRC dmcrypt service."
msgstr "Configuring OpenRC dmcrypt service."
#: src/modules/fstab/main.py:29
msgid "Writing fstab."
msgstr "Writing fstab."
#: src/modules/fstab/main.py:389
msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
#: src/modules/dummypython/main.py:35
msgid "Dummy python job."
msgstr "Dummy python job."
#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93
#: src/modules/dummypython/main.py:94
msgid "Dummy python step {}"
msgstr "Dummy python step {}"
#: src/modules/localecfg/main.py:30
msgid "Configuring locales."
msgstr "Configuring locales."
#: src/modules/networkcfg/main.py:29
msgid "Saving network configuration."
msgstr "Saving network configuration."

View File

@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-14 12:55+0200\n"
"POT-Creation-Date: 2021-09-08 13:31+0200\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: aboodilankaboot, 2019\n"
"Language-Team: Arabic (https://www.transifex.com/calamares/teams/20061/ar/)\n"
@ -38,7 +38,7 @@ msgstr "جاري تركيب الأقسام"
#: 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:39
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "خطأ في الضبط"
@ -211,7 +211,7 @@ msgstr ""
#: 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:40
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
@ -302,24 +302,24 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
#: src/modules/packages/main.py:588 src/modules/packages/main.py:600
#: src/modules/packages/main.py:628
#: 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:589
#: src/modules/packages/main.py:639
msgid ""
"The package manager could not prepare updates. The command <pre>{!s}</pre> "
"returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:601
#: src/modules/packages/main.py:651
msgid ""
"The package manager could not update the system. The command <pre>{!s}</pre>"
" returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:629
#: src/modules/packages/main.py:679
msgid ""
"The package manager could not make changes to the installed system. The "
"command <pre>{!s}</pre> returned error code {!s}."
@ -329,11 +329,11 @@ msgstr ""
msgid "Install bootloader."
msgstr "تثبيت محمل الإقلاع"
#: src/modules/bootloader/main.py:502
#: src/modules/bootloader/main.py:508
msgid "Bootloader installation error"
msgstr ""
#: src/modules/bootloader/main.py:503
#: src/modules/bootloader/main.py:509
msgid ""
"The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
@ -392,6 +392,6 @@ msgstr "عملية دميه خطوه بايثون {}"
msgid "Configuring locales."
msgstr ""
#: src/modules/networkcfg/main.py:28
#: src/modules/networkcfg/main.py:29
msgid "Saving network configuration."
msgstr "جاري حفظ الإعدادات"

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-14 12:55+0200\n"
"POT-Creation-Date: 2021-09-08 13:31+0200\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Deep Jyoti Choudhury <deep.choudhury@libresoft.in>, 2020\n"
"Language-Team: Assamese (https://www.transifex.com/calamares/teams/20061/as/)\n"
@ -37,7 +37,7 @@ msgstr "বিভাজন মাউন্ট্ কৰা।"
#: 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:39
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "কনফিগাৰেচন ত্ৰুটি"
@ -214,7 +214,7 @@ msgstr "mkinitcpio কনফিগাৰ কৰি আছে।"
#: 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:40
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr "ব্যৱহাৰৰ বাবে <pre>{!s}</pre>ৰ কোনো মাউন্ট্ পাইন্ট্ দিয়া হোৱা নাই।"
@ -300,24 +300,24 @@ msgid_plural "Removing %(num)d packages."
msgstr[0] "Removing one package."
msgstr[1] "%(num)d পেকেজবোৰ আতৰোৱা হৈ আছে।"
#: src/modules/packages/main.py:588 src/modules/packages/main.py:600
#: src/modules/packages/main.py:628
#: 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:589
#: src/modules/packages/main.py:639
msgid ""
"The package manager could not prepare updates. The command <pre>{!s}</pre> "
"returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:601
#: src/modules/packages/main.py:651
msgid ""
"The package manager could not update the system. The command <pre>{!s}</pre>"
" returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:629
#: src/modules/packages/main.py:679
msgid ""
"The package manager could not make changes to the installed system. The "
"command <pre>{!s}</pre> returned error code {!s}."
@ -327,11 +327,11 @@ msgstr ""
msgid "Install bootloader."
msgstr "বুতলোডাৰ ইন্স্তল কৰক।"
#: src/modules/bootloader/main.py:502
#: src/modules/bootloader/main.py:508
msgid "Bootloader installation error"
msgstr ""
#: src/modules/bootloader/main.py:503
#: src/modules/bootloader/main.py:509
msgid ""
"The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
@ -390,6 +390,6 @@ msgstr "ডামী Pythonৰ পদক্ষেপ {}"
msgid "Configuring locales."
msgstr "স্থানীয়বোৰ কন্ফিগাৰ কৰি আছে।"
#: src/modules/networkcfg/main.py:28
#: src/modules/networkcfg/main.py:29
msgid "Saving network configuration."
msgstr "নেটৱৰ্ক কন্ফিগাৰ জমা কৰি আছে।"

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-14 12:55+0200\n"
"POT-Creation-Date: 2021-09-08 13:31+0200\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: enolp <enolp@softastur.org>, 2020\n"
"Language-Team: Asturian (https://www.transifex.com/calamares/teams/20061/ast/)\n"
@ -37,7 +37,7 @@ msgstr ""
#: 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:39
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr ""
@ -213,7 +213,7 @@ msgstr "Configurando mkinitcpio."
#: 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:40
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
@ -297,24 +297,24 @@ msgid_plural "Removing %(num)d packages."
msgstr[0] "Desaniciando un paquete."
msgstr[1] "Desaniciando %(num)d paquetes."
#: src/modules/packages/main.py:588 src/modules/packages/main.py:600
#: src/modules/packages/main.py:628
#: 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:589
#: src/modules/packages/main.py:639
msgid ""
"The package manager could not prepare updates. The command <pre>{!s}</pre> "
"returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:601
#: src/modules/packages/main.py:651
msgid ""
"The package manager could not update the system. The command <pre>{!s}</pre>"
" returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:629
#: src/modules/packages/main.py:679
msgid ""
"The package manager could not make changes to the installed system. The "
"command <pre>{!s}</pre> returned error code {!s}."
@ -324,11 +324,11 @@ msgstr ""
msgid "Install bootloader."
msgstr "Instalando'l xestor d'arrinque."
#: src/modules/bootloader/main.py:502
#: src/modules/bootloader/main.py:508
msgid "Bootloader installation error"
msgstr ""
#: src/modules/bootloader/main.py:503
#: src/modules/bootloader/main.py:509
msgid ""
"The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
@ -387,6 +387,6 @@ msgstr "Pasu maniquín {} en Python"
msgid "Configuring locales."
msgstr "Configurando locales."
#: src/modules/networkcfg/main.py:28
#: src/modules/networkcfg/main.py:29
msgid "Saving network configuration."
msgstr ""

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-14 12:55+0200\n"
"POT-Creation-Date: 2021-09-08 13:31+0200\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: xxmn77 <xxmn77@gmail.com>, 2021\n"
"Language-Team: Azerbaijani (https://www.transifex.com/calamares/teams/20061/az/)\n"
@ -37,7 +37,7 @@ msgstr "Disk bölmələri qoşulur."
#: 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:39
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "Tənzimləmə xətası"
@ -221,7 +221,7 @@ msgstr "mkinitcpio tənzimlənir."
#: 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:40
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
"<pre>{!s}</pre> istifadə etmək üçün kök qoşulma nöqtəsi təyin edilməyib."
@ -310,12 +310,12 @@ msgid_plural "Removing %(num)d packages."
msgstr[0] "Bir paket silinir"
msgstr[1] "%(num)d paket silinir."
#: src/modules/packages/main.py:588 src/modules/packages/main.py:600
#: src/modules/packages/main.py:628
#: src/modules/packages/main.py:638 src/modules/packages/main.py:650
#: src/modules/packages/main.py:678
msgid "Package Manager error"
msgstr "Paket meneceri xətası"
#: src/modules/packages/main.py:589
#: src/modules/packages/main.py:639
msgid ""
"The package manager could not prepare updates. The command <pre>{!s}</pre> "
"returned error code {!s}."
@ -323,7 +323,7 @@ msgstr ""
"Bu paket meneceri yenilənmələri hazırlaya bilmədi. <pre>{!s}</pre> əmri xəta"
" kodu {!s} ilə cavab verdi."
#: src/modules/packages/main.py:601
#: src/modules/packages/main.py:651
msgid ""
"The package manager could not update the system. The command <pre>{!s}</pre>"
" returned error code {!s}."
@ -331,7 +331,7 @@ msgstr ""
"Paket meneceri sistemi yeniləyə bimədi. <pre>{!s}</pre> əmri xəta kodu {!s} "
"ilə cavab verdi."
#: src/modules/packages/main.py:629
#: src/modules/packages/main.py:679
msgid ""
"The package manager could not make changes to the installed system. The "
"command <pre>{!s}</pre> returned error code {!s}."
@ -343,11 +343,11 @@ msgstr ""
msgid "Install bootloader."
msgstr "Önyükləyici qurulur."
#: src/modules/bootloader/main.py:502
#: src/modules/bootloader/main.py:508
msgid "Bootloader installation error"
msgstr "Önyükləyicinin quraşdırılmasında xəta"
#: src/modules/bootloader/main.py:503
#: src/modules/bootloader/main.py:509
msgid ""
"The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
@ -410,6 +410,6 @@ msgstr "{} Dummy python addımı"
msgid "Configuring locales."
msgstr "Lokallaşma tənzimlənir."
#: src/modules/networkcfg/main.py:28
#: src/modules/networkcfg/main.py:29
msgid "Saving network configuration."
msgstr "Şəbəkə ayarları saxlanılır."

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-14 12:55+0200\n"
"POT-Creation-Date: 2021-09-08 13:31+0200\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: xxmn77 <xxmn77@gmail.com>, 2021\n"
"Language-Team: Azerbaijani (Azerbaijan) (https://www.transifex.com/calamares/teams/20061/az_AZ/)\n"
@ -37,7 +37,7 @@ msgstr "Disk bölmələri qoşulur."
#: 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:39
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "Tənzimləmə xətası"
@ -221,7 +221,7 @@ msgstr "mkinitcpio tənzimlənir."
#: 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:40
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
"<pre>{!s}</pre> istifadə etmək üçün kök qoşulma nöqtəsi təyin edilməyib."
@ -310,12 +310,12 @@ msgid_plural "Removing %(num)d packages."
msgstr[0] "Bir paket silinir"
msgstr[1] "%(num)d paket silinir."
#: src/modules/packages/main.py:588 src/modules/packages/main.py:600
#: src/modules/packages/main.py:628
#: src/modules/packages/main.py:638 src/modules/packages/main.py:650
#: src/modules/packages/main.py:678
msgid "Package Manager error"
msgstr "Paket meneceri xətası"
#: src/modules/packages/main.py:589
#: src/modules/packages/main.py:639
msgid ""
"The package manager could not prepare updates. The command <pre>{!s}</pre> "
"returned error code {!s}."
@ -323,7 +323,7 @@ msgstr ""
"Bu paket meneceri yenilənmələri hazırlaya bilmədi. <pre>{!s}</pre> əmri xəta"
" kodu {!s} ilə cavab verdi."
#: src/modules/packages/main.py:601
#: src/modules/packages/main.py:651
msgid ""
"The package manager could not update the system. The command <pre>{!s}</pre>"
" returned error code {!s}."
@ -331,7 +331,7 @@ msgstr ""
"Paket meneceri sistemi yeniləyə bimədi. <pre>{!s}</pre> əmri xəta kodu {!s} "
"ilə cavab verdi."
#: src/modules/packages/main.py:629
#: src/modules/packages/main.py:679
msgid ""
"The package manager could not make changes to the installed system. The "
"command <pre>{!s}</pre> returned error code {!s}."
@ -343,11 +343,11 @@ msgstr ""
msgid "Install bootloader."
msgstr "Önyükləyici qurulur."
#: src/modules/bootloader/main.py:502
#: src/modules/bootloader/main.py:508
msgid "Bootloader installation error"
msgstr "Önyükləyicinin quraşdırılmasında xəta"
#: src/modules/bootloader/main.py:503
#: src/modules/bootloader/main.py:509
msgid ""
"The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
@ -410,6 +410,6 @@ msgstr "{} Dummy python addımı"
msgid "Configuring locales."
msgstr "Lokallaşma tənzimlənir."
#: src/modules/networkcfg/main.py:28
#: src/modules/networkcfg/main.py:29
msgid "Saving network configuration."
msgstr "Şəbəkə ayarları saxlanılır."

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-14 12:55+0200\n"
"POT-Creation-Date: 2021-09-08 13:31+0200\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Źmicier Turok <nashtlumach@gmail.com>, 2020\n"
"Language-Team: Belarusian (https://www.transifex.com/calamares/teams/20061/be/)\n"
@ -37,7 +37,7 @@ msgstr "Мантаванне раздзелаў."
#: 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:39
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "Памылка канфігурацыі"
@ -216,7 +216,7 @@ msgstr "Наладка mkinitcpio."
#: 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:40
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr "Каранёвы пункт мантавання для<pre>{!s}</pre> не пададзены."
@ -306,24 +306,24 @@ msgstr[1] "Выдаленне %(num)d пакункаў."
msgstr[2] "Выдаленне %(num)d пакункаў."
msgstr[3] "Выдаленне %(num)d пакункаў."
#: src/modules/packages/main.py:588 src/modules/packages/main.py:600
#: src/modules/packages/main.py:628
#: 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:589
#: src/modules/packages/main.py:639
msgid ""
"The package manager could not prepare updates. The command <pre>{!s}</pre> "
"returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:601
#: src/modules/packages/main.py:651
msgid ""
"The package manager could not update the system. The command <pre>{!s}</pre>"
" returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:629
#: src/modules/packages/main.py:679
msgid ""
"The package manager could not make changes to the installed system. The "
"command <pre>{!s}</pre> returned error code {!s}."
@ -333,11 +333,11 @@ msgstr ""
msgid "Install bootloader."
msgstr "Усталяваць загрузчык."
#: src/modules/bootloader/main.py:502
#: src/modules/bootloader/main.py:508
msgid "Bootloader installation error"
msgstr ""
#: src/modules/bootloader/main.py:503
#: src/modules/bootloader/main.py:509
msgid ""
"The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
@ -396,6 +396,6 @@ msgstr "Крок Dummy python {}"
msgid "Configuring locales."
msgstr "Наладка лакаляў."
#: src/modules/networkcfg/main.py:28
#: src/modules/networkcfg/main.py:29
msgid "Saving network configuration."
msgstr "Захаванне сеткавай канфігурацыі."

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-14 12:55+0200\n"
"POT-Creation-Date: 2021-09-08 13:31+0200\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Georgi Georgiev (Жоро) <g.georgiev.shumen@gmail.com>, 2020\n"
"Language-Team: Bulgarian (https://www.transifex.com/calamares/teams/20061/bg/)\n"
@ -37,7 +37,7 @@ msgstr ""
#: 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:39
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr ""
@ -210,7 +210,7 @@ msgstr ""
#: 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:40
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
@ -293,24 +293,24 @@ msgid_plural "Removing %(num)d packages."
msgstr[0] "Премахване на един пакет."
msgstr[1] "Премахване на %(num)d пакети."
#: src/modules/packages/main.py:588 src/modules/packages/main.py:600
#: src/modules/packages/main.py:628
#: 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:589
#: src/modules/packages/main.py:639
msgid ""
"The package manager could not prepare updates. The command <pre>{!s}</pre> "
"returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:601
#: src/modules/packages/main.py:651
msgid ""
"The package manager could not update the system. The command <pre>{!s}</pre>"
" returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:629
#: src/modules/packages/main.py:679
msgid ""
"The package manager could not make changes to the installed system. The "
"command <pre>{!s}</pre> returned error code {!s}."
@ -320,11 +320,11 @@ msgstr ""
msgid "Install bootloader."
msgstr ""
#: src/modules/bootloader/main.py:502
#: src/modules/bootloader/main.py:508
msgid "Bootloader installation error"
msgstr ""
#: src/modules/bootloader/main.py:503
#: src/modules/bootloader/main.py:509
msgid ""
"The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
@ -383,6 +383,6 @@ msgstr "Фиктивна стъпка на python {}"
msgid "Configuring locales."
msgstr ""
#: src/modules/networkcfg/main.py:28
#: src/modules/networkcfg/main.py:29
msgid "Saving network configuration."
msgstr ""

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-14 12:55+0200\n"
"POT-Creation-Date: 2021-09-08 13:31+0200\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: 508a8b0ef95404aa3dc5178f0ccada5e_017b8a4 <d0ef5d977ab7abf012ef53891f8ca2b5_900530>, 2020\n"
"Language-Team: Bengali (https://www.transifex.com/calamares/teams/20061/bn/)\n"
@ -37,7 +37,7 @@ msgstr "মাউন্ট করছে পার্টিশনগুলো।"
#: 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:39
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "কনফিগারেশন ত্রুটি"
@ -211,7 +211,7 @@ msgstr ""
#: 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:40
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
@ -294,24 +294,24 @@ msgid_plural "Removing %(num)d packages."
msgstr[0] ""
msgstr[1] ""
#: src/modules/packages/main.py:588 src/modules/packages/main.py:600
#: src/modules/packages/main.py:628
#: 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:589
#: src/modules/packages/main.py:639
msgid ""
"The package manager could not prepare updates. The command <pre>{!s}</pre> "
"returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:601
#: src/modules/packages/main.py:651
msgid ""
"The package manager could not update the system. The command <pre>{!s}</pre>"
" returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:629
#: src/modules/packages/main.py:679
msgid ""
"The package manager could not make changes to the installed system. The "
"command <pre>{!s}</pre> returned error code {!s}."
@ -321,11 +321,11 @@ msgstr ""
msgid "Install bootloader."
msgstr ""
#: src/modules/bootloader/main.py:502
#: src/modules/bootloader/main.py:508
msgid "Bootloader installation error"
msgstr ""
#: src/modules/bootloader/main.py:503
#: src/modules/bootloader/main.py:509
msgid ""
"The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
@ -384,6 +384,6 @@ msgstr ""
msgid "Configuring locales."
msgstr ""
#: src/modules/networkcfg/main.py:28
#: src/modules/networkcfg/main.py:29
msgid "Saving network configuration."
msgstr ""

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-14 12:55+0200\n"
"POT-Creation-Date: 2021-09-08 13:31+0200\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Davidmp <medipas@gmail.com>, 2021\n"
"Language-Team: Catalan (https://www.transifex.com/calamares/teams/20061/ca/)\n"
@ -37,7 +37,7 @@ msgstr "Es munten les particions."
#: 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:39
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "Error de configuració"
@ -219,7 +219,7 @@ msgstr "Es configura mkinitcpio."
#: 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:40
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
"No s'ha proporcionat el punt de muntatge perquè l'usi <pre>{!s}</pre>."
@ -311,12 +311,12 @@ msgid_plural "Removing %(num)d packages."
msgstr[0] "Se suprimeix un paquet."
msgstr[1] "Se suprimeixen %(num)d paquets."
#: src/modules/packages/main.py:588 src/modules/packages/main.py:600
#: src/modules/packages/main.py:628
#: src/modules/packages/main.py:638 src/modules/packages/main.py:650
#: src/modules/packages/main.py:678
msgid "Package Manager error"
msgstr "Error del gestor de paquets"
#: src/modules/packages/main.py:589
#: src/modules/packages/main.py:639
msgid ""
"The package manager could not prepare updates. The command <pre>{!s}</pre> "
"returned error code {!s}."
@ -324,7 +324,7 @@ msgstr ""
"El gestor de paquets no ha pogut preparar les actualitzacions. "
"L'ordre<pre>{!s}</pre> ha retornat el codi d'error {!s}."
#: src/modules/packages/main.py:601
#: src/modules/packages/main.py:651
msgid ""
"The package manager could not update the system. The command <pre>{!s}</pre>"
" returned error code {!s}."
@ -332,7 +332,7 @@ msgstr ""
"El gestor de paquets no ha pogut actualitzar el sistema. L'ordre "
"<pre>{!s}</pre> ha retornat el codi d'error {!s}."
#: src/modules/packages/main.py:629
#: src/modules/packages/main.py:679
msgid ""
"The package manager could not make changes to the installed system. The "
"command <pre>{!s}</pre> returned error code {!s}."
@ -344,11 +344,11 @@ msgstr ""
msgid "Install bootloader."
msgstr "S'instal·la el carregador d'arrencada."
#: src/modules/bootloader/main.py:502
#: src/modules/bootloader/main.py:508
msgid "Bootloader installation error"
msgstr "Error d'instal·lació del carregador d'arrencada"
#: src/modules/bootloader/main.py:503
#: src/modules/bootloader/main.py:509
msgid ""
"The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
@ -410,6 +410,6 @@ msgstr "Pas de python fitctici {}"
msgid "Configuring locales."
msgstr "Es configuren les llengües."
#: src/modules/networkcfg/main.py:28
#: src/modules/networkcfg/main.py:29
msgid "Saving network configuration."
msgstr "Es desa la configuració de la xarxa."

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-14 12:55+0200\n"
"POT-Creation-Date: 2021-09-08 13:31+0200\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Raul <raurodse@gmail.com>, 2021\n"
"Language-Team: Catalan (Valencian) (https://www.transifex.com/calamares/teams/20061/ca@valencia/)\n"
@ -37,7 +37,7 @@ msgstr "S'estan muntant les particions."
#: 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:39
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "S'ha produït un error en la configuració."
@ -221,7 +221,7 @@ msgstr "S'està configurant mkinitcpio."
#: 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:40
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
"No s'ha proporcionat el punt de muntatge perquè l'use <pre>{!s}</pre>."
@ -313,24 +313,24 @@ msgid_plural "Removing %(num)d packages."
msgstr[0] "Sestà eliminant un paquet."
msgstr[1] "Sestà eliminant %(num)d paquets."
#: src/modules/packages/main.py:588 src/modules/packages/main.py:600
#: src/modules/packages/main.py:628
#: 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:589
#: src/modules/packages/main.py:639
msgid ""
"The package manager could not prepare updates. The command <pre>{!s}</pre> "
"returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:601
#: src/modules/packages/main.py:651
msgid ""
"The package manager could not update the system. The command <pre>{!s}</pre>"
" returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:629
#: src/modules/packages/main.py:679
msgid ""
"The package manager could not make changes to the installed system. The "
"command <pre>{!s}</pre> returned error code {!s}."
@ -340,11 +340,11 @@ msgstr ""
msgid "Install bootloader."
msgstr "Instal·la el carregador d'arrancada."
#: src/modules/bootloader/main.py:502
#: src/modules/bootloader/main.py:508
msgid "Bootloader installation error"
msgstr ""
#: src/modules/bootloader/main.py:503
#: src/modules/bootloader/main.py:509
msgid ""
"The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
@ -403,6 +403,6 @@ msgstr "Pas de python de proves {}"
msgid "Configuring locales."
msgstr "Configuració didioma."
#: src/modules/networkcfg/main.py:28
#: src/modules/networkcfg/main.py:29
msgid "Saving network configuration."
msgstr "S'està guardant la configuració de la xarxa."

View File

@ -6,16 +6,16 @@
# Translators:
# pavelrz, 2017
# LiberteCzech <martin.kriz.czech@gmail.com>, 2020
# Pavel Borecki <pavel.borecki@gmail.com>, 2020
# Pavel Borecki <pavel.borecki@gmail.com>, 2021
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-14 12:55+0200\n"
"POT-Creation-Date: 2021-09-08 13:31+0200\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2020\n"
"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2021\n"
"Language-Team: Czech (Czech Republic) (https://www.transifex.com/calamares/teams/20061/cs_CZ/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -39,7 +39,7 @@ msgstr "Připojování oddílů."
#: 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:39
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "Chyba nastavení"
@ -221,7 +221,7 @@ msgstr "Nastavování mkinitcpio."
#: 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:40
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr "Pro <pre>{!s}</pre> není zadán žádný přípojný bod."
@ -292,7 +292,7 @@ msgstr "Nastavit téma vzhledu pro Plymouth"
#: src/modules/packages/main.py:50 src/modules/packages/main.py:59
#: src/modules/packages/main.py:69
msgid "Install packages."
msgstr "Instalovat balíčky."
msgstr "Nainstalovat balíčky."
#: src/modules/packages/main.py:57
#, python-format
@ -317,42 +317,50 @@ msgstr[1] "Odebírají se %(num)d balíčky."
msgstr[2] "Odebírá se %(num)d balíčků."
msgstr[3] "Odebírá se %(num)d balíčků."
#: src/modules/packages/main.py:588 src/modules/packages/main.py:600
#: src/modules/packages/main.py:628
#: src/modules/packages/main.py:638 src/modules/packages/main.py:650
#: src/modules/packages/main.py:678
msgid "Package Manager error"
msgstr ""
msgstr "Chyba nástroje pro správu balíčků"
#: src/modules/packages/main.py:589
#: src/modules/packages/main.py:639
msgid ""
"The package manager could not prepare updates. The command <pre>{!s}</pre> "
"returned error code {!s}."
msgstr ""
"Nástroji pro správu balíčků se nepodařilo připravit aktualizace. Příkaz "
"<pre>{!s}</pre> vrátil chybový kód {!s}."
#: src/modules/packages/main.py:601
#: src/modules/packages/main.py:651
msgid ""
"The package manager could not update the system. The command <pre>{!s}</pre>"
" returned error code {!s}."
msgstr ""
"Nástroji pro správu balíčků se nepodařilo aktualizovat systém. Příkaz "
"<pre>{!s}</pre> vrátil chybový kód {!s}."
#: src/modules/packages/main.py:629
#: src/modules/packages/main.py:679
msgid ""
"The package manager could not make changes to the installed system. The "
"command <pre>{!s}</pre> returned error code {!s}."
msgstr ""
"Nástroji pro správu balíčků se nepodařilo udělat změny v nainstalovaném "
"systému. Příkaz <pre>{!s}</pre> vrátil chybový kód {!s}."
#: src/modules/bootloader/main.py:43
msgid "Install bootloader."
msgstr "Instalace zavaděče systému."
#: src/modules/bootloader/main.py:502
#: src/modules/bootloader/main.py:508
msgid "Bootloader installation error"
msgstr ""
msgstr "Chyba při instalaci zavaděče systému"
#: src/modules/bootloader/main.py:503
#: src/modules/bootloader/main.py:509
msgid ""
"The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
msgstr ""
"Zavaděč systému se nepodařilo nainstalovat. Instalační příkaz <pre>{!s} "
"vrátil chybový kód {!s}."
#: src/modules/hwclock/main.py:26
msgid "Setting hardware clock."
@ -360,7 +368,7 @@ msgstr "Nastavování hardwarových hodin."
#: src/modules/mkinitfs/main.py:27
msgid "Creating initramfs with mkinitfs."
msgstr "Vytváření initramfs s mkinitfs."
msgstr "Vytváření initramfs strojem mkinitfs."
#: src/modules/mkinitfs/main.py:49
msgid "Failed to run mkinitfs on the target"
@ -393,6 +401,8 @@ msgstr "Zapisování fstab."
#: src/modules/fstab/main.py:389
msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
msgstr ""
"Pro <pre>{!s}</pre> není zadáno žádné nastavení <pre>{!s}</pre>, které "
"použít. "
#: src/modules/dummypython/main.py:35
msgid "Dummy python job."
@ -407,6 +417,6 @@ msgstr "Testovací krok {} python."
msgid "Configuring locales."
msgstr "Nastavování místních a jazykových nastavení."
#: src/modules/networkcfg/main.py:28
#: src/modules/networkcfg/main.py:29
msgid "Saving network configuration."
msgstr "Ukládání nastavení sítě."

View File

@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-14 12:55+0200\n"
"POT-Creation-Date: 2021-09-08 13:31+0200\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: scootergrisen, 2020\n"
"Language-Team: Danish (https://www.transifex.com/calamares/teams/20061/da/)\n"
@ -38,7 +38,7 @@ msgstr "Monterer partitioner."
#: 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:39
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "Fejl ved konfiguration"
@ -219,7 +219,7 @@ msgstr "Konfigurerer mkinitcpio."
#: 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:40
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
"Der er ikke angivet noget rodmonteringspunkt som <pre>{!s}</pre> kan bruge."
@ -309,24 +309,24 @@ msgid_plural "Removing %(num)d packages."
msgstr[0] "Fjerner én pakke."
msgstr[1] "Fjerner %(num)d pakker."
#: src/modules/packages/main.py:588 src/modules/packages/main.py:600
#: src/modules/packages/main.py:628
#: 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:589
#: src/modules/packages/main.py:639
msgid ""
"The package manager could not prepare updates. The command <pre>{!s}</pre> "
"returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:601
#: src/modules/packages/main.py:651
msgid ""
"The package manager could not update the system. The command <pre>{!s}</pre>"
" returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:629
#: src/modules/packages/main.py:679
msgid ""
"The package manager could not make changes to the installed system. The "
"command <pre>{!s}</pre> returned error code {!s}."
@ -336,11 +336,11 @@ msgstr ""
msgid "Install bootloader."
msgstr "Installér bootloader."
#: src/modules/bootloader/main.py:502
#: src/modules/bootloader/main.py:508
msgid "Bootloader installation error"
msgstr ""
#: src/modules/bootloader/main.py:503
#: src/modules/bootloader/main.py:509
msgid ""
"The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
@ -399,6 +399,6 @@ msgstr "Dummy python-trin {}"
msgid "Configuring locales."
msgstr "Konfigurerer lokaliteter."
#: src/modules/networkcfg/main.py:28
#: src/modules/networkcfg/main.py:29
msgid "Saving network configuration."
msgstr "Gemmer netværkskonfiguration."

View File

@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-14 12:55+0200\n"
"POT-Creation-Date: 2021-09-08 13:31+0200\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Gustav Gyges, 2021\n"
"Language-Team: German (https://www.transifex.com/calamares/teams/20061/de/)\n"
@ -39,7 +39,7 @@ msgstr "Hänge Partitionen ein."
#: 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:39
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "Konfigurationsfehler"
@ -223,7 +223,7 @@ msgstr "Konfiguriere mkinitcpio. "
#: 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:40
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
"Für <pre>{!s}</pre> wurde kein Einhängepunkt für die Root-Partition "
@ -316,12 +316,12 @@ msgid_plural "Removing %(num)d packages."
msgstr[0] "Entferne ein Paket"
msgstr[1] "Entferne %(num)d Pakete."
#: src/modules/packages/main.py:588 src/modules/packages/main.py:600
#: src/modules/packages/main.py:628
#: src/modules/packages/main.py:638 src/modules/packages/main.py:650
#: src/modules/packages/main.py:678
msgid "Package Manager error"
msgstr "Fehler im Paketmanager"
#: src/modules/packages/main.py:589
#: src/modules/packages/main.py:639
msgid ""
"The package manager could not prepare updates. The command <pre>{!s}</pre> "
"returned error code {!s}."
@ -329,7 +329,7 @@ msgstr ""
"Der Paketmanager konnte die Aktualisierungen nicht vorbereiten. Der Befehl "
"<pre>{!s}</pre> erzeugte Fehlercode {!s}."
#: src/modules/packages/main.py:601
#: src/modules/packages/main.py:651
msgid ""
"The package manager could not update the system. The command <pre>{!s}</pre>"
" returned error code {!s}."
@ -337,7 +337,7 @@ msgstr ""
"Der Paketmanager konnte das System nicht aktualisieren. Der Befehl "
"<pre>{!s}</pre> erzeugte Fehlercode {!s}."
#: src/modules/packages/main.py:629
#: src/modules/packages/main.py:679
msgid ""
"The package manager could not make changes to the installed system. The "
"command <pre>{!s}</pre> returned error code {!s}."
@ -349,11 +349,11 @@ msgstr ""
msgid "Install bootloader."
msgstr "Installiere Bootloader."
#: src/modules/bootloader/main.py:502
#: src/modules/bootloader/main.py:508
msgid "Bootloader installation error"
msgstr "Fehler beim Installieren des Bootloaders"
#: src/modules/bootloader/main.py:503
#: src/modules/bootloader/main.py:509
msgid ""
"The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
@ -416,6 +416,6 @@ msgstr "Dummy Python-Schritt {}"
msgid "Configuring locales."
msgstr "Konfiguriere Lokalisierungen."
#: src/modules/networkcfg/main.py:28
#: src/modules/networkcfg/main.py:29
msgid "Saving network configuration."
msgstr "Speichere Netzwerkkonfiguration."

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-14 12:55+0200\n"
"POT-Creation-Date: 2021-09-08 13:31+0200\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Efstathios Iosifidis <iefstathios@gmail.com>, 2017\n"
"Language-Team: Greek (https://www.transifex.com/calamares/teams/20061/el/)\n"
@ -37,7 +37,7 @@ msgstr ""
#: 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:39
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr ""
@ -210,7 +210,7 @@ msgstr ""
#: 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:40
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
@ -293,24 +293,24 @@ msgid_plural "Removing %(num)d packages."
msgstr[0] ""
msgstr[1] ""
#: src/modules/packages/main.py:588 src/modules/packages/main.py:600
#: src/modules/packages/main.py:628
#: 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:589
#: src/modules/packages/main.py:639
msgid ""
"The package manager could not prepare updates. The command <pre>{!s}</pre> "
"returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:601
#: src/modules/packages/main.py:651
msgid ""
"The package manager could not update the system. The command <pre>{!s}</pre>"
" returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:629
#: src/modules/packages/main.py:679
msgid ""
"The package manager could not make changes to the installed system. The "
"command <pre>{!s}</pre> returned error code {!s}."
@ -320,11 +320,11 @@ msgstr ""
msgid "Install bootloader."
msgstr ""
#: src/modules/bootloader/main.py:502
#: src/modules/bootloader/main.py:508
msgid "Bootloader installation error"
msgstr ""
#: src/modules/bootloader/main.py:503
#: src/modules/bootloader/main.py:509
msgid ""
"The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
@ -383,6 +383,6 @@ msgstr ""
msgid "Configuring locales."
msgstr ""
#: src/modules/networkcfg/main.py:28
#: src/modules/networkcfg/main.py:29
msgid "Saving network configuration."
msgstr ""

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-14 12:55+0200\n"
"POT-Creation-Date: 2021-09-08 13:31+0200\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Jason Collins <JasonPCollins@protonmail.com>, 2018\n"
"Language-Team: English (United Kingdom) (https://www.transifex.com/calamares/teams/20061/en_GB/)\n"
@ -37,7 +37,7 @@ msgstr ""
#: 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:39
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr ""
@ -210,7 +210,7 @@ msgstr ""
#: 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:40
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
@ -293,24 +293,24 @@ msgid_plural "Removing %(num)d packages."
msgstr[0] "Removing one package."
msgstr[1] "Removing %(num)d packages."
#: src/modules/packages/main.py:588 src/modules/packages/main.py:600
#: src/modules/packages/main.py:628
#: 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:589
#: src/modules/packages/main.py:639
msgid ""
"The package manager could not prepare updates. The command <pre>{!s}</pre> "
"returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:601
#: src/modules/packages/main.py:651
msgid ""
"The package manager could not update the system. The command <pre>{!s}</pre>"
" returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:629
#: src/modules/packages/main.py:679
msgid ""
"The package manager could not make changes to the installed system. The "
"command <pre>{!s}</pre> returned error code {!s}."
@ -320,11 +320,11 @@ msgstr ""
msgid "Install bootloader."
msgstr ""
#: src/modules/bootloader/main.py:502
#: src/modules/bootloader/main.py:508
msgid "Bootloader installation error"
msgstr ""
#: src/modules/bootloader/main.py:503
#: src/modules/bootloader/main.py:509
msgid ""
"The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
@ -383,6 +383,6 @@ msgstr "Dummy python step {}"
msgid "Configuring locales."
msgstr ""
#: src/modules/networkcfg/main.py:28
#: src/modules/networkcfg/main.py:29
msgid "Saving network configuration."
msgstr ""

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-14 12:55+0200\n"
"POT-Creation-Date: 2021-09-08 13:31+0200\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Kurt Ankh Phoenix <kurtphoenix@tuta.io>, 2018\n"
"Language-Team: Esperanto (https://www.transifex.com/calamares/teams/20061/eo/)\n"
@ -37,7 +37,7 @@ msgstr ""
#: 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:39
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr ""
@ -210,7 +210,7 @@ msgstr ""
#: 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:40
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
@ -293,24 +293,24 @@ msgid_plural "Removing %(num)d packages."
msgstr[0] "Forigante unu pakaĵo."
msgstr[1] "Forigante %(num)d pakaĵoj."
#: src/modules/packages/main.py:588 src/modules/packages/main.py:600
#: src/modules/packages/main.py:628
#: 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:589
#: src/modules/packages/main.py:639
msgid ""
"The package manager could not prepare updates. The command <pre>{!s}</pre> "
"returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:601
#: src/modules/packages/main.py:651
msgid ""
"The package manager could not update the system. The command <pre>{!s}</pre>"
" returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:629
#: src/modules/packages/main.py:679
msgid ""
"The package manager could not make changes to the installed system. The "
"command <pre>{!s}</pre> returned error code {!s}."
@ -320,11 +320,11 @@ msgstr ""
msgid "Install bootloader."
msgstr ""
#: src/modules/bootloader/main.py:502
#: src/modules/bootloader/main.py:508
msgid "Bootloader installation error"
msgstr ""
#: src/modules/bootloader/main.py:503
#: src/modules/bootloader/main.py:509
msgid ""
"The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
@ -383,6 +383,6 @@ msgstr "Formala python paŝo {}"
msgid "Configuring locales."
msgstr ""
#: src/modules/networkcfg/main.py:28
#: src/modules/networkcfg/main.py:29
msgid "Saving network configuration."
msgstr ""

View File

@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-14 12:55+0200\n"
"POT-Creation-Date: 2021-09-08 13:31+0200\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Pier Jose Gotta Perez <piegope@protonmail.com>, 2020\n"
"Language-Team: Spanish (https://www.transifex.com/calamares/teams/20061/es/)\n"
@ -42,7 +42,7 @@ msgstr "Montando particiones"
#: 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:39
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "Error de configuración"
@ -228,7 +228,7 @@ msgstr "Configurando mkinitcpio - sistema de arranque básico -."
#: 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:40
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
"No se facilitó un punto de montaje raíz utilizable para <pre>{!s}</pre> "
@ -323,24 +323,24 @@ msgid_plural "Removing %(num)d packages."
msgstr[0] "Eliminando un paquete."
msgstr[1] "Eliminando %(num)d paquetes."
#: src/modules/packages/main.py:588 src/modules/packages/main.py:600
#: src/modules/packages/main.py:628
#: 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:589
#: src/modules/packages/main.py:639
msgid ""
"The package manager could not prepare updates. The command <pre>{!s}</pre> "
"returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:601
#: src/modules/packages/main.py:651
msgid ""
"The package manager could not update the system. The command <pre>{!s}</pre>"
" returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:629
#: src/modules/packages/main.py:679
msgid ""
"The package manager could not make changes to the installed system. The "
"command <pre>{!s}</pre> returned error code {!s}."
@ -350,11 +350,11 @@ msgstr ""
msgid "Install bootloader."
msgstr "Instalar gestor de arranque."
#: src/modules/bootloader/main.py:502
#: src/modules/bootloader/main.py:508
msgid "Bootloader installation error"
msgstr ""
#: src/modules/bootloader/main.py:503
#: src/modules/bootloader/main.py:509
msgid ""
"The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
@ -414,6 +414,6 @@ msgstr "Paso {} de python ficticio"
msgid "Configuring locales."
msgstr "Configurando especificaciones locales o regionales."
#: src/modules/networkcfg/main.py:28
#: src/modules/networkcfg/main.py:29
msgid "Saving network configuration."
msgstr "Guardando la configuración de red."

View File

@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-14 12:55+0200\n"
"POT-Creation-Date: 2021-09-08 13:31+0200\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
"Last-Translator: Erland Huaman <blackadress.01@gmail.com>, 2021\n"
"Language-Team: Spanish (Mexico) (https://www.transifex.com/calamares/teams/20061/es_MX/)\n"
@ -39,7 +39,7 @@ msgstr "Montando particiones."
#: 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:39
#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42
msgid "Configuration Error"
msgstr "Error de configuración"
@ -224,7 +224,7 @@ msgstr "Configurando mkinitcpio"
#: 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:40
#: src/modules/networkcfg/main.py:43
msgid "No root mount point is given for <pre>{!s}</pre> to use."
msgstr ""
@ -307,24 +307,24 @@ msgid_plural "Removing %(num)d packages."
msgstr[0] "Removiendo un paquete."
msgstr[1] "Removiendo %(num)dpaquetes."
#: src/modules/packages/main.py:588 src/modules/packages/main.py:600
#: src/modules/packages/main.py:628
#: 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:589
#: src/modules/packages/main.py:639
msgid ""
"The package manager could not prepare updates. The command <pre>{!s}</pre> "
"returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:601
#: src/modules/packages/main.py:651
msgid ""
"The package manager could not update the system. The command <pre>{!s}</pre>"
" returned error code {!s}."
msgstr ""
#: src/modules/packages/main.py:629
#: src/modules/packages/main.py:679
msgid ""
"The package manager could not make changes to the installed system. The "
"command <pre>{!s}</pre> returned error code {!s}."
@ -334,11 +334,11 @@ msgstr ""
msgid "Install bootloader."
msgstr "Instalar el cargador de arranque."
#: src/modules/bootloader/main.py:502
#: src/modules/bootloader/main.py:508
msgid "Bootloader installation error"
msgstr ""
#: src/modules/bootloader/main.py:503
#: src/modules/bootloader/main.py:509
msgid ""
"The bootloader could not be installed. The installation command "
"<pre>{!s}</pre> returned error code {!s}."
@ -397,6 +397,6 @@ msgstr "Paso python ficticio {}"
msgid "Configuring locales."
msgstr "Configurando locales."
#: src/modules/networkcfg/main.py:28
#: src/modules/networkcfg/main.py:29
msgid "Saving network configuration."
msgstr "Guardando configuración de red."

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