[unpackfs] fix merge
This commit is contained in:
commit
da24829bba
@ -19,7 +19,6 @@ install:
|
||||
- pip install pycodestyle
|
||||
|
||||
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
|
||||
|
||||
group: deprecated-2017Q2
|
||||
|
@ -116,7 +116,7 @@ set( CALAMARES_ORGANIZATION_NAME "Calamares" )
|
||||
set( CALAMARES_ORGANIZATION_DOMAIN "github.com/calamares" )
|
||||
set( CALAMARES_APPLICATION_NAME "Calamares" )
|
||||
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
|
||||
set( CALAMARES_VERSION_MAJOR 3 )
|
||||
|
@ -188,32 +188,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>يشغّل عمليّة %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>مسار سيء لمجلد العمل</translation>
|
||||
</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>
|
||||
<translation>لا يمكن القراءة من مجلد العمل %1 الخاص بعملية بايثون %2.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>ملفّ السّكربت الرّئيس سيّء.</translation>
|
||||
</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>
|
||||
<translation>ملفّ السّكربت الرّئيس %1 لمهمّة بايثون %2 لا يمكن قراءته.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>خطأ Boost.Python في العمل "%1".</translation>
|
||||
</message>
|
||||
@ -550,6 +550,11 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Create a Partition</source>
|
||||
<translation>أنشئ قسمًا</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Si&ze:</source>
|
||||
<translation>الح&جم:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation>م.بايت</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ The installer will quit and all changes will be lost.</source>
|
||||
<translation>الح&جم:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>نظام المل&فّات:</translation>
|
||||
</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>
|
||||
<translation>الشّارات:</translation>
|
||||
</message>
|
||||
@ -2261,7 +2266,7 @@ The installer will quit and all changes will be lost.</source>
|
||||
<message>
|
||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="198"/>
|
||||
<source>%1 support</source>
|
||||
<translation>1%الدعم</translation>
|
||||
<translation>1% الدعم</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -188,32 +188,32 @@ Salida:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Executando operación %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Camín incorreutu del direutoriu de trabayu</translation>
|
||||
</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>
|
||||
<translation>El direutoriu de trabayu %1 pal trabayu python %2 nun ye lleible.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Ficheru incorreutu del script principal</translation>
|
||||
</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>
|
||||
<translation>El ficheru de script principal %1 pal trabayu python %2 nun ye lleible.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Fallu Boost.Python nel trabayu «%1».</translation>
|
||||
</message>
|
||||
@ -550,6 +550,11 @@ L'instalador colará y perderánse toles camudancies.</translation>
|
||||
<source>Create a Partition</source>
|
||||
<translation>Crear una partición</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ L'instalador colará y perderánse toles camudancies.</translation>
|
||||
<source>Si&ze:</source>
|
||||
<translation>Tama&ñu:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation> MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ L'instalador colará y perderánse toles camudancies.</translation>
|
||||
<translation>Tama&ñu:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>Sistema de fic&heros:</translation>
|
||||
</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>
|
||||
<translation>Banderes:</translation>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Изпълнение на %1 операция.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Невалиден път на работната директория</translation>
|
||||
</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>
|
||||
<translation>Работна директория %1 за python задача %2 не се чете.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Невалиден файл на главен скрипт</translation>
|
||||
</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>
|
||||
<translation>Файлът на главен скрипт %1 за python задача %2 не се чете.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Boost.Python грешка в задача "%1".</translation>
|
||||
</message>
|
||||
@ -551,6 +551,11 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Create a Partition</source>
|
||||
<translation>Създай дял</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -586,11 +591,6 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Si&ze:</source>
|
||||
<translation>Раз&мер:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation>МБ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -927,12 +927,17 @@ The installer will quit and all changes will be lost.</source>
|
||||
<translation>Раз&мер:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>Фа&йлова система:</translation>
|
||||
</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>
|
||||
<translation>Флагове:</translation>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Sortida:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Executant l'operació %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Ruta errònia del directori de treball</translation>
|
||||
</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>
|
||||
<translation>El directori de treball %1 per a la tasca python %2 no és llegible.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Fitxer erroni d'script principal</translation>
|
||||
</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>
|
||||
<translation>El fitxer de script principal %1 per a la tasca de python %2 no és llegible.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Error de Boost.Python a la tasca "%1".</translation>
|
||||
</message>
|
||||
@ -267,7 +267,7 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation>
|
||||
<message>
|
||||
<location filename="../src/libcalamaresui/ViewManager.cpp" line="186"/>
|
||||
<source>&Close</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Tan&ca</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamaresui/ViewManager.cpp" line="238"/>
|
||||
@ -550,6 +550,11 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation>
|
||||
<source>Create a Partition</source>
|
||||
<translation>Crea una partició</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation> MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation>
|
||||
<source>Si&ze:</source>
|
||||
<translation>Mi&da:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation>MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation>
|
||||
<translation>Mi&da:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>S&istema de fitxers:</translation>
|
||||
</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>
|
||||
<translation>Banderes:</translation>
|
||||
</message>
|
||||
@ -1027,7 +1032,7 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation>
|
||||
<message>
|
||||
<location filename="../src/modules/finished/FinishedPage.cpp" line="110"/>
|
||||
<source><h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation><h1>La instal·lació ha fallat</h1><br/>No s'ha instal·lat %1 a l'ordinador.<br/>El missatge d'error ha estat el següent: %2.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -2256,7 +2261,7 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation>
|
||||
<message>
|
||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="75"/>
|
||||
<source><h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="http://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation><h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Agraïments: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the <a href="https://www.transifex.com/calamares/calamares/">Equip de traducció del Calamares</a>.<br/><br/><a href="http://calamares.io/">El desenvolupament </a> del Calamares està patrocinat per <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="198"/>
|
||||
|
@ -188,32 +188,32 @@ Výstup:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Spouštím %1 operaci.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Špatná cesta k pracovnímu adresáři.</translation>
|
||||
</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>
|
||||
<translation>Pracovní adresář %1 pro Python skript %2 není čitelný.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Špatný hlavní soubor skriptu.</translation>
|
||||
</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>
|
||||
<translation>Hlavní soubor %1 pro Python skript %2 není čitelný.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Boost.Python chyba ve skriptu "%1".</translation>
|
||||
</message>
|
||||
@ -550,6 +550,11 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation>
|
||||
<source>Create a Partition</source>
|
||||
<translation>Vytvořit oddíl</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation>
|
||||
<source>Si&ze:</source>
|
||||
<translation>&Velikost:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation>MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation>
|
||||
<translation>&Velikost:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>&Souborový systém:</translation>
|
||||
</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>
|
||||
<translation>Příznaky:</translation>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Kører %1-handling.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Ugyldig arbejdsmappesti</translation>
|
||||
</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>
|
||||
<translation>Arbejdsmappe %1 for python-job %2 er ikke læsbar.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Ugyldig primær skriptfil</translation>
|
||||
</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>
|
||||
<translation>Primær skriptfil %1 for python-job %2 er ikke læsbar.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Boost.Python-fejl i job "%1".</translation>
|
||||
</message>
|
||||
@ -550,6 +550,11 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation
|
||||
<source>Create a Partition</source>
|
||||
<translation>Opret en partition</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation
|
||||
<source>Si&ze:</source>
|
||||
<translation>&Størrelse:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation> MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation
|
||||
<translation>Stø&rrelse:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>Fi&lsystem:</translation>
|
||||
</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>
|
||||
<translation>Flag:</translation>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Ausgabe:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Operation %1 wird ausgeführt.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Fehlerhafter Arbeitsverzeichnis-Pfad</translation>
|
||||
</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>
|
||||
<translation>Arbeitsverzeichnis %1 für Python-Job %2 ist nicht lesbar.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Fehlerhaftes Hauptskript</translation>
|
||||
</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>
|
||||
<translation>Hauptskript-Datei %1 für Python-Job %2 ist nicht lesbar.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Boost.Python-Fehler in Job "%1".</translation>
|
||||
</message>
|
||||
@ -550,6 +550,11 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
|
||||
<source>Create a Partition</source>
|
||||
<translation>Partition erstellen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
|
||||
<source>Si&ze:</source>
|
||||
<translation>Grö&sse:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation>MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
|
||||
<translation>Grö&sse:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>Datei&system:</translation>
|
||||
</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>
|
||||
<translation>Markierungen:</translation>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Εκτελείται η λειτουργία %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Λανθασμένη διαδρομή καταλόγου εργασίας</translation>
|
||||
</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>
|
||||
<translation>Ο ενεργός κατάλογος %1 για την εργασία python %2 δεν είναι δυνατόν να διαβαστεί.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Λανθασμένο κύριο αρχείο δέσμης ενεργειών</translation>
|
||||
</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>
|
||||
<translation>Η κύρια δέσμη ενεργειών %1 για την εργασία python %2 δεν είναι δυνατόν να διαβαστεί.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Σφάλμα Boost.Python στην εργασία "%1".</translation>
|
||||
</message>
|
||||
@ -550,6 +550,11 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Create a Partition</source>
|
||||
<translation>Δημιουργία κατάτμησης</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Si&ze:</source>
|
||||
<translation>&Μέγεθος:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation> MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ The installer will quit and all changes will be lost.</source>
|
||||
<translation>&Μέγεθος:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>&Σύστημα αρχείων:</translation>
|
||||
</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>
|
||||
<translation>Σημαίες:</translation>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Running %1 operation.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Bad working directory path</translation>
|
||||
</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>
|
||||
<translation>Working directory %1 for python job %2 is not readable.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Bad main script file</translation>
|
||||
</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>
|
||||
<translation>Main script file %1 for python job %2 is not readable.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Boost.Python error in job "%1".</translation>
|
||||
</message>
|
||||
@ -550,6 +550,11 @@ The installer will quit and all changes will be lost.</translation>
|
||||
<source>Create a Partition</source>
|
||||
<translation>Create a Partition</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation> MiB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ The installer will quit and all changes will be lost.</translation>
|
||||
<source>Si&ze:</source>
|
||||
<translation>Si&ze:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation> MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ The installer will quit and all changes will be lost.</translation>
|
||||
<translation>Si&ze:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>Fi&le System:</translation>
|
||||
</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>
|
||||
<translation>Flags:</translation>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Bad working directory path</translation>
|
||||
</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>
|
||||
<translation>Working directory %1 for python job %2 is not readable.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Bad main script file</translation>
|
||||
</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>
|
||||
<translation>Main script file %1 for python job %2 is not readable.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Boost.Python error in job "%1".</translation>
|
||||
</message>
|
||||
@ -550,6 +550,11 @@ The installer will quit and all changes will be lost.</translation>
|
||||
<source>Create a Partition</source>
|
||||
<translation>Create a Partition</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ The installer will quit and all changes will be lost.</translation>
|
||||
<source>Si&ze:</source>
|
||||
<translation>Si&ze:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation> MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ The installer will quit and all changes will be lost.</translation>
|
||||
<translation type="unfinished"/>
|
||||
</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&le System:</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -189,32 +189,32 @@ Salida:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Ejecutando %1 operación.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Error en la ruta del directorio de trabajo</translation>
|
||||
</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>
|
||||
<translation>El directorio de trabajo %1 para el script de python %2 no se puede leer.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Script principal erróneo</translation>
|
||||
</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>
|
||||
<translation>El script principal %1 del proceso python %2 no es accesible.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Error Boost.Python en el proceso "%1".</translation>
|
||||
</message>
|
||||
@ -268,7 +268,7 @@ Saldrá del instalador y se perderán todos los cambios.</translation>
|
||||
<message>
|
||||
<location filename="../src/libcalamaresui/ViewManager.cpp" line="186"/>
|
||||
<source>&Close</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>&Cerrar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<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>
|
||||
<translation>Crear partición</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation> MiB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -586,11 +591,6 @@ Saldrá del instalador y se perderán todos los cambios.</translation>
|
||||
<source>Si&ze:</source>
|
||||
<translation>&Tamaño:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation>MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -927,12 +927,17 @@ Saldrá del instalador y se perderán todos los cambios.</translation>
|
||||
<translation>&Tamaño:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>S&istema de archivo:</translation>
|
||||
</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>
|
||||
<translation>Banderas:</translation>
|
||||
</message>
|
||||
@ -1028,7 +1033,7 @@ Saldrá del instalador y se perderán todos los cambios.</translation>
|
||||
<message>
|
||||
<location filename="../src/modules/finished/FinishedPage.cpp" line="110"/>
|
||||
<source><h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation><h1>La instalación falló</h1><br/>%1 no se ha instalado en su equipo.<br/>El mensaje de error fue: %2.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -2257,7 +2262,7 @@ Saldrá del instalador y se perderán todos los cambios.</translation>
|
||||
<message>
|
||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="75"/>
|
||||
<source><h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="http://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation><h1>%1</h1><br/><strong>%2<br/>para %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Agradecimientos a: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg y el <a href="https://www.transifex.com/calamares/calamares/">equipo de traductores de Calamares</a>.<br/><br/>El desarrollo de <a href="http://calamares.io/">Calamares</a> está patrocinado por: <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberando Software.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="198"/>
|
||||
|
@ -188,32 +188,32 @@ Salida:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Ruta de trabajo errónea</translation>
|
||||
</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>
|
||||
<translation>No se puede leer la ruta de trabajo %1 de la tarea %2 de python.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Script principal erróneo</translation>
|
||||
</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>
|
||||
<translation>No se puede leer el script principal %1 de la tarea %2 de python.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Error de Boost.Python en la tarea "%1".</translation>
|
||||
</message>
|
||||
@ -550,6 +550,11 @@ El instalador se cerrará y se perderán todos los cambios.</translation>
|
||||
<source>Create a Partition</source>
|
||||
<translation>Crear una partición</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ El instalador se cerrará y se perderán todos los cambios.</translation>
|
||||
<source>Si&ze:</source>
|
||||
<translation>Tamaño</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation>MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ El instalador se cerrará y se perderán todos los cambios.</translation>
|
||||
<translation type="unfinished"/>
|
||||
</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&le System:</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Salida:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Ejecutando operación %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Ruta a la carpeta de trabajo errónea</translation>
|
||||
</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>
|
||||
<translation>La carpeta de trabajo %1 para la tarea de python %2 no se pudo leer.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Script principal erróneo</translation>
|
||||
</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>
|
||||
<translation>El script principal %1 del proceso python %2 no es accesible.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Error Boost.Python en el proceso "%1".</translation>
|
||||
</message>
|
||||
@ -552,6 +552,11 @@ El instalador terminará y se perderán todos los cambios.</translation>
|
||||
<source>Create a Partition</source>
|
||||
<translation>Crear partición</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -587,11 +592,6 @@ El instalador terminará y se perderán todos los cambios.</translation>
|
||||
<source>Si&ze:</source>
|
||||
<translation>&Tamaño:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation>MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -928,12 +928,17 @@ El instalador terminará y se perderán todos los cambios.</translation>
|
||||
<translation>Tam&año:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>Sis&tema de Archivos:</translation>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Salida:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>La ruta del directorio de trabajo es incorrecta</translation>
|
||||
</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>
|
||||
<translation>El directorio de trabajo %1 para el script de python %2 no se puede leer.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Script principal erróneo</translation>
|
||||
</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>
|
||||
<translation>El script principal %1 del proceso python %2 no es accesible.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Error Boost.Python en el proceso "%1".</translation>
|
||||
</message>
|
||||
@ -549,6 +549,11 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Create a Partition</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -584,11 +589,6 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Si&ze:</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -925,12 +925,17 @@ The installer will quit and all changes will be lost.</source>
|
||||
<translation type="unfinished"/>
|
||||
</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&le System:</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -182,32 +182,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
@ -543,6 +543,11 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Create a Partition</source>
|
||||
<translation>Loo sektsioon</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -578,11 +583,6 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Si&ze:</source>
|
||||
<translation>Suurus:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -919,12 +919,17 @@ The installer will quit and all changes will be lost.</source>
|
||||
<translation type="unfinished"/>
|
||||
</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&le System:</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -186,32 +186,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>%1 eragiketa burutzen.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Direktorio ibilbide ezegokia</translation>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
@ -547,6 +547,11 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Create a Partition</source>
|
||||
<translation>Sortu partizio bat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -582,11 +587,6 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Si&ze:</source>
|
||||
<translation>Ta&maina:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation> MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -923,12 +923,17 @@ The installer will quit and all changes will be lost.</source>
|
||||
<translation>&Tamaina:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>Fi&txategi-Sistema:</translation>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -182,32 +182,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
@ -543,6 +543,11 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Create a Partition</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -578,11 +583,6 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Si&ze:</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -919,12 +919,17 @@ The installer will quit and all changes will be lost.</source>
|
||||
<translation type="unfinished"/>
|
||||
</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&le System:</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Tuloste:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Epäkelpo työskentelyhakemiston polku</translation>
|
||||
</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>
|
||||
<translation>Työkansio %1 pythonin työlle %2 ei ole luettavissa.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Huono pää-skripti tiedosto</translation>
|
||||
</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>
|
||||
<translation>Pääskriptitiedosto %1 pythonin työlle %2 ei ole luettavissa.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Boost.Python virhe työlle "%1".</translation>
|
||||
</message>
|
||||
@ -550,6 +550,11 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation>
|
||||
<source>Create a Partition</source>
|
||||
<translation>Luo levyosio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation>
|
||||
<source>Si&ze:</source>
|
||||
<translation>K&oko:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation>MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation>
|
||||
<translation type="unfinished"/>
|
||||
</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&le System:</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Sortie :
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Exécution de l'opération %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Chemin du répertoire de travail invalide</translation>
|
||||
</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>
|
||||
<translation>Le répertoire de travail %1 pour le job python %2 n'est pas accessible en lecture.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Fichier de script principal invalide</translation>
|
||||
</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>
|
||||
<translation>Le fichier de script principal %1 pour la tâche python %2 n'est pas accessible en lecture.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Erreur Boost.Python pour le job "%1".</translation>
|
||||
</message>
|
||||
@ -267,7 +267,7 @@ L'installateur se fermera et les changements seront perdus.</translation>
|
||||
<message>
|
||||
<location filename="../src/libcalamaresui/ViewManager.cpp" line="186"/>
|
||||
<source>&Close</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>&Fermer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamaresui/ViewManager.cpp" line="238"/>
|
||||
@ -550,6 +550,11 @@ L'installateur se fermera et les changements seront perdus.</translation>
|
||||
<source>Create a Partition</source>
|
||||
<translation>Créer une partition</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation>Mio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ L'installateur se fermera et les changements seront perdus.</translation>
|
||||
<source>Si&ze:</source>
|
||||
<translation>Ta&ille :</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation>Mo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ L'installateur se fermera et les changements seront perdus.</translation>
|
||||
<translation>Ta&ille:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>Sys&tème de fichiers:</translation>
|
||||
</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>
|
||||
<translation>Drapeaux:</translation>
|
||||
</message>
|
||||
@ -1027,7 +1032,7 @@ L'installateur se fermera et les changements seront perdus.</translation>
|
||||
<message>
|
||||
<location filename="../src/modules/finished/FinishedPage.cpp" line="110"/>
|
||||
<source><h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation><h1>Installation échouée</h1><br/>%1 n'a pas été installée sur cet ordinateur.<br/>Le message d'erreur était : %2.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -2256,7 +2261,7 @@ L'installateur se fermera et les changements seront perdus.</translation>
|
||||
<message>
|
||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="75"/>
|
||||
<source><h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="http://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation><h1>%1</h1><br/><strong>%2<br/>pour %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Merci à : Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg et <a href="https://www.transifex.com/calamares/calamares/">l'équipe de traducteurs de Calamares</a>.<br/><br/>Le développement de <a href="http://calamares.io/">Calamares</a>est sponsorisé par <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="198"/>
|
||||
|
@ -182,32 +182,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
@ -543,6 +543,11 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Create a Partition</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -578,11 +583,6 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Si&ze:</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -919,12 +919,17 @@ The installer will quit and all changes will be lost.</source>
|
||||
<translation type="unfinished"/>
|
||||
</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&le System:</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -189,32 +189,32 @@ Saída:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Excutando a operación %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>A ruta ó directorio de traballo é errónea</translation>
|
||||
</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>
|
||||
<translation>O directorio de traballo %1 para o traballo de python %2 non é lexible</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Ficheiro de script principal erróneo</translation>
|
||||
</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>
|
||||
<translation>O ficheiro principal de script %1 para a execución de python %2 non é lexible.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Boost.Python tivo un erro na tarefa "%1".</translation>
|
||||
</message>
|
||||
@ -551,6 +551,11 @@ O instalador pecharase e perderanse todos os cambios.</translation>
|
||||
<source>Create a Partition</source>
|
||||
<translation>Crear partición</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -586,11 +591,6 @@ O instalador pecharase e perderanse todos os cambios.</translation>
|
||||
<source>Si&ze:</source>
|
||||
<translation>&Tamaño:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation>MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -927,12 +927,17 @@ O instalador pecharase e perderanse todos os cambios.</translation>
|
||||
<translation>&Tamaño:</translation>
|
||||
</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&le System:</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -182,32 +182,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
@ -543,6 +543,11 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Create a Partition</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -578,11 +583,6 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Si&ze:</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -919,12 +919,17 @@ The installer will quit and all changes will be lost.</source>
|
||||
<translation type="unfinished"/>
|
||||
</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&le System:</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -9,12 +9,12 @@
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="75"/>
|
||||
<source>This system was started with an <strong>EFI</strong> boot environment.<br><br>To configure startup from an EFI environment, this installer must deploy a boot loader application, like <strong>GRUB</strong> or <strong>systemd-boot</strong> on an <strong>EFI System Partition</strong>. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own.</source>
|
||||
<translation>מערכת זו הופעלה בתצורת אתחול <strong>EFI</strong>.<br><br> בכדי להגדיר הפעלה מתצורת אתחול EFI, על אשף ההתקנה להתקין מנהל אתחול, לדוגמה <strong>GRUB</strong> או <strong>systemd-boot</strong> על <strong>מחיצת מערכת EFI</strong>. פעולה זו היא אוטומטית, אלא אם כן תבחר להגדיר מחיצות באופן ידני, במקרה זה עליך לבחור זאת או להגדיר בעצמך.</translation>
|
||||
<translation>מערכת זו הופעלה בתצורת אתחול <strong>EFI</strong>.<br><br> בכדי להגדיר הפעלה מתצורת אתחול EFI, על אשף ההתקנה להתקין מנהל אתחול מערכת, לדוגמה <strong>GRUB</strong> או <strong>systemd-boot</strong> על <strong>מחיצת מערכת EFI</strong>. פעולה זו היא אוטומטית, אלא אם כן תבחר להגדיר מחיצות באופן ידני, במקרה זה עליך לבחור זאת או להגדיר בעצמך.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="87"/>
|
||||
<source>This system was started with a <strong>BIOS</strong> boot environment.<br><br>To configure startup from a BIOS environment, this installer must install a boot loader, like <strong>GRUB</strong>, either at the beginning of a partition or on the <strong>Master Boot Record</strong> near the beginning of the partition table (preferred). This is automatic, unless you choose manual partitioning, in which case you must set it up on your own.</source>
|
||||
<translation>מערכת זו הופעלה בתצורת אתחול <strong>BIOS</strong>.<br><br> בכדי להגדיר הפעלה מתצורת אתחול BIOS, על אשף ההתקנה להתקין מנהל אתחול, לדוגמה <strong>GRUB</strong>, בתחלית מחיצה או על ה <strong>Master Boot Record</strong> בצמוד להתחלה של טבלת המחיצות (מועדף). פעולה זו היא אוטומטית, אלא אם כן תבחר להגדיר מחיצות באופן ידני, במקרה זה עליך להגדיר זאת בעצמך.</translation>
|
||||
<translation>מערכת זו הופעלה בתצורת אתחול <strong>BIOS</strong>.<br><br> בכדי להגדיר הפעלה מתצורת אתחול BIOS, על אשף ההתקנה להתקין מנהל אתחול מערכת, לדוגמה <strong>GRUB</strong>, בתחלית מחיצה או על ה <strong>Master Boot Record</strong> בצמוד להתחלה של טבלת המחיצות (מועדף). פעולה זו היא אוטומטית, אלא אם כן תבחר להגדיר מחיצות באופן ידני, במקרה זה עליך להגדיר זאת בעצמך.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -37,7 +37,7 @@
|
||||
<message>
|
||||
<location filename="../src/modules/partition/core/BootLoaderModel.cpp" line="111"/>
|
||||
<source>Do not install a boot loader</source>
|
||||
<translation>אל תתקין מנהל אתחול, boot loader</translation>
|
||||
<translation>אל תתקין מנהל אתחול מערכת, boot loader</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/core/BootLoaderModel.cpp" line="125"/>
|
||||
@ -159,28 +159,28 @@ Output:
|
||||
<message>
|
||||
<location filename="../src/libcalamares/ProcessJob.cpp" line="104"/>
|
||||
<source>External command failed to finish</source>
|
||||
<translation>פקודה חיצונית כשלה בעת סוף הרצת הפקודה</translation>
|
||||
<translation>הרצת פקודה חיצונית לא הצליחה להסתיים</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/ProcessJob.cpp" line="105"/>
|
||||
<source>Command %1 failed to finish in %2s.
|
||||
Output:
|
||||
%3</source>
|
||||
<translation>פקודה %1 נכשלה לקראת סיומה ב %2 שניות.
|
||||
<translation>פקודה %1 לא הצליחה להסתיים ב %2 שניות.
|
||||
פלט:
|
||||
%3</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/ProcessJob.cpp" line="111"/>
|
||||
<source>External command finished with errors</source>
|
||||
<translation>פעולת פקודה חיצונית הסתיימה עם שגיאות</translation>
|
||||
<translation>פקודה חיצונית הסתיימה עם שגיאות</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/ProcessJob.cpp" line="112"/>
|
||||
<source>Command %1 finished with exit code %2.
|
||||
Output:
|
||||
%3</source>
|
||||
<translation>פעולת פקודה %1 הסתיימה עם קוד יציאה %2.
|
||||
<translation>פקודה %1 הסתיימה עם קוד יציאה %2.
|
||||
פלט:
|
||||
%3</translation>
|
||||
</message>
|
||||
@ -188,32 +188,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>מריץ פעולה %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>נתיב תיקיית עבודה לא תקין</translation>
|
||||
</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>
|
||||
<translation>תיקיית עבודה %1 עבור משימת python %2 לא קריאה.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>קובץ תסריט הרצה ראשי לא תקין</translation>
|
||||
</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>
|
||||
<translation>קובץ תסריט הרצה ראשי %1 עבור משימת python %2 לא קריא. </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>שגיאת Boost.Python במשימה "%1".</translation>
|
||||
</message>
|
||||
@ -252,7 +252,7 @@ Output:
|
||||
<source>Do you really want to cancel the current install process?
|
||||
The installer will quit and all changes will be lost.</source>
|
||||
<translation>האם אתה בטוח שברצונך לבטל את תהליך ההתקנה?
|
||||
אשף ההתקנה ייסגר וכלל השינויים יאבדו.</translation>
|
||||
אשף ההתקנה ייסגר וכל השינויים יאבדו.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamaresui/ViewManager.cpp" line="105"/>
|
||||
@ -325,7 +325,7 @@ The installer will quit and all changes will be lost.</source>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonHelper.cpp" line="292"/>
|
||||
<source>unparseable Python traceback</source>
|
||||
<translation>עקבה לאחור של Python לא ניתנת לנתוח</translation>
|
||||
<translation>עקבה לאחור של Python לא ניתנת לניתוח</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonHelper.cpp" line="296"/>
|
||||
@ -407,7 +407,7 @@ The installer will quit and all changes will be lost.</source>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="972"/>
|
||||
<source>Boot loader location:</source>
|
||||
<translation>מיקום מנהל האיתחול:</translation>
|
||||
<translation>מיקום מנהל אתחול המערכת:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<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>
|
||||
<translation>ייצר מחיצה</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Si&ze:</source>
|
||||
<translation>גו&דל:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation>מגה בייט</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ The installer will quit and all changes will be lost.</source>
|
||||
<translation>גו&דל:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>מ&ערכת קבצים:</translation>
|
||||
</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>
|
||||
<translation>סימונים:</translation>
|
||||
</message>
|
||||
@ -999,7 +1004,7 @@ The installer will quit and all changes will be lost.</source>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="176"/>
|
||||
<source>Install boot loader on <strong>%1</strong>.</source>
|
||||
<translation>התקן מנהל אתחול על <strong>%1</strong>.</translation>
|
||||
<translation>התקן מנהל אתחול מערכת על <strong>%1</strong>.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<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>
|
||||
<location filename="../src/modules/partition/gui/PartitionPage.ui" line="148"/>
|
||||
<source>Install boot &loader on:</source>
|
||||
<translation>התקן &מנהל אתחול על:</translation>
|
||||
<translation>התקן &מנהל אתחול מערכת על:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<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>
|
||||
<location filename="../src/modules/users/SetHostNameJob.cpp" line="37"/>
|
||||
<source>Set hostname %1</source>
|
||||
<translation>הגדר שם המחשב %1</translation>
|
||||
<translation>הגדר שם עמדה %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/users/SetHostNameJob.cpp" line="44"/>
|
||||
<source>Set hostname <strong>%1</strong>.</source>
|
||||
<translation>הגדר שם המחשב <strong>%1</strong>.</translation>
|
||||
<translation>הגדר שם עמדה <strong>%1</strong>.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/users/SetHostNameJob.cpp" line="51"/>
|
||||
<source>Setting hostname %1.</source>
|
||||
<translation>מגדיר את שם המחשב %1.</translation>
|
||||
<translation>מגדיר את שם העמדה %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<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="86"/>
|
||||
<source>Cannot write hostname to target system</source>
|
||||
<translation>נכשלה כתיבת שם המחשב למערכת המטרה.</translation>
|
||||
<translation>נכשלה כתיבת שם העמדה למערכת המטרה.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -1936,7 +1941,7 @@ The installer will quit and all changes will be lost.</source>
|
||||
<message>
|
||||
<location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/>
|
||||
<source>Failed to write keyboard configuration for the virtual console.</source>
|
||||
<translation>נכשלה כתיבת הגדרת מקלדת למסוף.</translation>
|
||||
<translation>נכשלה כתיבת הגדרת מקלדת למסוף הוירטואלי.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<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>
|
||||
<location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/>
|
||||
<source>The installer failed to set flags on partition %1.</source>
|
||||
<translation>תהליך ההתקנה נכשל בעת סימון דגלים במחיצה %1.</translation>
|
||||
<translation>תהליך ההתקנה נכשל בעת הצבת סימונים במחיצה %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<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>
|
||||
<location filename="../src/modules/users/SetPasswordJob.cpp" line="108"/>
|
||||
<source>Bad destination system path.</source>
|
||||
<translation>יעד נתיב מערכת לא תקין.</translation>
|
||||
<translation>יעד נתיב המערכת לא תקין.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/users/SetPasswordJob.cpp" line="109"/>
|
||||
<source>rootMountPoint is %1</source>
|
||||
<translation>עיגון מחיצת מערכת ההפעלה היא %1</translation>
|
||||
<translation>עיגון מחיצת מערכת ההפעלה, rootMountPoint, היא %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<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>
|
||||
<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>
|
||||
<translation>להלן סקירה של מה שיתרחש לאחר שיתחיל תהליך ההתקנה.</translation>
|
||||
<translation>להלן סקירת המאורעות שיתרחשו עם תחילת תהליך ההתקנה.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -2174,22 +2179,22 @@ The installer will quit and all changes will be lost.</source>
|
||||
<message>
|
||||
<location filename="../src/modules/users/UsersPage.cpp" line="285"/>
|
||||
<source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source>
|
||||
<translation>שם המחשב מכיל ערכים לא תקינים. אך ורק אותיות לא רישיות ומספרים מורשים.</translation>
|
||||
<translation>שם העמדה מכיל ערכים לא תקינים. ניתן להשתמש אך ורק באותיות קטנות ומספרים.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/users/UsersPage.cpp" line="329"/>
|
||||
<source>Your hostname is too short.</source>
|
||||
<translation>שם המחשב קצר מדי.</translation>
|
||||
<translation>שם העמדה קצר מדי.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/users/UsersPage.cpp" line="340"/>
|
||||
<source>Your hostname is too long.</source>
|
||||
<translation>שם המחשב ארוך מדי.</translation>
|
||||
<translation>שם העמדה ארוך מדי.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/users/UsersPage.cpp" line="351"/>
|
||||
<source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source>
|
||||
<translation>שם המחשב מכיל ערכים לא תקינים. אך ורק אותיות, מספרים ומקפים מורשים.</translation>
|
||||
<translation>שם העמדה מכיל ערכים לא תקינים. אך ורק אותיות, מספרים ומקפים מורשים.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/users/UsersPage.cpp" line="382"/>
|
||||
|
@ -182,32 +182,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
@ -543,6 +543,11 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Create a Partition</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -578,11 +583,6 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Si&ze:</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -919,12 +919,17 @@ The installer will quit and all changes will be lost.</source>
|
||||
<translation type="unfinished"/>
|
||||
</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&le System:</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Izlaz:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Izvodim %1 operaciju.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Krivi put do radnog direktorija</translation>
|
||||
</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>
|
||||
<translation>Radni direktorij %1 za python zadatak %2 nije čitljiv.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Kriva glavna datoteka skripte</translation>
|
||||
</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>
|
||||
<translation>Glavna skriptna datoteka %1 za python zadatak %2 nije čitljiva.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Boost.Python greška u zadatku "%1".</translation>
|
||||
</message>
|
||||
@ -257,17 +257,17 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio
|
||||
<message>
|
||||
<location filename="../src/libcalamaresui/ViewManager.cpp" line="105"/>
|
||||
<source>&Yes</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>&Da</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamaresui/ViewManager.cpp" line="106"/>
|
||||
<source>&No</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>&Ne</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamaresui/ViewManager.cpp" line="186"/>
|
||||
<source>&Close</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>&Zatvori</translation>
|
||||
</message>
|
||||
<message>
|
||||
<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>
|
||||
<translation>Stvori particiju</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio
|
||||
<source>Si&ze:</source>
|
||||
<translation>Ve&ličina:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation>MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio
|
||||
<translation>Ve&ličina:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>Da&totečni sustav:</translation>
|
||||
</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>
|
||||
<translation>Oznake:</translation>
|
||||
</message>
|
||||
@ -1027,7 +1032,7 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio
|
||||
<message>
|
||||
<location filename="../src/modules/finished/FinishedPage.cpp" line="110"/>
|
||||
<source><h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation><h1>Instalacija nije uspijela</h1><br/>%1 nije instaliran na vaše računalo.<br/>Greška: %2.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -2256,7 +2261,7 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio
|
||||
<message>
|
||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="75"/>
|
||||
<source><h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="http://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation><h1>%1</h1><br/><strong>%2<br/>za %3</strong><br/><br/>Autorska prava 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Autorska prava 2017 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Zahvale: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg i <a href="https://www.transifex.com/calamares/calamares/">Calamares timu za prevođenje</a>.<br/><br/><a href="http://calamares.io/">Calamares</a>sponzorira <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="198"/>
|
||||
|
@ -188,32 +188,32 @@ Kimenet:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Futó %1 műveletek.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Rossz munkakönyvtár útvonal</translation>
|
||||
</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>
|
||||
<translation>Munkakönyvtár %1 a python folyamathoz %2 nem olvasható.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Rossz alap script fájl</translation>
|
||||
</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>
|
||||
<translation>Alap script fájl %1 a python folyamathoz %2 nem olvasható.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Boost. Python hiba ebben a folyamatban "%1".</translation>
|
||||
</message>
|
||||
@ -551,6 +551,11 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l
|
||||
<source>Create a Partition</source>
|
||||
<translation>Partíció Létrehozása</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -586,11 +591,6 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l
|
||||
<source>Si&ze:</source>
|
||||
<translation>Mé&ret:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation>MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -927,12 +927,17 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l
|
||||
<translation>&méret:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>&fájlrendszer</translation>
|
||||
</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>
|
||||
<translation>Zászlók:</translation>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Keluaran:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Menjalankan %1 operasi.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Jalur lokasi direktori tidak berjalan baik</translation>
|
||||
</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>
|
||||
<translation>Direktori kerja %1 untuk penugasan python %2 tidak dapat dibaca.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Berkas skrip utama buruk</translation>
|
||||
</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>
|
||||
<translation>Berkas skrip utama %1 untuk penugasan python %2 tidak dapat dibaca.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Boost.Python mogok dalam penugasan "%1".</translation>
|
||||
</message>
|
||||
@ -552,6 +552,11 @@ Pemasangan dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.</transla
|
||||
<source>Create a Partition</source>
|
||||
<translation>Buat Partisi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -587,11 +592,6 @@ Pemasangan dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.</transla
|
||||
<source>Si&ze:</source>
|
||||
<translation>Uku&ran:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation>MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -928,12 +928,17 @@ Pemasangan dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.</transla
|
||||
<translation>Uku&ran:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>Sis&tem Berkas:</translation>
|
||||
</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>
|
||||
<translation>Bendera:</translation>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Frálag:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Keyri %1 aðgerð.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Röng slóð á vinnumöppu</translation>
|
||||
</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>
|
||||
<translation>Vinnslumappa %1 fyrir python-verkið %2 er ekki lesanleg.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Röng aðal-skriftuskrá</translation>
|
||||
</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>
|
||||
<translation>Aðal-skriftuskrá %1 fyrir python-verkið %2 er ekki lesanleg.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Boost.Python villa í verkinu "%1".</translation>
|
||||
</message>
|
||||
@ -550,6 +550,11 @@ Uppsetningarforritið mun hætta og allar breytingar tapast.</translation>
|
||||
<source>Create a Partition</source>
|
||||
<translation>Búa til disksneið</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ Uppsetningarforritið mun hætta og allar breytingar tapast.</translation>
|
||||
<source>Si&ze:</source>
|
||||
<translation>St&ærð:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation>MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ Uppsetningarforritið mun hætta og allar breytingar tapast.</translation>
|
||||
<translation>St&ærð:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>Skráaker&fi:</translation>
|
||||
</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>
|
||||
<translation>Flögg:</translation>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Operazione %1 in esecuzione.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Il percorso della cartella corrente non è corretto</translation>
|
||||
</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>
|
||||
<translation>La cartella corrente %1 per l'attività di Python %2 non è accessibile.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>File dello script principale non valido</translation>
|
||||
</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>
|
||||
<translation>Il file principale dello script %1 per l'attività di python %2 non è accessibile.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Errore da Boost.Python nell'operazione "%1".</translation>
|
||||
</message>
|
||||
@ -550,6 +550,11 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno
|
||||
<source>Create a Partition</source>
|
||||
<translation>Creare una partizione</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno
|
||||
<source>Si&ze:</source>
|
||||
<translation>&Dimensione:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation> MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno
|
||||
<translation>Di&mensione:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>Fi&le System:</translation>
|
||||
</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>
|
||||
<translation>Flag:</translation>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>%1 操作を実行中。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>不正なワーキングディレクトリパス</translation>
|
||||
</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>
|
||||
<translation>python ジョブ %2 において作業ディレクトリ %1 が読み込めません。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>不正なメインスクリプトファイル</translation>
|
||||
</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>
|
||||
<translation>python ジョブ %2 におけるメインスクリプトファイル %1 が読み込めません。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>ジョブ "%1" での Boost.Python エラー。</translation>
|
||||
</message>
|
||||
@ -550,6 +550,11 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Create a Partition</source>
|
||||
<translation>パーティションの生成</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Si&ze:</source>
|
||||
<translation>サイズ(&Z)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation> MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ The installer will quit and all changes will be lost.</source>
|
||||
<translation>サイズ(&Z):</translation>
|
||||
</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&le System:</source>
|
||||
<translation>ファイルシステム(&L)</translation>
|
||||
</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>
|
||||
<translation>フラグ:</translation>
|
||||
</message>
|
||||
|
@ -182,32 +182,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
@ -543,6 +543,11 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Create a Partition</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -578,11 +583,6 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Si&ze:</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -919,12 +919,17 @@ The installer will quit and all changes will be lost.</source>
|
||||
<translation type="unfinished"/>
|
||||
</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&le System:</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -182,32 +182,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
@ -543,6 +543,11 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Create a Partition</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -578,11 +583,6 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Si&ze:</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -919,12 +919,17 @@ The installer will quit and all changes will be lost.</source>
|
||||
<translation type="unfinished"/>
|
||||
</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&le System:</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Išvestis:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Vykdoma %1 operacija.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Netinkama darbinio katalogo vieta</translation>
|
||||
</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>
|
||||
<translation>Darbinis %1 python katalogas dėl %2 užduoties yra neskaitomas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Prastas pagrindinio skripto failas</translation>
|
||||
</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>
|
||||
<translation>Pagrindinis skriptas %1 dėl python %2 užduoties yra neskaitomas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Boost.Python klaida darbe "%1".</translation>
|
||||
</message>
|
||||
@ -550,6 +550,11 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation>
|
||||
<source>Create a Partition</source>
|
||||
<translation>Sukurti skaidinį</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation> MiB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation>
|
||||
<source>Si&ze:</source>
|
||||
<translation>D&ydis:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation>MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation>
|
||||
<translation>Dy&dis:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>Fai&lų sistema:</translation>
|
||||
</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>
|
||||
<translation>Vėliavėlės:</translation>
|
||||
</message>
|
||||
|
@ -182,32 +182,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
@ -543,6 +543,11 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Create a Partition</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -578,11 +583,6 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Si&ze:</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -919,12 +919,17 @@ The installer will quit and all changes will be lost.</source>
|
||||
<translation type="unfinished"/>
|
||||
</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&le System:</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Feil filsti til arbeidsmappe</translation>
|
||||
</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>
|
||||
<translation>Arbeidsmappe %1 for python oppgave %2 er ikke lesbar.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Ugyldig hovedskriptfil</translation>
|
||||
</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>
|
||||
<translation>Hovedskriptfil %1 for python oppgave %2 er ikke lesbar.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Boost.Python feil i oppgave "%1".</translation>
|
||||
</message>
|
||||
@ -550,6 +550,11 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati
|
||||
<source>Create a Partition</source>
|
||||
<translation>Opprett en partisjon</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati
|
||||
<source>Si&ze:</source>
|
||||
<translation>St&ørrelse:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation>MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati
|
||||
<translation type="unfinished"/>
|
||||
</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&le System:</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Uitvoer:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Bewerking %1 uitvoeren.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Ongeldig pad voor huidige map </translation>
|
||||
</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>
|
||||
<translation>Werkmap %1 voor python taak %2 onleesbaar.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Onjuist hoofdscriptbestand</translation>
|
||||
</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>
|
||||
<translation>Hoofdscriptbestand %1 voor python taak %2 onleesbaar.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Boost.Python fout in taak "%1".</translation>
|
||||
</message>
|
||||
@ -550,6 +550,11 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan.
|
||||
<source>Create a Partition</source>
|
||||
<translation>Maak partitie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan.
|
||||
<source>Si&ze:</source>
|
||||
<translation>&Grootte:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation>MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan.
|
||||
<translation>&Grootte:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>Bestands&systeem</translation>
|
||||
</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>
|
||||
<translation>Vlaggen:</translation>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Wyjście:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Wykonuję operację %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Niepoprawna ścieżka katalogu roboczego</translation>
|
||||
</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>
|
||||
<translation>Katalog roboczy %1 dla zadań pythona %2 jest nieosiągalny.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Niepoprawny główny plik skryptu</translation>
|
||||
</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>
|
||||
<translation>Główny plik skryptu %1 dla zadań pythona %2 jest nieczytelny.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Wystąpił błąd Boost.Python w zadaniu "%1".</translation>
|
||||
</message>
|
||||
@ -267,7 +267,7 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio
|
||||
<message>
|
||||
<location filename="../src/libcalamaresui/ViewManager.cpp" line="186"/>
|
||||
<source>&Close</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Zam&knij</translation>
|
||||
</message>
|
||||
<message>
|
||||
<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>
|
||||
<translation>Utwórz partycję</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio
|
||||
<source>Si&ze:</source>
|
||||
<translation>Ro&zmiar:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation> MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio
|
||||
<translation>Ro&zmiar:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>System p&lików:</translation>
|
||||
</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>
|
||||
<translation>Flagi:</translation>
|
||||
</message>
|
||||
@ -1027,7 +1032,7 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio
|
||||
<message>
|
||||
<location filename="../src/modules/finished/FinishedPage.cpp" line="110"/>
|
||||
<source><h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation><h1>Instalacja nie powiodła się</h1><br/>Nie udało się zainstalować %1 na Twoim komputerze.<br/>Komunikat o błędzie: %2.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -2256,7 +2261,7 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio
|
||||
<message>
|
||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="75"/>
|
||||
<source><h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="http://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation><h1>%1</h1><br/><strong>%2<br/>dla %3</strong><br/><br/>Prawa autorskie 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Prawa autorskie 2017 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Podziękowania dla: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg i <a href="https://www.transifex.com/calamares/calamares/">zespołu tłumaczy Calamares</a>.<br/><br/><a href="http://calamares.io/">Projekt Calamares</a> jest sponsorowany przez <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="198"/>
|
||||
|
@ -188,32 +188,32 @@ Wyjście:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Niepoprawna ścieżka folderu roboczego</translation>
|
||||
</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>
|
||||
<translation>Folder roboczy %1 zadania pythona %2 jest nieosiągalny.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Niepoprawny główny plik skryptu</translation>
|
||||
</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>
|
||||
<translation>Główny plik skryptu %1 zadania pythona %2 jest nieczytelny.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Błąd Boost.Python w zadaniu "%1".</translation>
|
||||
</message>
|
||||
@ -550,6 +550,11 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.</translati
|
||||
<source>Create a Partition</source>
|
||||
<translation>Utwórz partycję</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.</translati
|
||||
<source>Si&ze:</source>
|
||||
<translation>Ro&zmiar:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation> MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.</translati
|
||||
<translation type="unfinished"/>
|
||||
</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&le System:</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Saída:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Executando operação %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Caminho de diretório de trabalho ruim</translation>
|
||||
</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>
|
||||
<translation>Diretório de trabalho %1 para a tarefa do python %2 não é legível.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Arquivo de script principal ruim</translation>
|
||||
</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>
|
||||
<translation>Arquivo de script principal %1 para a tarefa do python %2 não é legível.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Boost.Python erro na tarefa "%1".</translation>
|
||||
</message>
|
||||
@ -552,6 +552,11 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans
|
||||
<source>Create a Partition</source>
|
||||
<translation>Criar uma partição</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -587,11 +592,6 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans
|
||||
<source>Si&ze:</source>
|
||||
<translation>Tamanho:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation>MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -928,12 +928,17 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans
|
||||
<translation>Tamanho:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>Sistema de Arquivos:</translation>
|
||||
</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>
|
||||
<translation>Marcadores:</translation>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Saída:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Operação %1 em execução.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Caminho do directório de trabalho errado</translation>
|
||||
</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>
|
||||
<translation>Directório de trabalho %1 para a tarefa python %2 não é legível.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Ficheiro de script principal errado</translation>
|
||||
</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>
|
||||
<translation>Ficheiro de script principal %1 para a tarefa python %2 não é legível.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Erro Boost.Python na tarefa "%1".</translation>
|
||||
</message>
|
||||
@ -267,7 +267,7 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati
|
||||
<message>
|
||||
<location filename="../src/libcalamaresui/ViewManager.cpp" line="186"/>
|
||||
<source>&Close</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>&Fechar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<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>
|
||||
<translation>Criar uma Partição</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation> MiB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati
|
||||
<source>Si&ze:</source>
|
||||
<translation>Ta&manho:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation>MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati
|
||||
<translation>Ta&manho:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>Si&stema de Ficheiros:</translation>
|
||||
</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>
|
||||
<translation>Flags:</translation>
|
||||
</message>
|
||||
@ -1027,7 +1032,7 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati
|
||||
<message>
|
||||
<location filename="../src/modules/finished/FinishedPage.cpp" line="110"/>
|
||||
<source><h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation><h1>Instalação Falhada</h1><br/>%1 não foi instalado no seu computador.<br/>A mensagem de erro foi: %2.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -2256,7 +2261,7 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati
|
||||
<message>
|
||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="75"/>
|
||||
<source><h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="http://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation><h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Direitos de Cópia 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Direitos de Cópia 2017 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Agradecimentos a: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg e para <a href="https://www.transifex.com/calamares/calamares/">a equipa de tradutores do Calamares</a>.<br/><br/><a href="http://calamares.io/">Calamares</a> desenvolvimento apoiado por <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="198"/>
|
||||
|
@ -188,32 +188,32 @@ Rezultat:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Se rulează operațiunea %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Calea dosarului de lucru este proastă</translation>
|
||||
</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>
|
||||
<translation>Dosarul de lucru %1 pentru sarcina python %2 nu este citibil.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Fișierul script principal este prost</translation>
|
||||
</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>
|
||||
<translation>Fișierul script peincipal %1 pentru sarcina Python %2 nu este citibil.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Eroare Boost.Python în sarcina „%1”.</translation>
|
||||
</message>
|
||||
@ -550,6 +550,11 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans
|
||||
<source>Create a Partition</source>
|
||||
<translation>Creează o partiție</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans
|
||||
<source>Si&ze:</source>
|
||||
<translation>Mă&rime:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation> MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans
|
||||
<translation>Mă&rime</translation>
|
||||
</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&le System:</source>
|
||||
<translation>Sis&tem de fișiere:</translation>
|
||||
</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>
|
||||
<translation>Flags:</translation>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Выполняется действие %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Неверный путь к рабочему каталогу</translation>
|
||||
</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>
|
||||
<translation>Рабочий каталог %1 для задачи python %2 недоступен для чтения.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Ошибочный главный файл сценария</translation>
|
||||
</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>
|
||||
<translation>Главный файл сценария %1 для задачи python %2 недоступен для чтения.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Boost.Python ошибка в задаче "%1".</translation>
|
||||
</message>
|
||||
@ -549,6 +549,11 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Create a Partition</source>
|
||||
<translation>Создать раздел</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -584,11 +589,6 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Si&ze:</source>
|
||||
<translation>Ра&змер:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation>МБ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -925,12 +925,17 @@ The installer will quit and all changes will be lost.</source>
|
||||
<translation>Ра&змер:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>&Файловая система:</translation>
|
||||
</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>
|
||||
<translation>Флаги: </translation>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Výstup:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Spúšťa sa operácia %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Nesprávna cesta k pracovnému adresáru</translation>
|
||||
</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>
|
||||
<translation>Pracovný adresár %1 pre úlohu jazyka python %2 nie je možné čítať.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Nesprávny súbor hlavného skriptu</translation>
|
||||
</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>
|
||||
<translation>Súbor hlavného skriptu %1 pre úlohu jazyka python %2 nie je možné čítať.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Chyba knižnice Boost.Python v úlohe „%1“.</translation>
|
||||
</message>
|
||||
@ -550,6 +550,11 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation>
|
||||
<source>Create a Partition</source>
|
||||
<translation>Vytvorenie oddielu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation>
|
||||
<source>Si&ze:</source>
|
||||
<translation>Veľ&kosť:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation> MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation>
|
||||
<translation>V&eľkosť:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>S&ystém súborov:</translation>
|
||||
</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>
|
||||
<translation>Značky:</translation>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Izpis:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Nepravilna pot delovne mape</translation>
|
||||
</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>
|
||||
<translation>Ni mogoče brati delovne mape %1 za pythonovo opravilo %2.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Nepravilna datoteka glavnega skripta</translation>
|
||||
</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>
|
||||
<translation>Ni mogoče brati datoteke %1 glavnega skripta za pythonovo opravilo %2.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Napaka Boost.Python v opravilu "%1".</translation>
|
||||
</message>
|
||||
@ -550,6 +550,11 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation>
|
||||
<source>Create a Partition</source>
|
||||
<translation>Ustvari razdelek</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation>
|
||||
<source>Si&ze:</source>
|
||||
<translation>Ve&likost</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation> MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation>
|
||||
<translation type="unfinished"/>
|
||||
</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&le System:</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Извршавам %1 операцију.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Лоша путања радног директоријума</translation>
|
||||
</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>
|
||||
<translation>Радни директоријум %1 за питонов посао %2 није читљив.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Лош фајл главне скрипте</translation>
|
||||
</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>
|
||||
<translation>Фајл главне скрипте %1 за питонов посао %2 није читљив.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Boost.Python грешка у послу „%1“.</translation>
|
||||
</message>
|
||||
@ -550,6 +550,11 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Create a Partition</source>
|
||||
<translation>Направи партицију</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Si&ze:</source>
|
||||
<translation>Вели&чина</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation>MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ The installer will quit and all changes will be lost.</source>
|
||||
<translation>&Величина:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>Фајл &систем:</translation>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Povratna poruka:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Neispravna putanja do radne datoteke</translation>
|
||||
</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>
|
||||
<translation>Nemoguće pročitati radnu datoteku %1 za funkciju %2 u Python-u.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Neispravan glavna datoteka za skriptu</translation>
|
||||
</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>
|
||||
<translation>Glavna datoteka za skriptu %1 za Python funkciju %2 se ne može pročitati.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Boost.Python greška u funkciji %1</translation>
|
||||
</message>
|
||||
@ -550,6 +550,11 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation>
|
||||
<source>Create a Partition</source>
|
||||
<translation>Kreiraj particiju</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation>
|
||||
<source>Si&ze:</source>
|
||||
<translation>Veli&čina</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation> MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation>
|
||||
<translation type="unfinished"/>
|
||||
</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&le System:</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Utdata:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>Kör %1-operation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Arbetskatalogens sökväg är ogiltig</translation>
|
||||
</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>
|
||||
<translation>Arbetskatalog %1 för pythonuppgift %2 är inte läsbar.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Ogiltig huvudskriptfil</translation>
|
||||
</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>
|
||||
<translation>Huvudskriptfil %1 för pythonuppgift %2 är inte läsbar.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Boost.Python-fel i uppgift "%'1".</translation>
|
||||
</message>
|
||||
@ -550,6 +550,11 @@ Alla ändringar kommer att gå förlorade.</translation>
|
||||
<source>Create a Partition</source>
|
||||
<translation>Skapa en partition</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ Alla ändringar kommer att gå förlorade.</translation>
|
||||
<source>Si&ze:</source>
|
||||
<translation>Storlek:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation>MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ Alla ändringar kommer att gå förlorade.</translation>
|
||||
<translation>Storlek:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>Fi&lsystem:</translation>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>การปฏิบัติการ %1 กำลังทำงาน</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>เส้นทางไดเรคทอรีที่ใช้ทำงานไม่ถูกต้อง</translation>
|
||||
</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>
|
||||
<translation>ไม่สามารถอ่านไดเรคทอรีที่ใช้ทำงาน %1 สำหรับ python %2 ได้</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>ไฟล์สคริปต์หลักไม่ถูกต้อง</translation>
|
||||
</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>
|
||||
<translation>ไม่สามารถอ่านไฟล์สคริปต์หลัก %1 สำหรับ python %2 ได้</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Boost.Python ผิดพลาดที่งาน "%1".</translation>
|
||||
</message>
|
||||
@ -550,6 +550,11 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Create a Partition</source>
|
||||
<translation>สร้างพาร์ทิชัน</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Si&ze:</source>
|
||||
<translation>&Z ขนาด:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation> MB เมกะไบต์</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ The installer will quit and all changes will be lost.</source>
|
||||
<translation type="unfinished"/>
|
||||
</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&le System:</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -188,32 +188,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>%1 işlemleri yapılıyor.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>Dizin yolu kötü çalışıyor</translation>
|
||||
</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>
|
||||
<translation>%2 python işleri için %1 dizinleme çalışırken okunamadı.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>Sorunlu script</translation>
|
||||
</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>
|
||||
<translation>%2 python işleri için %1 sorunlu script okunamadı.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>Boost.Python iş hatası "%1".</translation>
|
||||
</message>
|
||||
@ -553,6 +553,11 @@ Kuruluma devam edebilirsiniz fakat bazı özellikler devre dışı kalabilir.</t
|
||||
<source>Create a Partition</source>
|
||||
<translation>Yeni Bölüm Oluştur</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -588,11 +593,6 @@ Kuruluma devam edebilirsiniz fakat bazı özellikler devre dışı kalabilir.</t
|
||||
<source>Si&ze:</source>
|
||||
<translation>Bo&yut:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation> MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -929,12 +929,17 @@ Kuruluma devam edebilirsiniz fakat bazı özellikler devre dışı kalabilir.</t
|
||||
<translation>Bo&yut:</translation>
|
||||
</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&le System:</source>
|
||||
<translation>D&osya Sistemi:</translation>
|
||||
</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>
|
||||
<translation>Bayraklar:</translation>
|
||||
</message>
|
||||
|
@ -182,32 +182,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
@ -543,6 +543,11 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Create a Partition</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -578,11 +583,6 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Si&ze:</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -919,12 +919,17 @@ The installer will quit and all changes will be lost.</source>
|
||||
<translation type="unfinished"/>
|
||||
</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&le System:</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -182,32 +182,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
@ -543,6 +543,11 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Create a Partition</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -578,11 +583,6 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Si&ze:</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -919,12 +919,17 @@ The installer will quit and all changes will be lost.</source>
|
||||
<translation type="unfinished"/>
|
||||
</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&le System:</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -182,32 +182,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
@ -543,6 +543,11 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Create a Partition</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -578,11 +583,6 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Si&ze:</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -919,12 +919,17 @@ The installer will quit and all changes will be lost.</source>
|
||||
<translation type="unfinished"/>
|
||||
</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&le System:</source>
|
||||
<translation type="unfinished"/>
|
||||
</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>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -189,32 +189,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>正在运行 %1 个操作。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>错误的工作目录路径</translation>
|
||||
</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>
|
||||
<translation>用于 python 任务 %2 的工作目录 %1 不可读。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>错误的主脚本文件</translation>
|
||||
</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>
|
||||
<translation>用于 python 任务 %2 的主脚本文件 %1 不可读。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>任务“%1”出现 Boost.Python 错误。</translation>
|
||||
</message>
|
||||
@ -258,17 +258,17 @@ The installer will quit and all changes will be lost.</source>
|
||||
<message>
|
||||
<location filename="../src/libcalamaresui/ViewManager.cpp" line="105"/>
|
||||
<source>&Yes</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>&是</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamaresui/ViewManager.cpp" line="106"/>
|
||||
<source>&No</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>&否</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamaresui/ViewManager.cpp" line="186"/>
|
||||
<source>&Close</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>&关闭</translation>
|
||||
</message>
|
||||
<message>
|
||||
<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>
|
||||
<translation>创建分区</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -586,11 +591,6 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Si&ze:</source>
|
||||
<translation>大小(&Z):</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation> MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -928,12 +928,17 @@ The installer will quit and all changes will be lost.</source>
|
||||
<translation>尺寸 (&Z):</translation>
|
||||
</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&le System:</source>
|
||||
<translation>文件系统 (&L):</translation>
|
||||
</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>
|
||||
<translation>标记:</translation>
|
||||
</message>
|
||||
@ -1029,7 +1034,7 @@ The installer will quit and all changes will be lost.</source>
|
||||
<message>
|
||||
<location filename="../src/modules/finished/FinishedPage.cpp" line="110"/>
|
||||
<source><h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation><h1>安装失败</h1><br/>%1 未在你的电脑上安装。<br/>错误信息:%2。</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -188,32 +188,32 @@ Output:
|
||||
<context>
|
||||
<name>Calamares::PythonJob</name>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="252"/>
|
||||
<source>Running %1 operation.</source>
|
||||
<translation>正在執行 %1 操作。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="267"/>
|
||||
<source>Bad working directory path</source>
|
||||
<translation>不良的工作目錄路徑</translation>
|
||||
</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>
|
||||
<translation>Python 行程 %2 作用中的目錄 %1 不具讀取權限。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="274"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="278"/>
|
||||
<source>Bad main script file</source>
|
||||
<translation>錯誤的主要腳本檔</translation>
|
||||
</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>
|
||||
<translation>Python 行程 %2 的主要腳本檔 %1 無法讀取。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="320"/>
|
||||
<location filename="../src/libcalamares/PythonJob.cpp" line="335"/>
|
||||
<source>Boost.Python error in job "%1".</source>
|
||||
<translation>行程 %1 中 Boost.Python 錯誤。</translation>
|
||||
</message>
|
||||
@ -550,6 +550,11 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Create a Partition</source>
|
||||
<translation>建立一個分割區</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MiB</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
|
||||
<source>Partition &Type:</source>
|
||||
@ -585,11 +590,6 @@ The installer will quit and all changes will be lost.</source>
|
||||
<source>Si&ze:</source>
|
||||
<translation>容量大小 (&z) :</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
|
||||
<source> MB</source>
|
||||
<translation> MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/>
|
||||
<source>En&crypt</source>
|
||||
@ -926,12 +926,17 @@ The installer will quit and all changes will be lost.</source>
|
||||
<translation>容量大小 (&Z) :</translation>
|
||||
</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&le System:</source>
|
||||
<translation>檔案系統 (&I):</translation>
|
||||
</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>
|
||||
<translation>旗標:</translation>
|
||||
</message>
|
||||
|
@ -228,6 +228,7 @@ PythonJob::PythonJob( const QString& scriptFile,
|
||||
: Job( parent )
|
||||
, m_scriptFile( scriptFile )
|
||||
, m_workingPath( workingPath )
|
||||
, m_description()
|
||||
, m_configurationMap( moduleConfiguration )
|
||||
{
|
||||
}
|
||||
@ -247,8 +248,11 @@ PythonJob::prettyName() const
|
||||
QString
|
||||
PythonJob::prettyStatusMessage() const
|
||||
{
|
||||
return tr( "Running %1 operation." )
|
||||
.arg( QDir( m_workingPath ).dirName() );
|
||||
if ( m_description.isEmpty() )
|
||||
return tr( "Running %1 operation." )
|
||||
.arg( QDir( m_workingPath ).dirName() );
|
||||
else
|
||||
return m_description;
|
||||
}
|
||||
|
||||
|
||||
@ -293,6 +297,17 @@ PythonJob::exec()
|
||||
scriptNamespace );
|
||||
|
||||
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();
|
||||
|
||||
|
@ -53,6 +53,7 @@ private:
|
||||
CalamaresPython::Helper* helper();
|
||||
QString m_scriptFile;
|
||||
QString m_workingPath;
|
||||
QString m_description;
|
||||
QVariantMap m_configurationMap;
|
||||
};
|
||||
|
||||
|
@ -82,12 +82,14 @@ Module::fromDescriptor( const QVariantMap& moduleDescriptor,
|
||||
{
|
||||
m = new ViewModule();
|
||||
}
|
||||
#ifdef WITH_PYTHONQT
|
||||
else if ( intfString == "pythonqt" )
|
||||
{
|
||||
#ifdef WITH_PYTHONQT
|
||||
m = new PythonQtViewModule();
|
||||
}
|
||||
#else
|
||||
cLog() << "PythonQt modules are not supported in this version of Calamares.";
|
||||
#endif
|
||||
}
|
||||
}
|
||||
else if ( typeString == "job" )
|
||||
{
|
||||
@ -99,17 +101,20 @@ Module::fromDescriptor( const QVariantMap& moduleDescriptor,
|
||||
{
|
||||
m = new ProcessJobModule();
|
||||
}
|
||||
#ifdef WITH_PYTHON
|
||||
else if ( intfString == "python" )
|
||||
{
|
||||
#ifdef WITH_PYTHON
|
||||
m = new PythonJobModule();
|
||||
}
|
||||
#else
|
||||
cLog() << "Python modules are not supported in this version of Calamares.";
|
||||
#endif
|
||||
}
|
||||
}
|
||||
if ( !m )
|
||||
{
|
||||
cLog() << Q_FUNC_INFO << "bad module type or interface string"
|
||||
<< instanceId << typeString << intfString;
|
||||
cLog() << "Bad module type (" << typeString
|
||||
<< ") or interface string (" << intfString
|
||||
<< ") for module " << instanceId;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
@ -20,3 +20,7 @@ displaymanagers:
|
||||
#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.
|
||||
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
|
||||
|
@ -285,12 +285,23 @@ def set_autologin(username,
|
||||
|
||||
lightdm_conf.write(line)
|
||||
else:
|
||||
return (
|
||||
"Cannot write LightDM configuration file",
|
||||
"LightDM config file {!s} does not exist".format(
|
||||
lightdm_conf_path
|
||||
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 (
|
||||
"Cannot write LightDM configuration file",
|
||||
"LightDM config file {!s} does not exist".format(
|
||||
lightdm_conf_path
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
if "slim" == displaymanager:
|
||||
# Systems with Slim as Desktop Manager
|
||||
@ -348,6 +359,18 @@ def set_autologin(username,
|
||||
with open(sddm_conf_path, 'w') as sddm_config_file:
|
||||
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
|
||||
|
||||
|
||||
@ -655,6 +678,11 @@ def run():
|
||||
)
|
||||
if dm_message is not None:
|
||||
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:
|
||||
return ("Display manager configuration was incomplete",
|
||||
"\n".join(dm_setup_message))
|
||||
|
@ -19,22 +19,22 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# 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 os
|
||||
from time import gmtime, strftime, sleep
|
||||
|
||||
|
||||
def run():
|
||||
"""
|
||||
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:
|
||||
"""
|
||||
"""Dummy python job."""
|
||||
os.system("/bin/sh -c \"touch ~/calamares-dummypython\"")
|
||||
accumulator = strftime("%Y-%m-%d %H:%M:%S", gmtime()) + "\n"
|
||||
accumulator += "Calamares version: " + libcalamares.VERSION_SHORT + "\n"
|
||||
|
@ -28,7 +28,7 @@ import libcalamares
|
||||
|
||||
def run():
|
||||
"""
|
||||
Set hardware clock
|
||||
Set hardware clock.
|
||||
"""
|
||||
|
||||
root_mount_point = libcalamares.globalstorage.value("rootMountPoint")
|
||||
|
@ -45,7 +45,7 @@
|
||||
<item row="0" column="1">
|
||||
<widget class="QSpinBox" name="sizeSpinBox">
|
||||
<property name="suffix">
|
||||
<string> MB</string>
|
||||
<string> MiB</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -124,7 +124,11 @@
|
||||
</widget>
|
||||
</item>
|
||||
<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 row="5" column="0">
|
||||
<widget class="QLabel" name="fileSystemLabel">
|
||||
|
@ -263,22 +263,7 @@ class UnpackOperation:
|
||||
|
||||
def run():
|
||||
"""
|
||||
Unsquashes filesystem from given image file.
|
||||
|
||||
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:
|
||||
Unsquash filesystem.
|
||||
"""
|
||||
PATH_PROCFS = '/proc/filesystems'
|
||||
|
||||
|
@ -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:
|
||||
# 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_"
|
||||
sourcefs: "squashfs"
|
||||
destination: ""
|
||||
|
Loading…
Reference in New Issue
Block a user