[unpackfs] fix merge

This commit is contained in:
Philip 2017-07-11 11:16:51 +02:00
commit da24829bba
67 changed files with 1124 additions and 797 deletions

View File

@ -19,7 +19,6 @@ install:
- pip install pycodestyle - pip install pycodestyle
script: script:
- docker run -v $PWD:/build calamares bash -lc "cd /build && cmake -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON . && make -j2" - docker run -v $PWD:/src --tmpfs /build:rw,size=65536k calamares bash -lc "cd /build && cmake -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON /src && make -j2"
- pycodestyle --exclude=thirdparty,.git $PWD - pycodestyle --exclude=thirdparty,.git $PWD
group: deprecated-2017Q2

View File

@ -116,7 +116,7 @@ set( CALAMARES_ORGANIZATION_NAME "Calamares" )
set( CALAMARES_ORGANIZATION_DOMAIN "github.com/calamares" ) set( CALAMARES_ORGANIZATION_DOMAIN "github.com/calamares" )
set( CALAMARES_APPLICATION_NAME "Calamares" ) set( CALAMARES_APPLICATION_NAME "Calamares" )
set( CALAMARES_DESCRIPTION_SUMMARY "The distribution-independent installer framework" ) set( CALAMARES_DESCRIPTION_SUMMARY "The distribution-independent installer framework" )
set( CALAMARES_TRANSLATION_LANGUAGES ar ast bg ca cs_CZ da de el en en_GB es_MX es eu fr hr hu id is it_IT ja lt nl pl pt_BR pt_PT ro ru sk sv th tr_TR zh_CN zh_TW ) set( CALAMARES_TRANSLATION_LANGUAGES ar ast bg ca cs_CZ da de el en en_GB es_MX es eu fr he hr hu id is it_IT ja lt nl pl pt_BR pt_PT ro ru sk sv th tr_TR zh_CN zh_TW )
### Bump version here ### Bump version here
set( CALAMARES_VERSION_MAJOR 3 ) set( CALAMARES_VERSION_MAJOR 3 )

View File

@ -188,32 +188,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>يشغّل عمليّة %1.</translation> <translation>يشغّل عمليّة %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>مسار سيء لمجلد العمل</translation> <translation>مسار سيء لمجلد العمل</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>لا يمكن القراءة من مجلد العمل %1 الخاص بعملية بايثون %2.</translation> <translation>لا يمكن القراءة من مجلد العمل %1 الخاص بعملية بايثون %2.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>ملفّ السّكربت الرّئيس سيّء.</translation> <translation>ملفّ السّكربت الرّئيس سيّء.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>ملفّ السّكربت الرّئيس %1 لمهمّة بايثون %2 لا يمكن قراءته.</translation> <translation>ملفّ السّكربت الرّئيس %1 لمهمّة بايثون %2 لا يمكن قراءته.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>خطأ Boost.Python في العمل &quot;%1&quot;.</translation> <translation>خطأ Boost.Python في العمل &quot;%1&quot;.</translation>
</message> </message>
@ -550,6 +550,11 @@ The installer will quit and all changes will be lost.</source>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>أنشئ قسمًا</translation> <translation>أنشئ قسمًا</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ The installer will quit and all changes will be lost.</source>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>الح&amp;جم:</translation> <translation>الح&amp;جم:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation>م.بايت</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ The installer will quit and all changes will be lost.</source>
<translation>الح&amp;جم:</translation> <translation>الح&amp;جم:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>نظام المل&amp;فّات:</translation> <translation>نظام المل&amp;فّات:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>الشّارات:</translation> <translation>الشّارات:</translation>
</message> </message>
@ -2261,7 +2266,7 @@ The installer will quit and all changes will be lost.</source>
<message> <message>
<location filename="../src/modules/welcome/WelcomePage.cpp" line="198"/> <location filename="../src/modules/welcome/WelcomePage.cpp" line="198"/>
<source>%1 support</source> <source>%1 support</source>
<translation>1%الدعم</translation> <translation>1% الدعم</translation>
</message> </message>
</context> </context>
<context> <context>

View File

@ -188,32 +188,32 @@ Salida:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Executando operación %1.</translation> <translation>Executando operación %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Camín incorreutu del direutoriu de trabayu</translation> <translation>Camín incorreutu del direutoriu de trabayu</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>El direutoriu de trabayu %1 pal trabayu python %2 nun ye lleible.</translation> <translation>El direutoriu de trabayu %1 pal trabayu python %2 nun ye lleible.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Ficheru incorreutu del script principal</translation> <translation>Ficheru incorreutu del script principal</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>El ficheru de script principal %1 pal trabayu python %2 nun ye lleible.</translation> <translation>El ficheru de script principal %1 pal trabayu python %2 nun ye lleible.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Fallu Boost.Python nel trabayu «%1».</translation> <translation>Fallu Boost.Python nel trabayu «%1».</translation>
</message> </message>
@ -550,6 +550,11 @@ L&apos;instalador colará y perderánse toles camudancies.</translation>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Crear una partición</translation> <translation>Crear una partición</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ L&apos;instalador colará y perderánse toles camudancies.</translation>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>Tama&amp;ñu:</translation> <translation>Tama&amp;ñu:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation> MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ L&apos;instalador colará y perderánse toles camudancies.</translation>
<translation>Tama&amp;ñu:</translation> <translation>Tama&amp;ñu:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>Sistema de fic&amp;heros:</translation> <translation>Sistema de fic&amp;heros:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>Banderes:</translation> <translation>Banderes:</translation>
</message> </message>

View File

@ -188,32 +188,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Изпълнение на %1 операция.</translation> <translation>Изпълнение на %1 операция.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Невалиден път на работната директория</translation> <translation>Невалиден път на работната директория</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Работна директория %1 за python задача %2 не се чете.</translation> <translation>Работна директория %1 за python задача %2 не се чете.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Невалиден файл на главен скрипт</translation> <translation>Невалиден файл на главен скрипт</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Файлът на главен скрипт %1 за python задача %2 не се чете.</translation> <translation>Файлът на главен скрипт %1 за python задача %2 не се чете.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Boost.Python грешка в задача &quot;%1&quot;.</translation> <translation>Boost.Python грешка в задача &quot;%1&quot;.</translation>
</message> </message>
@ -551,6 +551,11 @@ The installer will quit and all changes will be lost.</source>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Създай дял</translation> <translation>Създай дял</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -586,11 +591,6 @@ The installer will quit and all changes will be lost.</source>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>Раз&amp;мер:</translation> <translation>Раз&amp;мер:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation>МБ</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -927,12 +927,17 @@ The installer will quit and all changes will be lost.</source>
<translation>Раз&amp;мер:</translation> <translation>Раз&amp;мер:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>Фа&amp;йлова система:</translation> <translation>Фа&amp;йлова система:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>Флагове:</translation> <translation>Флагове:</translation>
</message> </message>

View File

@ -188,32 +188,32 @@ Sortida:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Executant l&apos;operació %1.</translation> <translation>Executant l&apos;operació %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Ruta errònia del directori de treball</translation> <translation>Ruta errònia del directori de treball</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>El directori de treball %1 per a la tasca python %2 no és llegible.</translation> <translation>El directori de treball %1 per a la tasca python %2 no és llegible.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Fitxer erroni d&apos;script principal</translation> <translation>Fitxer erroni d&apos;script principal</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>El fitxer de script principal %1 per a la tasca de python %2 no és llegible.</translation> <translation>El fitxer de script principal %1 per a la tasca de python %2 no és llegible.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Error de Boost.Python a la tasca &quot;%1&quot;.</translation> <translation>Error de Boost.Python a la tasca &quot;%1&quot;.</translation>
</message> </message>
@ -267,7 +267,7 @@ L&apos;instal·lador es tancarà i tots els canvis es perdran.</translation>
<message> <message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="186"/> <location filename="../src/libcalamaresui/ViewManager.cpp" line="186"/>
<source>&amp;Close</source> <source>&amp;Close</source>
<translation type="unfinished"/> <translation>Tan&amp;ca</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="238"/> <location filename="../src/libcalamaresui/ViewManager.cpp" line="238"/>
@ -550,6 +550,11 @@ L&apos;instal·lador es tancarà i tots els canvis es perdran.</translation>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Crea una partició</translation> <translation>Crea una partició</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation> MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ L&apos;instal·lador es tancarà i tots els canvis es perdran.</translation>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>Mi&amp;da:</translation> <translation>Mi&amp;da:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation>MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ L&apos;instal·lador es tancarà i tots els canvis es perdran.</translation>
<translation>Mi&amp;da:</translation> <translation>Mi&amp;da:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation> MB</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>S&amp;istema de fitxers:</translation> <translation>S&amp;istema de fitxers:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>Banderes:</translation> <translation>Banderes:</translation>
</message> </message>
@ -1027,7 +1032,7 @@ L&apos;instal·lador es tancarà i tots els canvis es perdran.</translation>
<message> <message>
<location filename="../src/modules/finished/FinishedPage.cpp" line="110"/> <location filename="../src/modules/finished/FinishedPage.cpp" line="110"/>
<source>&lt;h1&gt;Installation Failed&lt;/h1&gt;&lt;br/&gt;%1 has not been installed on your computer.&lt;br/&gt;The error message was: %2.</source> <source>&lt;h1&gt;Installation Failed&lt;/h1&gt;&lt;br/&gt;%1 has not been installed on your computer.&lt;br/&gt;The error message was: %2.</source>
<translation type="unfinished"/> <translation>&lt;h1&gt;La instal·lació ha fallat&lt;/h1&gt;&lt;br/&gt;No s&apos;ha instal·lat %1 a l&apos;ordinador.&lt;br/&gt;El missatge d&apos;error ha estat el següent: %2.</translation>
</message> </message>
</context> </context>
<context> <context>
@ -2256,7 +2261,7 @@ L&apos;instal·lador es tancarà i tots els canvis es perdran.</translation>
<message> <message>
<location filename="../src/modules/welcome/WelcomePage.cpp" line="75"/> <location filename="../src/modules/welcome/WelcomePage.cpp" line="75"/>
<source>&lt;h1&gt;%1&lt;/h1&gt;&lt;br/&gt;&lt;strong&gt;%2&lt;br/&gt;for %3&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Copyright 2014-2017 Teo Mrnjavac &amp;lt;teo@kde.org&amp;gt;&lt;br/&gt;Copyright 2017 Adriaan de Groot &amp;lt;groot@kde.org&amp;gt;&lt;br/&gt;Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the &lt;a href=&quot;https://www.transifex.com/calamares/calamares/&quot;&gt;Calamares translators team&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://calamares.io/&quot;&gt;Calamares&lt;/a&gt; development is sponsored by &lt;br/&gt;&lt;a href=&quot;http://www.blue-systems.com/&quot;&gt;Blue Systems&lt;/a&gt; - Liberating Software.</source> <source>&lt;h1&gt;%1&lt;/h1&gt;&lt;br/&gt;&lt;strong&gt;%2&lt;br/&gt;for %3&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Copyright 2014-2017 Teo Mrnjavac &amp;lt;teo@kde.org&amp;gt;&lt;br/&gt;Copyright 2017 Adriaan de Groot &amp;lt;groot@kde.org&amp;gt;&lt;br/&gt;Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the &lt;a href=&quot;https://www.transifex.com/calamares/calamares/&quot;&gt;Calamares translators team&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://calamares.io/&quot;&gt;Calamares&lt;/a&gt; development is sponsored by &lt;br/&gt;&lt;a href=&quot;http://www.blue-systems.com/&quot;&gt;Blue Systems&lt;/a&gt; - Liberating Software.</source>
<translation type="unfinished"/> <translation>&lt;h1&gt;%1&lt;/h1&gt;&lt;br/&gt;&lt;strong&gt;%2&lt;br/&gt;for %3&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Copyright 2014-2017 Teo Mrnjavac &amp;lt;teo@kde.org&amp;gt;&lt;br/&gt;Copyright 2017 Adriaan de Groot &amp;lt;groot@kde.org&amp;gt;&lt;br/&gt;Agraïments: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the &lt;a href=&quot;https://www.transifex.com/calamares/calamares/&quot;&gt;Equip de traducció del Calamares&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://calamares.io/&quot;&gt;El desenvolupament &lt;/a&gt; del Calamares està patrocinat per &lt;br/&gt;&lt;a href=&quot;http://www.blue-systems.com/&quot;&gt;Blue Systems&lt;/a&gt; - Liberating Software.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/welcome/WelcomePage.cpp" line="198"/> <location filename="../src/modules/welcome/WelcomePage.cpp" line="198"/>

View File

@ -188,32 +188,32 @@ Výstup:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Spouštím %1 operaci.</translation> <translation>Spouštím %1 operaci.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Špatná cesta k pracovnímu adresáři.</translation> <translation>Špatná cesta k pracovnímu adresáři.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Pracovní adresář %1 pro Python skript %2 není čitelný.</translation> <translation>Pracovní adresář %1 pro Python skript %2 není čitelný.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Špatný hlavní soubor skriptu.</translation> <translation>Špatný hlavní soubor skriptu.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Hlavní soubor %1 pro Python skript %2 není čitelný.</translation> <translation>Hlavní soubor %1 pro Python skript %2 není čitelný.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Boost.Python chyba ve skriptu &quot;%1&quot;.</translation> <translation>Boost.Python chyba ve skriptu &quot;%1&quot;.</translation>
</message> </message>
@ -550,6 +550,11 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Vytvořit oddíl</translation> <translation>Vytvořit oddíl</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>&amp;Velikost:</translation> <translation>&amp;Velikost:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation>MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation>
<translation>&amp;Velikost:</translation> <translation>&amp;Velikost:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>&amp;Souborový systém:</translation> <translation>&amp;Souborový systém:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>Příznaky:</translation> <translation>Příznaky:</translation>
</message> </message>

View File

@ -188,32 +188,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Kører %1-handling.</translation> <translation>Kører %1-handling.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Ugyldig arbejdsmappesti</translation> <translation>Ugyldig arbejdsmappesti</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Arbejdsmappe %1 for python-job %2 er ikke læsbar.</translation> <translation>Arbejdsmappe %1 for python-job %2 er ikke læsbar.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Ugyldig primær skriptfil</translation> <translation>Ugyldig primær skriptfil</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Primær skriptfil %1 for python-job %2 er ikke læsbar.</translation> <translation>Primær skriptfil %1 for python-job %2 er ikke læsbar.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Boost.Python-fejl i job &quot;%1&quot;.</translation> <translation>Boost.Python-fejl i job &quot;%1&quot;.</translation>
</message> </message>
@ -550,6 +550,11 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Opret en partition</translation> <translation>Opret en partition</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>&amp;Størrelse:</translation> <translation>&amp;Størrelse:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation> MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation
<translation>Stø&amp;rrelse:</translation> <translation>Stø&amp;rrelse:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>Fi&amp;lsystem:</translation> <translation>Fi&amp;lsystem:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>Flag:</translation> <translation>Flag:</translation>
</message> </message>

View File

@ -188,32 +188,32 @@ Ausgabe:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Operation %1 wird ausgeführt.</translation> <translation>Operation %1 wird ausgeführt.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Fehlerhafter Arbeitsverzeichnis-Pfad</translation> <translation>Fehlerhafter Arbeitsverzeichnis-Pfad</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Arbeitsverzeichnis %1 für Python-Job %2 ist nicht lesbar.</translation> <translation>Arbeitsverzeichnis %1 für Python-Job %2 ist nicht lesbar.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Fehlerhaftes Hauptskript</translation> <translation>Fehlerhaftes Hauptskript</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Hauptskript-Datei %1 für Python-Job %2 ist nicht lesbar.</translation> <translation>Hauptskript-Datei %1 für Python-Job %2 ist nicht lesbar.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Boost.Python-Fehler in Job &quot;%1&quot;.</translation> <translation>Boost.Python-Fehler in Job &quot;%1&quot;.</translation>
</message> </message>
@ -550,6 +550,11 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Partition erstellen</translation> <translation>Partition erstellen</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>Grö&amp;sse:</translation> <translation>Grö&amp;sse:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation>MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
<translation>Grö&amp;sse:</translation> <translation>Grö&amp;sse:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>Datei&amp;system:</translation> <translation>Datei&amp;system:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>Markierungen:</translation> <translation>Markierungen:</translation>
</message> </message>

View File

@ -188,32 +188,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Εκτελείται η λειτουργία %1.</translation> <translation>Εκτελείται η λειτουργία %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Λανθασμένη διαδρομή καταλόγου εργασίας</translation> <translation>Λανθασμένη διαδρομή καταλόγου εργασίας</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Ο ενεργός κατάλογος %1 για την εργασία python %2 δεν είναι δυνατόν να διαβαστεί.</translation> <translation>Ο ενεργός κατάλογος %1 για την εργασία python %2 δεν είναι δυνατόν να διαβαστεί.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Λανθασμένο κύριο αρχείο δέσμης ενεργειών</translation> <translation>Λανθασμένο κύριο αρχείο δέσμης ενεργειών</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Η κύρια δέσμη ενεργειών %1 για την εργασία python %2 δεν είναι δυνατόν να διαβαστεί.</translation> <translation>Η κύρια δέσμη ενεργειών %1 για την εργασία python %2 δεν είναι δυνατόν να διαβαστεί.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Σφάλμα Boost.Python στην εργασία &quot;%1&quot;.</translation> <translation>Σφάλμα Boost.Python στην εργασία &quot;%1&quot;.</translation>
</message> </message>
@ -550,6 +550,11 @@ The installer will quit and all changes will be lost.</source>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Δημιουργία κατάτμησης</translation> <translation>Δημιουργία κατάτμησης</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ The installer will quit and all changes will be lost.</source>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>&amp;Μέγεθος:</translation> <translation>&amp;Μέγεθος:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation> MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ The installer will quit and all changes will be lost.</source>
<translation>&amp;Μέγεθος:</translation> <translation>&amp;Μέγεθος:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>&amp;Σύστημα αρχείων:</translation> <translation>&amp;Σύστημα αρχείων:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>Σημαίες:</translation> <translation>Σημαίες:</translation>
</message> </message>

View File

@ -188,32 +188,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Running %1 operation.</translation> <translation>Running %1 operation.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Bad working directory path</translation> <translation>Bad working directory path</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Working directory %1 for python job %2 is not readable.</translation> <translation>Working directory %1 for python job %2 is not readable.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Bad main script file</translation> <translation>Bad main script file</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Main script file %1 for python job %2 is not readable.</translation> <translation>Main script file %1 for python job %2 is not readable.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Boost.Python error in job &quot;%1&quot;.</translation> <translation>Boost.Python error in job &quot;%1&quot;.</translation>
</message> </message>
@ -550,6 +550,11 @@ The installer will quit and all changes will be lost.</translation>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Create a Partition</translation> <translation>Create a Partition</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation> MiB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ The installer will quit and all changes will be lost.</translation>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>Si&amp;ze:</translation> <translation>Si&amp;ze:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation> MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ The installer will quit and all changes will be lost.</translation>
<translation>Si&amp;ze:</translation> <translation>Si&amp;ze:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation> MiB</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>Fi&amp;le System:</translation> <translation>Fi&amp;le System:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>Flags:</translation> <translation>Flags:</translation>
</message> </message>

View File

@ -188,32 +188,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Bad working directory path</translation> <translation>Bad working directory path</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Working directory %1 for python job %2 is not readable.</translation> <translation>Working directory %1 for python job %2 is not readable.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Bad main script file</translation> <translation>Bad main script file</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Main script file %1 for python job %2 is not readable.</translation> <translation>Main script file %1 for python job %2 is not readable.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Boost.Python error in job &quot;%1&quot;.</translation> <translation>Boost.Python error in job &quot;%1&quot;.</translation>
</message> </message>
@ -550,6 +550,11 @@ The installer will quit and all changes will be lost.</translation>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Create a Partition</translation> <translation>Create a Partition</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ The installer will quit and all changes will be lost.</translation>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>Si&amp;ze:</translation> <translation>Si&amp;ze:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation> MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ The installer will quit and all changes will be lost.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -189,32 +189,32 @@ Salida:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Ejecutando %1 operación.</translation> <translation>Ejecutando %1 operación.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Error en la ruta del directorio de trabajo</translation> <translation>Error en la ruta del directorio de trabajo</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>El directorio de trabajo %1 para el script de python %2 no se puede leer.</translation> <translation>El directorio de trabajo %1 para el script de python %2 no se puede leer.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Script principal erróneo</translation> <translation>Script principal erróneo</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>El script principal %1 del proceso python %2 no es accesible.</translation> <translation>El script principal %1 del proceso python %2 no es accesible.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Error Boost.Python en el proceso &quot;%1&quot;.</translation> <translation>Error Boost.Python en el proceso &quot;%1&quot;.</translation>
</message> </message>
@ -268,7 +268,7 @@ Saldrá del instalador y se perderán todos los cambios.</translation>
<message> <message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="186"/> <location filename="../src/libcalamaresui/ViewManager.cpp" line="186"/>
<source>&amp;Close</source> <source>&amp;Close</source>
<translation type="unfinished"/> <translation>&amp;Cerrar</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="238"/> <location filename="../src/libcalamaresui/ViewManager.cpp" line="238"/>
@ -551,6 +551,11 @@ Saldrá del instalador y se perderán todos los cambios.</translation>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Crear partición</translation> <translation>Crear partición</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation> MiB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -586,11 +591,6 @@ Saldrá del instalador y se perderán todos los cambios.</translation>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>&amp;Tamaño:</translation> <translation>&amp;Tamaño:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation>MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -927,12 +927,17 @@ Saldrá del instalador y se perderán todos los cambios.</translation>
<translation>&amp;Tamaño:</translation> <translation>&amp;Tamaño:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation> MiB</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>S&amp;istema de archivo:</translation> <translation>S&amp;istema de archivo:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>Banderas:</translation> <translation>Banderas:</translation>
</message> </message>
@ -1028,7 +1033,7 @@ Saldrá del instalador y se perderán todos los cambios.</translation>
<message> <message>
<location filename="../src/modules/finished/FinishedPage.cpp" line="110"/> <location filename="../src/modules/finished/FinishedPage.cpp" line="110"/>
<source>&lt;h1&gt;Installation Failed&lt;/h1&gt;&lt;br/&gt;%1 has not been installed on your computer.&lt;br/&gt;The error message was: %2.</source> <source>&lt;h1&gt;Installation Failed&lt;/h1&gt;&lt;br/&gt;%1 has not been installed on your computer.&lt;br/&gt;The error message was: %2.</source>
<translation type="unfinished"/> <translation>&lt;h1&gt;La instalación falló&lt;/h1&gt;&lt;br/&gt;%1 no se ha instalado en su equipo.&lt;br/&gt;El mensaje de error fue: %2.</translation>
</message> </message>
</context> </context>
<context> <context>
@ -2257,7 +2262,7 @@ Saldrá del instalador y se perderán todos los cambios.</translation>
<message> <message>
<location filename="../src/modules/welcome/WelcomePage.cpp" line="75"/> <location filename="../src/modules/welcome/WelcomePage.cpp" line="75"/>
<source>&lt;h1&gt;%1&lt;/h1&gt;&lt;br/&gt;&lt;strong&gt;%2&lt;br/&gt;for %3&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Copyright 2014-2017 Teo Mrnjavac &amp;lt;teo@kde.org&amp;gt;&lt;br/&gt;Copyright 2017 Adriaan de Groot &amp;lt;groot@kde.org&amp;gt;&lt;br/&gt;Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the &lt;a href=&quot;https://www.transifex.com/calamares/calamares/&quot;&gt;Calamares translators team&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://calamares.io/&quot;&gt;Calamares&lt;/a&gt; development is sponsored by &lt;br/&gt;&lt;a href=&quot;http://www.blue-systems.com/&quot;&gt;Blue Systems&lt;/a&gt; - Liberating Software.</source> <source>&lt;h1&gt;%1&lt;/h1&gt;&lt;br/&gt;&lt;strong&gt;%2&lt;br/&gt;for %3&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Copyright 2014-2017 Teo Mrnjavac &amp;lt;teo@kde.org&amp;gt;&lt;br/&gt;Copyright 2017 Adriaan de Groot &amp;lt;groot@kde.org&amp;gt;&lt;br/&gt;Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the &lt;a href=&quot;https://www.transifex.com/calamares/calamares/&quot;&gt;Calamares translators team&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://calamares.io/&quot;&gt;Calamares&lt;/a&gt; development is sponsored by &lt;br/&gt;&lt;a href=&quot;http://www.blue-systems.com/&quot;&gt;Blue Systems&lt;/a&gt; - Liberating Software.</source>
<translation type="unfinished"/> <translation>&lt;h1&gt;%1&lt;/h1&gt;&lt;br/&gt;&lt;strong&gt;%2&lt;br/&gt;para %3&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Copyright 2014-2017 Teo Mrnjavac &amp;lt;teo@kde.org&amp;gt;&lt;br/&gt;Copyright 2017 Adriaan de Groot &amp;lt;groot@kde.org&amp;gt;&lt;br/&gt;Agradecimientos a: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg y el &lt;a href=&quot;https://www.transifex.com/calamares/calamares/&quot;&gt;equipo de traductores de Calamares&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;El desarrollo de &lt;a href=&quot;http://calamares.io/&quot;&gt;Calamares&lt;/a&gt; está patrocinado por: &lt;br/&gt;&lt;a href=&quot;http://www.blue-systems.com/&quot;&gt;Blue Systems&lt;/a&gt; - Liberando Software.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/welcome/WelcomePage.cpp" line="198"/> <location filename="../src/modules/welcome/WelcomePage.cpp" line="198"/>

View File

@ -188,32 +188,32 @@ Salida:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Ruta de trabajo errónea</translation> <translation>Ruta de trabajo errónea</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>No se puede leer la ruta de trabajo %1 de la tarea %2 de python.</translation> <translation>No se puede leer la ruta de trabajo %1 de la tarea %2 de python.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Script principal erróneo</translation> <translation>Script principal erróneo</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>No se puede leer el script principal %1 de la tarea %2 de python.</translation> <translation>No se puede leer el script principal %1 de la tarea %2 de python.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Error de Boost.Python en la tarea &quot;%1&quot;.</translation> <translation>Error de Boost.Python en la tarea &quot;%1&quot;.</translation>
</message> </message>
@ -550,6 +550,11 @@ El instalador se cerrará y se perderán todos los cambios.</translation>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Crear una partición</translation> <translation>Crear una partición</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ El instalador se cerrará y se perderán todos los cambios.</translation>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>Tamaño</translation> <translation>Tamaño</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation>MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ El instalador se cerrará y se perderán todos los cambios.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -188,32 +188,32 @@ Salida:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Ejecutando operación %1.</translation> <translation>Ejecutando operación %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Ruta a la carpeta de trabajo errónea</translation> <translation>Ruta a la carpeta de trabajo errónea</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>La carpeta de trabajo %1 para la tarea de python %2 no se pudo leer.</translation> <translation>La carpeta de trabajo %1 para la tarea de python %2 no se pudo leer.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Script principal erróneo</translation> <translation>Script principal erróneo</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>El script principal %1 del proceso python %2 no es accesible.</translation> <translation>El script principal %1 del proceso python %2 no es accesible.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Error Boost.Python en el proceso &quot;%1&quot;.</translation> <translation>Error Boost.Python en el proceso &quot;%1&quot;.</translation>
</message> </message>
@ -552,6 +552,11 @@ El instalador terminará y se perderán todos los cambios.</translation>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Crear partición</translation> <translation>Crear partición</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -587,11 +592,6 @@ El instalador terminará y se perderán todos los cambios.</translation>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>&amp;Tamaño:</translation> <translation>&amp;Tamaño:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation>MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -928,12 +928,17 @@ El instalador terminará y se perderán todos los cambios.</translation>
<translation>Tam&amp;año:</translation> <translation>Tam&amp;año:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>Sis&amp;tema de Archivos:</translation> <translation>Sis&amp;tema de Archivos:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -188,32 +188,32 @@ Salida:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>La ruta del directorio de trabajo es incorrecta</translation> <translation>La ruta del directorio de trabajo es incorrecta</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>El directorio de trabajo %1 para el script de python %2 no se puede leer.</translation> <translation>El directorio de trabajo %1 para el script de python %2 no se puede leer.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Script principal erróneo</translation> <translation>Script principal erróneo</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>El script principal %1 del proceso python %2 no es accesible.</translation> <translation>El script principal %1 del proceso python %2 no es accesible.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Error Boost.Python en el proceso &quot;%1&quot;.</translation> <translation>Error Boost.Python en el proceso &quot;%1&quot;.</translation>
</message> </message>
@ -549,6 +549,11 @@ The installer will quit and all changes will be lost.</source>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -584,11 +589,6 @@ The installer will quit and all changes will be lost.</source>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -925,12 +925,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -182,32 +182,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -543,6 +543,11 @@ The installer will quit and all changes will be lost.</source>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Loo sektsioon</translation> <translation>Loo sektsioon</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -578,11 +583,6 @@ The installer will quit and all changes will be lost.</source>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>Suurus:</translation> <translation>Suurus:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -919,12 +919,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -186,32 +186,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>%1 eragiketa burutzen.</translation> <translation>%1 eragiketa burutzen.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Direktorio ibilbide ezegokia</translation> <translation>Direktorio ibilbide ezegokia</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -547,6 +547,11 @@ The installer will quit and all changes will be lost.</source>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Sortu partizio bat</translation> <translation>Sortu partizio bat</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -582,11 +587,6 @@ The installer will quit and all changes will be lost.</source>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>Ta&amp;maina:</translation> <translation>Ta&amp;maina:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation> MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -923,12 +923,17 @@ The installer will quit and all changes will be lost.</source>
<translation>&amp;Tamaina:</translation> <translation>&amp;Tamaina:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>Fi&amp;txategi-Sistema:</translation> <translation>Fi&amp;txategi-Sistema:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -182,32 +182,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -543,6 +543,11 @@ The installer will quit and all changes will be lost.</source>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -578,11 +583,6 @@ The installer will quit and all changes will be lost.</source>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -919,12 +919,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -188,32 +188,32 @@ Tuloste:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Epäkelpo työskentelyhakemiston polku</translation> <translation>Epäkelpo työskentelyhakemiston polku</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Työkansio %1 pythonin työlle %2 ei ole luettavissa.</translation> <translation>Työkansio %1 pythonin työlle %2 ei ole luettavissa.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Huono pää-skripti tiedosto</translation> <translation>Huono pää-skripti tiedosto</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Pääskriptitiedosto %1 pythonin työlle %2 ei ole luettavissa.</translation> <translation>Pääskriptitiedosto %1 pythonin työlle %2 ei ole luettavissa.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Boost.Python virhe työlle &quot;%1&quot;.</translation> <translation>Boost.Python virhe työlle &quot;%1&quot;.</translation>
</message> </message>
@ -550,6 +550,11 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Luo levyosio</translation> <translation>Luo levyosio</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>K&amp;oko:</translation> <translation>K&amp;oko:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation>MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -188,32 +188,32 @@ Sortie :
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Exécution de l&apos;opération %1.</translation> <translation>Exécution de l&apos;opération %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Chemin du répertoire de travail invalide</translation> <translation>Chemin du répertoire de travail invalide</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Le répertoire de travail %1 pour le job python %2 n&apos;est pas accessible en lecture.</translation> <translation>Le répertoire de travail %1 pour le job python %2 n&apos;est pas accessible en lecture.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Fichier de script principal invalide</translation> <translation>Fichier de script principal invalide</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Le fichier de script principal %1 pour la tâche python %2 n&apos;est pas accessible en lecture.</translation> <translation>Le fichier de script principal %1 pour la tâche python %2 n&apos;est pas accessible en lecture.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Erreur Boost.Python pour le job &quot;%1&quot;.</translation> <translation>Erreur Boost.Python pour le job &quot;%1&quot;.</translation>
</message> </message>
@ -267,7 +267,7 @@ L&apos;installateur se fermera et les changements seront perdus.</translation>
<message> <message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="186"/> <location filename="../src/libcalamaresui/ViewManager.cpp" line="186"/>
<source>&amp;Close</source> <source>&amp;Close</source>
<translation type="unfinished"/> <translation>&amp;Fermer</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="238"/> <location filename="../src/libcalamaresui/ViewManager.cpp" line="238"/>
@ -550,6 +550,11 @@ L&apos;installateur se fermera et les changements seront perdus.</translation>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Créer une partition</translation> <translation>Créer une partition</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation>Mio</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ L&apos;installateur se fermera et les changements seront perdus.</translation>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>Ta&amp;ille :</translation> <translation>Ta&amp;ille :</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation>Mo</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ L&apos;installateur se fermera et les changements seront perdus.</translation>
<translation>Ta&amp;ille:</translation> <translation>Ta&amp;ille:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation>Mio</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>Sys&amp;tème de fichiers:</translation> <translation>Sys&amp;tème de fichiers:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>Drapeaux:</translation> <translation>Drapeaux:</translation>
</message> </message>
@ -1027,7 +1032,7 @@ L&apos;installateur se fermera et les changements seront perdus.</translation>
<message> <message>
<location filename="../src/modules/finished/FinishedPage.cpp" line="110"/> <location filename="../src/modules/finished/FinishedPage.cpp" line="110"/>
<source>&lt;h1&gt;Installation Failed&lt;/h1&gt;&lt;br/&gt;%1 has not been installed on your computer.&lt;br/&gt;The error message was: %2.</source> <source>&lt;h1&gt;Installation Failed&lt;/h1&gt;&lt;br/&gt;%1 has not been installed on your computer.&lt;br/&gt;The error message was: %2.</source>
<translation type="unfinished"/> <translation>&lt;h1&gt;Installation échouée&lt;/h1&gt;&lt;br/&gt;%1 n&apos;a pas é installée sur cet ordinateur.&lt;br/&gt;Le message d&apos;erreur était : %2.</translation>
</message> </message>
</context> </context>
<context> <context>
@ -2256,7 +2261,7 @@ L&apos;installateur se fermera et les changements seront perdus.</translation>
<message> <message>
<location filename="../src/modules/welcome/WelcomePage.cpp" line="75"/> <location filename="../src/modules/welcome/WelcomePage.cpp" line="75"/>
<source>&lt;h1&gt;%1&lt;/h1&gt;&lt;br/&gt;&lt;strong&gt;%2&lt;br/&gt;for %3&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Copyright 2014-2017 Teo Mrnjavac &amp;lt;teo@kde.org&amp;gt;&lt;br/&gt;Copyright 2017 Adriaan de Groot &amp;lt;groot@kde.org&amp;gt;&lt;br/&gt;Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the &lt;a href=&quot;https://www.transifex.com/calamares/calamares/&quot;&gt;Calamares translators team&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://calamares.io/&quot;&gt;Calamares&lt;/a&gt; development is sponsored by &lt;br/&gt;&lt;a href=&quot;http://www.blue-systems.com/&quot;&gt;Blue Systems&lt;/a&gt; - Liberating Software.</source> <source>&lt;h1&gt;%1&lt;/h1&gt;&lt;br/&gt;&lt;strong&gt;%2&lt;br/&gt;for %3&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Copyright 2014-2017 Teo Mrnjavac &amp;lt;teo@kde.org&amp;gt;&lt;br/&gt;Copyright 2017 Adriaan de Groot &amp;lt;groot@kde.org&amp;gt;&lt;br/&gt;Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the &lt;a href=&quot;https://www.transifex.com/calamares/calamares/&quot;&gt;Calamares translators team&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://calamares.io/&quot;&gt;Calamares&lt;/a&gt; development is sponsored by &lt;br/&gt;&lt;a href=&quot;http://www.blue-systems.com/&quot;&gt;Blue Systems&lt;/a&gt; - Liberating Software.</source>
<translation type="unfinished"/> <translation>&lt;h1&gt;%1&lt;/h1&gt;&lt;br/&gt;&lt;strong&gt;%2&lt;br/&gt;pour %3&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Copyright 2014-2017 Teo Mrnjavac &amp;lt;teo@kde.org&amp;gt;&lt;br/&gt;Copyright 2017 Adriaan de Groot &amp;lt;groot@kde.org&amp;gt;&lt;br/&gt;Merci à : Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg et &lt;a href=&quot;https://www.transifex.com/calamares/calamares/&quot;&gt;l&apos;équipe de traducteurs de Calamares&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;Le développement de &lt;a href=&quot;http://calamares.io/&quot;&gt;Calamares&lt;/a&gt;est sponsorisé par &lt;br/&gt;&lt;a href=&quot;http://www.blue-systems.com/&quot;&gt;Blue Systems&lt;/a&gt; - Liberating Software.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/welcome/WelcomePage.cpp" line="198"/> <location filename="../src/modules/welcome/WelcomePage.cpp" line="198"/>

View File

@ -182,32 +182,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -543,6 +543,11 @@ The installer will quit and all changes will be lost.</source>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -578,11 +583,6 @@ The installer will quit and all changes will be lost.</source>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -919,12 +919,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -189,32 +189,32 @@ Saída:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Excutando a operación %1.</translation> <translation>Excutando a operación %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>A ruta ó directorio de traballo é errónea</translation> <translation>A ruta ó directorio de traballo é errónea</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>O directorio de traballo %1 para o traballo de python %2 non é lexible</translation> <translation>O directorio de traballo %1 para o traballo de python %2 non é lexible</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Ficheiro de script principal erróneo</translation> <translation>Ficheiro de script principal erróneo</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>O ficheiro principal de script %1 para a execución de python %2 non é lexible.</translation> <translation>O ficheiro principal de script %1 para a execución de python %2 non é lexible.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Boost.Python tivo un erro na tarefa &quot;%1&quot;.</translation> <translation>Boost.Python tivo un erro na tarefa &quot;%1&quot;.</translation>
</message> </message>
@ -551,6 +551,11 @@ O instalador pecharase e perderanse todos os cambios.</translation>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Crear partición</translation> <translation>Crear partición</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -586,11 +591,6 @@ O instalador pecharase e perderanse todos os cambios.</translation>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>&amp;Tamaño:</translation> <translation>&amp;Tamaño:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation>MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -927,12 +927,17 @@ O instalador pecharase e perderanse todos os cambios.</translation>
<translation>&amp;Tamaño:</translation> <translation>&amp;Tamaño:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -182,32 +182,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -543,6 +543,11 @@ The installer will quit and all changes will be lost.</source>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -578,11 +583,6 @@ The installer will quit and all changes will be lost.</source>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -919,12 +919,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -9,12 +9,12 @@
<message> <message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="75"/> <location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="75"/>
<source>This system was started with an &lt;strong&gt;EFI&lt;/strong&gt; boot environment.&lt;br&gt;&lt;br&gt;To configure startup from an EFI environment, this installer must deploy a boot loader application, like &lt;strong&gt;GRUB&lt;/strong&gt; or &lt;strong&gt;systemd-boot&lt;/strong&gt; on an &lt;strong&gt;EFI System Partition&lt;/strong&gt;. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own.</source> <source>This system was started with an &lt;strong&gt;EFI&lt;/strong&gt; boot environment.&lt;br&gt;&lt;br&gt;To configure startup from an EFI environment, this installer must deploy a boot loader application, like &lt;strong&gt;GRUB&lt;/strong&gt; or &lt;strong&gt;systemd-boot&lt;/strong&gt; on an &lt;strong&gt;EFI System Partition&lt;/strong&gt;. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own.</source>
<translation>מערכת זו הופעלה בתצורת אתחול &lt;strong&gt;EFI&lt;/strong&gt;.&lt;br&gt;&lt;br&gt; בכדי להגדיר הפעלה מתצורת אתחול EFI, על אשף ההתקנה להתקין מנהל אתחול, לדוגמה &lt;strong&gt;GRUB&lt;/strong&gt; או &lt;strong&gt;systemd-boot&lt;/strong&gt; על &lt;strong&gt;מחיצת מערכת EFI&lt;/strong&gt;. פעולה זו היא אוטומטית, אלא אם כן תבחר להגדיר מחיצות באופן ידני, במקרה זה עליך לבחור זאת או להגדיר בעצמך.</translation> <translation>מערכת זו הופעלה בתצורת אתחול &lt;strong&gt;EFI&lt;/strong&gt;.&lt;br&gt;&lt;br&gt; בכדי להגדיר הפעלה מתצורת אתחול EFI, על אשף ההתקנה להתקין מנהל אתחול מערכת, לדוגמה &lt;strong&gt;GRUB&lt;/strong&gt; או &lt;strong&gt;systemd-boot&lt;/strong&gt; על &lt;strong&gt;מחיצת מערכת EFI&lt;/strong&gt;. פעולה זו היא אוטומטית, אלא אם כן תבחר להגדיר מחיצות באופן ידני, במקרה זה עליך לבחור זאת או להגדיר בעצמך.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="87"/> <location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="87"/>
<source>This system was started with a &lt;strong&gt;BIOS&lt;/strong&gt; boot environment.&lt;br&gt;&lt;br&gt;To configure startup from a BIOS environment, this installer must install a boot loader, like &lt;strong&gt;GRUB&lt;/strong&gt;, either at the beginning of a partition or on the &lt;strong&gt;Master Boot Record&lt;/strong&gt; near the beginning of the partition table (preferred). This is automatic, unless you choose manual partitioning, in which case you must set it up on your own.</source> <source>This system was started with a &lt;strong&gt;BIOS&lt;/strong&gt; boot environment.&lt;br&gt;&lt;br&gt;To configure startup from a BIOS environment, this installer must install a boot loader, like &lt;strong&gt;GRUB&lt;/strong&gt;, either at the beginning of a partition or on the &lt;strong&gt;Master Boot Record&lt;/strong&gt; near the beginning of the partition table (preferred). This is automatic, unless you choose manual partitioning, in which case you must set it up on your own.</source>
<translation>מערכת זו הופעלה בתצורת אתחול &lt;strong&gt;BIOS&lt;/strong&gt;.&lt;br&gt;&lt;br&gt; בכדי להגדיר הפעלה מתצורת אתחול BIOS, על אשף ההתקנה להתקין מנהל אתחול, לדוגמה &lt;strong&gt;GRUB&lt;/strong&gt;, בתחלית מחיצה או על ה &lt;strong&gt;Master Boot Record&lt;/strong&gt; בצמוד להתחלה של טבלת המחיצות (מועדף). פעולה זו היא אוטומטית, אלא אם כן תבחר להגדיר מחיצות באופן ידני, במקרה זה עליך להגדיר זאת בעצמך.</translation> <translation>מערכת זו הופעלה בתצורת אתחול &lt;strong&gt;BIOS&lt;/strong&gt;.&lt;br&gt;&lt;br&gt; בכדי להגדיר הפעלה מתצורת אתחול BIOS, על אשף ההתקנה להתקין מנהל אתחול מערכת, לדוגמה &lt;strong&gt;GRUB&lt;/strong&gt;, בתחלית מחיצה או על ה &lt;strong&gt;Master Boot Record&lt;/strong&gt; בצמוד להתחלה של טבלת המחיצות (מועדף). פעולה זו היא אוטומטית, אלא אם כן תבחר להגדיר מחיצות באופן ידני, במקרה זה עליך להגדיר זאת בעצמך.</translation>
</message> </message>
</context> </context>
<context> <context>
@ -37,7 +37,7 @@
<message> <message>
<location filename="../src/modules/partition/core/BootLoaderModel.cpp" line="111"/> <location filename="../src/modules/partition/core/BootLoaderModel.cpp" line="111"/>
<source>Do not install a boot loader</source> <source>Do not install a boot loader</source>
<translation>אל תתקין מנהל אתחול, boot loader</translation> <translation>אל תתקין מנהל אתחול מערכת, boot loader</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/core/BootLoaderModel.cpp" line="125"/> <location filename="../src/modules/partition/core/BootLoaderModel.cpp" line="125"/>
@ -159,28 +159,28 @@ Output:
<message> <message>
<location filename="../src/libcalamares/ProcessJob.cpp" line="104"/> <location filename="../src/libcalamares/ProcessJob.cpp" line="104"/>
<source>External command failed to finish</source> <source>External command failed to finish</source>
<translation>פקודה חיצונית כשלה בעת סוף הרצת הפקודה</translation> <translation>הרצת פקודה חיצונית לא הצליחה להסתיים</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/ProcessJob.cpp" line="105"/> <location filename="../src/libcalamares/ProcessJob.cpp" line="105"/>
<source>Command %1 failed to finish in %2s. <source>Command %1 failed to finish in %2s.
Output: Output:
%3</source> %3</source>
<translation>פקודה %1 נכשלה לקראת סיומה ב %2 שניות. <translation>פקודה %1 לא הצליחה להסתיים ב %2 שניות.
פלט: פלט:
%3</translation> %3</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/ProcessJob.cpp" line="111"/> <location filename="../src/libcalamares/ProcessJob.cpp" line="111"/>
<source>External command finished with errors</source> <source>External command finished with errors</source>
<translation>פעולת פקודה חיצונית הסתיימה עם שגיאות</translation> <translation>פקודה חיצונית הסתיימה עם שגיאות</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/ProcessJob.cpp" line="112"/> <location filename="../src/libcalamares/ProcessJob.cpp" line="112"/>
<source>Command %1 finished with exit code %2. <source>Command %1 finished with exit code %2.
Output: Output:
%3</source> %3</source>
<translation>פעולת פקודה %1 הסתיימה עם קוד יציאה %2. <translation>פקודה %1 הסתיימה עם קוד יציאה %2.
פלט: פלט:
%3</translation> %3</translation>
</message> </message>
@ -188,32 +188,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>מריץ פעולה %1.</translation> <translation>מריץ פעולה %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>נתיב תיקיית עבודה לא תקין</translation> <translation>נתיב תיקיית עבודה לא תקין</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>תיקיית עבודה %1 עבור משימת python %2 לא קריאה.</translation> <translation>תיקיית עבודה %1 עבור משימת python %2 לא קריאה.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>קובץ תסריט הרצה ראשי לא תקין</translation> <translation>קובץ תסריט הרצה ראשי לא תקין</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>קובץ תסריט הרצה ראשי %1 עבור משימת python %2 לא קריא. </translation> <translation>קובץ תסריט הרצה ראשי %1 עבור משימת python %2 לא קריא. </translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>שגיאת Boost.Python במשימה &quot;%1&quot;.</translation> <translation>שגיאת Boost.Python במשימה &quot;%1&quot;.</translation>
</message> </message>
@ -252,7 +252,7 @@ Output:
<source>Do you really want to cancel the current install process? <source>Do you really want to cancel the current install process?
The installer will quit and all changes will be lost.</source> The installer will quit and all changes will be lost.</source>
<translation>האם אתה בטוח שברצונך לבטל את תהליך ההתקנה? <translation>האם אתה בטוח שברצונך לבטל את תהליך ההתקנה?
אשף ההתקנה ייסגר וכלל השינויים יאבדו.</translation> אשף ההתקנה ייסגר וכל השינויים יאבדו.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="105"/> <location filename="../src/libcalamaresui/ViewManager.cpp" line="105"/>
@ -325,7 +325,7 @@ The installer will quit and all changes will be lost.</source>
<message> <message>
<location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/>
<source>unparseable Python traceback</source> <source>unparseable Python traceback</source>
<translation>עקבה לאחור של Python לא ניתנת לנתוח</translation> <translation>עקבה לאחור של Python לא ניתנת לניתוח</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/>
@ -407,7 +407,7 @@ The installer will quit and all changes will be lost.</source>
<message> <message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="972"/> <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="972"/>
<source>Boot loader location:</source> <source>Boot loader location:</source>
<translation>מיקום מנהל האיתחול:</translation> <translation>מיקום מנהל אתחול המערכת:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="916"/> <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="916"/>
@ -550,6 +550,11 @@ The installer will quit and all changes will be lost.</source>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>ייצר מחיצה</translation> <translation>ייצר מחיצה</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ The installer will quit and all changes will be lost.</source>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>גו&amp;דל:</translation> <translation>גו&amp;דל:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation>מגה בייט</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ The installer will quit and all changes will be lost.</source>
<translation>גו&amp;דל:</translation> <translation>גו&amp;דל:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>מ&amp;ערכת קבצים:</translation> <translation>מ&amp;ערכת קבצים:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>סימונים:</translation> <translation>סימונים:</translation>
</message> </message>
@ -999,7 +1004,7 @@ The installer will quit and all changes will be lost.</source>
<message> <message>
<location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="176"/> <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="176"/>
<source>Install boot loader on &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Install boot loader on &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>התקן מנהל אתחול על &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>התקן מנהל אתחול מערכת על &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="186"/> <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="186"/>
@ -1558,7 +1563,7 @@ The installer will quit and all changes will be lost.</source>
<message> <message>
<location filename="../src/modules/partition/gui/PartitionPage.ui" line="148"/> <location filename="../src/modules/partition/gui/PartitionPage.ui" line="148"/>
<source>Install boot &amp;loader on:</source> <source>Install boot &amp;loader on:</source>
<translation>התקן &amp;מנהל אתחול על:</translation> <translation>התקן &amp;מנהל אתחול מערכת על:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/>
@ -1901,17 +1906,17 @@ The installer will quit and all changes will be lost.</source>
<message> <message>
<location filename="../src/modules/users/SetHostNameJob.cpp" line="37"/> <location filename="../src/modules/users/SetHostNameJob.cpp" line="37"/>
<source>Set hostname %1</source> <source>Set hostname %1</source>
<translation>הגדר שם המחשב %1</translation> <translation>הגדר שם עמדה %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/users/SetHostNameJob.cpp" line="44"/> <location filename="../src/modules/users/SetHostNameJob.cpp" line="44"/>
<source>Set hostname &lt;strong&gt;%1&lt;/strong&gt;.</source> <source>Set hostname &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation>הגדר שם המחשב &lt;strong&gt;%1&lt;/strong&gt;.</translation> <translation>הגדר שם עמדה &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/users/SetHostNameJob.cpp" line="51"/> <location filename="../src/modules/users/SetHostNameJob.cpp" line="51"/>
<source>Setting hostname %1.</source> <source>Setting hostname %1.</source>
<translation>מגדיר את שם המחשב %1.</translation> <translation>מגדיר את שם העמדה %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/users/SetHostNameJob.cpp" line="61"/> <location filename="../src/modules/users/SetHostNameJob.cpp" line="61"/>
@ -1923,7 +1928,7 @@ The installer will quit and all changes will be lost.</source>
<location filename="../src/modules/users/SetHostNameJob.cpp" line="75"/> <location filename="../src/modules/users/SetHostNameJob.cpp" line="75"/>
<location filename="../src/modules/users/SetHostNameJob.cpp" line="86"/> <location filename="../src/modules/users/SetHostNameJob.cpp" line="86"/>
<source>Cannot write hostname to target system</source> <source>Cannot write hostname to target system</source>
<translation>נכשלה כתיבת שם המחשב למערכת המטרה.</translation> <translation>נכשלה כתיבת שם העמדה למערכת המטרה.</translation>
</message> </message>
</context> </context>
<context> <context>
@ -1936,7 +1941,7 @@ The installer will quit and all changes will be lost.</source>
<message> <message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/>
<source>Failed to write keyboard configuration for the virtual console.</source> <source>Failed to write keyboard configuration for the virtual console.</source>
<translation>נכשלה כתיבת הגדרת מקלדת למסוף.</translation> <translation>נכשלה כתיבת הגדרת מקלדת למסוף הוירטואלי.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/>
@ -2036,7 +2041,7 @@ The installer will quit and all changes will be lost.</source>
<message> <message>
<location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/>
<source>The installer failed to set flags on partition %1.</source> <source>The installer failed to set flags on partition %1.</source>
<translation>תהליך ההתקנה נכשל בעת סימון דגלים במחיצה %1.</translation> <translation>תהליך ההתקנה נכשל בעת הצבת סימונים במחיצה %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/>
@ -2082,12 +2087,12 @@ The installer will quit and all changes will be lost.</source>
<message> <message>
<location filename="../src/modules/users/SetPasswordJob.cpp" line="108"/> <location filename="../src/modules/users/SetPasswordJob.cpp" line="108"/>
<source>Bad destination system path.</source> <source>Bad destination system path.</source>
<translation>יעד נתיב מערכת לא תקין.</translation> <translation>יעד נתיב המערכת לא תקין.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/users/SetPasswordJob.cpp" line="109"/> <location filename="../src/modules/users/SetPasswordJob.cpp" line="109"/>
<source>rootMountPoint is %1</source> <source>rootMountPoint is %1</source>
<translation>עיגון מחיצת מערכת ההפעלה היא %1</translation> <translation>עיגון מחיצת מערכת ההפעלה, rootMountPoint, היא %1</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/users/SetPasswordJob.cpp" line="119"/> <location filename="../src/modules/users/SetPasswordJob.cpp" line="119"/>
@ -2153,7 +2158,7 @@ The installer will quit and all changes will be lost.</source>
<message> <message>
<location filename="../src/modules/summary/SummaryPage.cpp" line="46"/> <location filename="../src/modules/summary/SummaryPage.cpp" line="46"/>
<source>This is an overview of what will happen once you start the install procedure.</source> <source>This is an overview of what will happen once you start the install procedure.</source>
<translation>להלן סקירה של מה שיתרחש לאחר שיתחיל תהליך ההתקנה.</translation> <translation>להלן סקירת המאורעות שיתרחשו עם תחילת תהליך ההתקנה.</translation>
</message> </message>
</context> </context>
<context> <context>
@ -2174,22 +2179,22 @@ The installer will quit and all changes will be lost.</source>
<message> <message>
<location filename="../src/modules/users/UsersPage.cpp" line="285"/> <location filename="../src/modules/users/UsersPage.cpp" line="285"/>
<source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source>
<translation>שם המחשב מכיל ערכים לא תקינים. אך ורק אותיות לא רישיות ומספרים מורשים.</translation> <translation>שם העמדה מכיל ערכים לא תקינים. ניתן להשתמש אך ורק באותיות קטנות ומספרים.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/users/UsersPage.cpp" line="329"/> <location filename="../src/modules/users/UsersPage.cpp" line="329"/>
<source>Your hostname is too short.</source> <source>Your hostname is too short.</source>
<translation>שם המחשב קצר מדי.</translation> <translation>שם העמדה קצר מדי.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/users/UsersPage.cpp" line="340"/> <location filename="../src/modules/users/UsersPage.cpp" line="340"/>
<source>Your hostname is too long.</source> <source>Your hostname is too long.</source>
<translation>שם המחשב ארוך מדי.</translation> <translation>שם העמדה ארוך מדי.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/users/UsersPage.cpp" line="351"/> <location filename="../src/modules/users/UsersPage.cpp" line="351"/>
<source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source>
<translation>שם המחשב מכיל ערכים לא תקינים. אך ורק אותיות, מספרים ומקפים מורשים.</translation> <translation>שם העמדה מכיל ערכים לא תקינים. אך ורק אותיות, מספרים ומקפים מורשים.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/users/UsersPage.cpp" line="382"/> <location filename="../src/modules/users/UsersPage.cpp" line="382"/>

View File

@ -182,32 +182,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -543,6 +543,11 @@ The installer will quit and all changes will be lost.</source>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -578,11 +583,6 @@ The installer will quit and all changes will be lost.</source>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -919,12 +919,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -188,32 +188,32 @@ Izlaz:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Izvodim %1 operaciju.</translation> <translation>Izvodim %1 operaciju.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Krivi put do radnog direktorija</translation> <translation>Krivi put do radnog direktorija</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Radni direktorij %1 za python zadatak %2 nije čitljiv.</translation> <translation>Radni direktorij %1 za python zadatak %2 nije čitljiv.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Kriva glavna datoteka skripte</translation> <translation>Kriva glavna datoteka skripte</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Glavna skriptna datoteka %1 za python zadatak %2 nije čitljiva.</translation> <translation>Glavna skriptna datoteka %1 za python zadatak %2 nije čitljiva.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Boost.Python greška u zadatku &quot;%1&quot;.</translation> <translation>Boost.Python greška u zadatku &quot;%1&quot;.</translation>
</message> </message>
@ -257,17 +257,17 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio
<message> <message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="105"/> <location filename="../src/libcalamaresui/ViewManager.cpp" line="105"/>
<source>&amp;Yes</source> <source>&amp;Yes</source>
<translation type="unfinished"/> <translation>&amp;Da</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="106"/> <location filename="../src/libcalamaresui/ViewManager.cpp" line="106"/>
<source>&amp;No</source> <source>&amp;No</source>
<translation type="unfinished"/> <translation>&amp;Ne</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="186"/> <location filename="../src/libcalamaresui/ViewManager.cpp" line="186"/>
<source>&amp;Close</source> <source>&amp;Close</source>
<translation type="unfinished"/> <translation>&amp;Zatvori</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="238"/> <location filename="../src/libcalamaresui/ViewManager.cpp" line="238"/>
@ -550,6 +550,11 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Stvori particiju</translation> <translation>Stvori particiju</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>Ve&amp;ličina:</translation> <translation>Ve&amp;ličina:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation>MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio
<translation>Ve&amp;ličina:</translation> <translation>Ve&amp;ličina:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>Da&amp;totečni sustav:</translation> <translation>Da&amp;totečni sustav:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>Oznake:</translation> <translation>Oznake:</translation>
</message> </message>
@ -1027,7 +1032,7 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio
<message> <message>
<location filename="../src/modules/finished/FinishedPage.cpp" line="110"/> <location filename="../src/modules/finished/FinishedPage.cpp" line="110"/>
<source>&lt;h1&gt;Installation Failed&lt;/h1&gt;&lt;br/&gt;%1 has not been installed on your computer.&lt;br/&gt;The error message was: %2.</source> <source>&lt;h1&gt;Installation Failed&lt;/h1&gt;&lt;br/&gt;%1 has not been installed on your computer.&lt;br/&gt;The error message was: %2.</source>
<translation type="unfinished"/> <translation>&lt;h1&gt;Instalacija nije uspijela&lt;/h1&gt;&lt;br/&gt;%1 nije instaliran na vaše računalo.&lt;br/&gt;Greška: %2.</translation>
</message> </message>
</context> </context>
<context> <context>
@ -2256,7 +2261,7 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio
<message> <message>
<location filename="../src/modules/welcome/WelcomePage.cpp" line="75"/> <location filename="../src/modules/welcome/WelcomePage.cpp" line="75"/>
<source>&lt;h1&gt;%1&lt;/h1&gt;&lt;br/&gt;&lt;strong&gt;%2&lt;br/&gt;for %3&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Copyright 2014-2017 Teo Mrnjavac &amp;lt;teo@kde.org&amp;gt;&lt;br/&gt;Copyright 2017 Adriaan de Groot &amp;lt;groot@kde.org&amp;gt;&lt;br/&gt;Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the &lt;a href=&quot;https://www.transifex.com/calamares/calamares/&quot;&gt;Calamares translators team&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://calamares.io/&quot;&gt;Calamares&lt;/a&gt; development is sponsored by &lt;br/&gt;&lt;a href=&quot;http://www.blue-systems.com/&quot;&gt;Blue Systems&lt;/a&gt; - Liberating Software.</source> <source>&lt;h1&gt;%1&lt;/h1&gt;&lt;br/&gt;&lt;strong&gt;%2&lt;br/&gt;for %3&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Copyright 2014-2017 Teo Mrnjavac &amp;lt;teo@kde.org&amp;gt;&lt;br/&gt;Copyright 2017 Adriaan de Groot &amp;lt;groot@kde.org&amp;gt;&lt;br/&gt;Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the &lt;a href=&quot;https://www.transifex.com/calamares/calamares/&quot;&gt;Calamares translators team&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://calamares.io/&quot;&gt;Calamares&lt;/a&gt; development is sponsored by &lt;br/&gt;&lt;a href=&quot;http://www.blue-systems.com/&quot;&gt;Blue Systems&lt;/a&gt; - Liberating Software.</source>
<translation type="unfinished"/> <translation>&lt;h1&gt;%1&lt;/h1&gt;&lt;br/&gt;&lt;strong&gt;%2&lt;br/&gt;za %3&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Autorska prava 2014-2017 Teo Mrnjavac &amp;lt;teo@kde.org&amp;gt;&lt;br/&gt;Autorska prava 2017 Adriaan de Groot &amp;lt;groot@kde.org&amp;gt;&lt;br/&gt;Zahvale: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg i &lt;a href=&quot;https://www.transifex.com/calamares/calamares/&quot;&gt;Calamares timu za prevođenje&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://calamares.io/&quot;&gt;Calamares&lt;/a&gt;sponzorira &lt;br/&gt;&lt;a href=&quot;http://www.blue-systems.com/&quot;&gt;Blue Systems&lt;/a&gt; - Liberating Software.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/welcome/WelcomePage.cpp" line="198"/> <location filename="../src/modules/welcome/WelcomePage.cpp" line="198"/>

View File

@ -188,32 +188,32 @@ Kimenet:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Futó %1 műveletek.</translation> <translation>Futó %1 műveletek.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Rossz munkakönyvtár útvonal</translation> <translation>Rossz munkakönyvtár útvonal</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Munkakönyvtár %1 a python folyamathoz %2 nem olvasható.</translation> <translation>Munkakönyvtár %1 a python folyamathoz %2 nem olvasható.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Rossz alap script fájl</translation> <translation>Rossz alap script fájl</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Alap script fájl %1 a python folyamathoz %2 nem olvasható.</translation> <translation>Alap script fájl %1 a python folyamathoz %2 nem olvasható.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Boost. Python hiba ebben a folyamatban &quot;%1&quot;.</translation> <translation>Boost. Python hiba ebben a folyamatban &quot;%1&quot;.</translation>
</message> </message>
@ -551,6 +551,11 @@ Telepítés nem folytatható. &lt;a href=&quot;#details&quot;&gt;Részletek...&l
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Partíció Létrehozása</translation> <translation>Partíció Létrehozása</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -586,11 +591,6 @@ Telepítés nem folytatható. &lt;a href=&quot;#details&quot;&gt;Részletek...&l
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>&amp;ret:</translation> <translation>&amp;ret:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation>MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -927,12 +927,17 @@ Telepítés nem folytatható. &lt;a href=&quot;#details&quot;&gt;Részletek...&l
<translation>&amp;méret:</translation> <translation>&amp;méret:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>&amp;fájlrendszer</translation> <translation>&amp;fájlrendszer</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>Zászlók:</translation> <translation>Zászlók:</translation>
</message> </message>

View File

@ -188,32 +188,32 @@ Keluaran:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Menjalankan %1 operasi.</translation> <translation>Menjalankan %1 operasi.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Jalur lokasi direktori tidak berjalan baik</translation> <translation>Jalur lokasi direktori tidak berjalan baik</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Direktori kerja %1 untuk penugasan python %2 tidak dapat dibaca.</translation> <translation>Direktori kerja %1 untuk penugasan python %2 tidak dapat dibaca.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Berkas skrip utama buruk</translation> <translation>Berkas skrip utama buruk</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Berkas skrip utama %1 untuk penugasan python %2 tidak dapat dibaca.</translation> <translation>Berkas skrip utama %1 untuk penugasan python %2 tidak dapat dibaca.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Boost.Python mogok dalam penugasan &quot;%1&quot;.</translation> <translation>Boost.Python mogok dalam penugasan &quot;%1&quot;.</translation>
</message> </message>
@ -552,6 +552,11 @@ Pemasangan dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.</transla
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Buat Partisi</translation> <translation>Buat Partisi</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -587,11 +592,6 @@ Pemasangan dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.</transla
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>Uku&amp;ran:</translation> <translation>Uku&amp;ran:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation>MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -928,12 +928,17 @@ Pemasangan dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.</transla
<translation>Uku&amp;ran:</translation> <translation>Uku&amp;ran:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>Sis&amp;tem Berkas:</translation> <translation>Sis&amp;tem Berkas:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>Bendera:</translation> <translation>Bendera:</translation>
</message> </message>

View File

@ -188,32 +188,32 @@ Frálag:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Keyri %1 aðgerð.</translation> <translation>Keyri %1 aðgerð.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Röng slóð á vinnumöppu</translation> <translation>Röng slóð á vinnumöppu</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Vinnslumappa %1 fyrir python-verkið %2 er ekki lesanleg.</translation> <translation>Vinnslumappa %1 fyrir python-verkið %2 er ekki lesanleg.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Röng aðal-skriftuskrá</translation> <translation>Röng aðal-skriftuskrá</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Aðal-skriftuskrá %1 fyrir python-verkið %2 er ekki lesanleg.</translation> <translation>Aðal-skriftuskrá %1 fyrir python-verkið %2 er ekki lesanleg.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Boost.Python villa í verkinu &quot;%1&quot;.</translation> <translation>Boost.Python villa í verkinu &quot;%1&quot;.</translation>
</message> </message>
@ -550,6 +550,11 @@ Uppsetningarforritið mun hætta og allar breytingar tapast.</translation>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Búa til disksneið</translation> <translation>Búa til disksneið</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ Uppsetningarforritið mun hætta og allar breytingar tapast.</translation>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>St&amp;æ:</translation> <translation>St&amp;æ:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation>MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ Uppsetningarforritið mun hætta og allar breytingar tapast.</translation>
<translation>St&amp;æ:</translation> <translation>St&amp;æ:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>Skráaker&amp;fi:</translation> <translation>Skráaker&amp;fi:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>Flögg:</translation> <translation>Flögg:</translation>
</message> </message>

View File

@ -188,32 +188,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Operazione %1 in esecuzione.</translation> <translation>Operazione %1 in esecuzione.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Il percorso della cartella corrente non è corretto</translation> <translation>Il percorso della cartella corrente non è corretto</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>La cartella corrente %1 per l&apos;attività di Python %2 non è accessibile.</translation> <translation>La cartella corrente %1 per l&apos;attività di Python %2 non è accessibile.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>File dello script principale non valido</translation> <translation>File dello script principale non valido</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Il file principale dello script %1 per l&apos;attività di python %2 non è accessibile.</translation> <translation>Il file principale dello script %1 per l&apos;attività di python %2 non è accessibile.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Errore da Boost.Python nell&apos;operazione &quot;%1&quot;.</translation> <translation>Errore da Boost.Python nell&apos;operazione &quot;%1&quot;.</translation>
</message> </message>
@ -550,6 +550,11 @@ Il programma d&apos;installazione sarà terminato e tutte le modifiche andranno
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Creare una partizione</translation> <translation>Creare una partizione</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ Il programma d&apos;installazione sarà terminato e tutte le modifiche andranno
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>&amp;Dimensione:</translation> <translation>&amp;Dimensione:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation> MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ Il programma d&apos;installazione sarà terminato e tutte le modifiche andranno
<translation>Di&amp;mensione:</translation> <translation>Di&amp;mensione:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>Fi&amp;le System:</translation> <translation>Fi&amp;le System:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>Flag:</translation> <translation>Flag:</translation>
</message> </message>

View File

@ -188,32 +188,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>%1 </translation> <translation>%1 </translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>python %2 %1 </translation> <translation>python %2 %1 </translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>python %2 %1 </translation> <translation>python %2 %1 </translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation> &quot;%1&quot; Boost.Python </translation> <translation> &quot;%1&quot; Boost.Python </translation>
</message> </message>
@ -550,6 +550,11 @@ The installer will quit and all changes will be lost.</source>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ The installer will quit and all changes will be lost.</source>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>&amp;Z</translation> <translation>&amp;Z</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation> MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ The installer will quit and all changes will be lost.</source>
<translation>&amp;Z:</translation> <translation>&amp;Z:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>&amp;L</translation> <translation>&amp;L</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>:</translation> <translation>:</translation>
</message> </message>

View File

@ -182,32 +182,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -543,6 +543,11 @@ The installer will quit and all changes will be lost.</source>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -578,11 +583,6 @@ The installer will quit and all changes will be lost.</source>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -919,12 +919,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -182,32 +182,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -543,6 +543,11 @@ The installer will quit and all changes will be lost.</source>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -578,11 +583,6 @@ The installer will quit and all changes will be lost.</source>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -919,12 +919,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -188,32 +188,32 @@ Išvestis:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Vykdoma %1 operacija.</translation> <translation>Vykdoma %1 operacija.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Netinkama darbinio katalogo vieta</translation> <translation>Netinkama darbinio katalogo vieta</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Darbinis %1 python katalogas dėl %2 užduoties yra neskaitomas</translation> <translation>Darbinis %1 python katalogas dėl %2 užduoties yra neskaitomas</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Prastas pagrindinio skripto failas</translation> <translation>Prastas pagrindinio skripto failas</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Pagrindinis skriptas %1 dėl python %2 užduoties yra neskaitomas</translation> <translation>Pagrindinis skriptas %1 dėl python %2 užduoties yra neskaitomas</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Boost.Python klaida darbe &quot;%1&quot;.</translation> <translation>Boost.Python klaida darbe &quot;%1&quot;.</translation>
</message> </message>
@ -550,6 +550,11 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Sukurti skaidinį</translation> <translation>Sukurti skaidinį</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation> MiB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>D&amp;ydis:</translation> <translation>D&amp;ydis:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation>MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation>
<translation>Dy&amp;dis:</translation> <translation>Dy&amp;dis:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation> MiB</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>Fai&amp; sistema:</translation> <translation>Fai&amp; sistema:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>Vėliavėlės:</translation> <translation>Vėliavėlės:</translation>
</message> </message>

View File

@ -182,32 +182,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -543,6 +543,11 @@ The installer will quit and all changes will be lost.</source>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -578,11 +583,6 @@ The installer will quit and all changes will be lost.</source>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -919,12 +919,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -188,32 +188,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Feil filsti til arbeidsmappe</translation> <translation>Feil filsti til arbeidsmappe</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Arbeidsmappe %1 for python oppgave %2 er ikke lesbar.</translation> <translation>Arbeidsmappe %1 for python oppgave %2 er ikke lesbar.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Ugyldig hovedskriptfil</translation> <translation>Ugyldig hovedskriptfil</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Hovedskriptfil %1 for python oppgave %2 er ikke lesbar.</translation> <translation>Hovedskriptfil %1 for python oppgave %2 er ikke lesbar.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Boost.Python feil i oppgave &quot;%1&quot;.</translation> <translation>Boost.Python feil i oppgave &quot;%1&quot;.</translation>
</message> </message>
@ -550,6 +550,11 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Opprett en partisjon</translation> <translation>Opprett en partisjon</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>St&amp;ørrelse:</translation> <translation>St&amp;ørrelse:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation>MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -188,32 +188,32 @@ Uitvoer:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Bewerking %1 uitvoeren.</translation> <translation>Bewerking %1 uitvoeren.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Ongeldig pad voor huidige map </translation> <translation>Ongeldig pad voor huidige map </translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Werkmap %1 voor python taak %2 onleesbaar.</translation> <translation>Werkmap %1 voor python taak %2 onleesbaar.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Onjuist hoofdscriptbestand</translation> <translation>Onjuist hoofdscriptbestand</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Hoofdscriptbestand %1 voor python taak %2 onleesbaar.</translation> <translation>Hoofdscriptbestand %1 voor python taak %2 onleesbaar.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Boost.Python fout in taak &quot;%1&quot;.</translation> <translation>Boost.Python fout in taak &quot;%1&quot;.</translation>
</message> </message>
@ -550,6 +550,11 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan.
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Maak partitie</translation> <translation>Maak partitie</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan.
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>&amp;Grootte:</translation> <translation>&amp;Grootte:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation>MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan.
<translation>&amp;Grootte:</translation> <translation>&amp;Grootte:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>Bestands&amp;systeem</translation> <translation>Bestands&amp;systeem</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>Vlaggen:</translation> <translation>Vlaggen:</translation>
</message> </message>

View File

@ -188,32 +188,32 @@ Wyjście:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Wykonuję operację %1.</translation> <translation>Wykonuję operację %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Niepoprawna ścieżka katalogu roboczego</translation> <translation>Niepoprawna ścieżka katalogu roboczego</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Katalog roboczy %1 dla zadań pythona %2 jest nieosiągalny.</translation> <translation>Katalog roboczy %1 dla zadań pythona %2 jest nieosiągalny.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Niepoprawny główny plik skryptu</translation> <translation>Niepoprawny główny plik skryptu</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Główny plik skryptu %1 dla zadań pythona %2 jest nieczytelny.</translation> <translation>Główny plik skryptu %1 dla zadań pythona %2 jest nieczytelny.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Wystąpił błąd Boost.Python w zadaniu &quot;%1&quot;.</translation> <translation>Wystąpił błąd Boost.Python w zadaniu &quot;%1&quot;.</translation>
</message> </message>
@ -267,7 +267,7 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio
<message> <message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="186"/> <location filename="../src/libcalamaresui/ViewManager.cpp" line="186"/>
<source>&amp;Close</source> <source>&amp;Close</source>
<translation type="unfinished"/> <translation>Zam&amp;knij</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="238"/> <location filename="../src/libcalamaresui/ViewManager.cpp" line="238"/>
@ -550,6 +550,11 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Utwórz partycję</translation> <translation>Utwórz partycję</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>Ro&amp;zmiar:</translation> <translation>Ro&amp;zmiar:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation> MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio
<translation>Ro&amp;zmiar:</translation> <translation>Ro&amp;zmiar:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>System p&amp;lików:</translation> <translation>System p&amp;lików:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>Flagi:</translation> <translation>Flagi:</translation>
</message> </message>
@ -1027,7 +1032,7 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio
<message> <message>
<location filename="../src/modules/finished/FinishedPage.cpp" line="110"/> <location filename="../src/modules/finished/FinishedPage.cpp" line="110"/>
<source>&lt;h1&gt;Installation Failed&lt;/h1&gt;&lt;br/&gt;%1 has not been installed on your computer.&lt;br/&gt;The error message was: %2.</source> <source>&lt;h1&gt;Installation Failed&lt;/h1&gt;&lt;br/&gt;%1 has not been installed on your computer.&lt;br/&gt;The error message was: %2.</source>
<translation type="unfinished"/> <translation>&lt;h1&gt;Instalacja nie powiodła się&lt;/h1&gt;&lt;br/&gt;Nie udało się zainstalować %1 na Twoim komputerze.&lt;br/&gt;Komunikat o błędzie: %2.</translation>
</message> </message>
</context> </context>
<context> <context>
@ -2256,7 +2261,7 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio
<message> <message>
<location filename="../src/modules/welcome/WelcomePage.cpp" line="75"/> <location filename="../src/modules/welcome/WelcomePage.cpp" line="75"/>
<source>&lt;h1&gt;%1&lt;/h1&gt;&lt;br/&gt;&lt;strong&gt;%2&lt;br/&gt;for %3&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Copyright 2014-2017 Teo Mrnjavac &amp;lt;teo@kde.org&amp;gt;&lt;br/&gt;Copyright 2017 Adriaan de Groot &amp;lt;groot@kde.org&amp;gt;&lt;br/&gt;Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the &lt;a href=&quot;https://www.transifex.com/calamares/calamares/&quot;&gt;Calamares translators team&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://calamares.io/&quot;&gt;Calamares&lt;/a&gt; development is sponsored by &lt;br/&gt;&lt;a href=&quot;http://www.blue-systems.com/&quot;&gt;Blue Systems&lt;/a&gt; - Liberating Software.</source> <source>&lt;h1&gt;%1&lt;/h1&gt;&lt;br/&gt;&lt;strong&gt;%2&lt;br/&gt;for %3&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Copyright 2014-2017 Teo Mrnjavac &amp;lt;teo@kde.org&amp;gt;&lt;br/&gt;Copyright 2017 Adriaan de Groot &amp;lt;groot@kde.org&amp;gt;&lt;br/&gt;Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the &lt;a href=&quot;https://www.transifex.com/calamares/calamares/&quot;&gt;Calamares translators team&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://calamares.io/&quot;&gt;Calamares&lt;/a&gt; development is sponsored by &lt;br/&gt;&lt;a href=&quot;http://www.blue-systems.com/&quot;&gt;Blue Systems&lt;/a&gt; - Liberating Software.</source>
<translation type="unfinished"/> <translation>&lt;h1&gt;%1&lt;/h1&gt;&lt;br/&gt;&lt;strong&gt;%2&lt;br/&gt;dla %3&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Prawa autorskie 2014-2017 Teo Mrnjavac &amp;lt;teo@kde.org&amp;gt;&lt;br/&gt;Prawa autorskie 2017 Adriaan de Groot &amp;lt;groot@kde.org&amp;gt;&lt;br/&gt;Podziękowania dla: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg i &lt;a href=&quot;https://www.transifex.com/calamares/calamares/&quot;&gt;zespołu tłumaczy Calamares&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://calamares.io/&quot;&gt;Projekt Calamares&lt;/a&gt; jest sponsorowany przez &lt;br/&gt;&lt;a href=&quot;http://www.blue-systems.com/&quot;&gt;Blue Systems&lt;/a&gt; - Liberating Software.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/welcome/WelcomePage.cpp" line="198"/> <location filename="../src/modules/welcome/WelcomePage.cpp" line="198"/>

View File

@ -188,32 +188,32 @@ Wyjście:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Niepoprawna ścieżka folderu roboczego</translation> <translation>Niepoprawna ścieżka folderu roboczego</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Folder roboczy %1 zadania pythona %2 jest nieosiągalny.</translation> <translation>Folder roboczy %1 zadania pythona %2 jest nieosiągalny.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Niepoprawny główny plik skryptu</translation> <translation>Niepoprawny główny plik skryptu</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Główny plik skryptu %1 zadania pythona %2 jest nieczytelny.</translation> <translation>Główny plik skryptu %1 zadania pythona %2 jest nieczytelny.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Błąd Boost.Python w zadaniu &quot;%1&quot;.</translation> <translation>Błąd Boost.Python w zadaniu &quot;%1&quot;.</translation>
</message> </message>
@ -550,6 +550,11 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.</translati
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Utwórz partycję</translation> <translation>Utwórz partycję</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.</translati
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>Ro&amp;zmiar:</translation> <translation>Ro&amp;zmiar:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation> MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.</translati
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -188,32 +188,32 @@ Saída:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Executando operação %1.</translation> <translation>Executando operação %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Caminho de diretório de trabalho ruim</translation> <translation>Caminho de diretório de trabalho ruim</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Diretório de trabalho %1 para a tarefa do python %2 não é legível.</translation> <translation>Diretório de trabalho %1 para a tarefa do python %2 não é legível.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Arquivo de script principal ruim</translation> <translation>Arquivo de script principal ruim</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Arquivo de script principal %1 para a tarefa do python %2 não é legível.</translation> <translation>Arquivo de script principal %1 para a tarefa do python %2 não é legível.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Boost.Python erro na tarefa &quot;%1&quot;.</translation> <translation>Boost.Python erro na tarefa &quot;%1&quot;.</translation>
</message> </message>
@ -552,6 +552,11 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Criar uma partição</translation> <translation>Criar uma partição</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -587,11 +592,6 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>Tamanho:</translation> <translation>Tamanho:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation>MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -928,12 +928,17 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans
<translation>Tamanho:</translation> <translation>Tamanho:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>Sistema de Arquivos:</translation> <translation>Sistema de Arquivos:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>Marcadores:</translation> <translation>Marcadores:</translation>
</message> </message>

View File

@ -188,32 +188,32 @@ Saída:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Operação %1 em execução.</translation> <translation>Operação %1 em execução.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Caminho do directório de trabalho errado</translation> <translation>Caminho do directório de trabalho errado</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Directório de trabalho %1 para a tarefa python %2 não é legível.</translation> <translation>Directório de trabalho %1 para a tarefa python %2 não é legível.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Ficheiro de script principal errado</translation> <translation>Ficheiro de script principal errado</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Ficheiro de script principal %1 para a tarefa python %2 não é legível.</translation> <translation>Ficheiro de script principal %1 para a tarefa python %2 não é legível.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Erro Boost.Python na tarefa &quot;%1&quot;.</translation> <translation>Erro Boost.Python na tarefa &quot;%1&quot;.</translation>
</message> </message>
@ -267,7 +267,7 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati
<message> <message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="186"/> <location filename="../src/libcalamaresui/ViewManager.cpp" line="186"/>
<source>&amp;Close</source> <source>&amp;Close</source>
<translation type="unfinished"/> <translation>&amp;Fechar</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="238"/> <location filename="../src/libcalamaresui/ViewManager.cpp" line="238"/>
@ -550,6 +550,11 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Criar uma Partição</translation> <translation>Criar uma Partição</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation> MiB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>Ta&amp;manho:</translation> <translation>Ta&amp;manho:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation>MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati
<translation>Ta&amp;manho:</translation> <translation>Ta&amp;manho:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation> MiB</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>Si&amp;stema de Ficheiros:</translation> <translation>Si&amp;stema de Ficheiros:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>Flags:</translation> <translation>Flags:</translation>
</message> </message>
@ -1027,7 +1032,7 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati
<message> <message>
<location filename="../src/modules/finished/FinishedPage.cpp" line="110"/> <location filename="../src/modules/finished/FinishedPage.cpp" line="110"/>
<source>&lt;h1&gt;Installation Failed&lt;/h1&gt;&lt;br/&gt;%1 has not been installed on your computer.&lt;br/&gt;The error message was: %2.</source> <source>&lt;h1&gt;Installation Failed&lt;/h1&gt;&lt;br/&gt;%1 has not been installed on your computer.&lt;br/&gt;The error message was: %2.</source>
<translation type="unfinished"/> <translation>&lt;h1&gt;Instalação Falhada&lt;/h1&gt;&lt;br/&gt;%1 não foi instalado no seu computador.&lt;br/&gt;A mensagem de erro foi: %2.</translation>
</message> </message>
</context> </context>
<context> <context>
@ -2256,7 +2261,7 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati
<message> <message>
<location filename="../src/modules/welcome/WelcomePage.cpp" line="75"/> <location filename="../src/modules/welcome/WelcomePage.cpp" line="75"/>
<source>&lt;h1&gt;%1&lt;/h1&gt;&lt;br/&gt;&lt;strong&gt;%2&lt;br/&gt;for %3&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Copyright 2014-2017 Teo Mrnjavac &amp;lt;teo@kde.org&amp;gt;&lt;br/&gt;Copyright 2017 Adriaan de Groot &amp;lt;groot@kde.org&amp;gt;&lt;br/&gt;Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the &lt;a href=&quot;https://www.transifex.com/calamares/calamares/&quot;&gt;Calamares translators team&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://calamares.io/&quot;&gt;Calamares&lt;/a&gt; development is sponsored by &lt;br/&gt;&lt;a href=&quot;http://www.blue-systems.com/&quot;&gt;Blue Systems&lt;/a&gt; - Liberating Software.</source> <source>&lt;h1&gt;%1&lt;/h1&gt;&lt;br/&gt;&lt;strong&gt;%2&lt;br/&gt;for %3&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Copyright 2014-2017 Teo Mrnjavac &amp;lt;teo@kde.org&amp;gt;&lt;br/&gt;Copyright 2017 Adriaan de Groot &amp;lt;groot@kde.org&amp;gt;&lt;br/&gt;Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the &lt;a href=&quot;https://www.transifex.com/calamares/calamares/&quot;&gt;Calamares translators team&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://calamares.io/&quot;&gt;Calamares&lt;/a&gt; development is sponsored by &lt;br/&gt;&lt;a href=&quot;http://www.blue-systems.com/&quot;&gt;Blue Systems&lt;/a&gt; - Liberating Software.</source>
<translation type="unfinished"/> <translation>&lt;h1&gt;%1&lt;/h1&gt;&lt;br/&gt;&lt;strong&gt;%2&lt;br/&gt;for %3&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Direitos de Cópia 2014-2017 Teo Mrnjavac &amp;lt;teo@kde.org&amp;gt;&lt;br/&gt;Direitos de Cópia 2017 Adriaan de Groot &amp;lt;groot@kde.org&amp;gt;&lt;br/&gt;Agradecimentos a: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg e para &lt;a href=&quot;https://www.transifex.com/calamares/calamares/&quot;&gt;a equipa de tradutores do Calamares&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://calamares.io/&quot;&gt;Calamares&lt;/a&gt; desenvolvimento apoiado por &lt;br/&gt;&lt;a href=&quot;http://www.blue-systems.com/&quot;&gt;Blue Systems&lt;/a&gt; - Liberating Software.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/welcome/WelcomePage.cpp" line="198"/> <location filename="../src/modules/welcome/WelcomePage.cpp" line="198"/>

View File

@ -188,32 +188,32 @@ Rezultat:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Se rulează operațiunea %1.</translation> <translation>Se rulează operațiunea %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Calea dosarului de lucru este proastă</translation> <translation>Calea dosarului de lucru este proastă</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Dosarul de lucru %1 pentru sarcina python %2 nu este citibil.</translation> <translation>Dosarul de lucru %1 pentru sarcina python %2 nu este citibil.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Fișierul script principal este prost</translation> <translation>Fișierul script principal este prost</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Fișierul script peincipal %1 pentru sarcina Python %2 nu este citibil.</translation> <translation>Fișierul script peincipal %1 pentru sarcina Python %2 nu este citibil.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Eroare Boost.Python în sarcina %1.</translation> <translation>Eroare Boost.Python în sarcina %1.</translation>
</message> </message>
@ -550,6 +550,11 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Creează o partiție</translation> <translation>Creează o partiție</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>&amp;rime:</translation> <translation>&amp;rime:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation> MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans
<translation>&amp;rime</translation> <translation>&amp;rime</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>Sis&amp;tem de fișiere:</translation> <translation>Sis&amp;tem de fișiere:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>Flags:</translation> <translation>Flags:</translation>
</message> </message>

View File

@ -188,32 +188,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Выполняется действие %1.</translation> <translation>Выполняется действие %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Неверный путь к рабочему каталогу</translation> <translation>Неверный путь к рабочему каталогу</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Рабочий каталог %1 для задачи python %2 недоступен для чтения.</translation> <translation>Рабочий каталог %1 для задачи python %2 недоступен для чтения.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Ошибочный главный файл сценария</translation> <translation>Ошибочный главный файл сценария</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Главный файл сценария %1 для задачи python %2 недоступен для чтения.</translation> <translation>Главный файл сценария %1 для задачи python %2 недоступен для чтения.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Boost.Python ошибка в задаче &quot;%1&quot;.</translation> <translation>Boost.Python ошибка в задаче &quot;%1&quot;.</translation>
</message> </message>
@ -549,6 +549,11 @@ The installer will quit and all changes will be lost.</source>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Создать раздел</translation> <translation>Создать раздел</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -584,11 +589,6 @@ The installer will quit and all changes will be lost.</source>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>Ра&amp;змер:</translation> <translation>Ра&amp;змер:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation>МБ</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -925,12 +925,17 @@ The installer will quit and all changes will be lost.</source>
<translation>Ра&amp;змер:</translation> <translation>Ра&amp;змер:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>&amp;Файловая система:</translation> <translation>&amp;Файловая система:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>Флаги: </translation> <translation>Флаги: </translation>
</message> </message>

View File

@ -188,32 +188,32 @@ Výstup:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Spúšťa sa operácia %1.</translation> <translation>Spúšťa sa operácia %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Nesprávna cesta k pracovnému adresáru</translation> <translation>Nesprávna cesta k pracovnému adresáru</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Pracovný adresár %1 pre úlohu jazyka python %2 nie je možné čítať.</translation> <translation>Pracovný adresár %1 pre úlohu jazyka python %2 nie je možné čítať.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Nesprávny súbor hlavného skriptu</translation> <translation>Nesprávny súbor hlavného skriptu</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Súbor hlavného skriptu %1 pre úlohu jazyka python %2 nie je možné čítať.</translation> <translation>Súbor hlavného skriptu %1 pre úlohu jazyka python %2 nie je možné čítať.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Chyba knižnice Boost.Python v úlohe %1.</translation> <translation>Chyba knižnice Boost.Python v úlohe %1.</translation>
</message> </message>
@ -550,6 +550,11 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Vytvorenie oddielu</translation> <translation>Vytvorenie oddielu</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>Veľ&amp;kosť:</translation> <translation>Veľ&amp;kosť:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation> MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation>
<translation>V&amp;eľkosť:</translation> <translation>V&amp;eľkosť:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>S&amp;ystém súborov:</translation> <translation>S&amp;ystém súborov:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>Značky:</translation> <translation>Značky:</translation>
</message> </message>

View File

@ -188,32 +188,32 @@ Izpis:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Nepravilna pot delovne mape</translation> <translation>Nepravilna pot delovne mape</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Ni mogoče brati delovne mape %1 za pythonovo opravilo %2.</translation> <translation>Ni mogoče brati delovne mape %1 za pythonovo opravilo %2.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Nepravilna datoteka glavnega skripta</translation> <translation>Nepravilna datoteka glavnega skripta</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Ni mogoče brati datoteke %1 glavnega skripta za pythonovo opravilo %2.</translation> <translation>Ni mogoče brati datoteke %1 glavnega skripta za pythonovo opravilo %2.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Napaka Boost.Python v opravilu &quot;%1&quot;.</translation> <translation>Napaka Boost.Python v opravilu &quot;%1&quot;.</translation>
</message> </message>
@ -550,6 +550,11 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Ustvari razdelek</translation> <translation>Ustvari razdelek</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>Ve&amp;likost</translation> <translation>Ve&amp;likost</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation> MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -188,32 +188,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Извршавам %1 операцију.</translation> <translation>Извршавам %1 операцију.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Лоша путања радног директоријума</translation> <translation>Лоша путања радног директоријума</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Радни директоријум %1 за питонов посао %2 није читљив.</translation> <translation>Радни директоријум %1 за питонов посао %2 није читљив.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Лош фајл главне скрипте</translation> <translation>Лош фајл главне скрипте</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Фајл главне скрипте %1 за питонов посао %2 није читљив.</translation> <translation>Фајл главне скрипте %1 за питонов посао %2 није читљив.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Boost.Python грешка у послу %1.</translation> <translation>Boost.Python грешка у послу %1.</translation>
</message> </message>
@ -550,6 +550,11 @@ The installer will quit and all changes will be lost.</source>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Направи партицију</translation> <translation>Направи партицију</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ The installer will quit and all changes will be lost.</source>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>Вели&amp;чина</translation> <translation>Вели&amp;чина</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation>MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ The installer will quit and all changes will be lost.</source>
<translation>&amp;Величина:</translation> <translation>&amp;Величина:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>Фајл &amp;систем:</translation> <translation>Фајл &amp;систем:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -188,32 +188,32 @@ Povratna poruka:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Neispravna putanja do radne datoteke</translation> <translation>Neispravna putanja do radne datoteke</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Nemoguće pročitati radnu datoteku %1 za funkciju %2 u Python-u.</translation> <translation>Nemoguće pročitati radnu datoteku %1 za funkciju %2 u Python-u.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Neispravan glavna datoteka za skriptu</translation> <translation>Neispravan glavna datoteka za skriptu</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Glavna datoteka za skriptu %1 za Python funkciju %2 se ne može pročitati.</translation> <translation>Glavna datoteka za skriptu %1 za Python funkciju %2 se ne može pročitati.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Boost.Python greška u funkciji %1</translation> <translation>Boost.Python greška u funkciji %1</translation>
</message> </message>
@ -550,6 +550,11 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Kreiraj particiju</translation> <translation>Kreiraj particiju</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>Veli&amp;čina</translation> <translation>Veli&amp;čina</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation> MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -188,32 +188,32 @@ Utdata:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>Kör %1-operation</translation> <translation>Kör %1-operation</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Arbetskatalogens sökväg är ogiltig</translation> <translation>Arbetskatalogens sökväg är ogiltig</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Arbetskatalog %1 för pythonuppgift %2 är inte läsbar.</translation> <translation>Arbetskatalog %1 för pythonuppgift %2 är inte läsbar.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Ogiltig huvudskriptfil</translation> <translation>Ogiltig huvudskriptfil</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Huvudskriptfil %1 för pythonuppgift %2 är inte läsbar.</translation> <translation>Huvudskriptfil %1 för pythonuppgift %2 är inte läsbar.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Boost.Python-fel i uppgift &quot;%&apos;1&quot;.</translation> <translation>Boost.Python-fel i uppgift &quot;%&apos;1&quot;.</translation>
</message> </message>
@ -550,6 +550,11 @@ Alla ändringar kommer att gå förlorade.</translation>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Skapa en partition</translation> <translation>Skapa en partition</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ Alla ändringar kommer att gå förlorade.</translation>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>Storlek:</translation> <translation>Storlek:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation>MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ Alla ändringar kommer att gå förlorade.</translation>
<translation>Storlek:</translation> <translation>Storlek:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>Fi&amp;lsystem:</translation> <translation>Fi&amp;lsystem:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -188,32 +188,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation> %1 </translation> <translation> %1 </translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation> %1 python %2 </translation> <translation> %1 python %2 </translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation> %1 python %2 </translation> <translation> %1 python %2 </translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Boost.Python &quot;%1&quot;.</translation> <translation>Boost.Python &quot;%1&quot;.</translation>
</message> </message>
@ -550,6 +550,11 @@ The installer will quit and all changes will be lost.</source>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ The installer will quit and all changes will be lost.</source>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>&amp;Z :</translation> <translation>&amp;Z :</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation> MB </translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -188,32 +188,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation>%1 işlemleri yapılıyor.</translation> <translation>%1 işlemleri yapılıyor.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation>Dizin yolu kötü çalışıyor</translation> <translation>Dizin yolu kötü çalışıyor</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>%2 python işleri için %1 dizinleme çalışırken okunamadı.</translation> <translation>%2 python işleri için %1 dizinleme çalışırken okunamadı.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation>Sorunlu script</translation> <translation>Sorunlu script</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>%2 python işleri için %1 sorunlu script okunamadı.</translation> <translation>%2 python işleri için %1 sorunlu script okunamadı.</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>Boost.Python hatası &quot;%1&quot;.</translation> <translation>Boost.Python hatası &quot;%1&quot;.</translation>
</message> </message>
@ -553,6 +553,11 @@ Kuruluma devam edebilirsiniz fakat bazı özellikler devre dışı kalabilir.</t
<source>Create a Partition</source> <source>Create a Partition</source>
<translation>Yeni Bölüm Oluştur</translation> <translation>Yeni Bölüm Oluştur</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -588,11 +593,6 @@ Kuruluma devam edebilirsiniz fakat bazı özellikler devre dışı kalabilir.</t
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>Bo&amp;yut:</translation> <translation>Bo&amp;yut:</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation> MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -929,12 +929,17 @@ Kuruluma devam edebilirsiniz fakat bazı özellikler devre dışı kalabilir.</t
<translation>Bo&amp;yut:</translation> <translation>Bo&amp;yut:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation>D&amp;osya Sistemi:</translation> <translation>D&amp;osya Sistemi:</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation>Bayraklar:</translation> <translation>Bayraklar:</translation>
</message> </message>

View File

@ -182,32 +182,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -543,6 +543,11 @@ The installer will quit and all changes will be lost.</source>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -578,11 +583,6 @@ The installer will quit and all changes will be lost.</source>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -919,12 +919,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -182,32 +182,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -543,6 +543,11 @@ The installer will quit and all changes will be lost.</source>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -578,11 +583,6 @@ The installer will quit and all changes will be lost.</source>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -919,12 +919,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -182,32 +182,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
@ -543,6 +543,11 @@ The installer will quit and all changes will be lost.</source>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -578,11 +583,6 @@ The installer will quit and all changes will be lost.</source>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -919,12 +919,17 @@ The installer will quit and all changes will be lost.</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation type="unfinished"/> <translation type="unfinished"/>
</message> </message>

View File

@ -189,32 +189,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation> %1 </translation> <translation> %1 </translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation> python %2 %1 </translation> <translation> python %2 %1 </translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation> python %2 %1 </translation> <translation> python %2 %1 </translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation>%1 Boost.Python </translation> <translation>%1 Boost.Python </translation>
</message> </message>
@ -258,17 +258,17 @@ The installer will quit and all changes will be lost.</source>
<message> <message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="105"/> <location filename="../src/libcalamaresui/ViewManager.cpp" line="105"/>
<source>&amp;Yes</source> <source>&amp;Yes</source>
<translation type="unfinished"/> <translation>&amp;</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="106"/> <location filename="../src/libcalamaresui/ViewManager.cpp" line="106"/>
<source>&amp;No</source> <source>&amp;No</source>
<translation type="unfinished"/> <translation>&amp;</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="186"/> <location filename="../src/libcalamaresui/ViewManager.cpp" line="186"/>
<source>&amp;Close</source> <source>&amp;Close</source>
<translation type="unfinished"/> <translation>&amp;</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="238"/> <location filename="../src/libcalamaresui/ViewManager.cpp" line="238"/>
@ -551,6 +551,11 @@ The installer will quit and all changes will be lost.</source>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -586,11 +591,6 @@ The installer will quit and all changes will be lost.</source>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation>(&amp;Z)</translation> <translation>(&amp;Z)</translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation> MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -928,12 +928,17 @@ The installer will quit and all changes will be lost.</source>
<translation> (&amp;Z)</translation> <translation> (&amp;Z)</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation> (&amp;L)</translation> <translation> (&amp;L)</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation></translation> <translation></translation>
</message> </message>
@ -1029,7 +1034,7 @@ The installer will quit and all changes will be lost.</source>
<message> <message>
<location filename="../src/modules/finished/FinishedPage.cpp" line="110"/> <location filename="../src/modules/finished/FinishedPage.cpp" line="110"/>
<source>&lt;h1&gt;Installation Failed&lt;/h1&gt;&lt;br/&gt;%1 has not been installed on your computer.&lt;br/&gt;The error message was: %2.</source> <source>&lt;h1&gt;Installation Failed&lt;/h1&gt;&lt;br/&gt;%1 has not been installed on your computer.&lt;br/&gt;The error message was: %2.</source>
<translation type="unfinished"/> <translation>&lt;h1&gt;&lt;/h1&gt;&lt;br/&gt;%1 &lt;br/&gt;%2</translation>
</message> </message>
</context> </context>
<context> <context>

View File

@ -188,32 +188,32 @@ Output:
<context> <context>
<name>Calamares::PythonJob</name> <name>Calamares::PythonJob</name>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/> <location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
<source>Running %1 operation.</source> <source>Running %1 operation.</source>
<translation> %1 </translation> <translation> %1 </translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/> <location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
<source>Bad working directory path</source> <source>Bad working directory path</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/> <location filename="../src/libcalamares/PythonJob.cpp" line="268"/>
<source>Working directory %1 for python job %2 is not readable.</source> <source>Working directory %1 for python job %2 is not readable.</source>
<translation>Python %2 %1 </translation> <translation>Python %2 %1 </translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/> <location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
<source>Bad main script file</source> <source>Bad main script file</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="275"/> <location filename="../src/libcalamares/PythonJob.cpp" line="279"/>
<source>Main script file %1 for python job %2 is not readable.</source> <source>Main script file %1 for python job %2 is not readable.</source>
<translation>Python %2 %1 </translation> <translation>Python %2 %1 </translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/> <location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
<source>Boost.Python error in job &quot;%1&quot;.</source> <source>Boost.Python error in job &quot;%1&quot;.</source>
<translation> %1 Boost.Python </translation> <translation> %1 Boost.Python </translation>
</message> </message>
@ -550,6 +550,11 @@ The installer will quit and all changes will be lost.</source>
<source>Create a Partition</source> <source>Create a Partition</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source> <source>Partition &amp;Type:</source>
@ -585,11 +590,6 @@ The installer will quit and all changes will be lost.</source>
<source>Si&amp;ze:</source> <source>Si&amp;ze:</source>
<translation> (&amp;z) </translation> <translation> (&amp;z) </translation>
</message> </message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
<source> MB</source>
<translation> MB</translation>
</message>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
<source>En&amp;crypt</source> <source>En&amp;crypt</source>
@ -926,12 +926,17 @@ The installer will quit and all changes will be lost.</source>
<translation> (&amp;Z) </translation> <translation> (&amp;Z) </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="129"/>
<source> MiB</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="136"/>
<source>Fi&amp;le System:</source> <source>Fi&amp;le System:</source>
<translation> (&amp;I)</translation> <translation> (&amp;I)</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="149"/>
<source>Flags:</source> <source>Flags:</source>
<translation></translation> <translation></translation>
</message> </message>

View File

@ -228,6 +228,7 @@ PythonJob::PythonJob( const QString& scriptFile,
: Job( parent ) : Job( parent )
, m_scriptFile( scriptFile ) , m_scriptFile( scriptFile )
, m_workingPath( workingPath ) , m_workingPath( workingPath )
, m_description()
, m_configurationMap( moduleConfiguration ) , m_configurationMap( moduleConfiguration )
{ {
} }
@ -247,8 +248,11 @@ PythonJob::prettyName() const
QString QString
PythonJob::prettyStatusMessage() const PythonJob::prettyStatusMessage() const
{ {
if ( m_description.isEmpty() )
return tr( "Running %1 operation." ) return tr( "Running %1 operation." )
.arg( QDir( m_workingPath ).dirName() ); .arg( QDir( m_workingPath ).dirName() );
else
return m_description;
} }
@ -293,6 +297,17 @@ PythonJob::exec()
scriptNamespace ); scriptNamespace );
bp::object entryPoint = scriptNamespace[ "run" ]; bp::object entryPoint = scriptNamespace[ "run" ];
bp::extract< std::string > entryPoint_doc_attr(entryPoint.attr( "__doc__" ) );
if ( entryPoint_doc_attr.check() )
{
m_description = QString::fromStdString( entryPoint_doc_attr() ).trimmed();
auto i_newline = m_description.indexOf('\n');
if ( i_newline > 0 )
m_description.truncate( i_newline );
cDebug() << "Job" << prettyName() << "->" << m_description;
emit progress( 0 );
}
bp::object runResult = entryPoint(); bp::object runResult = entryPoint();

View File

@ -53,6 +53,7 @@ private:
CalamaresPython::Helper* helper(); CalamaresPython::Helper* helper();
QString m_scriptFile; QString m_scriptFile;
QString m_workingPath; QString m_workingPath;
QString m_description;
QVariantMap m_configurationMap; QVariantMap m_configurationMap;
}; };

View File

@ -82,13 +82,15 @@ Module::fromDescriptor( const QVariantMap& moduleDescriptor,
{ {
m = new ViewModule(); m = new ViewModule();
} }
#ifdef WITH_PYTHONQT
else if ( intfString == "pythonqt" ) else if ( intfString == "pythonqt" )
{ {
#ifdef WITH_PYTHONQT
m = new PythonQtViewModule(); m = new PythonQtViewModule();
} #else
cLog() << "PythonQt modules are not supported in this version of Calamares.";
#endif #endif
} }
}
else if ( typeString == "job" ) else if ( typeString == "job" )
{ {
if ( intfString == "qtplugin" ) if ( intfString == "qtplugin" )
@ -99,17 +101,20 @@ Module::fromDescriptor( const QVariantMap& moduleDescriptor,
{ {
m = new ProcessJobModule(); m = new ProcessJobModule();
} }
#ifdef WITH_PYTHON
else if ( intfString == "python" ) else if ( intfString == "python" )
{ {
#ifdef WITH_PYTHON
m = new PythonJobModule(); m = new PythonJobModule();
} #else
cLog() << "Python modules are not supported in this version of Calamares.";
#endif #endif
} }
}
if ( !m ) if ( !m )
{ {
cLog() << Q_FUNC_INFO << "bad module type or interface string" cLog() << "Bad module type (" << typeString
<< instanceId << typeString << intfString; << ") or interface string (" << intfString
<< ") for module " << instanceId;
return nullptr; return nullptr;
} }

View File

@ -20,3 +20,7 @@ displaymanagers:
#display manager are set up correctly. This is normally done by the distribution #display manager are set up correctly. This is normally done by the distribution
#packages, and best left to them. Therefore, it is disabled by default. #packages, and best left to them. Therefore, it is disabled by default.
basicSetup: false basicSetup: false
#If true, setup autologin for openSUSE. This only makes sense on openSUSE
#derivatives or other systems where /etc/sysconfig/displaymanager exists.
sysconfigSetup: false

View File

@ -285,6 +285,17 @@ def set_autologin(username,
lightdm_conf.write(line) lightdm_conf.write(line)
else: else:
try:
# Create a new lightdm.conf file; this is documented to be
# read last, after aeverything in lightdm.conf.d/
with open(lightdm_conf_path, 'w') as lightdm_conf:
if do_autologin:
lightdm_conf.write(
"autologin-user={!s}\n".format(username))
else:
lightdm_conf.write(
"#autologin-user=\n")
except FileNotFoundError:
return ( return (
"Cannot write LightDM configuration file", "Cannot write LightDM configuration file",
"LightDM config file {!s} does not exist".format( "LightDM config file {!s} does not exist".format(
@ -348,6 +359,18 @@ def set_autologin(username,
with open(sddm_conf_path, 'w') as sddm_config_file: with open(sddm_conf_path, 'w') as sddm_config_file:
sddm_config.write(sddm_config_file, space_around_delimiters=False) sddm_config.write(sddm_config_file, space_around_delimiters=False)
if "sysconfig" == displaymanager:
dmauto = "DISPLAYMANAGER_AUTOLOGIN"
os.system(
"sed -i -e 's|^{!s}=.*|{!s}=\"{!s}\"|' "
"{!s}/etc/sysconfig/displaymanager".format(
dmauto, dmauto,
username if do_autologin else "",
root_mount_point
)
)
return None return None
@ -655,6 +678,11 @@ def run():
) )
if dm_message is not None: if dm_message is not None:
dm_setup_message.append("{!s}: {!s}".format(*dm_message)) dm_setup_message.append("{!s}: {!s}".format(*dm_message))
if ("sysconfigSetup" in libcalamares.job.configuration
and libcalamares.job.configuration["sysconfigSetup"]):
set_autologin(username, "sysconfig", None, root_mount_point)
if dm_setup_message: if dm_setup_message:
return ("Display manager configuration was incomplete", return ("Display manager configuration was incomplete",
"\n".join(dm_setup_message)) "\n".join(dm_setup_message))

View File

@ -19,22 +19,22 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with Calamares. If not, see <http://www.gnu.org/licenses/>. # along with Calamares. If not, see <http://www.gnu.org/licenses/>.
"""
=== Example Python jobmodule.
A Python jobmodule is a Python program which imports libcalamares and
has a function run() as entry point. run() must return None if everything
went well, or a tuple (str,str) with an error message and description
if something went wrong.
"""
import libcalamares import libcalamares
import os import os
from time import gmtime, strftime, sleep from time import gmtime, strftime, sleep
def run(): def run():
""" """Dummy python job."""
Example Python jobmodule.
A Python jobmodule is a Python program which imports libcalamares and
has a function run() as entry point. run() must return None if everything
went well, or a tuple (str,str) with an error message and description
if something went wrong.
:return:
"""
os.system("/bin/sh -c \"touch ~/calamares-dummypython\"") os.system("/bin/sh -c \"touch ~/calamares-dummypython\"")
accumulator = strftime("%Y-%m-%d %H:%M:%S", gmtime()) + "\n" accumulator = strftime("%Y-%m-%d %H:%M:%S", gmtime()) + "\n"
accumulator += "Calamares version: " + libcalamares.VERSION_SHORT + "\n" accumulator += "Calamares version: " + libcalamares.VERSION_SHORT + "\n"

View File

@ -28,7 +28,7 @@ import libcalamares
def run(): def run():
""" """
Set hardware clock Set hardware clock.
""" """
root_mount_point = libcalamares.globalstorage.value("rootMountPoint") root_mount_point = libcalamares.globalstorage.value("rootMountPoint")

View File

@ -45,7 +45,7 @@
<item row="0" column="1"> <item row="0" column="1">
<widget class="QSpinBox" name="sizeSpinBox"> <widget class="QSpinBox" name="sizeSpinBox">
<property name="suffix"> <property name="suffix">
<string> MB</string> <string> MiB</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@ -124,7 +124,11 @@
</widget> </widget>
</item> </item>
<item row="1" column="1"> <item row="1" column="1">
<widget class="QSpinBox" name="sizeSpinBox"/> <widget class="QSpinBox" name="sizeSpinBox">
<property name="suffix">
<string> MiB</string>
</property>
</widget>
</item> </item>
<item row="5" column="0"> <item row="5" column="0">
<widget class="QLabel" name="fileSystemLabel"> <widget class="QLabel" name="fileSystemLabel">

View File

@ -263,22 +263,7 @@ class UnpackOperation:
def run(): def run():
""" """
Unsquashes filesystem from given image file. Unsquash filesystem.
from globalstorage: rootMountPoint
from job.configuration: the path to where to mount the source image(s) for
copying an ordered list of unpack mappings for image file <-> target dir
relative to rootMountPoint, e.g.:
configuration:
unpack:
- source: "/path/to/filesystem.img"
sourcefs: "ext4"
destination: ""
- source: "/path/to/another/filesystem.sqfs"
sourcefs: "squashfs"
destination: ""
:return:
""" """
PATH_PROCFS = '/proc/filesystems' PATH_PROCFS = '/proc/filesystems'

View File

@ -1,5 +1,21 @@
# Unsquash / unpack a filesystem. Multiple sources are supported, and
# they may be squashed or plain filesystems.
#
# Configuration:
#
# from globalstorage: rootMountPoint
# from job.configuration: the path to where to mount the source image(s)
# for copying an ordered list of unpack mappings for image file <->
# target dir relative to rootMountPoint.
--- ---
unpack: unpack:
# Each list item is unpacked, in order, to the target system.
# Each list item has the following attributes:
# source: path relative to the live / intstalling system to the image
# sourcefs: ext4 or squashfs (may be others if mount supports is)
# destination: path relative to rootMountPoint (so in the target
# system) where this filesystem is unpacked.
- source: "_root-image_" - source: "_root-image_"
sourcefs: "squashfs" sourcefs: "squashfs"
destination: "" destination: ""